/* line 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 35, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 39, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 47, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 59, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 63, ../sass/all/base.scss */
.j-c-f-e {
  justify-content: flex-end !important;
}

/* line 67, ../sass/all/base.scss */
.a-i-f-s {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* line 72, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 77, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 82, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 86, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 90, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 94, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 98, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 102, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 106, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 110, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 114, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/order/order-top.scss */
.OrderTop {
  direction: rtl;
  padding-top: var(--body-padding-top);
  padding-bottom: 80px;
}
/* line 6, ../sass/order/order-top.scss */
.OrderTop .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
/* line 11, ../sass/order/order-top.scss */
.OrderTop .container.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 26, ../sass/order/order-top.scss */
.OrderTop .bg {
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 35, ../sass/order/order-top.scss */
.OrderTop .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: blur(5px);
  transform: scale(1.02);
}
/* line 46, ../sass/order/order-top.scss */
.OrderTop .left {
  background: #61ba6d;
  padding: 30px 50px;
  width: 400px;
  border-radius: 10px;
}
/* line 52, ../sass/order/order-top.scss */
.OrderTop .left .site-title {
  margin-bottom: 30px;
}
/* line 57, ../sass/order/order-top.scss */
.OrderTop .right {
  width: calc(100% - 400px - 50px);
}
/* line 60, ../sass/order/order-top.scss */
.OrderTop .right .site-title {
  text-shadow: -2px 2px 3px #000;
}
/* line 65, ../sass/order/order-top.scss */
.OrderTop .breadcrumb {
  justify-content: flex-start;
  text-shadow: -2px 2px 3px #000;
}
/* line 70, ../sass/order/order-top.scss */
.OrderTop .site-undertitle {
  margin-top: 30px;
  text-shadow: -2px 2px 3px #000;
}
/* line 75, ../sass/order/order-top.scss */
.OrderTop form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 0px;
  position: relative;
}
/* line 90, ../sass/order/order-top.scss */
.OrderTop .form-control {
  position: relative;
  display: block;
  background: #fff;
  height: 44px;
  border-radius: 7px;
  padding: 0 15px;
  width: 100%;
  font-size: 18px;
}
/* line 100, ../sass/order/order-top.scss */
.OrderTop .form-control[type="tel"], .OrderTop .form-control[type="email"] {
  direction: ltr;
  text-align: right;
}
/* line 105, ../sass/order/order-top.scss */
.OrderTop .form-control::placeholder {
  color: #000;
}
/* line 109, ../sass/order/order-top.scss */
.OrderTop .form-control.error {
  background: #faebd7;
}
/* line 112, ../sass/order/order-top.scss */
.OrderTop .form-control.error::placeholder {
  color: red;
}
/* line 118, ../sass/order/order-top.scss */
.OrderTop textarea.form-control {
  width: 100%;
  height: 88px;
  padding-top: 12px;
}
/* line 124, ../sass/order/order-top.scss */
.OrderTop .site-btn {
  min-width: 150px;
  height: 44px;
  background: #000;
  border-radius: 7px;
  font-size: 18px;
}
/* line 132, ../sass/order/order-top.scss */
.OrderTop .site-btn.with-icon svg, .OrderTop .site-btn.with-icon img {
  width: 24px;
  height: 24px;
  transform: rotate(220deg);
}
/* line 139, ../sass/order/order-top.scss */
.OrderTop .site-btn:hover {
  background: #83c331;
}

