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: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

strong {
  font-weight: 700;
}

.header-box {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .header-box {
    padding: 10px 0;
  }
}

.header-logo img {
  width: 220px;
}
@media (max-width: 768px) {
  .header-logo img {
    width: 150px;
  }
}

.header-line {
  background-color: #03629C;
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .header-line {
    padding: 8px 0;
  }
}

.header-line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-line-box p {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .header-line-box p {
    font-size: 14px;
  }
}

em {
  font-style: italic;
}

.prld {
  padding-bottom: 20px;
}
.prld .container {
  max-width: 850px;
  padding: 0 15px;
}

.art {
  margin-top: 35px;
}
.art .art-top {
  padding: 15px;
}
.art .art-title {
  font-size: 42px;
  font-weight: 700;
  color: #292929;
  line-height: 120%;
}
.art .art-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.art .art-auth__av {
  min-width: 57px;
  max-width: 57px;
  height: 57px;
}
.art .art-auth__av img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.art .art-auth__conten {
  display: -ms-grid;
  display: grid;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.art .art-auth__nm {
  color: #292929;
  font-size: 14px;
  letter-spacing: 1.3px;
  line-height: 110%;
}
.art .art-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art .art-item__image {
  padding: 18px;
  width: 50%;
}
.art .art-item__image img {
  width: 100%;
}
.art .art-item__content {
  padding: 18px;
  width: 50%;
}
.art .art-item__title {
  margin-bottom: 20px;
  color: #292929;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 110%;
  font-weight: 700;
}
.art .art-item__text p {
  color: #292929;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 185%;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .art {
    margin-top: 25px;
  }
  .art .art-title {
    font-size: 30px;
  }
  .art .art-auth {
    margin-top: 10px;
  }
  .art .art-auth__av {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
  .art .art-auth__conten {
    margin-left: 20px;
  }
  .art .art-auth__nm {
    font-size: 13px;
  }
  .art .art-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .art .art-item__image {
    padding: 15px;
    width: 100%;
  }
  .art .art-item__content {
    padding: 15px;
    width: 100%;
  }
  .art .art-item__title {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #03629C;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.7;
  min-width: 350px;
  padding: 25px;
  border-radius: 10px;
}

.prld-2 {
  padding: 20px 0;
  margin-bottom: 40px;
}
.prld-2 .container {
  max-width: 1054px;
  padding: 0 15px;
}
.prld-2__top {
  padding-bottom: 20px;
}
.prld-2__top .title2 {
  color: #292929;
  font-size: 35px;
  letter-spacing: 0.8px;
  line-height: 100%;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 700;
  max-width: 780px;
  margin: 0 auto;
}
.prld-2 .prd-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prld-2 .prd-main__image {
  width: 50%;
  padding: 17px;
}
.prld-2 .prd-main__image img {
  width: 100%;
}
.prld-2 .prd-main__content {
  width: 50%;
  padding: 17px;
}
.prld-2 .prd-main__content p {
  color: #292929;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 185%;
  margin-bottom: 20px;
}
.prld-2 .prd-main__content p span {
  background-color: #03629C;
  color: #fff;
}
.prld-2 .prd-main__content ul {
  padding: 10px 0;
  margin-bottom: 10px;
}
.prld-2 .prd-main__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #292929;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 185%;
}
.prld-2 .prd-main__content ul li:last-child {
  margin-bottom: 0;
}
.prld-2 .prd-main__content ul li svg {
  padding: 5px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.prld-2 .prd-main .p-comn img {
  width: 100%;
}
.prld-2 .prd-main .cmp-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .prld-2__top .title2 {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .prld-2 .prd-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .prld-2 .prd-main__image {
    width: 100%;
    padding: 0px;
  }
  .prld-2 .prd-main__content {
    width: 100%;
    padding: 0px;
  }
  .prld-2 .prd-main__content p {
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
  }
  .prld-2 .prd-main__content ul {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .prld-2 .prd-main__content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 185%;
  }
  .prld-2 .prd-main__content ul li svg {
    padding: 5px;
    margin-right: 5px;
    width: 30px;
  }
  .prld-2 .prd-main .cmp-bottom {
    margin-top: 30px;
  }
  .prld-2 .prd-main .cmp-bottom .btn {
    min-width: 235px;
  }
}

.claim-line {
  position: fixed;
  bottom: -120%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-top: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 50;
}
.claim-line.active {
  bottom: 0;
}
.claim-line .btn {
  height: 52px;
  width: 100%;
  min-width: 100%;
  border-radius: 7px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border: 2px solid #01639D;
}
.claim-line .btn span {
  color: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  text-transform: uppercase;
}
.claim-line .btn::after {
  background-color: #01639D;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border-radius: 5px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.claim-line .btn:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.claim-line .btn:hover span {
  color: #01639D;
}
@media (max-width: 768px) {
  .claim-line {
    padding: 15px 0;
  }
  .claim-line .btn {
    height: 49px;
  }
  .claim-line .btn span {
    font-size: 16px;
  }
}

.product {
  padding-top: 36px;
  position: relative;
}
.product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__gal {
  width: 55%;
}
.product .gallery-sw {
  width: 100%;
  position: sticky;
  top: 36px;
}
.product .gallery-sw img {
  width: 100%;
}
.product .mainSwiper-wrap .swiper-wrapper img {
  aspect-ratio: 1/1;
}
.product .thumbsSwiper-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-prev,
.product .product-next {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  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;
  cursor: pointer;
}
.product .product-prev svg,
.product .product-next svg {
  width: 10px;
}
.product .product-prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product .product-next svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.product__main {
  width: 45%;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .product__main {
    padding-left: 20px;
  }
}
.product .prc-box__title {
  margin-bottom: 10px;
  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;
  position: relative;
}
.product .prc-box__title::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #BAD0E2;
  position: absolute;
}
.product .prc-box__title span {
  color: #FE0100;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}
.product .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #292929;
  letter-spacing: 0.7px;
}
.product .rating__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product .rating .halfstar-box {
  width: 5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product .rating .halfstar {
  color: #ECECEC;
  max-width: 50%;
}
.product .rating svg {
  min-width: 14px;
  max-height: 14px;
  color: #ffcc00;
}
.product .product-title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 16px;
}
.product .product-desc {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 160%;
  margin-bottom: 16px;
}
.product .product-desc-list {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 160%;
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}
.product .prc-list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product .prod-item {
  padding: 17px 20px;
  background-color: #F0F6FF;
  position: relative;
  border-radius: 20px;
  border: 2px solid #AFC9E0;
  cursor: pointer;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product .prod-item:hover {
  border-color: #86abca;
}
.product .prod-item .lbl {
  position: absolute;
  top: -10px;
  right: 18px;
  display: block;
  margin: 0 8px;
  padding: 6px 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #03629C;
}
.product .prod-item .lbl::before {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  left: -8px;
  z-index: 5;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #03629C;
}
.product .prod-item .lbl::after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  right: -8px;
  z-index: 5;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #03629C;
}
.product .prod-item__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.product .prod-item__box1 .indic {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #AFC9E0;
  background-color: #fff;
  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;
}
.product .prod-item__box1 .indic::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #03629C;
  border-radius: 100px;
  opacity: 0;
}
.product .prod-item .top-sc-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.product .prod-item .top-sc-1 h6 {
  font-weight: 700;
  font-size: 20px;
}
.product .prod-item .sv-lbl {
  background-color: #DBEAFF;
  border-radius: 20px;
  padding: 4px 8px;
  font-size: 12px;
}
.product .prod-item .fr-sh {
  display: block;
  color: #545454;
  font-size: 14px;
  margin-top: 10px;
}
.product .prod-item .prd-prd {
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  white-space: nowrap;
}
.product .prod-item .old-prc {
  text-decoration: line-through;
  color: #545454;
  font-size: 14px;
  margin-top: 5px;
}
.product .prod-item__box2 {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .prod-item:has(input:checked) {
  background-color: #fff;
  border-color: #03629C;
}
.product .prod-item:has(input:checked) .indic {
  border-color: #03629C;
}
.product .prod-item:has(input:checked) .indic::after {
  opacity: 1;
}
.product .btn-order {
  height: 29px;
  border: none;
  font-size: 19px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product .p-txt {
  margin-top: 15px;
  margin-bottom: 24px;
}
.product .p-txt p {
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 160%;
  text-align: center;
}
.product .p-txt p span {
  text-decoration: underline;
}
.product .payment-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .product .payment-badges svg {
    width: 30px;
  }
}
.product .shipship {
  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;
  margin-top: 15px;
  background: #e5eff5;
  padding: 10px 15px;
  border-radius: 10px;
}
.product .shipship__by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product .shipship__by::before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #4CAF51;
  position: relative;
  content: "";
}
.product .shipship__ret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.product .shipship__ret img {
  width: 16px;
}
.product .faq {
  margin-top: 24px;
}
.product .faq .faq-item {
  border-bottom: 1px solid #EBEBEB;
}
.product .faq .faq-item:first-child {
  border-top: 1px solid #EBEBEB;
}
.product .faq .faq-item__top {
  padding: 12.5px 10px;
  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;
  cursor: pointer;
}
.product .faq .faq-item__top svg {
  min-width: 12px;
  max-width: 12px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.product .faq .faq-item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.5px;
}
.product .faq .faq-item__content {
  padding: 0 10px 15px 10px;
  display: none;
}
.product .faq .faq-item__content p {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 160%;
}
.product .faq .faq-item.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 992px) {
  .product {
    padding-top: 0;
  }
  .product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__gal {
    position: relative;
    width: 100vw;
    left: -15px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .product__gal .mainSwiper-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .product .product-prev,
  .product .product-next {
    min-width: 25px;
    max-width: 25px;
  }
  .product .thumbsSwiper-wrap {
    margin-top: 5px;
  }
  .product__main {
    width: 100%;
    padding-left: 0;
  }
  .product .btn-order {
    min-width: 100%;
    max-width: 100%;
  }
  .product .rating {
    font-size: 14px;
  }
  .product .product-title {
    font-size: 27px;
  }
  .product .product-desc {
    font-size: 15px;
  }
  .product .product-desc-list {
    font-size: 15px;
  }
  .product .prod-item {
    padding: 10.5px 15px;
  }
  .product .prod-item__box1 {
    gap: 10px;
  }
  .product .prod-item .top-sc-1 h6,
  .product .prod-item .prd-prd {
    font-size: 18px;
  }
  .product .prc-list {
    margin-bottom: 15px;
  }
  .product .shipship {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product .shipship__by {
    font-size: 12px;
  }
  .product .shipship__ret {
    font-size: 12px;
  }
}

.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;
  }
}

