html,
body {
  height: 100%;
}

body {
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

strong {
  font-weight: 700;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}
.modal .modal-wrap {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .modal .modal-wrap {
    place-items: start center;
    padding: 90px 16px;
  }
}

.modal-box {
  width: 100%;
  max-width: 507px;
  background: #fdfdfd;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}
.modal-box .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.modal-box .modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .modal-box {
    padding: 30px 20px;
  }
  .modal-box .modal-close {
    top: 24px;
    right: 14px;
  }
}

.modal-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #181d27;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 24px;
  }
}

.header .h-top {
  background-color: #252A32;
  padding: 5px;
}
.header .h-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .header .h-top {
    display: none;
  }
}
.header .logo img {
  width: 28px;
}
.header .h-main {
  background-color: #0C233F;
  padding-top: 25px;
  padding-bottom: 15px;
  font-family: "Jost", sans-serif;
}
.header .h-title {
  font-size: clamp(33px, 5.067vw, 44px);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: clamp(10px, 2.667vw, 30px);
}
.header .h-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.mn-top {
  padding: clamp(30px, 6vw, 60px) 0px;
}
.mn-top__box {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.mn-top__title {
  font-size: clamp(19px, 4vw, 44px);
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 576px) {
  .mn-top__title {
    text-align: center;
  }
}

.txtcenter {
  text-align: center;
}

.adv {
  max-width: 1170px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: clamp(50px, 8vw, 76px);
  margin-top: 20px;
}
.adv .adv-itm {
  border-top: 1px solid #252A32;
  padding-top: 10px;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adv .adv-itm__main {
  width: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adv .adv-itm__num {
  background-color: #0C233F;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  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;
  border-radius: 100px;
}
.adv .adv-itm__content {
  width: 100%;
  padding-right: 15px;
}
.adv .adv-itm__title {
  margin-top: 20px;
  font-size: 28px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 140%;
  margin-bottom: 20px;
}
.adv .adv-itm .aul {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.adv .adv-itm .aul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adv .adv-itm .aul li img {
  width: 20px;
  margin-right: 10px;
}
.adv .adv-itm .aul li p {
  font-size: 14px;
  line-height: 120%;
}
.adv .adv-itm .a_p {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  line-height: 120%;
  margin-top: 20px;
}
.adv .adv-itm .ad_preg {
  font-size: 18px;
  line-height: 140%;
}
.adv .adv-itm__image {
  width: 50%;
}
.adv .adv-itm__image img {
  width: 100%;
}
@media (max-width: 576px) {
  .adv .adv-itm {
    position: relative;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .adv .adv-itm__main {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adv .adv-itm__num {
    width: 35px;
    height: 35px;
    font-size: 18px;
    position: absolute;
    top: -20px;
  }
  .adv .adv-itm__content {
    padding-right: 15px;
  }
  .adv .adv-itm__title {
    margin-top: 20px;
    font-size: clamp(21px, 3.2vw, 28px);
    margin-bottom: 20px;
  }
  .adv .adv-itm .aul {
    gap: 15px;
  }
  .adv .adv-itm .aul li img {
    width: 20px;
    margin-right: 10px;
  }
  .adv .adv-itm .aul li p {
    font-size: 14px;
  }
  .adv .adv-itm .a_p {
    font-size: 16px;
    margin-top: 20px;
  }
  .adv .adv-itm .ad_preg {
    font-size: 18px;
  }
  .adv .adv-itm__image {
    width: 100%;
    padding: 2px;
  }
}

.dontmiss {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background-color: #F8F8F8;
  padding: 35px 20px;
}
.dontmiss__ttl {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 140%;
  font-family: "Jost", sans-serif;
}
.dontmiss__ttl span {
  color: #163C71;
  font-size: 18px;
}
.dontmiss .dmprtl {
  font-size: 13px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.timer .timer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.timer .timer-item .timer-time {
  width: 75px;
  height: 80px;
  background-color: #000000;
  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;
  color: #fff;
  font-size: 36px;
  border-radius: 6px;
  font-weight: 700;
}
.timer .timer-item .timer-lbl {
  font-size: 15px;
  margin-top: 7px;
}

.btngr {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  background-color: #038761;
  border: none;
  margin-top: 20px;
  color: #fff;
}
.btngr p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 120%;
}
.btngr span {
  line-height: 120%;
  font-size: 14px;
}

.tbl_se_in_act {
  display: none;
  padding-bottom: 20px;
}
.tbl_se_in_act__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.tbl_se_in_act img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .tbl_se_in_act {
    display: block;
  }
}

.rew1 {
  margin-top: 50px;
}
.rew1__title {
  font-size: clamp(24px, 3.6vw, 30px);
  font-weight: 700;
  text-align: center;
  line-height: 140%;
  color: #303030;
  margin-bottom: 15px;
}
.rew1__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .rew1__box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
}
.rew1 .rew1-itm {
  margin: 30px 20px;
  padding: 10px;
  border-top: 2px solid #0D223F;
  border-left: 2px solid #0D223F;
  border-right: 2px solid #0D223F;
  border-bottom: 2px solid #0D223F;
  border-radius: 10px 10px 10px 10px;
  border-color: #0D223F;
  background-color: white;
  -webkit-box-shadow: #9799A3 2px 0px 5px 2px;
          box-shadow: #9799A3 2px 0px 5px 2px;
}
@media (max-width: 992px) {
  .rew1 .rew1-itm {
    margin: 15px 10px;
  }
}
.rew1 .rew1-itm img {
  width: 100%;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.rew1 .rew1-itm .rew1-itm-usr {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.rew1 .rew1-itm .rew1-itm-usr__av {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 100px;
  overflow: hidden;
}
.rew1 .rew1-itm .rew1-itm-usr__av img {
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rew1 .rew1-itm .rew1-itm-usr__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rew1 .rew1-itm .rew1-itm-usr__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.rew1 .rew1-itm .rew1-itm-usr__name {
  font-size: 14px;
}
.rew1 .rew1-itm .rew1-itm-usr__verf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #A7ACB8;
}
.rew1 .rew1-itm .rew1-itm-usr__verf svg {
  width: 14px;
  height: 14px;
}
.rew1 .rew1-itm .rew1-itm-usr__verf span {
  font-size: 12px;
}
.rew1 .rew1-itm .rew1-itm-usr__rate img {
  width: 100px;
  padding: 0;
}
.rew1 .rew1-itm__content {
  font-size: 18px;
  line-height: 130%;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.rw-prod {
  display: none;
  margin: 15px 10px;
  padding: 10px 10px 10px 10px;
  background-color: white;
  -webkit-box-shadow: #FFFFFF 2px 0px 5px 2px;
          box-shadow: #FFFFFF 2px 0px 5px 2px;
  border-radius: 10px;
  border: 2px dashed #0D223F;
}
@media (max-width: 992px) {
  .rw-prod {
    display: block;
  }
}
.rw-prod__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  line-height: 120%;
  margin-top: 15px;
}
.rw-prod__img {
  width: 100%;
}

.risk {
  margin-top: 7px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 10px;
  gap: 5px;
}
.risk .risk1 {
  color: #FE1717;
  font-weight: 700;
}
.risk .redddd {
  color: #FE1717;
  font-weight: 700;
}
.risk .riskindic {
  border: 1px solid #FE1717;
  width: 30px;
  height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1px;
  margin-left: 3px;
}
.risk .riskindic span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 3px;
  background-color: #FE1717;
}

.deliv {
  margin-top: 7px;
  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;
  font-weight: 600;
  gap: 3px;
  font-size: 10px;
  color: #040404;
}
.modal .modal-close {
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.modal-thank .modal-close {
  top: 5px;
  right: 5px;
}
.modal-thank .btn {
  margin-top: 30px;
  width: 100%;
}

.moda-doc .modal-box {
  border-radius: 0px;
  max-width: 600px;
  padding: 10px;
}
.moda-doc__ttl {
  padding: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.moda-doc .modal-content {
  font-size: 18px;
  line-height: 130%;
}
.moda-doc .modal-content a {
  color: #000;
}
.moda-doc .modal-content .paragraph-inner {
  padding: 10px;
}
.footer {
  padding: 50px 0;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer p {
  font-size: 12px;
  color: #858A99;
}
.footer .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.footer .f-menu a {
  font-size: 11px;
  color: #000;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer .container {
    -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;
    gap: 30px;
  }
  .footer p {
    text-align: center;
  }
  .footer .f-menu {
    width: 100%;
    gap: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0C233F;
  color: #fff;
  font-weight: 700;
  font-size: clamp(17px, 2.4vw, 20px);
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 100px;
  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;
}

.header2-top {
  padding: clamp(8px, 1.6vw, 15px) 0px;
}
.header2-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header2-main {
  background: #0C233F;
  padding: 10px 0px;
  position: sticky;
  top: 0;
  z-index: 50;
}
.header2-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header2-main .container p {
  text-align: center;
  font-size: clamp(12px, 1.867vw, 16px);
  color: #fff;
}

.hloggg img {
  width: clamp(104px, 18vw, 165px);
}

.mnproduct {
  padding-top: 30px;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dfe9f8), color-stop(60%, #ffffff));
  background: linear-gradient(to bottom, #dfe9f8 0%, #ffffff 60%);
}
.mnproduct .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .mnproduct .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mnproduct__gal {
  width: 50%;
}
.mnproduct__gal img {
  width: 100%;
}
@media (max-width: 768px) {
  .mnproduct__gal {
    width: 100%;
  }
}
.mnproduct__gal .mainSwiper-wrap .swiper-wrapper img {
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.mnproduct__gal .gallery-sw {
  position: relative;
}
.mnproduct__gal .slbtn {
  position: absolute;
  top: calc(50% - 50px);
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-color: #0D223F;
  border-radius: 24px;
  z-index: 10;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px;
}
.mnproduct__gal .slbtn svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
}
.mnproduct__gal .mainSwiper-prev {
  left: -12px;
}
.mnproduct__gal .mainSwiper-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mnproduct__gal .mainSwiper-next {
  right: -12px;
}
.mnproduct__gal .swiper-button-disabled {
  background-color: transparent;
}
.mnproduct__gal .swiper-button-disabled svg {
  opacity: 0.4;
}
.mnproduct__gal .thumbsSwiper-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mnproduct__gal .thumbsSwiper-wrap img {
  border-radius: 8px;
  border: 2px solid #E3E3E3;
}
.mnproduct__gal .swiper-slide-thumb-active img {
  border: 2px solid #0D223F;
}
.mnproduct__main {
  width: 50%;
}
@media (max-width: 768px) {
  .mnproduct__main {
    width: 100%;
  }
}
.mnproduct__main .videorew-sum {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mnproduct__main h1 {
  font-size: clamp(30px, 4.667vw, 40px);
  font-family: "Playfair Display", sans-serif;
  margin-top: 10px;
  line-height: 100%;
  margin-bottom: 20px;
}
.mnproduct__main .mmnp_p {
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 140%;
  margin-bottom: 20px;
}
.mnproduct__main .mnulp {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}
.mnproduct__main .mnulp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(14px, 2vw, 16px);
}
.mnproduct__main .mnulp li img {
  height: 25px;
}
.mnproduct__main .mnulp .mnulp_img {
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mnproduct__main .mmnp-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 10px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 30px;
}
.mnproduct__main .mmnp-30 img {
  width: 50px;
}
.mnproduct__main .mmnp-30 p {
  font-size: 14px;
  line-height: 150%;
}
.mnproduct .faq1 {
  background-color: transparent;
  padding: 30px 0px;
  margin-bottom: 0;
}
.mnproduct .faq1 h6 {
  font-weight: 400;
}
.mnproduct .faq1 p {
  font-size: 14px;
}
.mnproduct .prodrewm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mnproduct .prodrewm__av img {
  width: 60px;
  border-radius: 8px;
}
.mnproduct .prodrewm__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mnproduct .prodrewm__name {
  font-size: 14px;
  font-weight: 700;
}
.mnproduct .prodrewm .strate {
  color: #FFC94A;
  font-size: 16px;
}
.mnproduct .prodrewm p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 140%;
}

.achive {
  padding: 30px 0;
}
.achive__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 15px;
  font-size: clamp(28px, 4.133vw, 36px);
  line-height: 120%;
  text-align: left;
}
.achive__pretitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.achive .achive-item {
  border-radius: 25px 25px 25px 25px;
  padding: 10px 10px 20px 10px;
  -webkit-box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
          box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
  margin: 15px;
}
.achive .achive-item__image img {
  width: 100%;
  border-radius: 20px;
}
.achive .achive-item__content {
  padding-left: 5px;
  padding-right: 5px;
}
.achive .achive-item__title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}
.achive .achive-item__pretitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.137);
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 9px;
  margin-top: 5px;
}
.achive .achive-item .achlist {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.achive .achive-item .achlist li {
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.achive .achive-item__txt {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 15px;
}
.achive .achive-item__cbox {
  border-radius: 10px;
  padding: 10px;
  background-color: #F0F4FC;
}
.achive .achive-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.achive .achive-item__name {
  font-size: 14px;
  font-weight: 700;
}
.achive .achive-item__verif {
  color: #45B101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.achive .achive-item__verif span {
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .achive__container {
    position: relative;
  }
}

.beauty {
  padding: 50px 0px;
  background-color: #FAFAFA;
}
.beauty__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: clamp(30px, 4.667vw, 40px);
  font-size: clamp(26px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.beauty__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.beauty .beauty-item__img {
  margin-bottom: 25px;
}
.beauty .beauty-item__img img {
  border-radius: 20px;
  width: 100%;
}
.beauty .beauty-item__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
}
.beauty .beauty-item__txt {
  font-size: 16px;
  line-height: 160%;
}
.beauty__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
@media (max-width: 576px) {
  .beauty__box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-left: 15px;
    padding-right: 15px;
  }
  .beauty__bottom .btn {
    width: 100%;
  }
}

.stkk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.transfrm {
  padding: 30px 0;
}
.transfrm__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(28px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.transfrm__pretitle {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: center;
}
.transfrm .transfrm-item {
  border-radius: 25px 25px 25px 25px;
  padding: 10px 10px 20px 10px;
  -webkit-box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
          box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
  margin: 15px;
}
.transfrm .transfrm-item__image img {
  width: 100%;
  border-radius: 20px;
}
.transfrm .transfrm-item__content {
  padding: 0 10px;
}
.transfrm .transfrm-item__title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}
.transfrm .transfrm-item__stars {
  color: #FFC94A;
  font-size: 20px;
  margin-top: 5px;
}
.transfrm .transfrm-item__txt {
  font-size: 14px;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.transfrm .transfrm-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.transfrm .transfrm-item__name {
  font-size: 14px;
  font-weight: 700;
}
.transfrm .transfrm-item__verif {
  color: #45B101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.transfrm .transfrm-item__verif span {
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .transfrm__container {
    position: relative;
  }
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

.slide-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;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  position: relative;
  z-index: 10;
}
.slide-btn svg {
  width: 20px !important;
  height: 20px !important;
}
.slide-btn svg path {
  stroke: #707070;
}
.slide-btn:nth-child(1) svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-pagination {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0 auto !important;
  padding-top: 17px;
}
.slide-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #999;
}
.slide-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.prof-tech {
  background-color: #F9F9F9;
  padding: 50px 0px;
}
.prof-tech__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(28px, 4.133vw, 36px);
  line-height: 120%;
}
.prof-tech__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.prof-tech__main {
  width: 50%;
}
.prof-tech__main p {
  font-size: 16px;
  line-height: 140%;
}
.prof-tech__image {
  width: 50%;
  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;
}
.prof-tech__image img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
}
.prof-tech__bottom {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.prof-tech .prof-tech-item {
  background-color: #F0F4FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 7px;
  padding: 5px;
}
.prof-tech .prof-tech-item__content {
  padding: 20px;
}
.prof-tech .prof-tech-item img {
  width: 70px;
}
.prof-tech .prof-tech-item p {
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .prof-tech__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .prof-tech__main {
    width: 100%;
  }
  .prof-tech__image {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prof-tech__image img {
    max-width: 600px;
  }
  .prof-tech__bottom {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .prof-tech .prof-tech-item {
    gap: 10px;
    border-radius: 7px;
    padding: 5px;
  }
  .prof-tech .prof-tech-item__content {
    padding: 15px;
  }
  .prof-tech .prof-tech-item img {
    width: 70px;
  }
  .prof-tech .prof-tech-item p {
    font-size: 14px;
  }
}

.videorew {
  padding: 50px 0px;
  overflow: hidden;
}
.videorew .videorew-sum {
  margin-bottom: 20px;
}
.videorew__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(26px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.videorew__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
}
.videorew__box::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
@media (max-width: 992px) {
  .videorew__box {
    width: 100vw;
    position: relative;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.videorew .videorew-itm {
  min-width: 278px;
  max-width: 278px;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: auto;
}
.videorew .videorew-itm__video {
  height: 350px;
  position: relative;
  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;
}
.videorew .videorew-itm__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.videorew .videorew-itm__video .playbtn {
  position: absolute;
}
.videorew .videorew-itm__content {
  padding: 20px;
}
.videorew .videorew-itm__stars {
  color: #FFC94A;
  font-size: 20px;
  margin-bottom: 15px;
}
.videorew .videorew-itm__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.videorew .videorew-itm__txt {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}
.videorew .videorew-itm__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.videorew-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: centers;
      -ms-flex-align: centers;
          align-items: centers;
  gap: 4px;
  font-size: 14px;
  text-align: center;
}
.videorew-sum span {
  color: #FFC94A;
  font-size: 20px;
  margin-top: -3px;
}

.powrful {
  padding: 50px 0px;
  background-color: #F9F9F9;
}
.powrful__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 24px;
  font-size: clamp(28px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.powrful__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.powrful .powrful-item__ttl {
  text-align: center;
  font-size: clamp(18px, 2.533vw, 20px) !important;
  line-height: 120%;
  margin-bottom: clamp(10px, 1.6vw, 15px);
}
.powrful .powrful-item div {
  padding: 5px;
  margin-bottom: 20px;
}
.powrful .powrful-item img {
  width: 100%;
  border-radius: 20px;
}
.powrful .powrful-item p {
  font-size: 16px;
  line-height: 150%;
}
.powrful__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
  margin-top: 30px;
}
.powrful__bottom h6 {
  font-size: 18px;
  font-weight: 800;
  max-width: 620px;
  line-height: 140%;
  text-align: center;
}
.powrful__bottom .pwlb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 14px;
}
.powrful__bottom .pwlb img {
  width: 20px;
}
@media (max-width: 576px) {
  .powrful__box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.glamadv {
  padding: 50px 0px;
}
.glamadv__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(26px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.glamadv__pretitle {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.glamadv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: clamp(20px, 4vw, 40px);
  margin-bottom: clamp(20px, 4vw, 40px);
}
.glamadv__image {
  width: 43%;
}
.glamadv__image img {
  width: 100%;
  border-radius: 20px;
}
.glamadv__content {
  width: 57%;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-flex-line-pack: start;
      align-content: start;
}
.glamadv .glamadv-item {
  border-radius: 10px;
  background-color: #F0F4FB;
}
.glamadv .glamadv-item__top {
  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: 6px;
  padding: 20px;
  font-size: clamp(16px, 2.4vw, 20px);
  font-weight: 700;
}
.glamadv .glamadv-item__content {
  padding: 20px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 150%;
  display: none;
}
.glamadv .glamadv-item.active .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .glamadv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .glamadv__image {
    width: 100%;
  }
  .glamadv__content {
    width: 100%;
  }
}

.advsr {
  background-image: url(../img/bgbg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}
.advsr__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(26px, 4.133vw, 36px);
  line-height: 120%;
}
.advsr p {
  font-size: 16px;
  line-height: 130%;
}
.advsr__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.advsr .advsr-item {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
          box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
  border-radius: 16px;
}
.advsr .advsr-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.advsr .advsr-item__top img {
  max-height: 25px;
}
.advsr .advsr-item h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.advsr .advsr-item p {
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .advsr__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.glmrs {
  padding: 50px 0px;
}
.glmrs__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(28px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.glmrs__pretitle {
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
.glmrs__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.glmrs__img {
  width: 43%;
}
.glmrs__img img {
  width: 100%;
  border-radius: 20px;
}
.glmrs__content {
  width: 57%;
  padding-top: 10px;
}
.glmrs .glmrs_p1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
}
.glmrs .glmrs_ul {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  list-style-type: disc;
  padding-left: 20px;
}
.glmrs .glmrs_ul li {
  font-size: 8px;
}
.glmrs .glmrs_ul li p {
  font-size: 16px;
  line-height: 140%;
}
.glmrs .gl_p_mob {
  display: none;
  text-align: left;
}
.glmrs .glr_rew {
  background-color: #F0F4FC;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.glmrs .glr_rew .glr_rew_str {
  color: #FFC94A;
  font-size: 20px;
  margin-top: 20px;
}
.glmrs .glr_rew p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: 5px;
}
.glmrs .glr_rew__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.glmrs .glr_rew__name {
  font-size: 14px;
  font-weight: 700;
}
.glmrs .glr_rew__name img {
  width: 25px;
  margin-right: 4px;
}
.glmrs .glr_rew__verif {
  color: #45B101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.glmrs .glr_rew__verif span {
  font-size: 12px;
  font-weight: 600;
}
.glmrs .btn {
  width: 100%;
}
@media (max-width: 576px) {
  .glmrs__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .glmrs__img {
    width: 100%;
  }
  .glmrs__content {
    width: 100%;
  }
  .glmrs .gl_p_desc {
    display: none;
  }
  .glmrs .gl_p_mob {
    display: block;
  }
}

.science {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #F0F4FB));
  background: linear-gradient(to bottom, #ffffff 0%, #F0F4FB 90%);
}
.science__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(28px, 4.133vw, 36px);
  line-height: 120%;
}
.science__pretitle {
  font-size: 16px;
  line-height: 130%;
}
.science .science-list {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 992px) {
  .science .science-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .science .science-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.science .science-item {
  overflow: hidden;
  border-radius: 15px 15px 15px 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
          box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
}
.science .science-item__content {
  padding: 20px;
}
.science .science-item__content h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 120%;
}
.science .science-item__content p {
  font-size: 14px;
  line-height: 140%;
}
.science .science-item__img img {
  width: 100%;
}

.profres {
  background-color: #F6F6F7;
  padding: 50px 0;
}
.profres__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 15px;
  font-size: clamp(26px, 4.133vw, 36px);
  line-height: 120%;
  text-align: center;
}
.profres__pretitle {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.profres__wrap {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  margin-top: 30px;
}
.profres__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.profres__lf {
  width: 203px;
}
.profres__lf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 39px 39px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 188, 188, 0.25);
          box-shadow: 0px 5px 15px 0px rgba(188, 188, 188, 0.25);
}
.profres__lf ul li {
  border-bottom: 1px solid #EDE7DD;
  padding: 20px 0;
  font-weight: 14px;
  font-weight: 700;
}
.profres__lf ul li:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .profres__lf {
    width: 130px;
  }
  .profres__lf ul {
    padding: 15px 25px;
  }
  .profres__lf ul li {
    font-size: 10px;
    padding: 21px 0;
  }
}
.profres .swpnm {
  margin-left: 0;
  margin-right: 0;
}
.profres .swpnm .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.profres .swpnm .swiper-slide {
  padding-top: 30px;
}
.profres .swpnmitem1 {
  background-color: #E3E8F3;
  width: 360px;
  border-radius: 20px 20px 0 0;
  padding: 48px 20px;
  padding-top: 38px;
  position: relative;
}
.profres .swpnmitem1 .swpnmitem1-top {
  margin-bottom: 40px;
}
.profres .swpnmitem1 .swpnmitem1-top__img {
  width: 68px;
  position: absolute;
  top: -20px;
  left: 50px;
}
.profres .swpnmitem1 .swpnmitem1-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
}
.profres .swpnmitem1 .swpnmitem1-top__content img {
  width: 120px;
}
.profres .swpnmitem1 .swpnmitem1-top__content p {
  font-size: 14px;
}
.profres .swpnmitem1__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.profres .swpnmitem1__list .swpnmitem1-itm {
  background-color: #fff;
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  gap: 5px;
  font-size: 13px;
  min-height: 45px;
}
.profres .swpnmitem1__list .swpnmitem1-itm img {
  width: 20px;
}
@media (max-width: 992px) {
  .profres .swpnmitem1 {
    width: 100%;
    padding: 15px clamp(15px, 3.333vw, 30px);
  }
  .profres .swpnmitem1 .swpnmitem1-top {
    margin-bottom: 25px;
  }
  .profres .swpnmitem1 .swpnmitem1-top__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 70px;
  }
  .profres .swpnmitem1 .swpnmitem1-top__img {
    width: 68px;
    top: -40px;
    left: 20px;
  }
  .profres .swpnmitem1__list .swpnmitem1-itm {
    font-size: 10px;
  }
}
.profres .swpnmitem2 {
  background-color: #FBFBFB;
  width: 360px;
  border-radius: 0px 20px 0 0;
  padding: 48px 20px;
  padding-top: 38px;
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(188, 188, 188, 0.25);
          box-shadow: 0px 5px 15px 0px rgba(188, 188, 188, 0.25);
}
@media (max-width: 992px) {
  .profres .swpnmitem2 {
    width: 100%;
  }
}
.profres .swpnmitem2 .swpnmitem2-top {
  margin-bottom: 40px;
  position: absolute;
  top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profres .swpnmitem2 .swpnmitem2-top__img {
  width: 75px;
}
.profres .swpnmitem2 .swpnmitem2-top p {
  font-size: 16px;
  line-height: 130%;
}
.profres .swpnmitem2__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.profres .swpnmitem2__list .swpnmitem2-itm {
  background-color: #fff;
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  gap: 5px;
  font-size: 13px;
  min-height: 45px;
}
.profres .swpnmitem2__list .swpnmitem2-itm img {
  width: 20px;
}
@media (max-width: 992px) {
  .profres .swpnmitem2 {
    width: 100%;
    padding: 15px clamp(15px, 3.333vw, 30px);
  }
  .profres .swpnmitem2 .swpnmitem1-top {
    margin-bottom: 25px;
  }
  .profres .swpnmitem2 .swpnmitem1-top__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 70px;
  }
  .profres .swpnmitem2 .swpnmitem1-top__img {
    width: 68px;
    top: -40px;
    left: 20px;
  }
  .profres .swpnmitem2__list .swpnmitem1-itm {
    font-size: 10px;
  }
}

.banner1 {
  padding: 20px 0;
}
.banner1 .banner1-box {
  min-height: 453px;
  padding: 70px 30px 70px 60px;
  border: 1px solid #D2D4D6;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 70px 30px 70px 60px;
  background-image: url(../img/1748848749-img-g.webp), -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #F0F4FB));
  background-image: url(../img/1748848749-img-g.webp), linear-gradient(to bottom, #ffffff 0%, #F0F4FB 90%);
  background-repeat: no-repeat;
  background-position: right bottom, center;
  background-size: auto 90%, cover;
}
@media (max-width: 992px) {
  .banner1 .banner1-box {
    background-image: url(none);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #F0F4FB));
    background: linear-gradient(to bottom, #ffffff 0%, #F0F4FB 90%);
    border: none;
    padding: 30px 10px 0 10px;
  }
}
.banner1__title {
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 30px;
  font-size: clamp(26px, 4.133vw, 30px);
  line-height: 120%;
}
.banner1 .banner1-inner {
  width: 100%;
  max-width: 545px;
}
.banner1 .banner1-inner p {
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 992px) {
  .banner1 .banner1-inner {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.banner1__img {
  display: none;
}
@media (max-width: 992px) {
  .banner1__img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .banner1 {
    padding-bottom: 0;
  }
  .banner1 .container {
    padding: 0px;
  }
}

.smadv {
  background-color: #FBFBFB;
}
.smadv__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0px;
}
.smadv .smadv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(10px, 1.6vw, 15px);
  font-size: 16px;
  gap: 20px;
  line-height: 140%;
}
.smadv .smadv-item img {
  width: 40px;
  max-height: 40px;
}
@media (max-width: 768px) {
  .smadv .smadv-item {
    -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;
    text-align: center;
    font-size: 12px;
    gap: 2px;
  }
}

.bestres {
  padding: 40px 0;
}
.bestres__title {
  font-size: clamp(26px, 4vw, 36px);
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  line-height: 130%;
}
.bestres__prettl {
  font-size: 16px;
  text-align: center;
  line-height: 120%;
}
.bestres__box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .bestres__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.bestres .bestres-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 50%;
  border-bottom: 0px solid;
  border-radius: 20px 0px 0px 20px;
  margin: 10px 0px 10px 10px;
  padding: 60px 25px 40px 30px;
  background-color: #F3F6FC;
  -webkit-box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
          box-shadow: rgba(155, 155, 155, 0.3882352941) 0px 0px 6px 0px;
}
.bestres .bestres-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.bestres .bestres-item__ttl {
  padding: 6px 34px;
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  line-height: 140%;
}
.bestres .bestres-item:nth-child(1) {
  border-radius: 20px 0px 0px 20px;
  margin-right: -4px;
}
.bestres .bestres-item:nth-child(1) .bestres-item__ttl {
  background-color: #44B100;
}
.bestres .bestres-item:nth-child(2) {
  border-radius: 0 20px 20px 0;
  margin-left: -4px;
  background-color: #F6F6F6;
  padding-top: 70px;
  padding-bottom: 80px;
}
.bestres .bestres-item:nth-child(2) .bestres-item__ttl {
  background-color: #EA4236;
}
.bestres .bestres-item .bestres-list {
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}
.bestres .bestres-item .bestres-list__item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 130%;
  border-bottom: 1px solid #D3D4D6;
}
.bestres .bestres-item .bestres-list__item img {
  width: 15px;
  height: 15px;
}
.bestres .bestres-item .bestres-list__item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .bestres .bestres-item {
    width: 100%;
    border-radius: 20px !important;
    padding: 40px 20px !important;
  }
  .bestres .bestres-item .bestres-list {
    padding: 0;
  }
}

.faq1 {
  background-color: #FBFBFB;
  padding: 50px 0px;
  margin-bottom: clamp(20px, 4.667vw, 50px);
}
.faq1__title {
  text-align: center;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 120%;
  margin-bottom: clamp(30px, 4.667vw, 40px);
  font-family: "Playfair Display", sans-serif;
}
.faq1__box {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.faq1 .faq1-item {
  cursor: pointer;
}
.faq1 .faq1-item__top {
  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: 8px;
  border-bottom: 1px solid #000000;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.faq1 .faq1-item__ico {
  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;
  padding: 0 10px;
}
.faq1 .faq1-item__content {
  padding: 30px 20px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 140%;
  display: none;
}
.faq1 .faq1-item.active .faq1-item__ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.get-td {
  margin-bottom: 50px;
}
.get-td__container {
  background-color: #F0F4FB;
  border-radius: 20px 20px 0 0;
  padding-top: 30px;
}
.get-td .gttimer {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 6px;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.get-td .gttimer i {
  color: #CF1113;
}
.get-td .gttop {
  margin-top: 20px;
  padding-bottom: clamp(20px, 3.333vw, 30px);
}
.get-td .gttop h2 {
  font-size: clamp(26px, 4vw, 36px);
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: clamp(12px, 2.533vw, 20px);
}
.get-td .gttop p {
  font-size: clamp(18px, 2.533vw, 20px);
  text-align: center;
}
.get-td .gtopad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.get-td .gtopad__img {
  width: 50%;
}
.get-td .gtopad__img img {
  width: 100%;
}
.get-td .gtopad__content {
  width: 50%;
  padding-right: 60px;
  padding-left: 20px;
  padding-top: clamp(25px, 4.667vw, 50px);
}
.get-td .gtopad__content .btn {
  width: 100%;
}
.get-td .gtopad .glst {
  margin-bottom: clamp(20px, 3.333vw, 30px);
}
.get-td .gtopad .glst .glst-item {
  padding: clamp(10px, 1.6vw, 15px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(12px, 1.867vw, 16px);
  line-height: 120%;
  border-bottom: 1px solid #D3D4D6;
}
.get-td .gtopad .glst .glst-item:last-child {
  border-bottom: none;
}
.get-td .gtopad .t0pr {
  margin-top: clamp(20px, 3.333vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px dashed #0D223F;
}
.get-td .gtopad .t0pr .t0pr_itm {
  font-size: clamp(12px, 1.867vw, 16px);
  text-align: center;
}
.get-td .gtopad .t0pr .t0pr_itm span {
  font-weight: 700;
  color: #CF1113;
}
@media (max-width: 768px) {
  .get-td .gtopad {
    -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;
  }
  .get-td .gtopad__img {
    width: 100%;
  }
  .get-td .gtopad__content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.get-td__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #0C233F;
  border-radius: 0 0 10px 10px;
  padding: 15px;
}
.get-td__bottom p {
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}
@media (max-width: 768px) {
  .get-td {
    margin-bottom: 0;
  }
  .get-td .container {
    padding: 0;
  }
  .get-td__bottom {
    background-color: #F0F4FB;
    padding-bottom: 25px;
  }
  .get-td__bottom p {
    color: #000 !important;
  }
  .get-td__bottom p br {
    display: none;
  }
}

.footer2 {
  background-color: #0C233F;
  padding: 30px 0;
}
.footer2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.footer2 .flogo img {
  width: 165px;
}
.footer2 .fmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  margin-bottom: 10px;
}
.footer2 .fmenu a {
  font-size: 10px;
  color: #fff;
}
.footer2 p {
  font-size: 10px;
  color: #9B9B9B;
}

.stickyblock {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  bottom: -500px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.stickyblock.active {
  bottom: 0;
}
.stickyblock .container {
  width: 100%;
  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;
}
@media (max-width: 768px) {
  .stickyblock .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stickyblock .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}
.stickyblock__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stickyblock__prod img {
  width: 77px;
}
.stickyblock__prod span {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .stickyblock__prod {
    display: none;
  }
}
.stickyblock__sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 6px;
}
.stickyblock__sc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #29BC48;
  font-size: 11px;
  font-weight: 700;
}
.stickyblock__sc svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .stickyblock__sc {
    width: 100%;
  }
}

.chk-wrap {
  padding-top: 20px;
}
.chk-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .chk-wrap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.chk-wrap__main {
  width: 50%;
}
@media (max-width: 992px) {
  .chk-wrap__main {
    width: 100%;
  }
}
.chk-wrap .chk-header {
  padding: 15px 0 10px 20px;
  margin-bottom: 15px;
  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;
}
.chk-wrap .chk-header__logo img {
  width: 130px;
}
.chk-wrap .chk-header .chk-header-scr {
  font-size: 14px;
}
.chk-wrap .chk-header .chk-header-scr img {
  width: 20px;
}
.chk-wrap .sel0 {
  padding: 10px 10px 10px 10px;
  background-color: #FEFAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.chk-wrap .sel0 img {
  width: 35px;
}
.chk-wrap .sel0 div {
  font-size: 15.6px;
  line-height: 140%;
  display: inline;
}
.chk-wrap .sel0 div span {
  color: #C8202F;
  font-weight: 700;
}
.chk-wrap .steps {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.chk-wrap .step .step-title {
  padding: 15px 5px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.chk-wrap .prod-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  border-radius: 3px;
  border: 1px solid RGB(232, 232, 234);
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.chk-wrap .prod-opt:last-child {
  margin-bottom: 0;
}
.chk-wrap .prod-opt .popupl {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1CC60E;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 5px 8px;
  border-radius: 0 0 0 10px;
}
.chk-wrap .prod-opt__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.chk-wrap .prod-opt__main img {
  width: 80px;
}
.chk-wrap .prod-opt__indic {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 30px;
}
.chk-wrap .prod-opt__is {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.chk-wrap .prod-opt__is div p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.chk-wrap .prod-opt__is div span {
  font-size: 13px;
}
.chk-wrap .prod-opt .prc-old {
  margin-bottom: 5px;
  font-size: 13px;
  text-decoration: line-through;
}
.chk-wrap .prod-opt .cur-prc {
  color: #008A00;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.chk-wrap .prod-opt .econom {
  color: #008A00;
  font-size: 11px;
  font-weight: 700;
}
.chk-wrap .prod-opt.is-active {
  border: 2px solid #1CC60E;
  border-radius: 10px;
}
.chk-wrap .prod-opt input:checked ~ .prod-opt__main .prod-opt__indic {
  border-color: #0275FF;
  position: relative;
  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;
}
.chk-wrap .prod-opt input:checked ~ .prod-opt__main .prod-opt__indic::after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0275FF;
  border-radius: 20px;
}
.chk-wrap .inp-box {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.chk-wrap .inp-group input {
  width: 100%;
  background: #fff;
  border: 1px solid #c5c7d2;
  border-radius: 6px;
  height: 40px;
  padding: 0 10px;
}
.chk-wrap .sel0agree {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  padding: 10px;
}
.chk-wrap .btngr {
  width: 100%;
}
.chk-wrap__sec {
  width: 50%;
}
@media (max-width: 992px) {
  .chk-wrap__sec {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .chk-wrap .ordersummary-desc {
    display: none;
  }
}
.chk-wrap .ordersummary-mob {
  display: none;
}
@media (max-width: 992px) {
  .chk-wrap .ordersummary-mob {
    display: block;
  }
}
.chk-wrap .prc-old {
  margin-bottom: 5px;
  font-size: 13px;
  text-decoration: line-through;
}
.chk-wrap .cur-prc {
  color: #008A00;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.chk-wrap .econom {
  color: #008A00;
  font-size: 11px;
  font-weight: 700;
}
.chk-wrap .ordersummary .ordersummary-top {
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 6px;
  font-size: 14px;
  cursor: pointer;
}
.chk-wrap .ordersummary .ordersummary-top__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.chk-wrap .ordersummary .ordersummary-top .__icon {
  width: 20px;
}
.chk-wrap .ordersummary .ordersummary-top .__arrow {
  width: 15px;
}
.chk-wrap .ordersummary .ordersummary-content {
  display: none;
}
.chk-wrap .ordersummary .order-prod {
  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: 7px;
  padding: 20px 0;
}
.chk-wrap .ordersummary .order-prod__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.chk-wrap .ordersummary .order-prod__img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.chk-wrap .ordersummary .order-prod__img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
}
.chk-wrap .ordersummary .order-prod__img span {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #808080;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  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;
  border-radius: 10px;
}
.chk-wrap .ordersummary .order-prod__title {
  font-size: 14px;
  line-height: 140%;
}
.chk-wrap .ordersummary .ordersummary-bottom {
  padding: 16px 6px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  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;
}
.chk-wrap .ordersummary .ordersummary-bottom span {
  font-size: 14px;
  line-height: 120%;
}
.chk-wrap .ordersummary.active .ordersummary-content {
  display: block;
}
.chk-wrap .ordersummary.active .__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.chk-wrap .chk-why {
  margin-bottom: 40px;
}
.chk-wrap .chk-why__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chk-wrap .chk-why__top::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
}
.chk-wrap .chk-why__top span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
  padding: 3px 10px;
  position: relative;
  z-index: 2;
}
.chk-wrap .chk-why__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: 15px;
}
.chk-wrap .chk-why .chk-why-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.chk-wrap .chk-why .chk-why-itm img {
  min-width: 45px;
  max-width: 45px;
}
.chk-wrap .chk-why .chk-why-itm p {
  font-size: 12px;
  line-height: 140%;
}
.chk-wrap .chk-why .chk-why-itm p strong {
  font-size: 14px;
}
.chk-wrap .chk-why .chrews img {
  width: 100%;
}

.chk-rew__top {
  background-color: #FFFAF2;
  padding: 20px 0px;
  margin-top: 30px;
}
.chk-rew__title {
  font-size: clamp(24px, 3.733vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}
.chk-rew .topstrs {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.chk-rew .topstrs span {
  color: #ffc73e;
  font-size: 18px;
}
.chk-rew .chk-rew-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .chk-rew .chk-rew-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .chk-rew .chk-rew-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.chk-rew .chk-rew-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.chk-rew .chk-rew-item {
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2509803922) 0px 1px 10px 1px;
          box-shadow: rgba(0, 0, 0, 0.2509803922) 0px 1px 10px 1px;
  border-radius: 20px;
  overflow: hidden;
}
.chk-rew .chk-rew-item__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.chk-rew .chk-rew-item__img img {
  width: 100%;
}
.chk-rew .chk-rew-item__top {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.chk-rew .chk-rew-item__top img {
  width: 15px;
}
.chk-rew .chk-rew-item__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
.chk-rew .chk-rew-item .chkstars {
  padding: 0 10px;
  font-size: 18px;
  color: #FFC73E;
  margin-top: 10px;
}
.chk-rew .chk-rew-item__txt {
  padding: 0 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
}