/* line 145, ../sass/order/order-top.scss */
.OrderTop.alter {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 149, ../sass/order/order-top.scss */
.OrderTop.alter .container {
  color: #000;
}
/* line 153, ../sass/order/order-top.scss */
.OrderTop.alter .breadcrumb {
  width: 100%;
  text-shadow: none;
}
/* line 159, ../sass/order/order-top.scss */
.OrderTop.alter .left .site-title {
  color: #fff;
}
/* line 165, ../sass/order/order-top.scss */
.OrderTop.alter .right .site-title, .OrderTop.alter .right .site-undertitle {
  text-shadow: none;
}
/* line 170, ../sass/order/order-top.scss */
.OrderTop.alter .uptitle {
  display: inline-block;
  background: rgba(97, 186, 109, 0.2);
  padding: 2px 12px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* line 180, ../sass/order/order-top.scss */
.OrderTop.alter .list {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(97, 186, 109, 0.2);
  margin-top: 45px;
  padding-top: 15px;
  gap: 5px 20px;
  font-size: 18px;
}

@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 202, ../sass/order/order-top.scss */
  .OrderTop {
    padding-bottom: 70px;
  }
  /* line 205, ../sass/order/order-top.scss */
  .OrderTop .left {
    padding: 26px 44px;
    width: 375px;
  }
  /* line 209, ../sass/order/order-top.scss */
  .OrderTop .left .site-title {
    margin-bottom: 30px;
  }
  /* line 214, ../sass/order/order-top.scss */
  .OrderTop .right {
    width: calc(100% - 375px - 40px);
  }
  /* line 218, ../sass/order/order-top.scss */
  .OrderTop .site-undertitle {
    margin-top: 25px;
  }
  /* line 222, ../sass/order/order-top.scss */
  .OrderTop .form-control {
    padding: 0 15px;
    font-size: 18px;
  }
  /* line 227, ../sass/order/order-top.scss */
  .OrderTop .site-btn {
    font-size: 18px;
  }
  /* line 231, ../sass/order/order-top.scss */
  .OrderTop .site-btn.with-icon svg, .OrderTop .site-btn.with-icon img {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 243, ../sass/order/order-top.scss */
  .OrderTop {
    padding-bottom: 55px;
  }
  /* line 246, ../sass/order/order-top.scss */
  .OrderTop .left {
    padding: 20px 35px;
    width: 325px;
  }
  /* line 250, ../sass/order/order-top.scss */
  .OrderTop .left .site-title {
    margin-bottom: 25px;
  }
  /* line 255, ../sass/order/order-top.scss */
  .OrderTop .right {
    width: calc(100% - 325px - 30px);
  }
  /* line 259, ../sass/order/order-top.scss */
  .OrderTop .site-undertitle {
    margin-top: 20px;
  }
  /* line 263, ../sass/order/order-top.scss */
  .OrderTop .form-control {
    border-radius: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  /* line 269, ../sass/order/order-top.scss */
  .OrderTop .site-btn {
    min-width: 120px;
    border-radius: 10px;
    font-size: 16px;
  }
  /* line 275, ../sass/order/order-top.scss */
  .OrderTop .site-btn.with-icon svg, .OrderTop .site-btn.with-icon img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 287, ../sass/order/order-top.scss */
  .OrderTop {
    padding-bottom: 40px;
  }
  /* line 290, ../sass/order/order-top.scss */
  .OrderTop .left {
    padding: 15px 25px;
    width: 300px;
  }
  /* line 294, ../sass/order/order-top.scss */
  .OrderTop .left .site-title {
    margin-bottom: 20px;
  }
  /* line 299, ../sass/order/order-top.scss */
  .OrderTop .right {
    width: calc(100% - 300px - 15px);
  }
  /* line 303, ../sass/order/order-top.scss */
  .OrderTop .site-undertitle {
    margin-top: 15px;
  }
  /* line 307, ../sass/order/order-top.scss */
  .OrderTop .form-control {
    padding: 0 10px;
    font-size: 16px;
  }
  /* line 312, ../sass/order/order-top.scss */
  .OrderTop .site-btn {
    min-width: 120px;
    font-size: 16px;
  }
  /* line 317, ../sass/order/order-top.scss */
  .OrderTop .site-btn.with-icon svg, .OrderTop .site-btn.with-icon img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 329, ../sass/order/order-top.scss */
  .OrderTop {
    padding-bottom: 15px;
  }
  /* line 332, ../sass/order/order-top.scss */
  .OrderTop .left {
    padding: 15px 25px;
    width: 100%;
    max-width: 400px;
  }
  /* line 337, ../sass/order/order-top.scss */
  .OrderTop .left .site-title {
    margin-bottom: 20px;
  }
  /* line 342, ../sass/order/order-top.scss */
  .OrderTop .right {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 347, ../sass/order/order-top.scss */
  .OrderTop .site-undertitle {
    margin-top: 10px;
  }
  /* line 351, ../sass/order/order-top.scss */
  .OrderTop .form-control {
    padding: 0 15px;
    font-size: 16px;
  }
  /* line 356, ../sass/order/order-top.scss */
  .OrderTop textarea.form-control {
    height: 80px;
  }
  /* line 360, ../sass/order/order-top.scss */
  .OrderTop .site-btn {
    min-width: 120px;
    font-size: 16px;
  }
  /* line 365, ../sass/order/order-top.scss */
  .OrderTop .site-btn.with-icon svg, .OrderTop .site-btn.with-icon img {
    width: 20px;
    height: 20px;
  }

  /* line 374, ../sass/order/order-top.scss */
  .OrderTop.alter .uptitle {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  /* line 379, ../sass/order/order-top.scss */
  .OrderTop.alter .list {
    margin-top: 25px;
    padding-top: 15px;
    gap: 5px 15px;
    font-size: 16px;
  }
}
/* line 1, ../sass/articles/articles-tpl.scss */
.ArticleTPL {
  direction: rtl;
  position: relative;
  width: calc((100% - 40px) / 2);
}
/* line 6, ../sass/articles/articles-tpl.scss */
.ArticleTPL:nth-child(1) {
  width: 100%;
}
/* line 10, ../sass/articles/articles-tpl.scss */
.ArticleTPL:nth-child(1) .bg img {
  max-height: 528px;
  aspect-ratio: 16/9;
}
/* line 17, ../sass/articles/articles-tpl.scss */
.ArticleTPL .bg {
  position: relative;
  display: block;
}
/* line 21, ../sass/articles/articles-tpl.scss */
.ArticleTPL .bg img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  max-height: 300px;
  border-radius: 30px;
}
/* line 31, ../sass/articles/articles-tpl.scss */
.ArticleTPL .under-image {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 30px;
}
/* line 45, ../sass/articles/articles-tpl.scss */
.ArticleTPL .under-image .time {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 10px;
}
/* line 55, ../sass/articles/articles-tpl.scss */
.ArticleTPL .under-image .time svg, .ArticleTPL .under-image .time img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* line 66, ../sass/articles/articles-tpl.scss */
.ArticleTPL:hover .bg img {
  opacity: 0.8;
}
/* line 71, ../sass/articles/articles-tpl.scss */
.ArticleTPL:hover .site-title {
  color: #61ba6d;
}

@media only screen and (min-width: 1480px) and (max-width: 1680px) {
  /* line 79, ../sass/articles/articles-tpl.scss */
  .ArticleTPL {
    width: calc((100% - 35px) / 2);
  }
  /* line 84, ../sass/articles/articles-tpl.scss */
  .ArticleTPL:nth-child(1) .bg img {
    max-height: 462px;
  }
  /* line 91, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .bg img {
    max-height: 263px;
    border-radius: 25px;
  }
  /* line 97, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  /* line 101, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time {
    gap: 0 10px;
  }
  /* line 104, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time svg, .ArticleTPL .under-image .time img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 116, ../sass/articles/articles-tpl.scss */
  .ArticleTPL {
    width: calc((100% - 30px) / 2);
  }
  /* line 121, ../sass/articles/articles-tpl.scss */
  .ArticleTPL:nth-child(1) .bg img {
    max-height: 397px;
  }
  /* line 128, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .bg img {
    max-height: 226px;
    border-radius: 20px;
  }
  /* line 134, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  /* line 138, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time {
    gap: 0 8px;
  }
  /* line 141, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time svg, .ArticleTPL .under-image .time img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 153, ../sass/articles/articles-tpl.scss */
  .ArticleTPL {
    width: calc((100% - 24px) / 2);
  }
  /* line 158, ../sass/articles/articles-tpl.scss */
  .ArticleTPL:nth-child(1) .bg img {
    max-height: 318px;
  }
  /* line 165, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .bg img {
    max-height: 180px;
    border-radius: 15px;
  }
  /* line 171, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  /* line 175, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time {
    gap: 0 5px;
  }
  /* line 178, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time svg, .ArticleTPL .under-image .time img {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 190, ../sass/articles/articles-tpl.scss */
  .ArticleTPL {
    width: 100%;
  }
  /* line 195, ../sass/articles/articles-tpl.scss */
  .ArticleTPL:nth-child(1) .bg img {
    max-height: 245px;
  }
  /* line 202, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .bg img {
    max-height: 245px;
    border-radius: 15px;
    aspect-ratio: 16 / 9;
  }
  /* line 209, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  /* line 213, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time {
    gap: 0 5px;
  }
  /* line 216, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time svg, .ArticleTPL .under-image .time img {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 228, ../sass/articles/articles-tpl.scss */
  .ArticleTPL {
    width: 100%;
  }
  /* line 233, ../sass/articles/articles-tpl.scss */
  .ArticleTPL:nth-child(1) .bg img {
    max-height: 53vw;
  }
  /* line 240, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .bg img {
    max-height: 53vw;
    border-radius: 15px;
    aspect-ratio: 16 / 9;
  }
  /* line 247, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  /* line 251, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time {
    gap: 0 5px;
  }
  /* line 254, ../sass/articles/articles-tpl.scss */
  .ArticleTPL .under-image .time svg, .ArticleTPL .under-image .time img {
    width: 16px;
    height: 16px;
  }
}
/* line 1, ../sass/order/order-adv.scss */
.OrderAdv {
  direction: rtl;
}
/* line 4, ../sass/order/order-adv.scss */
.OrderAdv .container {
  background: rgba(97, 186, 109, 0.2);
  border-radius: 20px;
  padding: 30px;
}
/* line 10, ../sass/order/order-adv.scss */
.OrderAdv .top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 25, ../sass/order/order-adv.scss */
.OrderAdv .left {
  position: relative;
  width: 50%;
  padding: 70px;
}
/* line 30, ../sass/order/order-adv.scss */
.OrderAdv .left .site-text {
  margin-bottom: 35px;
}
/* line 34, ../sass/order/order-adv.scss */
.OrderAdv .left .site-title {
  margin-bottom: 25px;
}
/* line 38, ../sass/order/order-adv.scss */
.OrderAdv .left .site-undertitle {
  margin-bottom: 30px;
}
/* line 43, ../sass/order/order-adv.scss */
.OrderAdv .right {
  display: block;
  width: 50%;
}
/* line 47, ../sass/order/order-adv.scss */
.OrderAdv .right img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
/* line 54, ../sass/order/order-adv.scss */
.OrderAdv .list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 72px;
  padding: 0 70px;
  margin-top: 30px;
}
/* line 70, ../sass/order/order-adv.scss */
.OrderAdv .list .col {
  position: relative;
  width: calc((100% - 72px * 3) / 4);
}
/* line 75, ../sass/order/order-adv.scss */
.OrderAdv .list .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 25px;
}
/* line 90, ../sass/order/order-adv.scss */
.OrderAdv .list .icon svg, .OrderAdv .list .icon img {
  display: block;
  width: 70%;
  height: 70%;
  object-fit: contain;
}
/* line 98, ../sass/order/order-adv.scss */
.OrderAdv .list .site-title {
  margin-bottom: 25px;
}
/* line 102, ../sass/order/order-adv.scss */
.OrderAdv .list .site-text {
  line-height: 1.4;
}

@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 111, ../sass/order/order-adv.scss */
  .OrderAdv .container {
    border-radius: 17px;
    padding: 25px;
  }
  /* line 116, ../sass/order/order-adv.scss */
  .OrderAdv .left {
    padding: 60px;
  }
  /* line 119, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-text {
    margin-bottom: 30px;
  }
  /* line 123, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-title {
    margin-bottom: 20px;
  }
  /* line 127, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-undertitle {
    margin-bottom: 25px;
  }
  /* line 133, ../sass/order/order-adv.scss */
  .OrderAdv .right img {
    border-radius: 13px;
  }
  /* line 138, ../sass/order/order-adv.scss */
  .OrderAdv .list {
    gap: 62px;
    padding: 0 60px;
    margin-top: 25px;
  }
  /* line 143, ../sass/order/order-adv.scss */
  .OrderAdv .list .col {
    width: calc((100% - 62px * 3) / 4);
  }
  /* line 147, ../sass/order/order-adv.scss */
  .OrderAdv .list .icon {
    width: 84px;
    height: 84px;
    margin-bottom: 20px;
  }
  /* line 153, ../sass/order/order-adv.scss */
  .OrderAdv .list .site-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 164, ../sass/order/order-adv.scss */
  .OrderAdv .container {
    border-radius: 15px;
    padding: 20px;
  }
  /* line 169, ../sass/order/order-adv.scss */
  .OrderAdv .left {
    padding: 48px;
  }
  /* line 172, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-text {
    margin-bottom: 25px;
  }
  /* line 176, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-title {
    margin-bottom: 15px;
  }
  /* line 180, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-undertitle {
    margin-bottom: 20px;
  }
  /* line 186, ../sass/order/order-adv.scss */
  .OrderAdv .right img {
    border-radius: 10px;
  }
  /* line 191, ../sass/order/order-adv.scss */
  .OrderAdv .list {
    gap: 30px;
    padding: 0 48px;
    margin-top: 20px;
  }
  /* line 196, ../sass/order/order-adv.scss */
  .OrderAdv .list .col {
    width: calc((100% - 30px * 3) / 4);
  }
  /* line 200, ../sass/order/order-adv.scss */
  .OrderAdv .list .icon {
    width: 66px;
    height: 66px;
    margin-bottom: 15px;
  }
  /* line 206, ../sass/order/order-adv.scss */
  .OrderAdv .list .site-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 217, ../sass/order/order-adv.scss */
  .OrderAdv .container {
    border-radius: 15px;
    padding: 15px;
  }
  /* line 222, ../sass/order/order-adv.scss */
  .OrderAdv .left {
    padding: 15px;
  }
  /* line 225, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-text {
    margin-bottom: 20px;
  }
  /* line 229, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-title {
    margin-bottom: 10px;
  }
  /* line 233, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-undertitle {
    margin-bottom: 15px;
  }
  /* line 239, ../sass/order/order-adv.scss */
  .OrderAdv .right img {
    border-radius: 10px;
  }
  /* line 244, ../sass/order/order-adv.scss */
  .OrderAdv .list {
    gap: 15px;
    padding: 0 15px;
    margin-top: 15px;
  }
  /* line 249, ../sass/order/order-adv.scss */
  .OrderAdv .list .col {
    width: calc((100% - 15px * 3) / 4);
  }
  /* line 253, ../sass/order/order-adv.scss */
  .OrderAdv .list .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  /* line 259, ../sass/order/order-adv.scss */
  .OrderAdv .list .site-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 270, ../sass/order/order-adv.scss */
  .OrderAdv .container {
    border-radius: 15px;
    padding: 15px;
  }
  /* line 275, ../sass/order/order-adv.scss */
  .OrderAdv .left {
    width: 100%;
    padding: 15px;
  }
  /* line 279, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-text {
    margin-bottom: 15px;
  }
  /* line 283, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-title {
    margin-bottom: 10px;
  }
  /* line 287, ../sass/order/order-adv.scss */
  .OrderAdv .left .site-undertitle {
    margin-bottom: 15px;
  }
  /* line 292, ../sass/order/order-adv.scss */
  .OrderAdv .right {
    width: 100%;
  }
  /* line 295, ../sass/order/order-adv.scss */
  .OrderAdv .right img {
    border-radius: 10px;
  }
  /* line 300, ../sass/order/order-adv.scss */
  .OrderAdv .list {
    gap: 15px;
    padding: 0 15px;
    margin-top: 15px;
  }
  /* line 305, ../sass/order/order-adv.scss */
  .OrderAdv .list .col {
    width: 100%;
  }
  /* line 309, ../sass/order/order-adv.scss */
  .OrderAdv .list .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  /* line 315, ../sass/order/order-adv.scss */
  .OrderAdv .list .site-title {
    margin-bottom: 15px;
  }
}
/* line 1, ../sass/order/order-review.scss */
.OrderReview {
  direction: rtl;
}
/* line 4, ../sass/order/order-review.scss */
.OrderReview .swiper-wr {
  position: relative;
  margin: 0 50px;
  margin-top: 50px;
}
/* line 10, ../sass/order/order-review.scss */
.OrderReview .swiper-button-prev, .OrderReview .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #61ba6d;
  transform: rotate(180deg);
}
/* line 17, ../sass/order/order-review.scss */
.OrderReview .swiper-button-prev:after, .OrderReview .swiper-button-next:after {
  color: #fff;
  font-size: 16px;
}
/* line 22, ../sass/order/order-review.scss */
.OrderReview .swiper-button-prev:hover, .OrderReview .swiper-button-next:hover {
  background: #83c331;
}
/* line 27, ../sass/order/order-review.scss */
.OrderReview .swiper-button-prev {
  right: -50px;
  left: initial;
}
/* line 32, ../sass/order/order-review.scss */
.OrderReview .swiper-button-next {
  left: -50px;
  right: initial;
}
/* line 37, ../sass/order/order-review.scss */
.OrderReview .rev {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
  max-height: 100%;
}
/* line 46, ../sass/order/order-review.scss */
.OrderReview .mokap {
  position: relative;
  z-index: 2;
}
/* line 52, ../sass/order/order-review.scss */
.OrderReview .swiper-slide img {
  display: block;
  width: 100%;
  outline: none !important;
}
/* line 59, ../sass/order/order-review.scss */
.OrderReview .swiper-slide:hover img {
  opacity: 0.7;
}