.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-group input {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 54px;
  border-radius: 10px;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 16px;
}

.thnk-p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.btn-submit {
  border: none;
  min-width: 100%;
  max-width: 100%;
  height: 42px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.videos {
  padding-top: 40px;
  padding-bottom: 40px;
}
.videos__title {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.videos__box {
  margin-top: 18px;
}
.videos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 1125px;
  margin: 0 auto;
  overflow-x: scroll;
}
.videos__list ::-webkit-scrollbar {
  height: 10px;
}
.videos__list ::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}
.videos__list ::-webkit-scrollbar-track {
  background: #ddd;
}
.videos .videos-item {
  padding: 4px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fe2d52), to(#28ffff));
  background: linear-gradient(0deg, #fe2d52, #28ffff);
  height: 456px;
  min-width: 260px;
  max-width: 260px;
}
.videos .videos-item__box {
  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;
  position: relative;
}
.videos .play-btn,
.videos .stop-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.videos .play-btn div,
.videos .stop-btn div {
  width: 100%;
  height: 100%;
  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;
}
.videos .stop-btn {
  display: none;
  opacity: 0;
}
.videos:hover .stop-btn {
  opacity: 1;
}
.videos .video {
  width: 100%;
  height: 100%;
}
.videos .video video {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .videos {
    padding-bottom: 0;
  }
  .videos__title {
    font-size: 20px;
  }
  .videos .videos-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    min-width: auto;
    max-width: 360px;
    height: auto;
  }
}

