/* line 1, ../sass/style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 22, ../sass/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 27, ../sass/style.scss */
ol, ul {
  list-style: none; }

/* line 30, ../sass/style.scss */
blockquote, q {
  quotes: none; }

/* line 33, ../sass/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 38, ../sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 43, ../sass/style.scss */
b {
  font-weight: 700; }

/* line 45, ../sass/style.scss */
img {
  max-width: 100%; }

/* line 71, ../sass/style.scss */
a:hover {
  color: #058DA9; }

/* line 75, ../sass/style.scss */
.link {
  color: #058DA9; }

/* line 79, ../sass/style.scss */
a.link:hover {
  color: #058DA9;
  text-decoration: underline; }

/* line 84, ../sass/style.scss */
h1, .h1 {
  font-size: 34px;
  color: #24466C;
  font-weight: 700;
  margin-bottom: 20px; }

/* line 90, ../sass/style.scss */
h2, .h2 {
  font-size: 30px;
  color: #24466C;
  font-weight: 700;
  margin-bottom: 20px; }

/* line 97, ../sass/style.scss */
h3, .h3 {
  font-size: 22px;
  color: #24466C;
  font-weight: 700;
  margin-bottom: 20px; }

/* line 104, ../sass/style.scss */
h4, .h4 {
  font-size: 18px;
  font-weight: 700;
  color: #24466C; }

/* line 110, ../sass/style.scss */
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #2B2D2F;
  line-height: 1.4; }

/* line 117, ../sass/style.scss */
a {
  text-decoration: none;
  color: #058DA9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 123, ../sass/style.scss */
p {
  color: #2B2D2F; }

/* line 126, ../sass/style.scss */
.blue {
  color: #24466C; }

/* line 130, ../sass/style.scss */
input:focus {
  box-shadow: none !important; }

/* line 134, ../sass/style.scss */
.container {
  max-width: 1140px; }

/* line 138, ../sass/style.scss */
.center {
  text-align: center; }

/* line 142, ../sass/style.scss */
.btn-close, .offcanvas-header .btn-close {
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.7627' y='8' width='21.5485' height='2.15485' transform='rotate(45 8.7627 8)' fill='%2360666C'/%3E%3Crect x='7' y='23.4761' width='21.5485' height='2.15485' transform='rotate(-45 7 23.4761)' fill='%2360666C'/%3E%3C/svg%3E") no-repeat !important; }
  /* line 143, ../sass/style.scss */
  .btn-close:hover, .offcanvas-header .btn-close:hover {
    opacity: 1; }

/* line 155, ../sass/style.scss */
.offcanvas-title {
  font-size: 22px;
  font-weight: 700;
  color: #24466C; }

/* line 161, ../sass/style.scss */
.offcanvas-header {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px; }

/* line 166, ../sass/style.scss */
.offcanvas-body {
  padding-left: 30px;
  padding-right: 30px; }

/* line 170, ../sass/style.scss */
.offcanvas-end {
  border-left: none;
  box-shadow: -10px 0 15px rgba(36, 70, 108, 0.1); }

/* line 174, ../sass/style.scss */
.offcanvas-backdrop {
  background: none; }

/* line 178, ../sass/style.scss */
.banner {
  padding-top: 75px;
  padding-bottom: 60px;
  background: #F2F8FC;
  overflow: hidden; }
  /* line 183, ../sass/style.scss */
  .banner .container {
    position: relative; }
  /* line 186, ../sass/style.scss */
  .banner p {
    color: #24466C;
    margin-bottom: 30px;
    font-size: 18px; }
  /* line 191, ../sass/style.scss */
  .banner .banner-img {
    position: absolute;
    right: -185px;
    top: -75px; }

/* line 198, ../sass/style.scss */
.pay-wr {
  display: flex;
  flex-wrap: wrap; }
  /* line 201, ../sass/style.scss */
  .pay-wr img {
    height: 24px;
    margin-right: 20px;
    margin-bottom: 20px; }

/* line 208, ../sass/style.scss */
.banner-search-wr {
  position: relative;
  margin-bottom: 30px; }
  /* line 211, ../sass/style.scss */
  .banner-search-wr input {
    padding-right: 50px;
    border: 1px solid #fff; }

/* line 217, ../sass/style.scss */
::placeholder {
  color: #9FABB5 !important; }

/* line 221, ../sass/style.scss */
.search-bt {
  width: 40px;
  height: 40px;
  border: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%23F9A726'/%3E%3Cpath d='M29.6437 27.9813L25.9566 24.2941C26.9992 22.9035 27.625 21.184 27.625 19.3125C27.625 14.7216 23.9034 11 19.3125 11C14.7216 11 11 14.7216 11 19.3125C11 23.9034 14.7216 27.625 19.3125 27.625C21.184 27.625 22.9035 26.9992 24.2929 25.9566L27.9813 29.6437C28.1998 29.8622 28.4325 30 28.8125 30C29.4692 30 30 29.4692 30 28.8125C30 28.5524 29.9359 28.2734 29.6437 27.9813ZM13.375 19.3125C13.375 16.0326 16.0326 13.375 19.3125 13.375C22.5924 13.375 25.25 16.0326 25.25 19.3125C25.25 22.5924 22.5924 25.25 19.3125 25.25C16.0326 25.25 13.375 22.5924 13.375 19.3125Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  right: 5px;
  top: 5px; }

/* line 232, ../sass/style.scss */
.banner-infos b {
  font-size: 56px;
  font-weight: 700;
  color: #058DA9;
  display: block; }
/* line 238, ../sass/style.scss */
.banner-infos span {
  font-size: 16px;
  color: #24466C; }
  /* line 241, ../sass/style.scss */
  .banner-infos span i {
    font-weight: 500; }
/* line 245, ../sass/style.scss */
.banner-infos .col-auto {
  margin-bottom: 15px; }
/* line 248, ../sass/style.scss */
.banner-infos .rate-wr {
  padding-top: 15px; }

/* line 255, ../sass/style.scss */
.rate-wr li {
  width: 25px;
  height: 25px;
  display: inline-block; }
  /* line 259, ../sass/style.scss */
  .rate-wr li.rate1 {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C1.79086 0 0 1.79086 0 4V21C0 23.2091 1.79086 25 4 25H21C23.2091 25 25 23.2091 25 21V4C25 1.79086 23.2091 0 21 0H4ZM14.6329 9.56434L12.5 3L10.3671 9.56434H3.46496L9.04892 13.6213L6.91604 20.1857L12.5 16.1287L18.084 20.1857L15.9511 13.6213L21.535 9.56434H14.6329Z' fill='%23058DA9'/%3E%3C/svg%3E%0A"); }
  /* line 262, ../sass/style.scss */
  .rate-wr li.rate2 {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C1.79086 0 0 1.79086 0 4V21C0 23.2091 1.79086 25 4 25H21C23.2091 25 25 23.2091 25 21V4C25 1.79086 23.2091 0 21 0H4ZM14.6329 9.56434L12.5 3L10.3671 9.56434H3.46496L9.04892 13.6213L6.91604 20.1857L12.5 16.1287L18.084 20.1857L15.9511 13.6213L21.535 9.56434H14.6329Z' fill='%239FABB5'/%3E%3C/svg%3E%0A"); }
  /* line 265, ../sass/style.scss */
  .rate-wr li:last-child {
    margin-right: 8px; }
/* line 270, ../sass/style.scss */
.rate-wr i {
  font-size: 14px;
  color: #9FABB5;
  margin-top: 3px; }

/* line 277, ../sass/style.scss */
.bts {
  border-radius: 4px;
  background: #F9A726;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 290, ../sass/style.scss */
  .bts i {
    display: block;
    width: 25px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9912 19.2794L18.8754 9.12587C18.835 8.74251 18.6469 8.38747 18.3479 8.12968C18.049 7.87189 17.6604 7.72986 17.2581 7.73114H17.2416L16.1518 7.74117V6.50521C16.1518 5.25291 15.4541 4.09578 14.3213 3.46968C13.1886 2.84344 11.793 2.84344 10.6602 3.46968C9.5275 4.09578 8.82964 5.25287 8.82964 6.50521V7.80987L7.68999 7.82055C7.29014 7.82428 6.90573 7.96887 6.61013 8.22667C6.31454 8.48459 6.12845 8.83772 6.08762 9.21861L5.00858 19.2651C4.96142 19.7032 5.11016 20.1399 5.4181 20.4672C5.72605 20.7943 6.16418 20.9815 6.62423 20.9821L18.3712 21H18.3741V20.9999C18.8351 20.9997 19.2743 20.8123 19.5826 20.4842C19.8909 20.1561 20.0394 19.7182 19.991 19.2793L19.9912 19.2794ZM10.005 6.50548C10.0132 5.66045 10.4888 4.88283 11.2545 4.46255C12.0204 4.04227 12.9614 4.04227 13.7273 4.46255C14.4931 4.88283 14.9686 5.66045 14.9768 6.50548V7.75278L10.0049 7.79973L10.005 6.50548ZM18.7092 19.7323C18.6266 19.8269 18.503 19.8798 18.3741 19.8757L6.6272 19.8578V19.8579C6.49929 19.8578 6.37756 19.806 6.29184 19.715C6.20625 19.6242 6.16473 19.5028 6.17777 19.3811L7.2568 9.33386C7.27777 9.11363 7.47098 8.9451 7.70192 8.94563L8.83001 8.93495L8.83015 9.86297C8.83404 10.0615 8.9469 10.2432 9.12708 10.3414C9.30726 10.4395 9.52814 10.4395 9.7083 10.3414C9.88848 10.2432 10.0013 10.0615 10.0052 9.86297V8.92415L14.9772 8.87758L14.9773 9.86297C14.9773 10.0639 15.0892 10.2497 15.271 10.3501C15.4528 10.4506 15.6767 10.4506 15.8585 10.3501C16.0402 10.2497 16.1522 10.0639 16.1522 9.86297V8.86678L17.2535 8.85648H17.2581C17.4899 8.85533 17.6844 9.0232 17.7075 9.24396L18.8233 19.3975C18.8411 19.52 18.7991 19.6435 18.7093 19.7324L18.7092 19.7323Z' fill='white'/%3E%3C/svg%3E%0A"); }
  /* line 296, ../sass/style.scss */
  .bts:focus {
    outline: none; }
  /* line 299, ../sass/style.scss */
  .bts:hover {
    background: #F98B26;
    color: #fff; }
  /* line 303, ../sass/style.scss */
  .bts.bts100 {
    width: 100%; }
  /* line 306, ../sass/style.scss */
  .bts.bts252 {
    max-width: 252px; }
  /* line 309, ../sass/style.scss */
  .bts.bts300 {
    max-width: 300px; }
  /* line 312, ../sass/style.scss */
  .bts.bts180 {
    max-width: 180px; }
  /* line 315, ../sass/style.scss */
  .bts.bts-green {
    background: #058DA9; }

/* line 319, ../sass/style.scss */
.bts-blue {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 10px;
  background: #D5F0F7;
  color: #058DA9;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 10px; }
  /* line 332, ../sass/style.scss */
  .bts-blue:hover {
    background: #B8EEFC;
    color: #058DA9; }

/* line 339, ../sass/style.scss */
.main-wr {
  margin-top: 60px; }

/* line 343, ../sass/style.scss */
.different-slide {
  display: flex; }
  /* line 345, ../sass/style.scss */
  .different-slide .owl-item {
    background: #058DA9;
    border-radius: 10px; }
  /* line 349, ../sass/style.scss */
  .different-slide .owl-stage {
    display: flex !important; }
  /* line 352, ../sass/style.scss */
  .different-slide .owl-stage {
    padding-left: 0 !important; }

/* line 358, ../sass/style.scss */
.owl-dots {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* line 364, ../sass/style.scss */
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #9FABB5 !important;
  margin-right: 20px; }
  /* line 370, ../sass/style.scss */
  .owl-dot:last-child {
    margin-right: 0; }
  /* line 373, ../sass/style.scss */
  .owl-dot.active {
    background: #24466C !important; }

/* line 378, ../sass/style.scss */
.different-slide-wr {
  border-radius: 10px;
  background: #058DA9;
  color: #fff;
  padding: 27px 30px;
  text-align: center;
  min-height: 295px; }
  /* line 385, ../sass/style.scss */
  .different-slide-wr b {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    display: block; }
  /* line 391, ../sass/style.scss */
  .different-slide-wr p {
    color: #fff;
    font-size: 16px; }

/* line 396, ../sass/style.scss */
.ico-rate {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  background: url("../img/stars.svg") no-repeat;
  background-position: center center;
  margin-bottom: 30px; }

/* line 404, ../sass/style.scss */
.ico-dif {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  background-size: cover;
  margin-bottom: 30px; }

/* line 412, ../sass/style.scss */
.ico-dif-1 {
  background: url("../img/icon1.svg") no-repeat; }

/* line 415, ../sass/style.scss */
.ico-dif-2 {
  background: url("../img/icon2.svg") no-repeat; }

/* line 418, ../sass/style.scss */
.ico-dif-3 {
  background: url("../img/icon3.svg") no-repeat; }

/* line 422, ../sass/style.scss */
.txt {
  margin-bottom: 30px; }
  /* line 424, ../sass/style.scss */
  .txt p + p {
    margin-top: 15px; }
  /* line 427, ../sass/style.scss */
  .txt ul + p {
    margin-top: 30px; }
  /* line 430, ../sass/style.scss */
  .txt li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    /* line 435, ../sass/style.scss */
    .txt li:last-child {
      margin-bottom: 0; }
    /* line 438, ../sass/style.scss */
    .txt li:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='4' fill='%23058DA9'/%3E%3C/svg%3E%0A");
      position: absolute;
      top: 0;
      left: 0; }

/* line 452, ../sass/style.scss */
.fz18 {
  font-size: 18px !important; }

/* line 456, ../sass/style.scss */
.fz14 {
  font-size: 14px; }

/* line 460, ../sass/style.scss */
.mt75 {
  margin-top: 75px; }

/* line 463, ../sass/style.scss */
.mt50 {
  margin-top: 50px; }

/* line 466, ../sass/style.scss */
.mt60 {
  margin-top: 60px; }

/* line 470, ../sass/style.scss */
.mt20 {
  margin-top: 20px; }

/* line 474, ../sass/style.scss */
.mt40 {
  margin-top: 40px; }

/* line 478, ../sass/style.scss */
.mt10 {
  margin-top: 10px; }

/* line 482, ../sass/style.scss */
.mb30 {
  margin-bottom: 30px; }

/* line 485, ../sass/style.scss */
.mb40 {
  margin-bottom: 40px; }

/* line 488, ../sass/style.scss */
.mb20 {
  margin-bottom: 20px; }

/* line 492, ../sass/style.scss */
.blue-bg {
  background: #F2F8FC; }

/* line 496, ../sass/style.scss */
.relative {
  position: relative; }

/* line 500, ../sass/style.scss */
.trial-img {
  position: relative; }

/* line 503, ../sass/style.scss */
.trial-sale {
  background: url("../img/trial-sale.svg") no-repeat;
  width: 118px;
  height: 122px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -61px; }

/* line 520, ../sass/style.scss */
.p75 {
  padding: 75px 0; }

/* line 524, ../sass/style.scss */
.doc2-img {
  position: absolute;
  right: 0;
  bottom: -75px; }

/* line 530, ../sass/style.scss */
.dosage-wr {
  border-radius: 4px;
  border: 1px solid #EDF2F3;
  padding: 0 30px 30px; }
  /* line 534, ../sass/style.scss */
  .dosage-wr figure {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px; }
  /* line 542, ../sass/style.scss */
  .dosage-wr b {
    font-size: 22px;
    font-weight: 700; }

/* line 549, ../sass/style.scss */
.table-wr table {
  border-radius: 4px;
  border: 1px solid #EDF2F3;
  border-collapse: separate;
  font-size: 16px;
  color: #24466C; }
  /* line 555, ../sass/style.scss */
  .table-wr table th {
    border: none;
    background: rgba(5, 141, 169, 0.1);
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700; }
  /* line 563, ../sass/style.scss */
  .table-wr table td {
    padding: 20px; }
    /* line 565, ../sass/style.scss */
    .table-wr table td.td-hr {
      padding-top: 0;
      padding-bottom: 0; }
      /* line 568, ../sass/style.scss */
      .table-wr table td.td-hr hr {
        border: none;
        width: 100%;
        height: 1px;
        background: #E8EAEB; }

/* line 580, ../sass/style.scss */
hr {
  opacity: 1 !important;
  margin: 0; }

/* line 586, ../sass/style.scss */
.faq-wr h3.accordion-button {
  font-size: 16px;
  color: #24466C;
  cursor: pointer;
  margin-bottom: 0; }
  /* line 591, ../sass/style.scss */
  .faq-wr h3.accordion-button:hover {
    color: #058DA9; }
  /* line 594, ../sass/style.scss */
  .faq-wr h3.accordion-button:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.721992 -0.691901 0.721992 0.691901 4.5 7.77295)' fill='%232B2D2F'/%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.721992 0.691901 -0.721992 0.691901 15.1719 6.5)' fill='%232B2D2F'/%3E%3C/svg%3E%0A");
    display: block; }
/* line 602, ../sass/style.scss */
.faq-wr .accordion-item {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  border: none; }
/* line 608, ../sass/style.scss */
.faq-wr h3.accordion-button:not(.collapsed) {
  background: #fff;
  color: #058DA9;
  box-shadow: none; }
  /* line 612, ../sass/style.scss */
  .faq-wr h3.accordion-button:not(.collapsed):after {
    transform: rotate(180deg); }
/* line 617, ../sass/style.scss */
.faq-wr .accordion-body {
  padding-top: 0; }

/* line 622, ../sass/style.scss */
.cookie-wr {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #24466C;
  padding: 40px 0 20px;
  z-index: 9999; }
  /* line 629, ../sass/style.scss */
  .cookie-wr p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px; }

/* line 636, ../sass/style.scss */
.accept-bts {
  text-transform: uppercase;
  background: #058DA9;
  color: #fff;
  padding: 15px;
  width: 180px;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px; }
  /* line 647, ../sass/style.scss */
  .accept-bts:hover {
    color: #fff;
    background: #23ADCA; }

/* line 653, ../sass/style.scss */
.bdc-wr {
  margin-bottom: 10px; }
  /* line 655, ../sass/style.scss */
  .bdc-wr a {
    font-size: 14px;
    color: #24466C; }
    /* line 658, ../sass/style.scss */
    .bdc-wr a:after {
      content: '';
      display: inline-block;
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.41545 0.610362L1.00869 0L4.41211 3.50162L3.81887 4.11198L0.41545 0.610362Z' fill='%2324466C'/%3E%3Cpath d='M1.00535 7L0.412109 6.38964L3.81543 2.88812L4.40867 3.49848L1.00535 7Z' fill='%2324466C'/%3E%3C/svg%3E%0A");
      width: 5px;
      height: 7px;
      margin-left: 10px;
      margin-right: 10px; }
    /* line 668, ../sass/style.scss */
    .bdc-wr a:last-child:after {
      display: none; }

/* line 675, ../sass/style.scss */
.section-nav-wr {
  border-radius: 4px;
  border: 1px solid #EDF2F3;
  padding: 15px 10px 15px 20px; }
  /* line 679, ../sass/style.scss */
  .section-nav-wr .nav-section-link {
    border-bottom: 1px solid #EDF2F3;
    padding-top: 10px; }
    /* line 682, ../sass/style.scss */
    .section-nav-wr .nav-section-link:last-child {
      border-bottom: none; }

/* line 687, ../sass/style.scss */
a.section-link {
  padding: 0 10px 10px 30px; }
  /* line 689, ../sass/style.scss */
  a.section-link:hover {
    color: #058DA9; }

/* line 693, ../sass/style.scss */
p a.section-link {
  color: #2B2D2F; }
  /* line 695, ../sass/style.scss */
  p a.section-link.active {
    color: #058DA9; }

/* line 699, ../sass/style.scss */
b a.section-link {
  color: #24466C;
  font-size: 18px;
  font-weight: 500;
  position: relative; }
  /* line 704, ../sass/style.scss */
  b a.section-link:hover {
    color: #058DA9; }
    /* line 706, ../sass/style.scss */
    b a.section-link:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.83945' height='8.27754' transform='matrix(-0.691901 -0.721992 0.691901 -0.721992 8.68457 16)' fill='%23058DA9'/%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.691901 -0.721992 0.691901 0.721992 7.41211 5.32812)' fill='%23058DA9'/%3E%3C/svg%3E%0A"); }
  /* line 710, ../sass/style.scss */
  b a.section-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.83945' height='8.27754' transform='matrix(-0.691901 -0.721992 0.691901 -0.721992 8.68457 16)' fill='%2324466C'/%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.691901 -0.721992 0.691901 0.721992 7.41211 5.32812)' fill='%2324466C'/%3E%3C/svg%3E%0A");
    left: 0;
    top: 2px; }
  /* line 720, ../sass/style.scss */
  b a.section-link.active {
    color: #058DA9; }
    /* line 722, ../sass/style.scss */
    b a.section-link.active:after {
      background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.83945' height='8.27754' transform='matrix(-0.691901 -0.721992 0.691901 -0.721992 8.68457 16)' fill='%23058DA9'/%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.691901 -0.721992 0.691901 0.721992 7.41211 5.32812)' fill='%23058DA9'/%3E%3C/svg%3E%0A"); }

/* line 729, ../sass/style.scss */
.doc-wr {
  padding: 30px 20px;
  border-radius: 4px;
  border: 1px solid #EDF2F3;
  position: relative;
  box-shadow: 0 4px 12px rgba(208, 217, 220, 0.3); }
  /* line 735, ../sass/style.scss */
  .doc-wr.doc-wr-mini {
    padding-top: 20px;
    padding-bottom: 20px; }
  /* line 739, ../sass/style.scss */
  .doc-wr.doc-article {
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 40px; }
  /* line 744, ../sass/style.scss */
  .doc-wr .doc-written {
    color: #67767C;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 751, ../sass/style.scss */
  .doc-wr .doc-modifed i {
    font-weight: 500; }
  /* line 755, ../sass/style.scss */
  .doc-wr img {
    width: 70px; }
    /* line 757, ../sass/style.scss */
    .doc-wr img.related-img {
      width: 120px; }
  /* line 761, ../sass/style.scss */
  .doc-wr span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #9FABB5;
    margin-bottom: 10px; }
  /* line 768, ../sass/style.scss */
  .doc-wr .doc-wr-text {
    color: #24466C;
    margin-top: 20px; }
    /* line 771, ../sass/style.scss */
    .doc-wr .doc-wr-text i {
      padding-left: 8px;
      padding-right: 8px; }
    /* line 775, ../sass/style.scss */
    .doc-wr .doc-wr-text b {
      font-weight: 400; }

/* line 780, ../sass/style.scss */
.doc-wr-name {
  font-size: 18px;
  font-weight: 500;
  display: block; }

/* line 786, ../sass/style.scss */
.doc-wr-author {
  margin-bottom: 20px; }

/* line 790, ../sass/style.scss */
.ref-wr {
  padding: 25px 20px 0;
  border-radius: 4px; }

/* line 795, ../sass/style.scss */
.ref-wr-info {
  padding-bottom: 25px; }
  /* line 797, ../sass/style.scss */
  .ref-wr-info b {
    color: #24466C;
    display: block; }

/* line 803, ../sass/style.scss */
.guides-wr {
  border-radius: 4px;
  border: 1px solid #EDF2F3;
  padding: 25px 20px 0;
  margin-bottom: 10px; }
  /* line 808, ../sass/style.scss */
  .guides-wr:last-child {
    margin-bottom: 0; }
  /* line 811, ../sass/style.scss */
  .guides-wr .col-auto {
    margin-bottom: 25px; }

/* line 816, ../sass/style.scss */
.review-slide-wr {
  padding: 30px 20px;
  background: #fff;
  border-radius: 4px; }
  /* line 820, ../sass/style.scss */
  .review-slide-wr p {
    margin: 20px 0; }
  /* line 823, ../sass/style.scss */
  .review-slide-wr img {
    max-width: 50px; }
  /* line 826, ../sass/style.scss */
  .review-slide-wr.review-answer {
    background: rgba(36, 70, 108, 0.05);
    padding-left: 70px;
    position: relative;
    margin-left: 20px;
    margin-top: -20px; }
    /* line 832, ../sass/style.scss */
    .review-slide-wr.review-answer:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      left: 30px;
      top: 30px;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.02104 4.45986C2.36709 5.39119 2.92674 6.21999 3.65514 6.89499C4.36005 7.54649 5.18884 8.05702 6.06464 8.45219C6.96179 8.85591 7.89739 9.15496 8.85435 9.37711C9.74509 9.58218 10.6508 9.72102 11.5586 9.81714C12.2528 9.88977 12.9492 9.93463 13.6477 9.94958C13.7139 9.95172 13.7801 9.95172 13.8464 9.95385C14.0771 9.95812 14.2736 9.7552 14.2736 9.52664C14.2736 8.71066 14.2693 7.89681 14.2736 7.08083C14.2736 7.07229 14.2736 7.06161 14.2736 7.05306C14.2736 7.04665 14.2736 7.0317 14.2736 7.02529C14.2714 6.93344 14.2458 7.12142 14.2714 7.03597C14.2757 7.01888 14.28 7.00393 14.2843 6.98684C14.2885 6.97189 14.2949 6.9548 14.3013 6.93985C14.2757 6.99966 14.2693 7.01675 14.2843 6.98684C14.2949 6.97403 14.3056 6.95053 14.3142 6.93558C14.3462 6.8779 14.2992 6.96121 14.2907 6.96548C14.312 6.95694 14.359 6.90353 14.374 6.88431C14.3163 6.95694 14.3206 6.9249 14.3654 6.89713C14.3761 6.89072 14.3996 6.88218 14.406 6.87577C14.3654 6.92276 14.3206 6.90353 14.3804 6.88858C14.406 6.88217 14.4338 6.87363 14.4594 6.86722C14.5256 6.85013 14.4231 6.87577 14.4167 6.87363C14.4295 6.88004 14.4722 6.87363 14.4872 6.87149C14.5278 6.86936 14.5278 6.89713 14.4445 6.86295C14.4658 6.87149 14.4936 6.87149 14.515 6.8779C14.5256 6.88004 14.5534 6.89499 14.5619 6.89286C14.4957 6.89713 14.4893 6.85227 14.5406 6.88645C14.547 6.89072 14.5919 6.92276 14.5961 6.92062C13.9831 7.2154 14.5406 6.87363 14.5534 6.88645C14.5598 6.89499 14.5726 6.9014 14.5812 6.90994C14.7456 7.05092 14.9123 7.18763 15.0767 7.32648C15.8158 7.94594 16.5549 8.5654 17.294 9.18486C18.1335 9.88763 18.9729 10.5925 19.8124 11.2953C20.229 11.6435 20.6519 11.9853 21.0599 12.342C21.0599 12.342 21.0599 12.342 21.062 12.3441C21.0834 12.3633 21.1047 12.3847 21.1261 12.4061C21.1752 12.4531 21.1047 12.389 21.1112 12.3868C21.1176 12.3847 21.1411 12.4402 21.1475 12.4467C21.1816 12.4808 21.1218 12.3527 21.1411 12.4338C21.1453 12.4531 21.1496 12.483 21.1581 12.5001C21.1646 12.5321 21.1624 12.5171 21.1539 12.4531C21.156 12.4701 21.156 12.4894 21.156 12.5086C21.156 12.5171 21.1517 12.562 21.1539 12.5641C21.156 12.5449 21.1603 12.5236 21.1624 12.5043C21.1581 12.5214 21.156 12.5406 21.1496 12.5577C21.1475 12.5641 21.1347 12.6111 21.1325 12.6111C21.1133 12.6026 21.1859 12.5236 21.1347 12.5962C21.1069 12.6368 21.0877 12.6325 21.1453 12.5919C21.1325 12.6005 21.1176 12.6239 21.1069 12.6346C21.0919 12.6496 21.077 12.6624 21.062 12.6752C21.0278 12.7051 20.9915 12.7329 20.9574 12.7628C20.7437 12.9422 20.5301 13.1217 20.3144 13.3011C19.5305 13.959 18.7465 14.6148 17.9626 15.2727C17.1487 15.9562 16.3328 16.6376 15.5189 17.3212C15.2669 17.5326 15.0148 17.7441 14.7627 17.9556C14.7029 18.0069 14.6431 18.056 14.5833 18.1073C14.5748 18.1158 14.5641 18.1222 14.5555 18.1308C14.5619 18.1222 14.6367 18.0795 14.5769 18.1115C14.5598 18.1201 14.5363 18.1308 14.5214 18.1436C14.4829 18.1777 14.6218 18.1137 14.5427 18.135C14.5235 18.1393 14.5021 18.1457 14.485 18.1521C14.4274 18.1692 14.4487 18.1286 14.515 18.15C14.5043 18.1478 14.4786 18.1521 14.468 18.1521C14.3526 18.1521 14.5342 18.1735 14.4637 18.1564C14.4295 18.1478 14.3953 18.135 14.3633 18.1265C14.312 18.1137 14.4594 18.1799 14.3911 18.135C14.3782 18.1265 14.3633 18.1179 14.3505 18.1115C14.2757 18.0731 14.421 18.182 14.3612 18.1222C14.3505 18.1115 14.3377 18.1008 14.327 18.0902C14.28 18.0432 14.3163 18.0389 14.3334 18.1051C14.3291 18.0859 14.3056 18.0603 14.2949 18.0453C14.2501 17.977 14.312 18.1222 14.3035 18.0688C14.2992 18.0496 14.2907 18.0282 14.2843 18.009C14.2821 18.0026 14.28 17.9663 14.2736 17.9599C14.2757 17.9812 14.28 18.0004 14.2821 18.0218C14.28 18.0047 14.28 17.9855 14.28 17.9684C14.28 17.9599 14.28 17.9535 14.28 17.9449C14.28 17.7804 14.28 17.616 14.28 17.4515C14.28 16.9175 14.28 16.3834 14.28 15.8494C14.28 15.7405 14.28 15.6315 14.28 15.5205C14.28 15.2855 14.0835 15.0975 13.8528 15.0933C13.5195 15.0847 13.1842 15.0676 12.8531 15.0377C12.6544 15.0206 12.4558 14.9993 12.2593 14.9758C12.2101 14.9694 12.161 14.963 12.114 14.9565C12.2849 14.9779 12.1097 14.9565 12.0499 14.948C11.941 14.933 11.832 14.916 11.721 14.8967C10.7384 14.7344 9.77073 14.4781 8.84581 14.1085C8.79027 14.0872 8.73473 14.0637 8.67919 14.0402C8.6087 14.0124 8.78386 14.085 8.7155 14.0551C8.69842 14.0487 8.68133 14.0402 8.66638 14.0338C8.6322 14.0188 8.60016 14.0039 8.56598 13.991C8.44422 13.9376 8.32247 13.88 8.20071 13.8223C7.94865 13.7005 7.703 13.5702 7.46163 13.4292C7.21384 13.2861 6.9746 13.1302 6.73963 12.9657C6.68196 12.9251 6.62429 12.8824 6.56661 12.8418C6.54098 12.8226 6.51535 12.8034 6.48971 12.7842C6.47476 12.7735 6.45767 12.7607 6.44272 12.7478C6.38291 12.703 6.44272 12.7457 6.46835 12.7671C6.35514 12.6688 6.23339 12.5791 6.11804 12.4808C5.89161 12.2864 5.67587 12.0814 5.47081 11.8678C5.364 11.7567 5.26147 11.6435 5.16107 11.526C5.06281 11.4107 4.97524 11.2761 4.87057 11.1693C4.9731 11.2718 4.87271 11.1714 4.84707 11.1372C4.82571 11.1095 4.80435 11.0796 4.78299 11.0518C4.73172 10.9834 4.68259 10.9129 4.63346 10.8425C4.54375 10.71 4.45617 10.5754 4.37286 10.4409C4.19557 10.1504 4.03536 9.85132 3.89011 9.54373C3.8538 9.46683 3.81748 9.38779 3.78331 9.30876C3.76835 9.27244 3.7534 9.23613 3.73631 9.19982C3.79612 9.33225 3.7299 9.18273 3.71495 9.14855C3.64446 8.97553 3.58038 8.80037 3.51843 8.62308C3.39668 8.26635 3.29414 7.90536 3.20656 7.53795C3.15957 7.33502 3.11685 7.1321 3.08054 6.92917C3.06131 6.82877 3.04422 6.72838 3.02927 6.62585C3.02286 6.57885 3.01432 6.53186 3.00791 6.487C3.00364 6.45923 2.99937 6.43146 2.99509 6.40156C2.99296 6.39301 2.99296 6.38233 2.99082 6.37379C2.98441 6.3268 2.98655 6.33534 2.99509 6.40156C2.97373 6.38233 2.97801 6.25844 2.97373 6.22853C2.96733 6.17941 2.96305 6.13241 2.95665 6.08328C2.94383 5.9658 2.93315 5.84618 2.92247 5.72869C2.90324 5.50441 2.89043 5.28012 2.87975 5.05583C2.86906 4.82086 2.86479 4.58803 2.86479 4.35306C2.86479 4.12877 2.66827 3.91516 2.43758 3.92585C2.20688 3.93653 2.01036 4.11382 2.01036 4.35306C2.0125 6.06192 2.24747 7.80282 2.89683 9.3942C3.4159 10.6652 4.17207 11.8272 5.16962 12.7735C6.03259 13.5916 7.04509 14.2452 8.13022 14.7237C9.09786 15.1509 10.1125 15.4607 11.1528 15.6572C11.9645 15.8067 12.7954 15.9028 13.6285 15.9327C13.7011 15.9349 13.7737 15.937 13.8464 15.9391C13.7032 15.796 13.5623 15.655 13.4191 15.5119C13.4191 16.3258 13.4042 17.1417 13.4191 17.9577C13.4277 18.4234 13.731 18.8378 14.186 18.9638C14.5449 19.0621 14.8866 18.9531 15.1643 18.7224C15.316 18.5986 15.4634 18.4725 15.6129 18.3465C16.3627 17.7185 17.1124 17.0905 17.8622 16.4625C18.723 15.7405 19.5839 15.0185 20.4447 14.2965C20.7416 14.0487 21.0385 13.7988 21.3354 13.551C21.4636 13.4442 21.6131 13.3417 21.7263 13.2156C22.1023 12.7927 22.1002 12.1198 21.6623 11.7375C21.6324 11.7097 21.6003 11.6841 21.5683 11.6584C21.3504 11.4769 21.1325 11.2932 20.9146 11.1116C20.1029 10.4323 19.2934 9.75093 18.4816 9.07165C17.6593 8.3817 16.8369 7.69175 16.0145 7.00179C15.7752 6.801 15.5339 6.60021 15.2946 6.39942C15.2498 6.36097 15.2049 6.32466 15.16 6.28621C14.8631 6.04056 14.468 5.93162 14.0984 6.08115C13.684 6.24776 13.4256 6.6173 13.4191 7.06588C13.417 7.22395 13.4191 7.37988 13.4191 7.53795C13.4191 8.08479 13.4191 8.63162 13.4191 9.17846C13.4191 9.29381 13.4191 9.40915 13.4191 9.52664C13.5623 9.38352 13.7032 9.24254 13.8464 9.09942C13.1949 9.09088 12.5455 9.05456 11.8961 8.99689C11.6996 8.9798 11.5052 8.95844 11.3087 8.93708C11.2062 8.92426 11.1015 8.91145 10.999 8.89863C10.9733 8.89436 10.9477 8.89222 10.9221 8.88795C10.8494 8.87941 11.0289 8.9029 10.937 8.89009C10.8815 8.88154 10.8281 8.87513 10.7725 8.86659C10.3347 8.80464 9.89889 8.72775 9.46527 8.63803C8.55103 8.44792 7.6496 8.19159 6.78449 7.83914C6.75886 7.82846 6.73109 7.81778 6.70546 7.8071C6.77381 7.837 6.61788 7.77078 6.70546 7.8071C6.64992 7.7836 6.59438 7.75797 6.53884 7.73447C6.43204 7.68747 6.32524 7.63835 6.21843 7.58708C6.01123 7.48668 5.80831 7.37988 5.60965 7.26667C5.40886 7.15132 5.21234 7.02956 5.02223 6.89926C4.92824 6.83518 4.83426 6.76896 4.7424 6.69847C4.72104 6.68138 4.69755 6.66429 4.67619 6.64934C4.63987 6.62157 4.71891 6.68352 4.71677 6.67925C4.70395 6.66857 4.69114 6.66002 4.68046 6.64934C4.63346 6.61303 4.58861 6.57672 4.54375 6.53827C4.1977 6.25203 3.87943 5.93162 3.5996 5.57917C3.58892 5.56635 3.58038 5.55354 3.5697 5.54286C3.56543 5.53858 3.62737 5.61975 3.60174 5.58344C3.58465 5.56208 3.5697 5.54072 3.55261 5.51722C3.51843 5.47023 3.48425 5.42323 3.45008 5.3741C3.386 5.28012 3.32191 5.18399 3.26424 5.08787C3.14676 4.89349 3.03995 4.69056 2.94596 4.48336C2.93528 4.45773 2.92247 4.4321 2.91179 4.40646C2.9481 4.49404 2.88188 4.33811 2.91179 4.40646C2.88829 4.34879 2.86693 4.29111 2.84557 4.23344C2.76867 4.02411 2.55293 3.85963 2.32009 3.93439C2.11503 4.00061 1.93774 4.23558 2.02104 4.45986Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }
    /* line 842, ../sass/style.scss */
    .review-slide-wr.review-answer p {
      margin-top: 0; }

/* line 851, ../sass/style.scss */
.review-slide .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: -40px; }
/* line 857, ../sass/style.scss */
.review-slide .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: -60%; }

/* line 865, ../sass/style.scss */
.owl-next span {
  width: 26px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='50' viewBox='0 0 26 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.0136 23.9825L2.33634 0L0.412109 2.03498L22.1272 25L0.412109 47.965L2.33634 50L25.0136 26.0175C25.5449 25.4555 25.5449 24.5445 25.0136 23.9825Z' fill='%239FABB5'/%3E%3C/svg%3E%0A");
  display: block;
  background-repeat: no-repeat;
  font-size: 0; }

/* line 874, ../sass/style.scss */
.owl-prev span {
  width: 26px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='50' viewBox='0 0 26 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.0136 23.9825L2.33634 0L0.412109 2.03498L22.1272 25L0.412109 47.965L2.33634 50L25.0136 26.0175C25.5449 25.4555 25.5449 24.5445 25.0136 23.9825Z' fill='%239FABB5'/%3E%3C/svg%3E%0A");
  display: block;
  background-repeat: no-repeat;
  font-size: 0;
  transform: rotate(180deg); }

/* line 884, ../sass/style.scss */
.rev-date {
  font-size: 14px;
  color: #9FABB5; }

/* line 889, ../sass/style.scss */
.summary-link {
  display: none; }

/* line 893, ../sass/style.scss */
.cart-wr {
  margin-bottom: 30px; }
  /* line 895, ../sass/style.scss */
  .cart-wr td {
    vertical-align: middle; }
    /* line 897, ../sass/style.scss */
    .cart-wr td:first-child {
      padding-left: 0; }
    /* line 900, ../sass/style.scss */
    .cart-wr td:last-child {
      padding-right: 0; }
  /* line 904, ../sass/style.scss */
  .cart-wr img {
    min-width: 90px; }

/* line 909, ../sass/style.scss */
.cart-tr-blue {
  background: rgba(237, 242, 243, 0.5); }
  /* line 911, ../sass/style.scss */
  .cart-tr-blue td:first-child {
    padding-left: 18px;
    font-weight: 500; }
  /* line 918, ../sass/style.scss */
  .cart-tr-blue td.cart-col-select {
    padding-top: 18px;
    padding-bottom: 18px; }
    /* line 921, ../sass/style.scss */
    .cart-tr-blue td.cart-col-select select {
      min-width: 295px; }
  /* line 925, ../sass/style.scss */
  .cart-tr-blue td:last-child {
    padding-right: 18px; }

/* line 932, ../sass/style.scss */
.bonus-pills {
  display: flex;
  align-items: center; }
  /* line 935, ../sass/style.scss */
  .bonus-pills:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='28' y='18' width='34.345' height='14.1421' rx='7.07103' transform='rotate(45 28 18)' fill='%23F9CB26'/%3E%3Cpath d='M23 23C25.7614 20.2386 30.2386 20.2386 33 23L40.1428 30.1428C37.6391 35.2165 35.5057 37.452 30.1428 40.1427L23 32.9999C20.2386 30.2385 20.2386 25.7614 23 23Z' fill='%23134E61'/%3E%3Cellipse cx='28.0001' cy='24.2758' rx='1.01015' ry='2.40807' transform='rotate(90 28.0001 24.2758)' fill='white'/%3E%3C/svg%3E%0A"); }

/* line 944, ../sass/style.scss */
.quantity {
  width: 112px;
  height: 36px;
  background: #EDF2F3;
  border-radius: 5px;
  display: flex; }
  /* line 950, ../sass/style.scss */
  .quantity input {
    width: 40px;
    text-align: center;
    border-radius: 0;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    background: #EDF2F3;
    color: #9FABB5;
    appearance: none; }
  /* line 962, ../sass/style.scss */
  .quantity input[type="number"]::-webkit-outer-spin-button,
  .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  /* line 968, ../sass/style.scss */
  .quantity input[type="number"] {
    -moz-appearance: textfield; }
  /* line 972, ../sass/style.scss */
  .quantity input[type="number"]:hover,
  .quantity input[type="number"]:focus {
    -moz-appearance: number-input; }
  /* line 977, ../sass/style.scss */
  .quantity input[type=number]::-webkit-inner-spin-button,
  .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* line 984, ../sass/style.scss */
.quantity-numb {
  width: 36px;
  display: block; }

/* line 989, ../sass/style.scss */
.m-quantity {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' width='2' height='10' transform='rotate(90 10 0)' fill='%239FABB5'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat; }

/* line 994, ../sass/style.scss */
.p-quantity {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' width='2' height='10' fill='%239FABB5'/%3E%3Crect x='10' y='4' width='2' height='10' transform='rotate(90 10 4)' fill='%239FABB5'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat; }

/* line 1000, ../sass/style.scss */
.cart-del {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2303_712)'%3E%3Crect width='36' height='36' rx='5' fill='%23EDF2F3'/%3E%3Cpath d='M14 11.5999C14 10.7163 14.7164 10 15.6001 10H20.4002C21.2838 10 22.0002 10.7163 22.0002 11.5999V13.2H23.592H23.6069H25.2002C25.6421 13.2 26.0002 13.5581 26.0002 14C26.0002 14.4418 25.6421 14.8001 25.2002 14.8001H24.3451L23.6512 24.514C23.5915 25.3514 22.8948 26 22.0553 26H13.9449C13.1054 26 12.4087 25.3514 12.349 24.514L11.6551 14.8001H10.8C10.3581 14.8001 10 14.4418 10 14C10 13.5581 10.3581 13.2 10.8 13.2H12.3933H12.4082H14L14 11.5999ZM15.6001 13.2H20.4002V11.5999H15.6001V13.2ZM13.2593 14.8001L13.945 24.4002H22.0554L22.7411 14.8001H13.2593ZM16.4 16.4C16.8419 16.4 17.2002 16.7583 17.2002 17.2001V22.0002C17.2002 22.442 16.8419 22.8001 16.4 22.8001C15.9582 22.8001 15.6001 22.442 15.6001 22.0002V17.2001C15.6001 16.7583 15.9582 16.4 16.4 16.4ZM19.6002 16.4C20.042 16.4 20.4002 16.7583 20.4002 17.2001V22.0002C20.4002 22.442 20.042 22.8001 19.6002 22.8001C19.1583 22.8001 18.8001 22.442 18.8001 22.0002V17.2001C18.8001 16.7583 19.1583 16.4 19.6002 16.4Z' fill='%239FABB5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2303_712'%3E%3Crect width='36' height='36' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 36px;
  height: 36px;
  display: block; }

/* line 1006, ../sass/style.scss */
.cart-col-img {
  width: 90px; }

/* line 1009, ../sass/style.scss */
.cart-col-name {
  font-size: 18px;
  font-weight: 500; }
  /* line 1012, ../sass/style.scss */
  .cart-col-name span {
    display: block;
    font-size: 16px;
    font-weight: 400; }

/* line 1019, ../sass/style.scss */
.cart-total {
  margin-bottom: 20px; }

/* line 1023, ../sass/style.scss */
.cart-bts {
  text-align: center;
  margin-bottom: 30px; }

/* line 1028, ../sass/style.scss */
.bd {
  border-radius: 4px;
  border: 1px solid #EDF2F3; }

/* line 1033, ../sass/style.scss */
.order-wr {
  padding: 30px 20px; }

/* line 1037, ../sass/style.scss */
.coupon-wr {
  position: relative;
  height: 50px;
  margin-bottom: 40px; }
  /* line 1041, ../sass/style.scss */
  .coupon-wr input.form-control {
    background: #F2F8FC;
    border-color: #F2F8FC;
    padding-right: 90px; }

/* line 1048, ../sass/style.scss */
.inline-bt {
  position: absolute;
  min-width: 90px;
  height: 50px;
  border-radius: 4px;
  background: #F9A726;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  right: 0;
  top: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 1066, ../sass/style.scss */
  .inline-bt:hover {
    background: #F98B26;
    color: #fff; }

/* line 1074, ../sass/style.scss */
.order-wr-table table {
  width: 100%;
  margin-top: 20px; }
  /* line 1078, ../sass/style.scss */
  .order-wr-table table tbody td {
    padding-bottom: 10px; }
  /* line 1083, ../sass/style.scss */
  .order-wr-table table tfoot td {
    padding-top: 15px; }
/* line 1088, ../sass/style.scss */
.order-wr-table td:first-child {
  color: #9FABB5; }
/* line 1091, ../sass/style.scss */
.order-wr-table td:last-child {
  text-align: right; }

/* line 1097, ../sass/style.scss */
.discount-tr td {
  padding: 15px 20px !important; }
  /* line 1099, ../sass/style.scss */
  .discount-tr td:first-child {
    border-radius: 4px 0 0 4px;
    font-weight: 500; }
  /* line 1103, ../sass/style.scss */
  .discount-tr td:last-child {
    border-radius: 0 4px 4px 0; }

/* line 1109, ../sass/style.scss */
.sticky-lg-top {
  padding-top: 10px; }

/* line 1114, ../sass/style.scss */
.payment-wr .form-check {
  display: flex; }
/* line 1117, ../sass/style.scss */
.payment-wr .nav {
  display: block;
  border: none; }
  /* line 1120, ../sass/style.scss */
  .payment-wr .nav li {
    display: block; }

/* line 1126, ../sass/style.scss */
.lg-show {
  display: none; }

/* line 1130, ../sass/style.scss */
.done-wr {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
  padding: 90px; }

/* line 1138, ../sass/style.scss */
.table-done {
  background: #fff;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 1143, ../sass/style.scss */
  .table-done table {
    width: 100%; }
    /* line 1145, ../sass/style.scss */
    .table-done table td {
      color: #24466C;
      padding: 20px; }
    /* line 1150, ../sass/style.scss */
    .table-done table tfoot td {
      font-size: 22px;
      font-weight: 700; }

/* line 1158, ../sass/style.scss */
.txt-done {
  font-size: 14px;
  text-align: center; }

/* line 1163, ../sass/style.scss */
.doc-wr-reviewed {
  color: #60666C;
  line-height: 20px; }

/* line 1168, ../sass/style.scss */
.doc-wr-thumbs {
  padding: 30px 30px 0 30px; }

/* line 1172, ../sass/style.scss */
.doc-thumb {
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }
  /* line 1176, ../sass/style.scss */
  .doc-thumb figure {
    width: 100%; }
    /* line 1178, ../sass/style.scss */
    .doc-thumb figure img {
      width: 100%; }

/* line 1183, ../sass/style.scss */
.doc-thumb-info {
  padding: 40px 20px 30px; }

/* line 1186, ../sass/style.scss */
.doc-thumb-name {
  font-weight: 700;
  color: #2B2D2F;
  font-size: 22px;
  display: block; }

/* line 1192, ../sass/style.scss */
.doc-thumb-speciality {
  color: #2B2D2F; }

/* line 1195, ../sass/style.scss */
.doc-thumb-text {
  color: #9FABB5; }

/* line 1199, ../sass/style.scss */
.doc-wr-list {
  border-radius: 4px;
  padding: 20px 20px 10px 20px; }
  /* line 1202, ../sass/style.scss */
  .doc-wr-list p {
    color: #2B2D2F; }

/* line 1206, ../sass/style.scss */
.doc-wr-list-writed, .doc-wr-list-reviewed {
  margin-bottom: 10px; }

/* line 1209, ../sass/style.scss */
.doc-wr-list-writed:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.55 14.975H5.45V25C5.45 25.3038 5.69624 25.55 6 25.55H26C26.3038 25.55 26.55 25.3038 26.55 25V14.975ZM26.55 13.525H5.45V9C5.45 8.69624 5.69624 8.45 6 8.45H26C26.3038 8.45 26.55 8.69624 26.55 9V13.525ZM28 9C28 7.89543 27.1046 7 26 7H6C4.89543 7 4 7.89543 4 9V25C4 26.1046 4.89543 27 6 27H26C27.1046 27 28 26.1046 28 25V9Z' fill='%2324466C'/%3E%3Cpath d='M9 4.7C9 4.3134 9.3134 4 9.7 4C10.0866 4 10.4 4.3134 10.4 4.7V8.3C10.4 8.6866 10.0866 9 9.7 9C9.3134 9 9 8.6866 9 8.3V4.7Z' fill='%2324466C'/%3E%3Cpath d='M21 4.7C21 4.3134 21.3134 4 21.7 4C22.0866 4 22.4 4.3134 22.4 4.7V8.3C22.4 8.6866 22.0866 9 21.7 9C21.3134 9 21 8.6866 21 8.3V4.7Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }

/* line 1219, ../sass/style.scss */
.doc-wr-list-reviewed:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.08864 24.1403C8.91264 24.614 12.6784 25.5081 17.1074 25.5081H17.1701C21.5576 25.4989 25.2761 24.6115 26.0866 24.1435C26.0469 19.5401 24.8591 18.408 21.4101 17.4002C21.3896 17.3942 21.3699 17.3915 21.3479 17.3915C21.1431 17.3915 20.7834 17.6071 20.4029 17.8351C19.6394 18.2923 18.5936 18.9189 17.0879 18.9189C15.5591 18.9189 14.5306 18.2739 13.7796 17.8033C13.4376 17.5889 13.0844 17.3676 12.9021 17.3676C12.8861 17.3676 12.8721 17.3696 12.8566 17.3736C8.85789 18.5067 8.11639 20.0757 8.08864 24.1403ZM17.1074 27C14.8306 27 12.3281 26.7563 10.2414 26.3312C7.03039 25.6767 6.58789 25.0111 6.58789 24.3892C6.58789 19.7882 7.46439 17.35 12.4459 15.9391C12.5941 15.8969 12.7476 15.8757 12.9021 15.8757C13.5176 15.8757 14.0334 16.199 14.5794 16.5411C15.2416 16.9564 15.9924 17.4271 17.0879 17.4271C18.1766 17.4271 18.9481 16.9651 19.6289 16.557C20.1931 16.2191 20.7261 15.8996 21.3479 15.8996C21.5126 15.8996 21.6759 15.9227 21.8331 15.969C26.7266 17.399 27.5879 19.8235 27.5879 24.3892C27.5879 25.0108 27.1501 25.6762 23.9741 26.3282C21.9171 26.7504 19.4384 26.9951 17.1734 27H17.1074Z' fill='%2324466C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0879 4C14.6021 4 12.5879 6.00386 12.5879 8.47518V11.9573C12.5879 14.4281 14.6026 16.4324 17.0879 16.4324C19.5736 16.4324 21.5879 14.4286 21.5879 11.9573V8.47518C21.5879 6.00436 19.5731 4 17.0879 4ZM17.0879 5.49189C18.7421 5.49189 20.0879 6.83012 20.0879 8.47518V11.9573C20.0879 13.6023 18.7421 14.9405 17.0879 14.9405C15.4336 14.9405 14.0879 13.6023 14.0879 11.9573V8.47518C14.0879 6.83012 15.4336 5.49189 17.0879 5.49189Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }

/* line 1229, ../sass/style.scss */
.doc-wr-list-cover {
  margin-top: 80px; }

/* line 1233, ../sass/style.scss */
.doc-wr-lg-show {
  display: none; }

/* line 1237, ../sass/style.scss */
blockquote {
  margin-left: 30px;
  padding: 20px 20px 20px 17px;
  border-left: 3px solid #058DA9;
  font-weight: 500;
  color: #24466C;
  margin-top: 20px; }
  /* line 1244, ../sass/style.scss */
  blockquote i {
    font-style: italic; }

/* line 1249, ../sass/style.scss */
.doc-wr-link {
  font-size: 14px;
  margin-top: 5px;
  color: #058DA9; }

/* line 1255, ../sass/style.scss */
.doc-wr-mini p {
  display: none;
  margin-top: 15px; }
/* line 1260, ../sass/style.scss */
.doc-wr-mini.doc-wr-mini-active p {
  display: block;
  color: #60666C; }
/* line 1264, ../sass/style.scss */
.doc-wr-mini.doc-wr-mini-active .doc-wr-hide-text {
  display: block; }
/* line 1267, ../sass/style.scss */
.doc-wr-mini.doc-wr-mini-active .doc-wr-show-text {
  display: none; }

/* line 1272, ../sass/style.scss */
.doc-wr-hide-text {
  display: none; }

/* line 1275, ../sass/style.scss */
.thumb-wr-down {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1431 21.9986C12.0416 21.9949 11.938 21.984 11.8392 21.9624C11.0488 21.7899 10.4362 21.0725 10.3923 20.1754C10.2916 17.5208 9.94798 15.9478 8.30144 13.5774C8.09569 13.9052 7.73546 14.1272 7.32474 14.1272H3.15755C2.52428 14.1272 2 13.603 2 12.9697V4.63531C2 4.00204 2.52428 3.47776 3.15755 3.47776H7.32474C7.72403 3.47776 8.07842 3.68591 8.28694 3.99866C8.52774 3.80465 8.75054 3.63042 8.98147 3.49223C9.36323 3.26382 9.79473 3.1265 10.385 3.06536C11.5655 2.94309 13.5029 3.03349 17.9742 3.01474C18.0792 3.01706 18.1832 3.05565 18.2636 3.12323C19.1634 3.85726 19.5543 4.56029 19.7323 5.35152C19.8198 5.37849 19.899 5.43213 19.9565 5.50348C20.6295 6.34451 20.873 7.31484 20.7162 8.15138C20.7807 8.18124 20.8381 8.2262 20.8826 8.2816C21.6686 9.20368 21.8274 10.3845 21.5482 11.2768C22.0284 11.8447 22.2269 12.5109 22.1559 13.1288C22.0428 13.911 21.4747 14.697 20.7523 14.8218H14.791C15.1473 17.1666 14.9111 19.3216 14.1181 20.718C13.69 21.4719 13.0657 21.8938 12.4469 21.9841C12.3438 21.9992 12.2445 22.0025 12.1431 21.9986ZM13.3151 20.2623C13.9922 19.0698 14.2732 16.8396 13.8143 14.4456C13.7633 14.1785 13.9982 13.8952 14.2701 13.8957H20.6221C20.9697 13.7174 21.1931 13.4104 21.2371 13.0276C21.2796 12.6567 21.1288 12.2207 20.7523 11.8121H18.6632C18.4186 11.8121 18.1936 11.5938 18.1936 11.3491C18.1936 11.1045 18.4186 10.8826 18.6632 10.8861H20.6945C20.8335 10.3747 20.7266 9.69405 20.2676 9.03401H18.2002C17.9556 9.03401 17.7306 8.81563 17.7306 8.57099C17.7306 8.32633 17.9556 8.1045 18.2002 8.10797H19.7684C19.9074 7.59656 19.8006 6.91592 19.3416 6.25589H17.7372C17.4926 6.25589 17.2676 6.0375 17.2676 5.79287C17.2676 5.5482 17.4926 5.32637 17.7372 5.32984H18.7845C18.6418 4.83448 18.3806 4.4546 17.7789 3.94078C13.4756 3.9556 11.4803 3.8877 10.4791 3.9914C9.96859 4.04427 9.72888 4.11928 9.45899 4.28078C9.21574 4.42631 8.91795 4.68299 8.48229 5.03319V12.2534C10.6337 14.9897 11.2118 17.2903 11.3183 20.1392C11.6281 21.5579 12.8784 21.1666 13.3151 20.2623ZM3.15755 13.2012H7.32474C7.46101 13.2012 7.55625 13.1059 7.55625 12.9697V4.63531C7.55625 4.49905 7.46101 4.4038 7.32474 4.4038H3.15755C3.02129 4.4038 2.92604 4.49905 2.92604 4.63531V12.9697C2.92604 13.1059 3.02129 13.2012 3.15755 13.2012Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }

/* line 1283, ../sass/style.scss */
.thumb-wr-up {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1431 3.00142C12.0416 3.00512 11.938 3.01601 11.8392 3.03761C11.0488 3.21008 10.4362 3.92751 10.3923 4.82457C10.2916 7.4792 9.94798 9.05225 8.30144 11.4226C8.09569 11.0948 7.73546 10.8728 7.32474 10.8728H3.15755C2.52428 10.8728 2 11.397 2 12.0303V20.3647C2 20.998 2.52428 21.5222 3.15755 21.5222H7.32474C7.72403 21.5222 8.07842 21.3141 8.28694 21.0013C8.52774 21.1953 8.75054 21.3696 8.98147 21.5078C9.36323 21.7362 9.79473 21.8735 10.385 21.9346C11.5655 22.0569 13.5029 21.9665 17.9742 21.9853C18.0792 21.9829 18.1832 21.9443 18.2636 21.8768C19.1634 21.1427 19.5543 20.4397 19.7323 19.6485C19.8198 19.6215 19.899 19.5679 19.9565 19.4965C20.6295 18.6555 20.873 17.6852 20.7162 16.8486C20.7807 16.8188 20.8381 16.7738 20.8826 16.7184C21.6686 15.7963 21.8274 14.6155 21.5482 13.7232C22.0284 13.1553 22.2269 12.4891 22.1559 11.8712C22.0428 11.089 21.4747 10.303 20.7523 10.1782H14.791C15.1473 7.83341 14.9111 5.6784 14.1181 4.28198C13.69 3.52811 13.0657 3.10625 12.4469 3.01589C12.3438 3.00084 12.2445 2.99748 12.1431 3.00142ZM13.3151 4.73775C13.9922 5.93019 14.2732 8.16045 13.8143 10.5544C13.7633 10.8215 13.9982 11.1048 14.2701 11.1043H20.6221C20.9697 11.2826 21.1931 11.5896 21.2371 11.9724C21.2796 12.3433 21.1288 12.7793 20.7523 13.1879H18.6632C18.4186 13.1879 18.1936 13.4062 18.1936 13.6509C18.1936 13.8955 18.4186 14.1174 18.6632 14.1139H20.6945C20.8335 14.6253 20.7266 15.306 20.2676 15.966H18.2002C17.9556 15.966 17.7306 16.1844 17.7306 16.429C17.7306 16.6737 17.9556 16.8955 18.2002 16.892H19.7684C19.9074 17.4034 19.8006 18.0841 19.3416 18.7441H17.7372C17.4926 18.7441 17.2676 18.9625 17.2676 19.2071C17.2676 19.4518 17.4926 19.6736 17.7372 19.6702H18.7845C18.6418 20.1655 18.3806 20.5454 17.7789 21.0592C13.4756 21.0444 11.4803 21.1123 10.4791 21.0086C9.96859 20.9557 9.72888 20.8807 9.45899 20.7192C9.21574 20.5737 8.91795 20.317 8.48229 19.9668V12.7466C10.6337 10.0103 11.2118 7.70974 11.3183 4.86075C11.6281 3.4421 12.8784 3.83335 13.3151 4.73775ZM3.15755 11.7988H7.32474C7.46101 11.7988 7.55625 11.8941 7.55625 12.0303V20.3647C7.55625 20.501 7.46101 20.5962 7.32474 20.5962H3.15755C3.02129 20.5962 2.92604 20.501 2.92604 20.3647V12.0303C2.92604 11.8941 3.02129 11.7988 3.15755 11.7988Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }

/* line 1291, ../sass/style.scss */
.doc-avatar {
  width: 100px;
  height: 100px; }

/* line 1296, ../sass/style.scss */
.doc-wr-about-cover {
  padding: 40px 20px 20px; }

/* line 1300, ../sass/style.scss */
.doc-wr-about {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8EAEB; }
  /* line 1304, ../sass/style.scss */
  .doc-wr-about:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

/* line 1310, ../sass/style.scss */
.doc-wr-about-h {
  color: #24466C;
  font-weight: 500;
  margin-bottom: 5px; }

/* line 1316, ../sass/style.scss */
.doc-wr-about-txt {
  font-size: 12px; }

/* line 1321, ../sass/style.scss */
.social-wr a {
  display: block;
  width: 30px;
  margin-right: 20px;
  margin-bottom: 20px; }
  /* line 1326, ../sass/style.scss */
  .social-wr a img {
    width: 100%; }

/* line 1, ../sass/header.scss */
.header {
  padding-top: 24px;
  padding-bottom: 24px; }

/* line 6, ../sass/header.scss */
.header-inner {
  border-bottom: 1px solid rgba(159, 171, 181, 0.2); }

/* line 10, ../sass/header.scss */
.shop {
  padding-left: 65px;
  position: relative; }
  /* line 13, ../sass/header.scss */
  .shop b {
    font-size: 20px;
    text-transform: uppercase;
    color: #24466C; }
  /* line 18, ../sass/header.scss */
  .shop small {
    font-size: 14px;
    color: #A2BADA;
    display: block;
    padding-left: 65px; }
  /* line 24, ../sass/header.scss */
  .shop:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url("../img/shop.svg") no-repeat;
    position: absolute;
    left: 0;
    top: -4px; }

/* line 36, ../sass/header.scss */
input.form-control.search {
  background: #F2F8FC;
  border: 1px solid #F2F8FC;
  max-width: 100%;
  width: 415px;
  height: 40px;
  padding-left: 53px;
  background-size: 32px 32px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6437 23.9813L21.9566 20.2941C22.9992 18.9035 23.625 17.184 23.625 15.3125C23.625 10.7216 19.9034 7 15.3125 7C10.7216 7 7 10.7216 7 15.3125C7 19.9034 10.7216 23.625 15.3125 23.625C17.184 23.625 18.9035 22.9992 20.2929 21.9566L23.9813 25.6437C24.1998 25.8622 24.4325 26 24.8125 26C25.4692 26 26 25.4692 26 24.8125C26 24.5524 25.9359 24.2734 25.6437 23.9813ZM9.375 15.3125C9.375 12.0326 12.0326 9.375 15.3125 9.375C18.5924 9.375 21.25 12.0326 21.25 15.3125C21.25 18.5924 18.5924 21.25 15.3125 21.25C12.0326 21.25 9.375 18.5924 9.375 15.3125Z' fill='%239FABB5'/%3E%3C/svg%3E");
  background-position: left 13px center;
  background-repeat: no-repeat; }
  /* line 47, ../sass/header.scss */
  input.form-control.search::placeholder {
    color: #9FABB5; }
  /* line 50, ../sass/header.scss */
  input.form-control.search:focus {
    outline: none;
    border: 1px solid #2C70BC; }

/* line 56, ../sass/header.scss */
.login {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #24466C;
  margin-right: 30px; }
  /* line 62, ../sass/header.scss */
  .login:hover {
    color: #058DA9; }
    /* line 64, ../sass/header.scss */
    .login:hover.log-in:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.50075 24.1403C8.32475 24.614 12.0905 25.5081 16.5195 25.5081H16.5822C20.9697 25.4989 24.6883 24.6115 25.4988 24.1435C25.459 19.5401 24.2712 18.408 20.8223 17.4002C20.8018 17.3942 20.782 17.3915 20.76 17.3915C20.5553 17.3915 20.1955 17.6071 19.815 17.8351C19.0515 18.2923 18.0057 18.9189 16.5 18.9189C14.9713 18.9189 13.9427 18.2739 13.1917 17.8033C12.8497 17.5889 12.4965 17.3676 12.3142 17.3676C12.2983 17.3676 12.2843 17.3696 12.2688 17.3736C8.27 18.5067 7.5285 20.0757 7.50075 24.1403ZM16.5195 27C14.2428 27 11.7403 26.7563 9.6535 26.3312C6.4425 25.6767 6 25.0111 6 24.3892C6 19.7882 6.8765 17.35 11.858 15.9391C12.0062 15.8969 12.1597 15.8757 12.3142 15.8757C12.9297 15.8757 13.4455 16.199 13.9915 16.5411C14.6537 16.9564 15.4045 17.4271 16.5 17.4271C17.5887 17.4271 18.3603 16.9651 19.041 16.557C19.6053 16.2191 20.1383 15.8996 20.76 15.8996C20.9248 15.8996 21.088 15.9227 21.2453 15.969C26.1388 17.399 27 19.8235 27 24.3892C27 25.0108 26.5623 25.6762 23.3862 26.3282C21.3292 26.7504 18.8505 26.9951 16.5855 27H16.5195Z' fill='%23058DA9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 4C14.0142 4 12 6.00386 12 8.47518V11.9573C12 14.4281 14.0147 16.4324 16.5 16.4324C18.9857 16.4324 21 14.4286 21 11.9573V8.47518C21 6.00436 18.9852 4 16.5 4ZM16.5 5.49189C18.1542 5.49189 19.5 6.83012 19.5 8.47518V11.9573C19.5 13.6023 18.1542 14.9405 16.5 14.9405C14.8457 14.9405 13.5 13.6023 13.5 11.9573V8.47518C13.5 6.83012 14.8457 5.49189 16.5 5.49189Z' fill='%23058DA9'/%3E%3C/svg%3E"); }
    /* line 67, ../sass/header.scss */
    .login:hover.log-out:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 16.4143H21.5858L19.5859 18.4142L21.0002 19.8284L25.4144 15.4142L21.0002 11L19.5859 12.4142L21.586 14.4143H14V16.4143Z' fill='%23058DA9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 6C7 4.89543 7.89543 4 9 4H20V6H10C9.44772 6 9 6.44772 9 7V24C9 24.5523 9.44772 25 10 25H20V27H9C7.89543 27 7 26.1046 7 25V6Z' fill='%23058DA9'/%3E%3C/svg%3E"); }
  /* line 71, ../sass/header.scss */
  .login:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  /* line 81, ../sass/header.scss */
  .login.log-in:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.50075 24.1403C8.32475 24.614 12.0905 25.5081 16.5195 25.5081H16.5822C20.9697 25.4989 24.6883 24.6115 25.4988 24.1435C25.459 19.5401 24.2712 18.408 20.8223 17.4002C20.8018 17.3942 20.782 17.3915 20.76 17.3915C20.5553 17.3915 20.1955 17.6071 19.815 17.8351C19.0515 18.2923 18.0057 18.9189 16.5 18.9189C14.9713 18.9189 13.9427 18.2739 13.1917 17.8033C12.8497 17.5889 12.4965 17.3676 12.3142 17.3676C12.2983 17.3676 12.2843 17.3696 12.2688 17.3736C8.27 18.5067 7.5285 20.0757 7.50075 24.1403ZM16.5195 27C14.2428 27 11.7403 26.7563 9.6535 26.3312C6.4425 25.6767 6 25.0111 6 24.3892C6 19.7882 6.8765 17.35 11.858 15.9391C12.0062 15.8969 12.1597 15.8757 12.3142 15.8757C12.9297 15.8757 13.4455 16.199 13.9915 16.5411C14.6537 16.9564 15.4045 17.4271 16.5 17.4271C17.5887 17.4271 18.3603 16.9651 19.041 16.557C19.6053 16.2191 20.1383 15.8996 20.76 15.8996C20.9248 15.8996 21.088 15.9227 21.2453 15.969C26.1388 17.399 27 19.8235 27 24.3892C27 25.0108 26.5623 25.6762 23.3862 26.3282C21.3292 26.7504 18.8505 26.9951 16.5855 27H16.5195Z' fill='%2324466C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 4C14.0142 4 12 6.00386 12 8.47518V11.9573C12 14.4281 14.0147 16.4324 16.5 16.4324C18.9857 16.4324 21 14.4286 21 11.9573V8.47518C21 6.00436 18.9852 4 16.5 4ZM16.5 5.49189C18.1542 5.49189 19.5 6.83012 19.5 8.47518V11.9573C19.5 13.6023 18.1542 14.9405 16.5 14.9405C14.8457 14.9405 13.5 13.6023 13.5 11.9573V8.47518C13.5 6.83012 14.8457 5.49189 16.5 5.49189Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }
  /* line 84, ../sass/header.scss */
  .login.log-out:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 16.4143H21.5858L19.5859 18.4142L21.0002 19.8284L25.4144 15.4142L21.0002 11L19.5859 12.4142L21.586 14.4143H14V16.4143Z' fill='%2324466C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 6C7 4.89543 7.89543 4 9 4H20V6H10C9.44772 6 9 6.44772 9 7V24C9 24.5523 9.44772 25 10 25H20V27H9C7.89543 27 7 26.1046 7 25V6Z' fill='%2324466C'/%3E%3C/svg%3E"); }

/* line 89, ../sass/header.scss */
.basket {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #24466C;
  margin-right: 30px; }
  /* line 95, ../sass/header.scss */
  .basket:hover {
    color: #058DA9; }
    /* line 97, ../sass/header.scss */
    .basket:hover:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9882 25.7059L24.5006 12.1678C24.4467 11.6567 24.1959 11.1833 23.7972 10.8396C23.3986 10.4959 22.8806 10.3065 22.3442 10.3082H22.3221L20.8691 10.3216V8.67361C20.8691 7.00387 19.9388 5.46104 18.4284 4.62623C16.9182 3.79126 15.0574 3.79126 13.5469 4.62623C12.0367 5.46104 11.1062 7.00383 11.1062 8.67361V10.4132L9.58666 10.4274C9.05352 10.4324 8.54097 10.6252 8.14684 10.9689C7.75272 11.3128 7.5046 11.7836 7.45016 12.2915L6.01144 25.6869C5.94856 26.2709 6.14687 26.8532 6.55747 27.2895C6.96807 27.7257 7.55225 27.9753 8.16564 27.9762L23.8282 28H23.8322V27.9998C24.4468 27.9997 25.0325 27.7498 25.4434 27.3122C25.8546 26.8748 26.0525 26.291 25.988 25.7057L25.9882 25.7059ZM12.6733 8.67397C12.6842 7.54726 13.3184 6.51044 14.3393 5.95007C15.3605 5.3897 16.6152 5.3897 17.6364 5.95007C18.6575 6.51044 19.2915 7.54726 19.3024 8.67397V10.337L12.6732 10.3996L12.6733 8.67397ZM24.279 26.3097C24.1688 26.4359 24.004 26.5064 23.8322 26.5009L8.1696 26.4771V26.4773C7.99905 26.4771 7.83675 26.408 7.72245 26.2867C7.60833 26.1656 7.55298 26.0037 7.57036 25.8414L9.00907 12.4451C9.03702 12.1515 9.29463 11.9268 9.60257 11.9275L11.1067 11.9133L11.1069 13.1506C11.1121 13.4153 11.2625 13.6576 11.5028 13.7885C11.743 13.9194 12.0375 13.9194 12.2777 13.7885C12.518 13.6576 12.6685 13.4153 12.6737 13.1506V11.8989L19.3029 11.8368L19.3031 13.1506C19.3031 13.4185 19.4523 13.6662 19.6947 13.8002C19.9371 13.9341 20.2356 13.9341 20.4779 13.8002C20.7203 13.6662 20.8695 13.4185 20.8695 13.1506V11.8224L22.338 11.8086H22.3441C22.6532 11.8071 22.9126 12.0309 22.9433 12.3253L24.431 25.8634C24.4548 26.0267 24.3988 26.1913 24.2791 26.3098L24.279 26.3097Z' fill='%23058DA9'/%3E%3C/svg%3E%0A"); }
  /* line 101, ../sass/header.scss */
  .basket:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9882 25.7059L24.5006 12.1678C24.4467 11.6567 24.1959 11.1833 23.7972 10.8396C23.3986 10.4959 22.8806 10.3065 22.3442 10.3082H22.3221L20.8691 10.3216V8.67361C20.8691 7.00387 19.9388 5.46104 18.4284 4.62623C16.9182 3.79126 15.0574 3.79126 13.5469 4.62623C12.0367 5.46104 11.1062 7.00383 11.1062 8.67361V10.4132L9.58666 10.4274C9.05352 10.4324 8.54097 10.6252 8.14684 10.9689C7.75272 11.3128 7.5046 11.7836 7.45016 12.2915L6.01144 25.6869C5.94856 26.2709 6.14687 26.8532 6.55747 27.2895C6.96807 27.7257 7.55225 27.9753 8.16564 27.9762L23.8282 28H23.8322V27.9998C24.4468 27.9997 25.0325 27.7498 25.4434 27.3122C25.8546 26.8748 26.0525 26.291 25.988 25.7057L25.9882 25.7059ZM12.6733 8.67397C12.6842 7.54726 13.3184 6.51044 14.3393 5.95007C15.3605 5.3897 16.6152 5.3897 17.6364 5.95007C18.6575 6.51044 19.2915 7.54726 19.3024 8.67397V10.337L12.6732 10.3996L12.6733 8.67397ZM24.279 26.3097C24.1688 26.4359 24.004 26.5064 23.8322 26.5009L8.1696 26.4771V26.4773C7.99905 26.4771 7.83675 26.408 7.72245 26.2867C7.60833 26.1656 7.55298 26.0037 7.57036 25.8414L9.00907 12.4451C9.03702 12.1515 9.29463 11.9268 9.60257 11.9275L11.1067 11.9133L11.1069 13.1506C11.1121 13.4153 11.2625 13.6576 11.5028 13.7885C11.743 13.9194 12.0375 13.9194 12.2777 13.7885C12.518 13.6576 12.6685 13.4153 12.6737 13.1506V11.8989L19.3029 11.8368L19.3031 13.1506C19.3031 13.4185 19.4523 13.6662 19.6947 13.8002C19.9371 13.9341 20.2356 13.9341 20.4779 13.8002C20.7203 13.6662 20.8695 13.4185 20.8695 13.1506V11.8224L22.338 11.8086H22.3441C22.6532 11.8071 22.9126 12.0309 22.9433 12.3253L24.431 25.8634C24.4548 26.0267 24.3988 26.1913 24.2791 26.3098L24.279 26.3097Z' fill='%2324466C'/%3E%3C/svg%3E%0A"); }
  /* line 112, ../sass/header.scss */
  .basket span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #F9A726;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    left: 20px;
    top: -6px; }

/* line 130, ../sass/header.scss */
.menu {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #24466C; }
  /* line 135, ../sass/header.scss */
  .menu:hover {
    color: #058DA9; }
    /* line 137, ../sass/header.scss */
    .menu:hover:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='9' width='20' height='2' fill='%23058DA9'/%3E%3Crect x='6' y='15' width='14' height='2' fill='%23058DA9'/%3E%3Crect x='6' y='21' width='20' height='2' fill='%23058DA9'/%3E%3C/svg%3E%0A"); }
  /* line 141, ../sass/header.scss */
  .menu:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='9' width='20' height='2' fill='%2324466C'/%3E%3Crect x='6' y='15' width='14' height='2' fill='%2324466C'/%3E%3Crect x='6' y='21' width='20' height='2' fill='%2324466C'/%3E%3C/svg%3E%0A"); }

/* line 153, ../sass/header.scss */
.basket-body {
  width: 610px;
  max-width: 95%; }
  /* line 156, ../sass/header.scss */
  .basket-body p {
    font-size: 16px;
    margin-bottom: 20px; }
  /* line 160, ../sass/header.scss */
  .basket-body .h4 {
    margin-bottom: 10px; }

/* line 165, ../sass/header.scss */
.menu-body, .login-body {
  width: 340px;
  max-width: 95%; }

/* line 171, ../sass/header.scss */
.offcanvas .link {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }
/* line 178, ../sass/header.scss */
.offcanvas p {
  font-size: 16px; }

/* line 185, ../sass/header.scss */
.search-link {
  display: none; }

/* line 189, ../sass/header.scss */
.search-m {
  display: none; }

/* line 193, ../sass/header.scss */
.empty-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

/* line 200, ../sass/header.scss */
.col-links {
  display: flex; }
  /* line 202, ../sass/header.scss */
  .col-links a {
    appearance: none; }
    /* line 204, ../sass/header.scss */
    .col-links a:focus, .col-links a:visited {
      outline: none !important;
      box-shadow: none !important; }

/* line 211, ../sass/header.scss */
.menu-wr {
  margin-bottom: 40px;
  font-size: 18px; }
  /* line 214, ../sass/header.scss */
  .menu-wr > li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EDF2F3; }
    /* line 218, ../sass/header.scss */
    .menu-wr > li:last-child {
      border-bottom: 1px solid #EDF2F3; }
  /* line 223, ../sass/header.scss */
  .menu-wr a {
    color: #24466C; }
    /* line 225, ../sass/header.scss */
    .menu-wr a:hover {
      color: #058DA9; }
  /* line 230, ../sass/header.scss */
  .menu-wr .sub-nav > a {
    display: block;
    position: relative; }
    /* line 233, ../sass/header.scss */
    .menu-wr .sub-nav > a.active {
      color: #058DA9;
      font-weight: 700; }
      /* line 236, ../sass/header.scss */
      .menu-wr .sub-nav > a.active:after {
        transform: rotate(180deg); }
    /* line 240, ../sass/header.scss */
    .menu-wr .sub-nav > a:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/arrow.svg") no-repeat;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -10px; }
  /* line 252, ../sass/header.scss */
  .menu-wr .sub-nav ul {
    display: none;
    padding-left: 20px; }
    /* line 255, ../sass/header.scss */
    .menu-wr .sub-nav ul li {
      padding-top: 20px; }
    /* line 258, ../sass/header.scss */
    .menu-wr .sub-nav ul.active {
      display: block; }

/* line 265, ../sass/header.scss */
.basket-m {
  display: none; }
  /* line 267, ../sass/header.scss */
  .basket-m .basket {
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    display: block;
    margin-right: 0; }
    /* line 273, ../sass/header.scss */
    .basket-m .basket:before {
      right: 0;
      left: auto; }
    /* line 277, ../sass/header.scss */
    .basket-m .basket span {
      right: -4px;
      left: auto; }

/* line 1, ../sass/footer.scss */
.footer {
  background: #058DA9;
  padding: 40px 0 5px; }
  /* line 4, ../sass/footer.scss */
  .footer p {
    color: #fff;
    font-size: 14px;
    opacity: 0.5; }
  /* line 9, ../sass/footer.scss */
  .footer b {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    height: 23px; }

/* line 17, ../sass/footer.scss */
.f-shop {
  min-width: 50px;
  height: 50px;
  background: url("../img/shop_w.svg") no-repeat;
  display: inline-block;
  margin-right: 10px; }

/* line 26, ../sass/footer.scss */
.f-nav a {
  color: #fff;
  margin-right: 15px; }
  /* line 29, ../sass/footer.scss */
  .f-nav a:hover {
    text-decoration: underline; }
  /* line 32, ../sass/footer.scss */
  .f-nav a:last-child {
    margin-right: 0; }

/* line 38, ../sass/footer.scss */
.f-col {
  max-width: 380px; }
  /* line 40, ../sass/footer.scss */
  .f-col .pay-wr {
    margin-bottom: 10px; }

/* line 45, ../sass/footer.scss */
.footer-top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

/* line 51, ../sass/footer.scss */
.footer-center {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 20px; }
  /* line 55, ../sass/footer.scss */
  .footer-center li {
    margin-bottom: 15px; }

/* line 61, ../sass/footer.scss */
.footer-bottom .col-auto {
  margin-bottom: 20px; }

/* line 66, ../sass/footer.scss */
.delivery-wr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }
  /* line 70, ../sass/footer.scss */
  .delivery-wr img {
    margin-right: 20px;
    margin-bottom: 20px; }

/* line 76, ../sass/footer.scss */
.lang-wr {
  position: relative;
  display: inline-block; }

/* line 81, ../sass/footer.scss */
.selected-lang {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  color: #fff; }
  /* line 87, ../sass/footer.scss */
  .selected-lang:after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66404 8.40931C4.2973 8.05786 4.2973 7.48804 4.66404 7.13659C5.03077 6.78514 5.62537 6.78514 5.99211 7.13659L11.3044 12.2275L9.97632 13.5002L4.66404 8.40931Z' fill='white'/%3E%3Cpath d='M14.0078 7.13636C14.3746 6.78491 14.9692 6.78491 15.3359 7.13636C15.7026 7.48781 15.7026 8.05763 15.3359 8.40908L10.0236 13.5L8.69556 12.2272L14.0078 7.13636Z' fill='white'/%3E%3C/svg%3E%0A"); }
  /* line 96, ../sass/footer.scss */
  .selected-lang img {
    margin-right: 10px; }

/* line 101, ../sass/footer.scss */
.dropdown-lang {
  display: none;
  width: calc(100% + 10px);
  z-index: 1;
  margin-top: 10px;
  overflow-y: scroll;
  position: absolute;
  bottom: 30px;
  background: #fff;
  padding: 10px;
  left: -10px;
  height: 194px; }
  /* line 113, ../sass/footer.scss */
  .dropdown-lang.show {
    display: block; }

/* Links inside the dropdown */
/* line 119, ../sass/footer.scss */
.dropdown-lang a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #24466C; }
  /* line 124, ../sass/footer.scss */
  .dropdown-lang a img {
    margin-right: 10px; }

/* line 129, ../sass/footer.scss */
.on-top {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #F9A726;
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  /* line 141, ../sass/footer.scss */
  .on-top.active {
    display: flex; }
  /* line 144, ../sass/footer.scss */
  .on-top:before {
    content: '';
    display: block;
    width: 29px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='36' viewBox='0 0 29 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15.5L14.5 3M14.5 3L27 15.5M14.5 3V36' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: cover; }

/* line 1, ../sass/product.scss */
.thumbs {
  margin-top: 30px;
  margin-bottom: 45px; }

/* line 6, ../sass/product.scss */
.thumb-wr {
  border: 1px solid #EDF2F3;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  display: block;
  position: relative; }
  /* line 16, ../sass/product.scss */
  .thumb-wr .new, .thumb-wr .sale {
    height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 0;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 30px;
    top: 20px;
    text-transform: uppercase; }
  /* line 34, ../sass/product.scss */
  .thumb-wr .new {
    background: #058DA9; }
  /* line 37, ../sass/product.scss */
  .thumb-wr .sale {
    background: #F9A726; }
  /* line 40, ../sass/product.scss */
  .thumb-wr:hover {
    box-shadow: 0 4px 12px rgba(208, 217, 220, 0.3); }
    /* line 42, ../sass/product.scss */
    .thumb-wr:hover .bts {
      background: #F98B26; }
  /* line 46, ../sass/product.scss */
  .thumb-wr figure {
    padding-top: 10px;
    width: 225px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px; }
  /* line 55, ../sass/product.scss */
  .thumb-wr span {
    display: block;
    font-size: 14px;
    color: #9FABB5;
    margin-bottom: 5px; }
  /* line 61, ../sass/product.scss */
  .thumb-wr .bts {
    margin-top: 10px;
    margin-bottom: 20px; }

/* line 66, ../sass/product.scss */
.thumb-name {
  font-size: 22px;
  font-weight: 700;
  color: #24466C; }

/* line 71, ../sass/product.scss */
.thumb-info {
  font-size: 16px;
  color: #24466C;
  padding-bottom: 5px; }
  /* line 75, ../sass/product.scss */
  .thumb-info i {
    color: #058DA9; }

/* line 80, ../sass/product.scss */
.benefits-ico {
  padding-left: 60px;
  position: relative;
  margin-top: 30px; }
  /* line 84, ../sass/product.scss */
  .benefits-ico:before {
    content: '';
    display: block;
    width: 51px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0; }

/* line 95, ../sass/product.scss */
.b-i-1:before {
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.1621' y='8.75' width='24.5' height='32.5' rx='1.25' stroke='%23058DA9' stroke-width='1.5'/%3E%3Cpath d='M16.9121 15.5L18.4121 17L21.4121 14M23.9121 15.5H33.9121M16.9121 21.5L18.4121 23L21.4121 20M23.9121 21.5H33.9121M16.9121 27.5L18.4121 29L21.4121 26M23.9121 27.5H33.9121M16.9121 33.5L18.4121 35L21.4121 32M23.9121 33.5H33.9121' stroke='%23058DA9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain; }

/* line 100, ../sass/product.scss */
.b-i-2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7576 24.75C9.21956 24.75 7.16211 26.8075 7.16211 29.3455C7.16211 31.8835 9.21956 33.9409 11.7576 33.9409H21.4121V35.4409H11.7576C8.39114 35.4409 5.66211 32.7119 5.66211 29.3455C5.66211 25.979 8.39114 23.25 11.7576 23.25H14.4121V24.75H11.7576ZM30.4121 33.9409H36.2576C39.5186 33.9409 42.1621 36.5845 42.1621 39.8455C42.1621 43.1064 39.5186 45.75 36.2576 45.75H8.41211V44.25H36.2576C38.6901 44.25 40.6621 42.278 40.6621 39.8455C40.6621 37.4129 38.6901 35.4409 36.2576 35.4409H30.4121V33.9409Z' fill='%23058DA9'/%3E%3Cpath d='M37.397 24.7604C37.4477 24.6691 37.4835 24.5705 37.503 24.4683C38.1121 23.0591 38.4214 21.5429 38.4119 20.0124C38.3461 16.8045 37.0003 13.7497 34.6633 11.5039C32.3263 9.25798 29.1844 8.00003 25.9121 8.00003C22.6398 8.00003 19.4979 9.25798 17.1609 11.5039C14.8239 13.7497 13.4781 16.8045 13.4123 20.0124C13.4028 21.5429 13.7121 23.0591 14.3212 24.4683C14.3407 24.5705 14.3765 24.6691 14.4273 24.7604L14.6444 25.1367C14.7656 25.3694 14.8968 25.5971 15.0382 25.8199L25.036 41.6647C25.1241 41.8171 25.2518 41.9439 25.4062 42.032C25.5605 42.1202 25.736 42.1667 25.9146 42.1667C26.0933 42.1667 26.2687 42.1202 26.4231 42.032C26.5774 41.9439 26.7051 41.8171 26.7932 41.6647L36.791 25.8199C36.9274 25.5971 37.0637 25.3694 37.1849 25.1367L37.397 24.7604ZM25.9096 9.73904C28.6889 9.74166 31.3536 10.8254 33.3189 12.7524C35.2842 14.6794 36.3895 17.2922 36.3921 20.0173C36.4011 21.5005 36.0368 22.963 35.3318 24.2752H35.3621L25.9096 39.1595L16.4622 24.2752H16.4925C15.7874 22.963 15.4232 21.5005 15.4321 20.0173C15.4348 17.293 16.5393 14.681 18.5035 12.7541C20.4677 10.8273 23.1311 9.74297 25.9096 9.73904Z' fill='%23058DA9'/%3E%3Cpath d='M29.2573 24.2752C30.4689 23.4871 31.3511 22.2982 31.743 20.9254C32.1348 19.5526 32.0102 18.0873 31.3918 16.7971C30.7734 15.5069 29.7025 14.4778 28.3745 13.8975C27.0465 13.3172 25.5499 13.2244 24.158 13.6361C22.766 14.0478 21.5714 14.9366 20.7923 16.1401C20.0131 17.3437 19.7012 18.7819 19.9137 20.1922C20.1261 21.6024 20.8486 22.8908 21.9493 23.8222C23.0501 24.7535 24.4557 25.2657 25.9096 25.2654C27.1005 25.265 28.2649 24.9206 29.2573 24.2752ZM25.9096 15.3237C26.7085 15.3237 27.4895 15.556 28.1538 15.9912C28.8181 16.4265 29.3359 17.0451 29.6416 17.7688C29.9473 18.4925 30.0273 19.2889 29.8715 20.0573C29.7156 20.8256 29.3309 21.5313 28.7659 22.0852C28.201 22.6392 27.4812 23.0164 26.6976 23.1692C25.914 23.3221 25.1018 23.2436 24.3637 22.9438C23.6256 22.6441 22.9947 22.1364 22.5508 21.485C22.107 20.8337 21.87 20.0679 21.87 19.2845C21.87 18.2341 22.2956 17.2266 23.0532 16.4838C23.8108 15.741 24.8382 15.3237 25.9096 15.3237Z' fill='%23058DA9'/%3E%3C/svg%3E%0A");
  background-size: contain; }

/* line 105, ../sass/product.scss */
.b-i-3:before {
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5476 8C22.2087 8.00002 21.6628 8.00934 20.9111 8.03049C18.8781 8.10464 17.264 8.14233 16.0676 8.14231C14.9876 8.14233 13.4768 8.09998 11.5392 8.01525L11.4121 8.12706V8.91991L11.5392 9.03172C12.6615 9.0741 13.3675 9.13551 13.6534 9.2096C13.9393 9.28374 14.1322 9.37777 14.2328 9.49422C14.3334 9.61071 14.4088 9.84111 14.4564 10.1905C14.5041 10.5399 14.5323 11.3213 14.5428 12.5284L14.5733 15.6236V22.9777L14.5581 26.327C14.5475 27.46 14.505 28.1944 14.4361 28.5226C14.3673 28.8508 14.2779 29.0624 14.1668 29.163C14.0556 29.2636 13.8394 29.3485 13.5111 29.412C13.1829 29.4756 12.5239 29.5272 11.5392 29.5696L11.4121 29.6661V30.459L11.5392 30.5861C14.2392 30.5013 15.7546 30.459 16.0828 30.459C16.5063 30.459 17.0946 30.4683 17.8464 30.4895C19.657 30.553 20.5888 30.5861 20.6417 30.5861L20.7688 30.459V29.6661L20.6417 29.5696C19.5193 29.5272 18.8133 29.466 18.5274 29.3866C18.2415 29.3072 18.0486 29.2083 17.948 29.0918C17.8475 28.9754 17.7723 28.745 17.7193 28.3955C17.6664 28.0461 17.6334 27.2694 17.6228 26.0729L17.6075 22.9777V15.6236C17.6075 11.8859 17.6876 9.89998 17.8464 9.66702C18.8311 9.35998 19.8755 9.20963 20.9873 9.2096C22.5755 9.20963 23.8368 9.5673 24.7686 10.282C25.7003 10.9967 26.1662 12.0507 26.1662 13.4483C26.1662 15.0048 25.6487 16.2237 24.611 17.1025C23.5734 17.9814 22.138 18.4189 20.3063 18.4189C19.9992 18.4189 19.571 18.4049 19.0204 18.3731L18.8629 18.8661C20.7688 21.0367 22.6323 23.3894 24.4535 25.9306C25.9475 28.0203 27.0487 29.5023 27.7824 30.4082L28.2805 31.2417L23.9452 37.3354C22.8335 38.8813 22.0851 39.898 21.7039 40.3798C21.3227 40.8615 21.0123 41.1627 20.7688 41.2844C20.5252 41.4062 20.045 41.4721 19.3355 41.4827L19.2085 41.6097V42.3721L19.3508 42.5144C20.0178 42.472 20.5544 42.4534 20.9568 42.4534C21.3486 42.4534 21.8898 42.472 22.5781 42.5144C24.6428 39.052 26.4356 36.2707 27.9603 34.1742L29.1191 32.5733L33.9473 39.7038C34.4873 40.6356 35.0756 41.572 35.7109 42.5144C36.8015 42.472 37.6155 42.4534 38.1555 42.4534C38.5685 42.4534 39.2791 42.472 40.285 42.5144L40.4121 42.3873V41.6097L40.285 41.4827C39.6074 41.4721 39.1745 41.4248 38.984 41.3454C38.7934 41.266 38.539 41.0263 38.2267 40.6186C37.9143 40.211 37.505 39.5946 36.9968 38.7687L31.0555 30.1947C31.0434 30.1368 31.0212 30.0791 30.9945 30.0168L32.1533 28.4769L35.1061 24.472C36.1649 23.0426 36.8661 22.1485 37.2102 21.7885C37.5543 21.4285 37.8368 21.2025 38.0539 21.1125C38.2709 21.0225 38.7133 20.9613 39.3804 20.9295L39.5074 20.8025V20.091L39.3804 19.9436C38.4804 19.9754 37.9861 19.9944 37.9014 19.9944C37.7108 19.9944 37.17 19.9754 36.27 19.9436L30.2016 28.8479C29.9639 28.5435 29.6266 28.0538 29.1038 27.3689C28.2673 26.273 27.4864 25.233 26.7558 24.2483L24.4992 21.265C23.7263 20.2485 23.1896 19.5332 22.8932 19.1202C24.492 18.8132 25.7486 18.3517 26.6592 17.7429C27.5698 17.1341 28.2568 16.405 28.7227 15.5473C29.1885 14.6897 29.424 13.8142 29.424 12.9248C29.424 11.5907 28.9488 10.4379 27.9959 9.46372C27.0429 8.48962 25.2264 8.00002 22.5476 8Z' fill='%23058DA9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4729 5.06065L5.47288 47.0607L3.35156 44.9393L45.3516 2.93933L47.4729 5.06065Z' fill='%23058DA9'/%3E%3C/svg%3E%0A");
  background-size: contain; }

/* line 110, ../sass/product.scss */
.benefits-wr {
  margin-top: 40px; }

/* line 114, ../sass/product.scss */
.product-info-wr {
  padding: 35px 30px; }

/* line 118, ../sass/product.scss */
.product-form {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8EAEB; }

/* line 124, ../sass/product.scss */
.product-description-name {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  /* line 128, ../sass/product.scss */
  .product-description-name span {
    display: none; }

/* line 134, ../sass/product.scss */
.product-slide .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: -40px; }
/* line 140, ../sass/product.scss */
.product-slide .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: -40px; }

/* line 149, ../sass/product.scss */
.product-table td:first-child {
  min-width: 250px;
  font-size: 0; }
  /* line 152, ../sass/product.scss */
  .product-table td:first-child b {
    font-size: 16px;
    padding-left: 0 !important; }
/* line 154, ../sass/product.scss */
.product-table td.td-hr {
  display: table-cell; }

/* line 2, ../sass/form.scss */
form .form-label {
  font-weight: 700;
  color: #24466C; }
/* line 6, ../sass/form.scss */
form .form-inp {
  margin-bottom: 30px; }
/* line 9, ../sass/form.scss */
form .rq {
  position: relative; }
  /* line 11, ../sass/form.scss */
  form .rq i {
    color: #E82A00;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 12px;
    right: 10px; }
/* line 21, ../sass/form.scss */
form.was-validated .rq i {
  display: none; }

/* line 24, ../sass/form.scss */
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-size: 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2.12441' height='11.6842' transform='matrix(0.707094 0.70712 -0.707094 0.70712 8.49805 0)' fill='%23E82A00'/%3E%3Crect width='2.12441' height='11.6842' transform='matrix(-0.707094 0.70712 -0.707094 -0.70712 9.76416 8.4978)' fill='%23E82A00'/%3E%3C/svg%3E%0A");
  color: #E82A00; }
  /* line 27, ../sass/form.scss */
  .form-control.is-invalid::placeholder, .was-validated .form-control:invalid::placeholder {
    color: #E82A00; }

/* line 32, ../sass/form.scss */
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.95633' height='6.84717' transform='matrix(0.700568 -0.713586 0.700568 0.713586 0 3.3703)' fill='%2365C01B'/%3E%3Crect width='1.95633' height='10.656' transform='matrix(0.700568 0.713586 -0.700568 0.713586 11.6294 0)' fill='%2365C01B'/%3E%3C/svg%3E%0A") !important;
  background-size: 13px 9px !important;
  border-color: #E8EAEB !important;
  background-color: #fff !important; }

/* line 39, ../sass/form.scss */
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #E8EAEB; }

/* line 42, ../sass/form.scss */
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"); }

/* line 45, ../sass/form.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #24466C; }

/* line 48, ../sass/form.scss */
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #2C70BC; }

/* line 52, ../sass/form.scss */
.invalid-feedback {
  font-size: 14px;
  color: #E82A00;
  padding-left: 15px; }

/* line 58, ../sass/form.scss */
.form-label {
  font-size: 16px; }

/* line 62, ../sass/form.scss */
textarea.form-control {
  border-radius: 4px;
  border: 1px solid #E8EAEB;
  padding-left: 20px;
  padding-right: 20px;
  color: #24466C; }
  /* line 68, ../sass/form.scss */
  textarea.form-control:focus {
    border-color: #2C70BC;
    outline: none !important;
    box-shadow: none !important; }

/* line 76, ../sass/form.scss */
input.form-control, select.form-select {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #E8EAEB;
  color: #24466C;
  padding-left: 20px;
  padding-right: 20px; }
  /* line 83, ../sass/form.scss */
  input.form-control:focus, select.form-select:focus {
    border-color: #2C70BC;
    outline: none !important;
    box-shadow: none !important; }

/* line 89, ../sass/form.scss */
.form-control:focus {
  border-color: #24466C; }

/* line 94, ../sass/form.scss */
form .form-check {
  padding: 11px 23px 12px;
  margin-bottom: 10px; }
  /* line 97, ../sass/form.scss */
  form .form-check.checked {
    border-color: #058DA9;
    background: #F2F8FC; }
  /* line 101, ../sass/form.scss */
  form .form-check .form-check-label {
    font-size: 18px;
    color: #24466C; }
    /* line 104, ../sass/form.scss */
    form .form-check .form-check-label i {
      font-weight: 500; }
  /* line 108, ../sass/form.scss */
  form .form-check .form-check-input {
    width: 21px;
    height: 20px;
    border: none;
    position: relative;
    top: 2px;
    float: none;
    margin: 0 12px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.4121' cy='10' r='9' fill='white' stroke='%23E8EAEB' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  /* line 118, ../sass/form.scss */
  form .form-check .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.4121' cy='10' r='9' fill='white' stroke='%232C70BC' stroke-width='2'/%3E%3Ccircle cx='10.4121' cy='10' r='5' fill='%232C70BC'/%3E%3C/svg%3E%0A"); }

/* line 126, ../sass/form.scss */
.check-wr {
  padding: 15px 20px 13px;
  border-radius: 4px;
  border: 1px solid #058DA9;
  background: #F2F8FC;
  display: flex; }

/* line 134, ../sass/form.scss */
.check {
  position: relative;
  margin-right: 15px; }
  /* line 137, ../sass/form.scss */
  .check input {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0; }

/* line 145, ../sass/form.scss */
.check input:checked + label {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='3' fill='white' stroke='%23E8EAEB' stroke-width='2'/%3E%3Crect width='1.95633' height='6.84717' transform='matrix(0.700569 -0.713584 0.700569 0.713584 4 8.37027)' fill='%238CD154'/%3E%3Crect width='1.95633' height='10.656' transform='matrix(0.700568 0.713586 -0.700568 0.713586 15.6289 5)' fill='%238CD154'/%3E%3C/svg%3E%0A"); }

/* line 149, ../sass/form.scss */
.check label {
  margin-top: 2px;
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='3' fill='white' stroke='%23E8EAEB' stroke-width='2'/%3E%3C/svg%3E%0A"); }

/* line 157, ../sass/form.scss */
.zip {
  max-width: 255px; }

/* line 161, ../sass/form.scss */
.cvv {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.4121' cy='10' r='10' fill='%23FF5532'/%3E%3Cpath d='M9.0293 11.6582V11.2246C9.0293 10.8496 9.10937 10.5234 9.26953 10.2461C9.42969 9.96875 9.72266 9.67383 10.1484 9.36133C10.5586 9.06836 10.8281 8.83008 10.957 8.64648C11.0898 8.46289 11.1562 8.25781 11.1562 8.03125C11.1562 7.77734 11.0625 7.58398 10.875 7.45117C10.6875 7.31836 10.4258 7.25195 10.0898 7.25195C9.50391 7.25195 8.83594 7.44336 8.08594 7.82617L7.44727 6.54297C8.31836 6.05469 9.24219 5.81055 10.2188 5.81055C11.0234 5.81055 11.6621 6.00391 12.1348 6.39062C12.6113 6.77734 12.8496 7.29297 12.8496 7.9375C12.8496 8.36719 12.752 8.73828 12.5566 9.05078C12.3613 9.36328 11.9902 9.71484 11.4434 10.1055C11.0684 10.3828 10.8301 10.5937 10.7285 10.7383C10.6309 10.8828 10.582 11.0723 10.582 11.3066V11.6582H9.0293ZM8.8418 13.6621C8.8418 13.334 8.92969 13.0859 9.10547 12.918C9.28125 12.75 9.53711 12.666 9.87305 12.666C10.1973 12.666 10.4473 12.752 10.623 12.9238C10.8027 13.0957 10.8926 13.3418 10.8926 13.6621C10.8926 13.9707 10.8027 14.2148 10.623 14.3945C10.4434 14.5703 10.1934 14.6582 9.87305 14.6582C9.54492 14.6582 9.29102 14.5723 9.11133 14.4004C8.93164 14.2246 8.8418 13.9785 8.8418 13.6621Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 5px; }
  /* line 170, ../sass/form.scss */
  .cvv:hover + .cvv-info {
    display: block; }

/* line 176, ../sass/form.scss */
.cvv-info {
  top: 0;
  position: absolute;
  padding: 23px 20px;
  background: #FFF;
  width: 341px;
  left: calc(100% + 10px);
  z-index: 99998;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

/* line 189, ../sass/form.scss */
.pay-form span {
  color: #9FABB5;
  padding-top: 10px;
  font-size: 14px;
  display: block; }

/* line 198, ../sass/form.scss */
.nav-item .form-check {
  position: relative; }
  /* line 200, ../sass/form.scss */
  .nav-item .form-check label {
    position: absolute;
    width: 100%;
    padding-left: 33px; }

/* line 208, ../sass/form.scss */
.count-numb-wrap {
  position: relative;
  display: inline-block;
  z-index: 10000;
  margin-right: 20px; }
  /* line 213, ../sass/form.scss */
  .count-numb-wrap img {
    margin-right: 10px; }
  /* line 216, ../sass/form.scss */
  .count-numb-wrap + .col {
    padding-right: 0; }

/* line 221, ../sass/form.scss */
.count-numb-toggle {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #E8EAEB;
  position: relative;
  width: 160px;
  padding: 0 20px;
  height: 50px; }
  /* line 229, ../sass/form.scss */
  .count-numb-toggle:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.721992 -0.691901 0.721992 0.691901 4 8.27295)' fill='%2360666C'/%3E%3Crect width='1.83945' height='8.27754' transform='matrix(0.721992 0.691901 -0.721992 0.691901 14.6719 7)' fill='%2360666C'/%3E%3C/svg%3E%0A");
    top: 15px;
    position: absolute; }
  /* line 239, ../sass/form.scss */
  .count-numb-toggle span {
    display: flex;
    align-items: center;
    height: 100%; }
  /* line 244, ../sass/form.scss */
  .count-numb-toggle.show {
    border-bottom: none;
    border-radius: 4px 4px 0 0; }

/* line 250, ../sass/form.scss */
.count-numb-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #E8EAEB;
  border-top: none;
  list-style-type: none;
  width: 160px;
  z-index: 1;
  overflow: hidden; }

/* line 263, ../sass/form.scss */
.count-numb-menu li {
  padding: 0 20px;
  width: 100%;
  color: #000;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center; }

/* line 273, ../sass/form.scss */
.count-numb-menu li:hover {
  background-color: #E8EAEB; }

/* line 1, ../sass/lang.scss */
.country {
  color: #24466C;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20.5px; }
  /* line 7, ../sass/lang.scss */
  .country img {
    margin-right: 15px; }

/* line 12, ../sass/lang.scss */
.map {
  width: 100%;
  margin-bottom: 20px; }

/* line 17, ../sass/lang.scss */
.copyright {
  text-align: center;
  font-size: 14px;
  color: rgba(96, 102, 108, 0.5);
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }

/* line 27, ../sass/lang.scss */
.country-wr .container {
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 575px) {
  /* line 33, ../sass/lang.scss */
  .country {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  /* line 40, ../sass/lang.scss */
  .country {
    flex-direction: column;
    align-items: start; }
    /* line 43, ../sass/lang.scss */
    .country img {
      margin-right: 0;
      margin-bottom: 8px; } }
@media screen and (max-width: 1200px) {
  /* line 4, ../sass/response.scss */
  .col-links .login i, .col-links .basket i, .col-links .menu i {
    display: none; }

  /* line 9, ../sass/response.scss */
  .on-top {
    right: 10px; }

  /* line 12, ../sass/response.scss */
  .owl-prev, .owl-next {
    display: none !important; }

  /* line 15, ../sass/response.scss */
  .different-slide {
    --bs-gutter-x: 0; } }
@media screen and (max-width: 991px) {
  /* line 21, ../sass/response.scss */
  .doc-wr-list-cover {
    margin-top: 40px;
    margin-bottom: 40px; }

  /* line 26, ../sass/response.scss */
  .doc-slide .owl-dots {
    margin-top: -10px;
    padding-bottom: 30px; }

  /* line 32, ../sass/response.scss */
  .doc-wr.doc-article {
    margin-top: 0; }

  /* line 35, ../sass/response.scss */
  .lg-show {
    display: block;
    margin-top: 60px; }

  /* line 39, ../sass/response.scss */
  .lg-hide {
    display: none; }

  /* line 42, ../sass/response.scss */
  .summary-link {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700; }
    /* line 47, ../sass/response.scss */
    .summary-link:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/arrow.svg") no-repeat;
      position: absolute;
      right: 0;
      top: 0; }
    /* line 58, ../sass/response.scss */
    .summary-link.active:after {
      transform: rotate(180deg); }

  /* line 63, ../sass/response.scss */
  .section-nav-wr {
    margin-bottom: 40px; }
    /* line 65, ../sass/response.scss */
    .section-nav-wr nav.nav-section-link {
      display: none; }
    /* line 70, ../sass/response.scss */
    .section-nav-wr.active nav {
      display: block; }
    /* line 74, ../sass/response.scss */
    .section-nav-wr .summary-link + nav {
      padding-top: 20px;
      border-top: 1px solid #EDF2F3;
      margin-top: 20px; }

  /* line 80, ../sass/response.scss */
  .review-slide {
    margin-top: 40px; }

  /* line 83, ../sass/response.scss */
  .owl-nav {
    display: none; }

  /* line 87, ../sass/response.scss */
  .dosage-slide.row {
    --bs-gutter-x: 0; }

  /* line 91, ../sass/response.scss */
  .banner .banner-img {
    position: relative;
    top: 0;
    left: 0; }

  /* line 96, ../sass/response.scss */
  .banner {
    padding-bottom: 20px; }

  /* line 99, ../sass/response.scss */
  .doc2-img {
    position: relative;
    left: 0;
    bottom: -80px; }

  /* line 104, ../sass/response.scss */
  .dosage-wr {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 109, ../sass/response.scss */
  .footer-top .f-col, .footer-center .f-col {
    max-width: 100%; }
  /* line 112, ../sass/response.scss */
  .footer-top a, .footer-center a {
    display: block; }
  /* line 116, ../sass/response.scss */
  .footer-top .f-nav a, .footer-center .f-nav a {
    margin-bottom: 15px; }

  /* line 121, ../sass/response.scss */
  .footer-top {
    margin-bottom: 40px; }

  /* line 125, ../sass/response.scss */
  .footer-center .row {
    display: block; }

  /* line 129, ../sass/response.scss */
  .f-mb40 {
    margin-bottom: 40px; }

  /* line 132, ../sass/response.scss */
  .on-top {
    bottom: 50px; }

  /* line 135, ../sass/response.scss */
  .doc-wr-list-lg-hide {
    display: none; }

  /* line 138, ../sass/response.scss */
  .doc-wr-lg-show {
    display: block; }

  /* line 141, ../sass/response.scss */
  .doc-wr-lg-hide {
    display: none; } }
@media screen and (max-width: 890px) {
  /* line 147, ../sass/response.scss */
  .done-wr {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 152, ../sass/response.scss */
  .table-done td {
    display: block;
    width: 100%; }
    /* line 155, ../sass/response.scss */
    .table-done td:first-child {
      padding-bottom: 5px; }
    /* line 158, ../sass/response.scss */
    .table-done td:last-child {
      padding-top: 5px; }

  /* line 163, ../sass/response.scss */
  .banner-infos b {
    font-size: 50px; }

  /* line 166, ../sass/response.scss */
  .search-wr {
    display: none; }
    /* line 168, ../sass/response.scss */
    .search-wr.active {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 666; }
    /* line 178, ../sass/response.scss */
    .search-wr input.search {
      width: 100%;
      margin-top: 25px; }

  /* line 183, ../sass/response.scss */
  .header {
    position: relative; }

  /* line 186, ../sass/response.scss */
  .col-links {
    display: flex; }

  /* line 189, ../sass/response.scss */
  .search-link {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 30px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6437 23.9813L21.9566 20.2941C22.9992 18.9035 23.625 17.184 23.625 15.3125C23.625 10.7216 19.9034 7 15.3125 7C10.7216 7 7 10.7216 7 15.3125C7 19.9034 10.7216 23.625 15.3125 23.625C17.184 23.625 18.9035 22.9992 20.2929 21.9566L23.9813 25.6437C24.1998 25.8622 24.4325 26 24.8125 26C25.4692 26 26 25.4692 26 24.8125C26 24.5524 25.9359 24.2734 25.6437 23.9813ZM9.375 15.3125C9.375 12.0326 12.0326 9.375 15.3125 9.375C18.5924 9.375 21.25 12.0326 21.25 15.3125C21.25 18.5924 18.5924 21.25 15.3125 21.25C12.0326 21.25 9.375 18.5924 9.375 15.3125Z' fill='%239FABB5'/%3E%3C/svg%3E"); }

  /* line 198, ../sass/response.scss */
  .menu:before {
    top: 0; }

  /* line 201, ../sass/response.scss */
  .basket-m {
    display: block; }

  /* line 204, ../sass/response.scss */
  .login, .basket {
    display: none; } }
@media screen and (max-width: 767px) {
  /* line 212, ../sass/response.scss */
  .doc-wr .doc-wr-text b {
    display: block; }
  /* line 215, ../sass/response.scss */
  .doc-wr .doc-wr-text i {
    display: none; }

  /* line 220, ../sass/response.scss */
  .product-table td {
    display: block;
    width: 100%; }
    /* line 223, ../sass/response.scss */
    .product-table td:first-child {
      padding-bottom: 10px; }
    /* line 226, ../sass/response.scss */
    .product-table td:last-child {
      padding-top: 0; }

  /* line 231, ../sass/response.scss */
  .mt-m-20 {
    margin-top: 20px !important; }

  /* line 235, ../sass/response.scss */
  .product-description-name span.pd-show {
    display: block;
    position: relative;
    top: 5px; }
  /* line 242, ../sass/response.scss */
  .product-description-name.active span.pd-show {
    display: none; }
  /* line 245, ../sass/response.scss */
  .product-description-name.active span.pd-hide {
    display: block; }

  /* line 250, ../sass/response.scss */
  .product-description-body {
    display: none;
    margin-bottom: 40px; }
    /* line 253, ../sass/response.scss */
    .product-description-body.active {
      display: block; }

  /* line 257, ../sass/response.scss */
  .benefits-ico {
    display: none; }

  /* line 260, ../sass/response.scss */
  .product-info-wr {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 264, ../sass/response.scss */
  .trial-img {
    margin-bottom: 30px; }
    /* line 266, ../sass/response.scss */
    .trial-img img {
      width: 100%; }

  /* line 268, ../sass/response.scss */
  .faq-wr {
    margin-top: 30px; }

  /* line 273, ../sass/response.scss */
  .cart-wr .cart-col-img {
    display: none; }
  /* line 276, ../sass/response.scss */
  .cart-wr tr {
    display: flex;
    flex-wrap: wrap; }
    /* line 279, ../sass/response.scss */
    .cart-wr tr.cart-tr-blue {
      display: block; }
      /* line 281, ../sass/response.scss */
      .cart-wr tr.cart-tr-blue td {
        display: table-cell; }
        /* line 283, ../sass/response.scss */
        .cart-wr tr.cart-tr-blue td.cart-col-label {
          padding-top: 30px; }
        /* line 286, ../sass/response.scss */
        .cart-wr tr.cart-tr-blue td.cart-col-select {
          display: block;
          width: 100%;
          padding-top: 0;
          padding-bottom: 30px; }
    /* line 295, ../sass/response.scss */
    .cart-wr tr td {
      display: block;
      width: 50%; }
    /* line 300, ../sass/response.scss */
    .cart-wr tr:last-child .cart-col-quantity, .cart-wr tr:last-child .cart-col-price {
      padding-bottom: 0 !important; }

  /* line 307, ../sass/response.scss */
  .cart-col-hide {
    display: none !important; }

  /* line 310, ../sass/response.scss */
  .cart-col-name {
    order: 1;
    padding-left: 0 !important;
    padding-bottom: 5px !important; }

  /* line 315, ../sass/response.scss */
  .cart-col-quantity {
    order: 2;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
    /* line 321, ../sass/response.scss */
    .cart-col-quantity .quantity {
      float: right; }

  /* line 325, ../sass/response.scss */
  .cart-col-price, .cart-col-pills {
    order: 3;
    padding-left: 0 !important;
    padding-bottom: 30px !important;
    padding-top: 0 !important; }

  /* line 332, ../sass/response.scss */
  .cart-col-del {
    order: 4;
    padding-bottom: 30px !important;
    padding-top: 0 !important;
    position: relative;
    top: -10px; }
    /* line 333, ../sass/response.scss */
    .cart-col-del .cart-del {
      float: right; }

  /* line 343, ../sass/response.scss */
  .cart-bts .col {
    min-width: 100%; } }
@media screen and (max-width: 650px) {
  /* line 352, ../sass/response.scss */
  .count-numb-toggle, .count-numb-menu {
    width: 150px; }

  /* line 355, ../sass/response.scss */
  .count-numb-wrap {
    margin-right: 10px; }

  /* line 358, ../sass/response.scss */
  .doc-wr-thumbs {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px; }
    /* line 363, ../sass/response.scss */
    .doc-wr-thumbs.doc-wr-slide {
      padding-right: 0; }

  /* line 369, ../sass/response.scss */
  .doc-slide .owl-item {
    max-width: 255px; }

  /* line 373, ../sass/response.scss */
  .doc-slide .doc-thumb {
    max-width: 255px; }

  /* line 377, ../sass/response.scss */
  .doc-article b, .doc-article i {
    display: block; }

  /* line 381, ../sass/response.scss */
  .doc-wr.doc-article {
    box-shadow: 0 4px 12px rgba(208, 217, 220, 0.3); }

  /* line 385, ../sass/response.scss */
  .bts.bts100, .bts.bts300, .bts.bts252, .bts.bts180 {
    max-width: 100%; }

  /* line 390, ../sass/response.scss */
  .cookie-wr .row {
    display: block; }

  /* line 394, ../sass/response.scss */
  h2, .h2 {
    font-size: 26px; }

  /* line 397, ../sass/response.scss */
  h1, .h1 {
    font-size: 30px; }

  /* line 400, ../sass/response.scss */
  h3, .h3 {
    font-size: 20px; } }
@media screen and (max-width: 374px) {
  /* line 406, ../sass/response.scss */
  .count-numb-toggle, .count-numb-menu {
    width: 110px; }

  /* line 409, ../sass/response.scss */
  .count-numb-toggle:after {
    right: 10px; }

  /* line 412, ../sass/response.scss */
  .search-link {
    margin-right: 10px; }

  /* line 415, ../sass/response.scss */
  .search-m {
    display: block; }

  /* line 418, ../sass/response.scss */
  .search-wr input.search {
    margin-top: 0; }

  /* line 421, ../sass/response.scss */
  li .search-wr {
    display: block; }

  /* line 424, ../sass/response.scss */
  .shop b {
    font-size: 16px; }

  /* line 427, ../sass/response.scss */
  .search-link {
    display: none; }

  /* line 430, ../sass/response.scss */
  .menu:before {
    position: relative; }

  /* line 433, ../sass/response.scss */
  .cart-col-quantity, .cart-col-del {
    padding-right: 10px !important; }

  /* line 436, ../sass/response.scss */
  .nav-item .form-check label {
    width: calc(100% - 80px);
    font-size: 16px; }

  /* line 440, ../sass/response.scss */
  .form .form-check {
    padding-left: 15px; } }
@media screen and (max-width: 320px) {
  /* line 447, ../sass/response.scss */
  .shop {
    padding-left: 0; }
    /* line 449, ../sass/response.scss */
    .shop:before {
      display: none; }
    /* line 452, ../sass/response.scss */
    .shop small {
      padding-left: 0; }

  /* line 456, ../sass/response.scss */
  .lang-wr {
    flex-wrap: wrap; }

  /* line 460, ../sass/response.scss */
  .menu {
    padding-left: 0; }

  /* line 463, ../sass/response.scss */
  .col-links {
    padding-left: 0; } }