@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 69, ../sass/order/order-review.scss */
  .OrderReview .swiper-wr {
    margin: 0 43px;
    margin-top: 43px;
  }
  /* line 74, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev, .OrderReview .swiper-button-next {
    width: 38px;
    height: 38px;
  }
  /* line 78, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev:after, .OrderReview .swiper-button-next:after {
    font-size: 15px;
  }
  /* line 83, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev {
    right: -46px;
  }
  /* line 87, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-next {
    left: -46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 97, ../sass/order/order-review.scss */
  .OrderReview .swiper-wr {
    margin: 0 35px;
    margin-top: 35px;
  }
  /* line 102, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev, .OrderReview .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  /* line 106, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev:after, .OrderReview .swiper-button-next:after {
    font-size: 14px;
  }
  /* line 111, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev {
    right: -36px;
  }
  /* line 115, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-next {
    left: -36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 125, ../sass/order/order-review.scss */
  .OrderReview .swiper-wr {
    margin: 0 25px;
    margin-top: 25px;
  }
  /* line 130, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev, .OrderReview .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  /* line 134, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev:after, .OrderReview .swiper-button-next:after {
    font-size: 14px;
  }
  /* line 139, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev {
    right: -36px;
  }
  /* line 143, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-next {
    left: -36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 153, ../sass/order/order-review.scss */
  .OrderReview .swiper-wr {
    margin: 0 25px;
    margin-top: 25px;
  }
  /* line 158, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev, .OrderReview .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  /* line 162, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev:after, .OrderReview .swiper-button-next:after {
    font-size: 14px;
  }
  /* line 167, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-prev {
    right: -36px;
  }
  /* line 171, ../sass/order/order-review.scss */
  .OrderReview .swiper-button-next {
    left: -36px;
  }
}
/* line 1, ../sass/order/order-offer.scss */
.OrderOffer {
  direction: ltr;
}
/* line 4, ../sass/order/order-offer.scss */
.OrderOffer .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 75px;
}