.dif {
  padding-top: 40px;
}
.dif .container {
  max-width: 1170px;
  padding: 0 15px;
}
.dif__title {
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: 120%;
  text-align: center;
}
.dif__title span {
  text-decoration: underline;
}
.dif__pretitle {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.7px;
}
.dif__content img {
  width: 100%;
}
.dif .swiper-slide div {
  padding: 15px;
}
.dif .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dif .pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  opacity: 1;
}
.dif .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000000;
}
.dif .button-prev,
.dif .button-next {
  width: 40px;
  height: 40px;
  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;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  display: none;
}
.dif .button-prev svg,
.dif .button-next svg {
  fill: #fff;
}
@media (max-width: 768px) {
  .dif .button-prev,
  .dif .button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dif .button-prev {
  left: 20px;
}
.dif .button-next {
  right: 20px;
}
@media (max-width: 768px) {
  .dif__title {
    font-size: 23px;
  }
  .dif__pretitle {
    font-size: 13px;
    margin-top: 15px;
  }
  .dif__content {
    margin-top: 15px;
  }
  .dif .swiper-slide div {
    padding: 0px;
  }
  .dif .pagination {
    margin-top: 10px;
  }
  .dif .button-prev {
    left: 10px;
  }
  .dif .button-next {
    right: 10px;
  }
}

.sec-sg {
  padding: 40px 0;
}
.sec-sg .container {
  max-width: 1170px;
  padding: 0 15px;
}
.sec-sg .sec-sg-mob {
  display: none;
}
.sec-sg__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-sg .pep_lov__ttlp1 {
  text-align: left;
}
.sec-sg .pep_lov__ttlp2 {
  text-align: left;
  font-weight: 600;
}
.sec-sg p {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
}
.sec-sg__image {
  width: 50%;
  margin-left: -30px;
}
.sec-sg__image img {
  width: 100%;
}
.sec-sg__content {
  width: 50%;
  padding: 0 60px;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .sec-sg__image {
    margin-left: 0;
  }
  .sec-sg__content {
    margin-left: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .sec-sg {
    padding-bottom: 0;
  }
  .sec-sg .sec-sg-mob {
    display: block;
  }
  .sec-sg .sec-sg-desk {
    display: none;
  }
  .sec-sg__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .sec-sg__image {
    width: 100%;
  }
  .sec-sg__content {
    width: 100%;
  }
}

.secdel .container {
  max-width: 1170px;
  padding: 0 15px;
}
.secdel__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secdel__image {
  width: 50%;
  padding: 60px;
}
.secdel__image img {
  width: 100%;
}
.secdel__content {
  width: 50%;
  max-width: 430px;
  margin-left: -40px;
}
.secdel .pep_lov__ttlp1 {
  text-align: left;
}
.secdel .pep_lov__ttlp2 {
  text-align: left;
  font-weight: 600;
  line-height: 110%;
}
.secdel p {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
}
.secdel .secdel-top-mob {
  display: none;
}
@media (max-width: 768px) {
  .secdel {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .secdel .secdel-top-mob {
    display: block;
  }
  .secdel .secdel-top-desk {
    display: none;
  }
  .secdel__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .secdel__image {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .secdel__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.adv {
  padding-top: 20px;
  padding-bottom: 40px;
}
.adv .container {
  max-width: 1170px;
  padding: 0 15px;
}
.adv .pep_lov__ttlp2 {
  font-weight: 600;
  margin-top: 30px;
}
.adv__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  padding-left: 55px;
  padding-right: 55px;
}
.adv .adv-item {
  border: 3px solid #000;
}
.adv .adv-item__top {
  background-color: #000;
  padding: 20px;
}
.adv .adv-item__top span {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}
.adv .adv-item__main {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.adv .adv-item__img {
  min-width: 100px;
  max-width: 100px;
  aspect-ratio: 1/1;
}
.adv .adv-item__img img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
.adv .adv-item__content ul {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.adv .adv-item__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.adv .adv-item__content ul li svg {
  min-width: 20px;
  max-width: 20px;
  margin-top: 5px;
}
.adv .adv-item__content ul li p {
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 180%;
}
@media (max-width: 768px) {
  .adv .pep_lov__ttlp1 {
    text-align: left;
  }
  .adv .pep_lov__ttlp2 {
    text-align: left;
    margin-top: 0;
  }
  .adv__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .adv .adv-item__top span {
    font-size: 20px;
  }
  .adv .adv-item__main {
    padding: 20px 20px 40px 20px;
    gap: 25px;
    -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-item__img {
    min-width: 50%;
    max-width: 50%;
  }
  .adv .adv-item__content ul {
    gap: 10px;
    width: 100%;
  }
}

.secsv {
  padding-top: 40px;
  padding-bottom: 0px;
}
.secsv .container {
  max-width: 1170px;
  padding: 0 15px;
}
.secsv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secsv__image {
  width: 50%;
  padding: 40px;
  margin-right: -40px;
}
.secsv__image img {
  width: 100%;
}
.secsv__content {
  width: 50%;
  padding: 20px 60px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 160%;
}
.secsv__content b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .secsv {
    padding-bottom: 0;
  }
  .secsv .pep_lov__ttlp1 {
    text-align: left;
  }
  .secsv .pep_lov__ttlp2 {
    text-align: left;
  }
  .secsv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .secsv__image {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .secsv__content {
    width: 100%;
    padding: 0;
  }
}

.bestin {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bestin .container {
  max-width: 1170px;
  padding: 0 15px;
}
.bestin__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bestin__image img {
  width: 100%;
  max-width: 900px;
}
@media (max-width: 768px) {
  .bestin {
    padding-bottom: 20px;
  }
}

.block-txt {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}

.shmob {
  display: none;
}
@media (max-width: 768px) {
  .shmob {
    display: block;
  }
}

.shdesk {
  display: block;
}
@media (max-width: 768px) {
  .shdesk {
    display: none;
  }
}

.steps {
  padding-top: 40px;
  padding-bottom: 40px;
}
.steps .container {
  max-width: 1170px;
  padding: 0 15px;
}
.steps__image {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps__image img {
  width: 100%;
  max-width: 940px;
}
@media (max-width: 768px) {
  .steps {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.pep_lov__ttlp1 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
}

.pep_lov__ttlp2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.pep_lov__ttlp3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .pep_lov__ttlp1 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .pep_lov__ttlp2 {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .pep_lov__ttlp3 {
    font-size: 20px;
  }
}
.pep_lov {
  padding-top: 40px;
}
.pep_lov .container {
  max-width: 1170px;
  padding: 0 15px;
}
.pep_lov__list {
  max-width: 820px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 5px;
  margin-top: 40px;
}
.pep_lov .pep_lov-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;
  padding: 15px;
}
.pep_lov .pep_lov-item__image {
  border-radius: 500px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
}
.pep_lov .pep_lov-item__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.pep_lov .pep_lov-item__txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .pep_lov {
    padding-bottom: 40px;
  }
  .pep_lov__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .pep_lov .pep_lov-item {
    padding: 15px;
  }
  .pep_lov .pep_lov-item__image {
    margin-bottom: 20px;
    max-width: 55%;
  }
  .pep_lov .pep_lov-item__txt {
    font-size: 15px;
  }
}

.looksk {
  padding-top: 40px;
  padding-bottom: 40px;
}
.looksk .container {
  max-width: 1170px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.looksk__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.looksk__image {
  width: 100%;
  max-width: 485px;
  padding: 40px;
  margin-left: 40px;
}
.looksk__image img {
  width: 100%;
}
.looksk__content {
  max-width: 469px;
  padding-top: 20px;
}
.looksk__title {
  font-size: 25px;
  font-style: italic;
  line-height: 120%;
  color: #121212;
  margin-bottom: 25px;
}
.looksk p {
  color: #121212;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .looksk {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .looksk__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .looksk__image {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .looksk__image img {
    margin-left: -10px;
  }
  .looksk__content {
    max-width: 100%;
  }
  .looksk__title {
    font-size: 30px;
    margin-bottom: 0px;
    margin-bottom: 15px;
  }
  .looksk__title strong {
    font-size: 20px;
  }
}

.rew {
  color: #292929;
  padding-top: 24px;
  padding-bottom: 24px;
}
.rew .rew1 .container {
  max-width: 1100px;
}
.rew .rew-container {
  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: 992px) {
  .rew .rew-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.rew .stars {
  color: #FFDB01;
}
.rew .rw-wrap {
  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;
}
.rew .rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rew .rw .rw-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.rew .rw span {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.rew .rw-rt {
  display: -ms-grid;
  display: grid;
  gap: 6px;
}
.rew .rw-rt .rw-rt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.14s;
  transition: 0.14s;
}
.rew .rw-rt .rw-rt-item:hover {
  opacity: 0.5;
}
.rew .rw-rt .rw-rt-item:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rew .rw-rt .rw-rt-item:last-child:hover {
  opacity: 0.9;
}
.rew .rw-rt .rew-all-box {
  display: none;
  text-align: center;
}
.rew .rw-rt .rew-all {
  font-size: 12px;
  color: #FFDB01;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  margin-top: 20px;
}
.rew .rw-rt .rew-all:hover {
  text-decoration: none;
}
.rew .rw-rt .str-prgs {
  width: 140px;
  overflow: hidden;
  height: 14px;
  border-radius: 50px;
  background-color: #F0F0F0;
  position: relative;
}
.rew .rw-rt .str-prgs span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #FFDB01;
}
.rew .rw-rt .num {
  color: #7B7B7B;
  font-size: 12px;
}
.rew .rw-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rew .wrt-rew {
  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;
  background-color: #FFDB01;
  color: #fff;
  border: none;
  border-radius: 20px;
  height: 40px;
  width: 240px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.rew .wrt-rew:hover {
  opacity: 0.8;
}
.rew .medals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 50px;
  border-top: 1px solid rgba(255, 218, 0, 0.1);
}
.rew .medals a {
  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: 5px;
}
.rew .medals a img {
  width: 80px;
}
.rew .medals a:nth-child(1) {
  color: #656565;
  font-size: 12px;
}
.rew .medals a:nth-child(2) {
  color: #D29211;
  font-size: 12px;
}
.rew .write {
  padding: 24px 0;
  display: none;
}
.rew .write__title {
  font-size: clamp(22px, 3.067vw, 24px);
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.rew .write .lblrate {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.rew .write .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.rew .write .rating label {
  cursor: pointer;
}
.rew .write .rating img {
  width: 28px;
  height: 28px;
}
.rew .write .write-group {
  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: 100%;
  max-width: 568px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.rew .write .write-group label {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
.rew .write .write-group input, .rew .write .write-group textarea {
  width: 100%;
  border: 1px solid #E8E8E8;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.rew .write .write-group textarea {
  min-height: 110px;
  resize: none;
}
.rew .write .mediafile {
  width: 128px;
  height: 128px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.rew .write .mediafile svg {
  width: 50px;
  height: 50px;
  color: #7B7B7B;
}
.rew .write .mediafile:hover {
  opacity: 0.6;
}
.rew .write .dropnamedisplay {
  color: #FFDC00;
  font-size: 14px;
  padding: 10px 20px 10px 0;
  border: none;
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icons/arrdown.svg);
  background-position: center right;
  background-size: 12px;
}
.rew .write .formtxt {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.7px;
  text-align: center;
}
.rew .write .write-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  margin-top: 24px;
  width: 100%;
  max-width: 568px;
}
@media (max-width: 768px) {
  .rew .write .write-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
}
.rew .write .btn2 {
  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: 10px 20px;
  font-size: 16px;
  border-radius: 20px;
  border: 2px solid #FFDB01;
  font-weight: 700;
  letter-spacing: 0.9px;
  -webkit-transition: 0.13s;
  transition: 0.13s;
}
.rew .write .btn2:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .rew .write .btn2 {
    width: 100%;
  }
}
.rew .write .cancel-rew {
  background-color: #fff;
  color: #FFDB01;
}
.rew .write .submit-rew {
  background-color: #FFDB01;
  color: #fff;
}
.rew .rw-sort .sort-dropdown {
  color: #FFDC00;
  font-size: 14px;
  padding: 10px 20px 10px 0;
  border: none;
  display: inline;
  width: 112px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icons/arrdown.svg);
  background-position: center right;
}
.rew .rews-list {
  display: -ms-grid;
  display: grid;
}
.rew .rew-item {
  padding: 16px 0;
}
.rew .rew-item .rew-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rew .rew-item .str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.rew .rew-item .str img {
  width: 17px;
}
.rew .rew-item .rew-item-date {
  font-size: 12.8px;
  color: #7B7B7B;
  letter-spacing: 1px;
}
.rew .rew-item .rewusr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.rew .rew-item .rewusr__av {
  width: 36px;
  height: 36px;
  background-color: #F0F0F0;
  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;
  border-radius: 10px;
}
.rew .rew-item .rewusr__av img {
  width: 28px;
}
.rew .rew-item .rewusr__name {
  color: #FFDC00;
  font-size: 16px;
}
.rew .rew-item .rewusr__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rew .rew-item__content {
  font-size: clacmp(15px, 0.733vw, 16px);
  letter-spacing: 0.8px;
  line-height: 150%;
  margin-top: 10px;
}
.rew .rw-pagination {
  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;
  gap: 15px;
  padding: 16px 0;
}
.rew .rw-pagination .rw-pagination-first,
.rew .rw-pagination .rw-pagination-back,
.rew .rw-pagination .rw-pagination-next,
.rew .rw-pagination .rw-pagination-last {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rew .rw-pagination .rw-pagination-first:hover,
.rew .rw-pagination .rw-pagination-back:hover,
.rew .rw-pagination .rw-pagination-next:hover,
.rew .rw-pagination .rw-pagination-last:hover {
  opacity: 0.6;
}
.rew .rw-pagination .rw-pagination-first.disabled,
.rew .rw-pagination .rw-pagination-back.disabled,
.rew .rw-pagination .rw-pagination-next.disabled,
.rew .rw-pagination .rw-pagination-last.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.rew .rw-pagination .rw-pagination-first svg,
.rew .rw-pagination .rw-pagination-back svg,
.rew .rw-pagination .rw-pagination-next svg,
.rew .rw-pagination .rw-pagination-last svg {
  color: #FFDC00;
  stroke-width: 2px;
}
.rew .rw-pagination .rw-pagination-first svg path,
.rew .rw-pagination .rw-pagination-back svg path,
.rew .rw-pagination .rw-pagination-next svg path,
.rew .rw-pagination .rw-pagination-last svg path {
  -webkit-filter: drop-shadow(0 0 0.5px currentColor) drop-shadow(0 0 0.5px currentColor);
          filter: drop-shadow(0 0 0.5px currentColor) drop-shadow(0 0 0.5px currentColor);
}
.rew .rw-pagination .rw-pagination-item {
  font-size: 16px;
  color: #FFDC00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.rew .rw-pagination .rw-pagination-item.active {
  font-size: 22px;
  color: #7B7B7B;
  font-weight: 700;
}
.rew .rw-pagination .rw-pagination-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rew .rw-pagination .rw-pagination-last svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
}
.footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-logo a img {
  width: 220px;
}
@media (max-width: 768px) {
  .footer .footer-logo a img {
    width: 180px;
  }
}
.footer .footer-menu {
  margin-top: 40px;
}
.footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.footer .footer-menu a {
  font-size: 14px;
  color: #292929;
  letter-spacing: 1px;
}
.footer .footer-menu a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  border-top: 1px solid #EBEBEB;
  margin-top: 20px;
  padding-top: 20px;
}
.footer .footer-bottom .cprt {
  color: #292929;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 170%;
  text-align: center;
}

.pgtxt {
  width: 100%;
  max-width: 554px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.pgtxt h1 {
  margin: clamp(18px, 2.8vw, 24px) 0;
  font-size: clamp(27px, 4vw, 36px);
  text-align: center;
  font-weight: 700;
}
.pgtxt p {
  margin-bottom: clamp(15px, 2.067vw, 16px);
  font-size: clamp(15px, 2.067vw, 16px);
  letter-spacing: 0.7px;
  line-height: 180%;
}
.pgtxt h3 {
  font-size: clamp(20px, 2.8vw, 22px);
  font-weight: 700;
  margin: 21px 0;
  letter-spacing: 0.7px;
  line-height: 140%;
}
.pgtxt a {
  color: #3977A9;
}