/* line 20, ../sass/order/order-offer.scss */
.OrderOfferB {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: rgba(97, 186, 109, 0.2);
  border-radius: 50px;
}
/* line 27, ../sass/order/order-offer.scss */
.OrderOfferB.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
/* line 38, ../sass/order/order-offer.scss */
.OrderOfferB .img {
  display: block;
}
/* line 43, ../sass/order/order-offer.scss */
.OrderOfferB .text {
  padding: 45px;
}
/* line 46, ../sass/order/order-offer.scss */
.OrderOfferB .text .site-title {
  margin-bottom: 45px;
}
/* line 50, ../sass/order/order-offer.scss */
.OrderOfferB .text .site-text {
  line-height: 1.7;
}
/* line 55, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(1) {
  width: 33%;
}
/* line 58, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(1) .img {
  width: 100%;
}
/* line 61, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(1) .img img {
  display: block;
  width: 100%;
}
/* line 67, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(1) .text {
  padding-top: 0;
  margin-top: -45px;
}
/* line 73, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(2) {
  width: calc(100% - 33% - 20px);
}
/* line 76, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(2) .text {
  width: 53%;
}
/* line 80, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(2) .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 43%;
  padding: 30px;
}
/* line 92, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(2) .img img {
  display: block;
  width: 100%;
}
/* line 99, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(3) {
  width: calc((100% - 20px) / 2);
}
/* line 102, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(3) .text {
  width: 50%;
}
/* line 106, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(3) .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 50%;
  background: #f8f8f8;
}
/* line 118, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(3) .img img {
  display: block;
  width: 100%;
}
/* line 125, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(4) {
  width: calc((100% - 20px) / 2);
}
/* line 128, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(4) .text {
  width: 60%;
}
/* line 132, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(4) .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 40%;
  background: #f8f8f8;
  padding: 15px;
}
/* line 145, ../sass/order/order-offer.scss */
.OrderOfferB:nth-child(4) .img img {
  display: block;
  width: 100%;
}

/* line 154, ../sass/order/order-offer.scss */
.lang-he .OrderOffer {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 162, ../sass/order/order-offer.scss */
  .OrderOffer .result {
    gap: 20px;
    margin-top: 65px;
  }

  /* line 168, ../sass/order/order-offer.scss */
  .OrderOfferB {
    border-radius: 43px;
  }
  /* line 171, ../sass/order/order-offer.scss */
  .OrderOfferB .text {
    padding: 39px;
  }
  /* line 174, ../sass/order/order-offer.scss */
  .OrderOfferB .text .site-title {
    margin-bottom: 39px;
  }
  /* line 179, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) {
    width: 33%;
  }
  /* line 182, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .img {
    width: 100%;
  }
  /* line 186, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .text {
    margin-top: -39px;
  }
  /* line 191, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) {
    width: calc(100% - 33% - 20px);
  }
  /* line 194, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .text {
    width: 53%;
  }
  /* line 198, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .img {
    width: 43%;
    padding: 26px;
  }
  /* line 204, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) {
    width: calc((100% - 20px) / 2);
  }
  /* line 207, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) .text {
    width: 50%;
  }
  /* line 212, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) {
    width: calc((100% - 20px) / 2);
  }
  /* line 215, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .text {
    width: 60%;
  }
  /* line 219, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .img {
    width: 40%;
    padding: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 231, ../sass/order/order-offer.scss */
  .OrderOffer .result {
    gap: 15px;
    margin-top: 50px;
  }

  /* line 237, ../sass/order/order-offer.scss */
  .OrderOfferB {
    border-radius: 35px;
  }
  /* line 240, ../sass/order/order-offer.scss */
  .OrderOfferB .text {
    padding: 30px;
  }
  /* line 243, ../sass/order/order-offer.scss */
  .OrderOfferB .text .site-title {
    margin-bottom: 30px;
  }
  /* line 248, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) {
    width: 33%;
  }
  /* line 251, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .img {
    width: 100%;
  }
  /* line 255, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .text {
    margin-top: -30px;
  }
  /* line 260, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) {
    width: calc(100% - 33% - 15px);
  }
  /* line 263, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .text {
    width: 53%;
  }
  /* line 267, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .img {
    width: 43%;
    padding: 20px;
  }
  /* line 273, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) {
    width: calc((100% - 15px) / 2);
  }
  /* line 276, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) .text {
    width: 50%;
  }
  /* line 281, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) {
    width: calc((100% - 15px) / 2);
  }
  /* line 284, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .text {
    width: 60%;
  }
  /* line 288, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .img {
    width: 40%;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 300, ../sass/order/order-offer.scss */
  .OrderOffer .result {
    gap: 15px;
    margin-top: 38px;
  }

  /* line 306, ../sass/order/order-offer.scss */
  .OrderOfferB {
    border-radius: 27px;
  }
  /* line 309, ../sass/order/order-offer.scss */
  .OrderOfferB .text {
    padding: 30px;
  }
  /* line 312, ../sass/order/order-offer.scss */
  .OrderOfferB .text .site-title {
    margin-bottom: 30px;
  }
  /* line 317, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) {
    width: calc((100% - 15px) / 2);
  }
  /* line 320, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .img {
    width: 100%;
  }
  /* line 324, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .text {
    margin-top: -30px;
  }
  /* line 329, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 15px) / 2);
  }
  /* line 337, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .text {
    width: 100%;
  }
  /* line 341, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .img {
    width: 100%;
    padding: 20px;
  }
  /* line 347, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) {
    width: 100%;
  }
  /* line 350, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) .text {
    width: 50%;
  }
  /* line 355, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) {
    width: 100%;
  }
  /* line 358, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .text {
    width: 60%;
  }
  /* line 362, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .img {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 40%;
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 379, ../sass/order/order-offer.scss */
  .OrderOffer .result {
    gap: 15px;
    margin-top: 28px;
  }

  /* line 385, ../sass/order/order-offer.scss */
  .OrderOfferB {
    border-radius: 20px;
  }
  /* line 388, ../sass/order/order-offer.scss */
  .OrderOfferB .text {
    padding: 15px;
  }
  /* line 391, ../sass/order/order-offer.scss */
  .OrderOfferB .text .site-title {
    margin-bottom: 15px;
  }
  /* line 396, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) {
    width: 100%;
  }
  /* line 399, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .img {
    width: 100%;
  }
  /* line 402, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .img img {
    display: block;
    width: 100%;
  }
  /* line 408, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(1) .text {
    margin-top: -15px;
  }
  /* line 413, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 421, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .text {
    width: 100%;
  }
  /* line 425, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(2) .img {
    width: 100%;
    padding: 15px;
  }
  /* line 431, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 439, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) .text {
    width: 100%;
  }
  /* line 443, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(3) .img {
    height: auto;
    width: 100%;
  }
  /* line 449, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) {
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 457, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .text {
    width: 100%;
  }
  /* line 461, ../sass/order/order-offer.scss */
  .OrderOfferB:nth-child(4) .img {
    height: auto;
    width: 100%;
  }
}
/* line 13, ../sass/articles.scss */
.Article {
  padding-top: 25px !important;
}

/* line 17, ../sass/articles.scss */
#NavLink {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 12px;
  border-right: 4px solid #61ba6d;
  font-size: 13px;
}
/* line 25, ../sass/articles.scss */
#NavLink p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 700;
}
/* line 32, ../sass/articles.scss */
#NavLink li a {
  color: #000;
  padding: 4px 0;
  display: block;
}
/* line 37, ../sass/articles.scss */
#NavLink li a:hover {
  color: #61ba6d;
}
/* line 42, ../sass/articles.scss */
#NavLink li.active {
  font-weight: 700;
}

/* line 48, ../sass/articles.scss */
.ArticlesInner {
  direction: rtl;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 65, ../sass/articles.scss */
.ArticlesL {
  position: relative;
  width: calc(70% - 40px);
}
/* line 69, ../sass/articles.scss */
.ArticlesL .rows {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 40px;
}

/* line 84, ../sass/articles.scss */
.ArticlesR {
  position: relative;
  width: 30%;
}
/* line 88, ../sass/articles.scss */
.ArticlesR .art-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
/* line 96, ../sass/articles.scss */
.ArticlesR .art-flex-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  position: relative;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  height: 70px;
  border: 1px solid #61ba6d;
  border-radius: 35px;
  font-size: 24px;
  font-weight: 500;
}
/* line 114, ../sass/articles.scss */
.ArticlesR .art-flex-btn:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
/* line 121, ../sass/articles.scss */
.ArticlesR .sticky {
  position: sticky;
  transition: 0.3s ease top;
  top: 96px;
}
/* line 126, ../sass/articles.scss */
.ArticlesR .sticky.top {
  top: 20px;
}
/* line 130, ../sass/articles.scss */
.ArticlesR .sticky.no-sticky {
  top: initial !important;
  position: relative;
  height: 100%;
}
/* line 135, ../sass/articles.scss */
.ArticlesR .sticky.no-sticky #NavLink {
  position: sticky;
  top: 100px;
}
/* line 142, ../sass/articles.scss */
.ArticlesR .list {
  position: relative;
  margin-top: 20px;
}
/* line 146, ../sass/articles.scss */
.ArticlesR .list li {
  position: relative;
  font-size: 24px;
  border-bottom: 1px solid #61ba6d;
}
/* line 151, ../sass/articles.scss */
.ArticlesR .list li:nth-last-child(1) {
  border-bottom: 0;
}
/* line 155, ../sass/articles.scss */
.ArticlesR .list li a {
  display: block;
  line-height: 1.4;
  padding: 20px 0;
}
/* line 160, ../sass/articles.scss */
.ArticlesR .list li a:hover {
  color: #61ba6d;
}
/* line 167, ../sass/articles.scss */
.ArticlesR .nav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 45px;
}
/* line 182, ../sass/articles.scss */
.ArticlesR .nav a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  position: relative;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  height: 70px;
  border: 1px solid #61ba6d;
  border-radius: 35px;
  font-size: 24px;
  font-weight: 500;
}
/* line 203, ../sass/articles.scss */
.ArticlesR .nav li.active a {
  cursor: default;
  background: #61ba6d;
  color: #fff;
}
/* line 211, ../sass/articles.scss */
.ArticlesR .nav li:hover:not(.active) a {
  border-color: #000;
  background: #000;
  color: #fff;
}
/* line 220, ../sass/articles.scss */
.ArticlesR .bannerwr {
  position: relative;
}
/* line 224, ../sass/articles.scss */
.ArticlesR .banner {
  position: relative;
  width: 100%;
  background: #61ba6d;
  border-radius: 15px;
  padding: 30px 25px;
  color: #fff;
  margin-top: 80px;
  margin-top: 0 !important;
  max-width: 460px;
}
/* line 235, ../sass/articles.scss */
.ArticlesR .banner .site-title {
  margin-bottom: 30px;
  pointer-events: none;
}
/* line 239, ../sass/articles.scss */
.ArticlesR .banner .site-title svg {
  display: none !important;
}
/* line 244, ../sass/articles.scss */
.ArticlesR .banner .site-undertitle {
  margin-bottom: 25px;
}
/* line 248, ../sass/articles.scss */
.ArticlesR .banner .site-btn {
  background: #fff;
  color: #61ba6d;
}
/* line 252, ../sass/articles.scss */
.ArticlesR .banner .site-btn .fill-000000 {
  fill: #61ba6d;
}
/* line 256, ../sass/articles.scss */
.ArticlesR .banner .site-btn:hover {
  background: #000;
  color: #fff;
}
/* line 260, ../sass/articles.scss */
.ArticlesR .banner .site-btn:hover .fill-000000 {
  fill: #fff;
}
/* line 267, ../sass/articles.scss */
.ArticlesR .banner .sp-top-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
/* line 275, ../sass/articles.scss */
.ArticlesR .banner .sp-top-form input.error {
  border-color: red;
}
/* line 280, ../sass/articles.scss */
.ArticlesR .banner .sp-top-form input[type="tel"] {
  text-align: right;
  direction: ltr;
}
/* line 285, ../sass/articles.scss */
.ArticlesR .banner .sp-top-form .site-btn {
  width: 100%;
}
/* line 290, ../sass/articles.scss */
.ArticlesR .banner .sp-top-form input {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
}
/* line 301, ../sass/articles.scss */
.ArticlesR .banner .sp-top-form input:focus {
  border-color: #fff;
}
/* line 305, ../sass/articles.scss */
.ArticlesR .banner .sp-top-policy {
  font-size: 12px;
}
/* line 308, ../sass/articles.scss */
.ArticlesR .banner .sp-top-policy a {
  text-decoration: underline;
}
/* line 314, ../sass/articles.scss */
.ArticlesR .share {
  position: relative;
  margin-top: 50px;
}
/* line 318, ../sass/articles.scss */
.ArticlesR .share .soc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 45px;
}
/* line 333, ../sass/articles.scss */
.ArticlesR .share .soc svg, .ArticlesR .share .soc img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/* line 340, ../sass/articles.scss */
.ArticlesR .share .soc a {
  cursor: pointer;
}
/* line 343, ../sass/articles.scss */
.ArticlesR .share .soc a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1480px) and (max-width: 1680px) {
  /* line 353, ../sass/articles.scss */
  .ArticlesInner {
    margin-top: 40px;
  }

  /* line 357, ../sass/articles.scss */
  .ArticlesL {
    width: calc(65% - 40px);
  }
  /* line 360, ../sass/articles.scss */
  .ArticlesL .rows {
    gap: 70px 35px;
  }

  /* line 365, ../sass/articles.scss */
  .ArticlesR {
    width: 35%;
  }
  /* line 368, ../sass/articles.scss */
  .ArticlesR .art-flex-btn {
    padding: 0 25px;
    height: 62px;
    font-size: 22px;
  }
  /* line 375, ../sass/articles.scss */
  .ArticlesR .sticky {
    top: 96px;
  }
  /* line 378, ../sass/articles.scss */
  .ArticlesR .sticky.top {
    top: 20px;
  }
  /* line 383, ../sass/articles.scss */
  .ArticlesR .list {
    margin-top: 18px;
  }
  /* line 386, ../sass/articles.scss */
  .ArticlesR .list li {
    font-size: 22px;
  }
  /* line 389, ../sass/articles.scss */
  .ArticlesR .list li a {
    padding: 18px 0;
  }
  /* line 395, ../sass/articles.scss */
  .ArticlesR .nav {
    gap: 15px;
    margin-top: 40px;
  }
  /* line 399, ../sass/articles.scss */
  .ArticlesR .nav a {
    padding: 0 25px;
    height: 62px;
    font-size: 22px;
  }
  /* line 406, ../sass/articles.scss */
  .ArticlesR .banner {
    border-radius: 15px;
    padding: 25px 20px;
    margin-top: 70px;
  }
  /* line 411, ../sass/articles.scss */
  .ArticlesR .banner .site-title {
    margin-bottom: 25px;
  }
  /* line 415, ../sass/articles.scss */
  .ArticlesR .banner .site-undertitle {
    margin-bottom: 50px;
  }
  /* line 420, ../sass/articles.scss */
  .ArticlesR .share {
    margin-top: 44px;
  }
  /* line 423, ../sass/articles.scss */
  .ArticlesR .share .soc {
    gap: 20px;
    margin-top: 40px;
  }
  /* line 427, ../sass/articles.scss */
  .ArticlesR .share .soc svg, .ArticlesR .share .soc img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 439, ../sass/articles.scss */
  .ArticlesInner {
    margin-top: 35px;
  }

  /* line 443, ../sass/articles.scss */
  .ArticlesL {
    width: calc(65% - 30px);
  }
  /* line 446, ../sass/articles.scss */
  .ArticlesL .rows {
    gap: 60px 30px;
  }

  /* line 453, ../sass/articles.scss */
  .ArticlesR {
    width: 35%;
  }
  /* line 456, ../sass/articles.scss */
  .ArticlesR .art-flex-btn {
    padding: 0 20px;
    height: 54px;
    font-size: 20px;
  }
  /* line 462, ../sass/articles.scss */
  .ArticlesR .sticky {
    top: 96px;
  }
  /* line 465, ../sass/articles.scss */
  .ArticlesR .sticky.top {
    top: 20px;
  }
  /* line 470, ../sass/articles.scss */
  .ArticlesR .list {
    margin-top: 16px;
  }
  /* line 473, ../sass/articles.scss */
  .ArticlesR .list li {
    font-size: 20px;
  }
  /* line 476, ../sass/articles.scss */
  .ArticlesR .list li a {
    padding: 16px 0;
  }
  /* line 482, ../sass/articles.scss */
  .ArticlesR .nav {
    gap: 13px;
    margin-top: 35px;
  }
  /* line 486, ../sass/articles.scss */
  .ArticlesR .nav a {
    padding: 0 20px;
    height: 54px;
    font-size: 20px;
  }
  /* line 493, ../sass/articles.scss */
  .ArticlesR .banner {
    border-radius: 15px;
    padding: 25px 20px;
    margin-top: 60px;
    max-width: 344px;
  }
  /* line 499, ../sass/articles.scss */
  .ArticlesR .banner .site-title {
    margin-bottom: 20px;
  }
  /* line 503, ../sass/articles.scss */
  .ArticlesR .banner .site-undertitle {
    margin-bottom: 40px;
  }
  /* line 508, ../sass/articles.scss */
  .ArticlesR .share {
    margin-top: 38px;
  }
  /* line 511, ../sass/articles.scss */
  .ArticlesR .share .soc {
    gap: 15px;
    margin-top: 35px;
  }
  /* line 515, ../sass/articles.scss */
  .ArticlesR .share .soc svg, .ArticlesR .share .soc img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 527, ../sass/articles.scss */
  .ArticlesInner {
    margin-top: 35px;
  }

  /* line 531, ../sass/articles.scss */
  .ArticlesL {
    width: calc(65% - 40px);
  }
  /* line 534, ../sass/articles.scss */
  .ArticlesL .rows {
    gap: 48px 24px;
  }

  /* line 541, ../sass/articles.scss */
  .ArticlesR {
    width: 35%;
  }
  /* line 544, ../sass/articles.scss */
  .ArticlesR .art-flex-btn {
    padding: 0 15px;
    height: 44px;
    font-size: 18px;
  }
  /* line 550, ../sass/articles.scss */
  .ArticlesR .sticky {
    top: 96px;
  }
  /* line 553, ../sass/articles.scss */
  .ArticlesR .sticky.top {
    top: 20px;
  }
  /* line 558, ../sass/articles.scss */
  .ArticlesR .list {
    margin-top: 13px;
  }
  /* line 561, ../sass/articles.scss */
  .ArticlesR .list li {
    font-size: 18px;
  }
  /* line 564, ../sass/articles.scss */
  .ArticlesR .list li a {
    padding: 13px 0;
  }
  /* line 570, ../sass/articles.scss */
  .ArticlesR .nav {
    gap: 10px;
    margin-top: 25px;
  }
  /* line 574, ../sass/articles.scss */
  .ArticlesR .nav a {
    padding: 0 15px;
    height: 44px;
    font-size: 18px;
  }
  /* line 581, ../sass/articles.scss */
  .ArticlesR .banner {
    border-radius: 15px;
    padding: 25px 20px;
    margin-top: 48px;
  }
  /* line 586, ../sass/articles.scss */
  .ArticlesR .banner .site-title {
    margin-bottom: 15px;
  }
  /* line 590, ../sass/articles.scss */
  .ArticlesR .banner .site-undertitle {
    margin-bottom: 32px;
  }
  /* line 595, ../sass/articles.scss */
  .ArticlesR .share {
    margin-top: 30px;
  }
  /* line 598, ../sass/articles.scss */
  .ArticlesR .share .soc {
    gap: 15px;
    margin-top: 30px;
  }
  /* line 602, ../sass/articles.scss */
  .ArticlesR .share .soc svg, .ArticlesR .share .soc img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 614, ../sass/articles.scss */
  .ArticlesInner {
    margin-top: 30px;
  }

  /* line 618, ../sass/articles.scss */
  .ArticlesL {
    width: calc(65% - 30px);
  }
  /* line 621, ../sass/articles.scss */
  .ArticlesL .rows {
    gap: 36px 18px;
  }

  /* line 628, ../sass/articles.scss */
  .ArticlesR {
    width: 35%;
  }
  /* line 631, ../sass/articles.scss */
  .ArticlesR .sticky {
    top: 96px;
  }
  /* line 634, ../sass/articles.scss */
  .ArticlesR .sticky.top {
    top: 20px;
  }
  /* line 639, ../sass/articles.scss */
  .ArticlesR .art-flex-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
  /* line 645, ../sass/articles.scss */
  .ArticlesR .list {
    margin-top: 10px;
  }
  /* line 648, ../sass/articles.scss */
  .ArticlesR .list li {
    font-size: 16px;
  }
  /* line 651, ../sass/articles.scss */
  .ArticlesR .list li a {
    padding: 10px 0;
  }
  /* line 657, ../sass/articles.scss */
  .ArticlesR .nav {
    gap: 8px;
    margin-top: 20px;
  }
  /* line 661, ../sass/articles.scss */
  .ArticlesR .nav a {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
  /* line 668, ../sass/articles.scss */
  .ArticlesR .banner {
    border-radius: 15px;
    padding: 23px 18px;
    margin-top: 37px;
  }
  /* line 673, ../sass/articles.scss */
  .ArticlesR .banner .site-title {
    margin-bottom: 15px;
  }
  /* line 677, ../sass/articles.scss */
  .ArticlesR .banner .site-undertitle {
    margin-bottom: 25px;
  }
  /* line 682, ../sass/articles.scss */
  .ArticlesR .share {
    margin-top: 25px;
  }
  /* line 685, ../sass/articles.scss */
  .ArticlesR .share .soc {
    gap: 15px;
    margin-top: 25px;
  }
  /* line 689, ../sass/articles.scss */
  .ArticlesR .share .soc svg, .ArticlesR .share .soc img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 701, ../sass/articles.scss */
  .Article {
    padding-top: 10px !important;
  }

  /* line 705, ../sass/articles.scss */
  .ArticlesInner {
    margin-top: 30px;
  }

  /* line 709, ../sass/articles.scss */
  #NavLink {
    margin: 0;
    margin-bottom: 20px;
  }

  /* line 714, ../sass/articles.scss */
  .ArticlesL {
    width: 100%;
  }
  /* line 717, ../sass/articles.scss */
  .ArticlesL .rows {
    gap: 30px;
  }

  /* line 722, ../sass/articles.scss */
  .ArticlesR {
    width: 100%;
    margin-top: 40px;
    position: sticky;
    bottom: 105px;
    order: 4;
  }
  /* line 729, ../sass/articles.scss */
  .ArticlesR .sticky {
    position: relative;
    top: 0px;
  }
  /* line 733, ../sass/articles.scss */
  .ArticlesR .sticky.top {
    top: 0px;
  }
  /* line 738, ../sass/articles.scss */
  .ArticlesR .art-flex-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
  /* line 745, ../sass/articles.scss */
  .ArticlesR .list {
    margin-top: 15px;
  }
  /* line 748, ../sass/articles.scss */
  .ArticlesR .list li {
    font-size: 16px;
  }
  /* line 751, ../sass/articles.scss */
  .ArticlesR .list li a {
    padding: 10px 0;
  }
  /* line 757, ../sass/articles.scss */
  .ArticlesR .nav {
    gap: 10px;
    margin-top: 15px;
  }
  /* line 761, ../sass/articles.scss */
  .ArticlesR .nav a {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
  /* line 768, ../sass/articles.scss */
  .ArticlesR .bannerwr {
    display: none;
  }
  /* line 771, ../sass/articles.scss */
  .ArticlesR .bannerwr.active {
    display: block;
    display: none;
  }
  /* line 777, ../sass/articles.scss */
  .ArticlesR .banner {
    padding: 15px 15px;
    margin-top: 40px;
  }
  /* line 781, ../sass/articles.scss */
  .ArticlesR .banner .site-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: all;
  }
  /* line 790, ../sass/articles.scss */
  .ArticlesR .banner .site-title.active svg {
    transform: rotate(180deg);
  }
  /* line 795, ../sass/articles.scss */
  .ArticlesR .banner .site-title svg {
    display: block !important;
    width: 18px;
    height: 18px;
    transition: .3s ease-in-out;
  }
  /* line 803, ../sass/articles.scss */
  .ArticlesR .banner .site-undertitle {
    margin-bottom: 25px;
  }
  /* line 808, ../sass/articles.scss */
  .ArticlesR .share {
    margin-top: 25px;
  }
  /* line 811, ../sass/articles.scss */
  .ArticlesR .share .soc {
    gap: 15px;
    margin-top: 25px;
  }
  /* line 815, ../sass/articles.scss */
  .ArticlesR .share .soc svg, .ArticlesR .share .soc img {
    width: 30px;
    height: 30px;
  }
}
