/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Lato:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #6096c4;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #F9FAFA;
  --red: #EA4F4F;
  --blue: #103866;
  --primary: #C0A079;
  --second: #103866;
  --third: #24AABB;
  --text-body: #2D2D2D;
  --radius: 3px; }

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.85;
  position: relative;
  width: 100%;
  background: var(--white); }
  @media only screen and (max-width: 767px) {
    body.shown-popup {
      overflow-y: hidden; } }

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important; }
  a:hover {
    opacity: 0.8;
    color: var(--second); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: var(--text-body); }

h1 {
  font-size: 36px;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h1 {
      font-size: 46px; } }

h2 {
  font-size: 40px;
  line-height: 1.15; }
  @media (min-width: 48em) {
    h2 {
      font-size: 56px; } }

h3 {
  font-size: 34px;
  line-height: 1.16; }
  @media (min-width: 48em) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: 28px;
  line-height: 1.16; }
  @media (min-width: 48em) {
    h4 {
      font-size: 36px; } }

h5 {
  font-size: 20px;
  line-height: 1.2; }
  @media (min-width: 48em) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 18px;
  line-height: 1.3; }
  @media (min-width: 48em) {
    h6 {
      font-size: 20px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

@media screen and (min-width: 768px) {
  .sp, .spbr {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none !important; } }

.container, .container-lg, .container-pc, .container-fluid {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.list-check, .scroll-box ul, .pagination ul, .header-site__controls ul, .header-site__nav ul, .header-nav .nav, .header-nav .nav > li .dropdown-menu ul, .footer-site__bottom--col ul, .footer-sticky .container ul {
  margin: 0;
  padding: 0;
  list-style: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

.section-heading {
  text-align: center;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .section-heading {
      margin-bottom: 24px; } }
  .section-heading h2 {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 4px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .section-heading h2 {
        text-align: center;
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 8px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .section-heading h2 a {
      color: #53A8B8;
      font-size: 13px;
      line-height: 19px;
      display: inline-flex;
      align-items: center;
      gap: 8px; }
    .section-heading h2 .heading-has-link {
      position: relative; }
      @media only screen and (min-width: 768px) {
        .section-heading h2 .heading-has-link a {
          color: var(--third);
          position: absolute;
          white-space: nowrap;
          top: 7px;
          left: calc(100% + 16px); } }
  .section-heading h3 {
    margin: 0 0 23px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    font-family: "Tsukushi A Round Gothic", "Zen Kaku Gothic New", sans-serif; }
    @media only screen and (min-width: 768px) {
      .section-heading h3 {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 20px; } }
    .section-heading h3 .rank-circle {
      margin-right: 12px;
      margin-top: -2px; }
    @media only screen and (min-width: 768px) {
      .section-heading h3 a {
        margin-top: 12px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h3 a .rank-circle {
        margin-right: 14px; } }
    @media only screen and (min-width: 768px) {
      .section-heading h3 a br {
        display: none; } }
    .section-heading h3 a img {
      margin-left: 8px;
      height: 8px; }
      @media only screen and (min-width: 768px) {
        .section-heading h3 a img {
          display: none; } }
  .section-heading p {
    opacity: 0.6;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .section-heading p {
        font-size: 15px;
        line-height: 17px;
        text-align: center; } }
  .section-heading figure {
    margin: 0 0 30px; }
    @media only screen and (min-width: 768px) {
      .section-heading figure {
        margin: 0 0 40px; } }

.section-button {
  margin-top: 32px;
  text-align: center; }

.btn {
  transition: all 0.3s;
  color: var(--text-body);
  padding: 15px 30px;
  min-width: 260px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: url("../images/arrow-btn.svg") no-repeat calc(100% - 14px) 50% var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 13px;
  line-height: 19px; }
  .btn strong {
    font-size: 16px;
    line-height: 19px;
    color: var(--red);
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .btn strong {
        font-size: 18px; } }
  .btn:hover {
    opacity: 1;
    color: #53A8B8;
    border-color: #53A8B8; }

.btn-primary {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--white);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  background: var(--primary);
  padding: 6px 14px;
  outline: none !important; }
  .btn-primary:hover {
    opacity: 0.8; }

.btn-bg {
  background: url("../images/arrow-right-blue.svg") no-repeat calc(100% - 11px) 50% rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  border: 0;
  font-weight: 500;
  padding: 12px 32px;
  color: var(--blue);
  display: inline-block;
  font-size: 12px;
  line-height: 17px; }
  @media only screen and (min-width: 768px) {
    .btn-bg {
      font-size: 13px;
      line-height: 19px;
      padding: 12px 25px; } }
  .btn-bg:hover {
    color: var(--blue); }

.btn-red {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 13px 20px;
  gap: 15px;
  justify-content: center; }
  .btn-red:hover {
    color: var(--white); }

.btn-gray {
  font-size: 12px;
  line-height: 17px;
  background: #F2F2F2;
  border-radius: 100px;
  color: var(--text-body);
  display: inline-flex;
  gap: 10px;
  padding: 8px 25px;
  font-weight: 700; }
  .btn-gray:hover {
    color: var(--text-body); }

.btn-outline-gray {
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  color: #CECECE;
  background: transparent;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  gap: 15px;
  border: 1px solid #CECECE;
  justify-content: center; }
  .btn-outline-gray:hover {
    color: #CECECE; }

.btn-outline-primary {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  background: var(--white);
  padding: 5px 14px;
  outline: none !important; }
  .btn-outline-primary:hover {
    opacity: 0.8; }

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary); }
  .btn-outline:hover {
    opacity: 0.9;
    color: var(--white); }
  .btn-outline svg {
    margin-right: 15px;
    max-height: 20px; }
  .btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white); }

.btn-circle {
  display: inline-flex;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 100px;
  border: 1px solid #ECE2D6;
  background: url("../images/btn-icon.svg") no-repeat calc(100% - 21px) 50%/10px var(--white);
  color: var(--primary);
  padding: 7px 40px;
  font-family: "Tsukushi A Round Gothic", "Zen Kaku Gothic New", sans-serif; }
  @media only screen and (min-width: 768px) {
    .btn-circle {
      background-position: calc(100% - 12px) 50%;
      padding: 5px 34px;
      font-size: 12px;
      line-height: 16px; } }
  .btn-circle:hover {
    color: var(--primary); }

.btn-circle-shadow {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  border: 1px solid var(--third);
  color: var(--third);
  padding: 24px 30px;
  background: var(--white);
  border-radius: 100px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-family: "Tsukushi A Round Gothic", "Zen Kaku Gothic New", sans-serif;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .btn-circle-shadow {
      width: 100%;
      max-width: 400px; } }
  @media only screen and (min-width: 768px) {
    .btn-circle-shadow {
      padding: 24px 74px 24px 48px;
      background: url("../images/btn-icon-third.svg") no-repeat calc(100% - 38px) 50%/16px var(--white); } }
  .btn-circle-shadow:hover {
    color: var(--third); }
  .btn-circle-shadow--arrow {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid var(--third);
    color: var(--third);
    padding: 15px 30px;
    background: var(--white);
    border-radius: 100px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
    display: inline-block;
    font-family: "Tsukushi A Round Gothic", "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    max-width: 260px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .btn-circle-shadow--arrow {
        background: url("../images/arrow-right-third.svg") no-repeat calc(100% - 20px) 50%/4px var(--white); } }
    .btn-circle-shadow--arrow:hover {
      color: var(--third); }

.container-lg {
  max-width: 1270px; }

@media only screen and (max-width: 767px) {
  .container-pc {
    padding: 0; } }

.container-fluid {
  max-width: 100%; }

.hamburger {
  position: relative;
  width: 26px;
  height: 21px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
  margin-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .hamburger {
      margin-bottom: 5px; } }
  .hamburger span {
    width: 18px;
    height: 1px;
    background: #2D2D2D;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 0.5px);
    left: calc(50% - 9px); }
    .hamburger span::before, .hamburger span::after {
      content: "";
      transform-origin: center center;
      width: 100%;
      height: 1px;
      background: #2D2D2D;
      backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 6px;
      transition: 0.3s all ease;
      border-radius: 5px;
      opacity: 1; }
    .hamburger span::after {
      top: -6px; }
  .hamburger.active span {
    transform: rotate(225deg); }
    .hamburger.active span::before {
      transform: rotate(-90deg);
      top: 0; }
    .hamburger.active span::after {
      opacity: 0; }

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block; }
  .spbr {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pcbr {
    display: none; }
  .spbr {
    display: block; } }

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none !important; } }

.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  min-width: auto;
  width: 24px;
  height: 24px;
  z-index: 20; }
  .slick-slider .slick-arrow::before {
    display: none; }
  .slick-slider .slick-arrow.slick-prev {
    background-image: url("../images/arrow-slider-left.svg");
    left: 20px; }
  .slick-slider .slick-arrow.slick-next {
    background-image: url("../images/arrow-slider-right.svg");
    right: 20px; }

.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0; }
  .slick-slider .slick-dots li button {
    min-width: auto;
    width: auto;
    height: auto;
    padding: 4px; }
    .slick-slider .slick-dots li button::before {
      display: none; }
    .slick-slider .slick-dots li button::after {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--second);
      display: block;
      border-radius: 50%;
      opacity: 0.3; }
  .slick-slider .slick-dots li.slick-active button::after {
    opacity: 1; }

.slick-slider.slick-dotted {
  margin: 0; }
  .slick-slider.slick-dotted .slick-dots {
    bottom: 0; }

.slick-arrows--circle .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  min-width: auto;
  width: 25px;
  height: 50px;
  z-index: 20; }
  @media only screen and (min-width: 768px) {
    .slick-arrows--circle .slick-arrow {
      width: 50px;
      height: 100px; } }
  .slick-arrows--circle .slick-arrow::before {
    display: none; }
  .slick-arrows--circle .slick-arrow::after {
    content: '';
    width: 50px;
    height: 50px; }
  .slick-arrows--circle .slick-arrow.slick-prev {
    background: url("../images/arrow-slider-blue-left-2.svg") no-repeat 40% 50%/5px rgba(255, 255, 255, 0.8);
    left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px; }
    @media only screen and (min-width: 768px) {
      .slick-arrows--circle .slick-arrow.slick-prev {
        background-size: 10px; } }
  .slick-arrows--circle .slick-arrow.slick-next {
    background: url("../images/arrow-slider-blue-right-2.svg") no-repeat 60% 50%/5px rgba(255, 255, 255, 0.8);
    right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; }
    @media only screen and (min-width: 768px) {
      .slick-arrows--circle .slick-arrow.slick-next {
        background-size: 10px; } }

.sub-banner {
  background: #F9F5F1;
  text-align: center;
  padding: 74px 0 22px;
  font-family: "Tsukushi A Round Gothic", "Zen Kaku Gothic New", sans-serif;
  min-height: 128px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .sub-banner {
      padding: 105px 0 25px; } }
  .sub-banner h1 {
    font-weight: 700;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-family: "Tsukushi A Round Gothic", "Zen Kaku Gothic New", sans-serif; }
    @media only screen and (min-width: 768px) {
      .sub-banner h1 {
        font-size: 14px;
        line-height: 19px; } }
  .sub-banner figure {
    margin: 12px 0 20px; }
    @media only screen and (min-width: 768px) {
      .sub-banner figure {
        margin: 16px 0 17px; } }
  .sub-banner--lg h1 {
    font-size: 22px;
    line-height: 32px; }
  .sub-banner--backgound {
    min-height: 180px; }
    .sub-banner--backgound h1 {
      font-size: 22px;
      line-height: 32px;
      color: var(--white);
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .sub-banner--backgound h1 {
          font-size: 32px;
          line-height: 46px; } }

.list-check li {
  background: url("../images/check-icon.svg") no-repeat 0 5px/13px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .list-check li {
      font-size: 12px; } }
  .list-check li + li {
    margin-top: 20px; }

.scroll-box {
  position: relative;
  z-index: 1;
  margin-top: -30px; }
  .scroll-box ul {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 10px; }
    .scroll-box ul li + li {
      border-top: 1px solid #E9E9E9; }
    .scroll-box ul li a {
      background: url("../images/arrow-circle-down-primary.svg") no-repeat calc(100% - 30px) 50%/17px;
      color: var(--text-body);
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      display: block;
      padding: 17px 50px 17px 20px; }

.collapse-wrap {
  border-bottom: 2px solid #EFEFEF; }
  .collapse-wrap + .collapse-wrap {
    margin-top: -2px; }
  .collapse-wrap--heading h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding: 16px 40px 16px 0;
    border-top: 1px solid #EFEFEF;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .collapse-wrap--heading h3 {
        font-size: 15px;
        line-height: 21px;
        padding: 24px 40px 24px 0;
        border-top-width: 2px; } }
    .collapse-wrap--heading h3::before {
      content: '';
      background: url("../images/arrow-down-gray.svg") no-repeat 0 0/100%;
      position: absolute;
      width: 10px;
      height: 6px;
      top: calc(50% - 2.5px);
      right: 20px;
      opacity: 0.7;
      transform: rotate(0deg);
      transition: all 0.3s; }
  .collapse-wrap--content {
    padding-bottom: 30px;
    display: none; }
    .collapse-wrap--content h3 {
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      margin: 32px 0 12px 2px; }
      @media only screen and (min-width: 768px) {
        .collapse-wrap--content h3 {
          font-size: 15px;
          line-height: 21px;
          margin: 32px 0 16px; } }
    .collapse-wrap--content .table-primary, .collapse-wrap--content .table-gray {
      margin: 0 0 10px; }
    .collapse-wrap--content p {
      font-size: 14px;
      line-height: 26px;
      margin: 0 0 26px; }
      @media only screen and (min-width: 768px) {
        .collapse-wrap--content p {
          font-size: 15px;
          line-height: 28px;
          margin: 0 0 28px; } }
      .collapse-wrap--content p a {
        color: #53A8B8; }
    .collapse-wrap--content .btn-link {
      display: inline-flex;
      gap: 10px;
      align-items: center;
      font-weight: 500;
      color: var(--text-body); }
      @media only screen and (max-width: 767px) {
        .collapse-wrap--content .btn-link {
          margin-left: 2px; } }
  .collapse-wrap.shown .collapse-wrap--heading h3::before {
    transform: rotate(180deg); }

.table-primary, .table-gray {
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px; }
  @media only screen and (min-width: 768px) {
    .table-primary, .table-gray {
      font-size: 13px;
      line-height: 19px; } }
  .table-primary tr th, .table-gray tr th {
    background: #D0B89B;
    font-weight: 700;
    color: var(--white);
    padding: 11px 20px;
    text-align: center;
    border-radius: 2px 0 0 2px; }
    @media only screen and (max-width: 767px) {
      .table-primary tr th, .table-gray tr th {
        width: 113px; } }
  .table-primary tr td, .table-gray tr td {
    font-weight: 500;
    background: #F9F5F1;
    padding: 11px 30px;
    border-radius: 0 2px 2px 0; }
    .table-primary tr td .tag, .table-gray tr td .tag {
      color: #1A4676;
      border: 1px solid #1A4676;
      border-radius: 4px;
      padding: 3px 9px;
      margin: 4px 8px 4px 0;
      display: inline-block; }

.table-gray tr th {
  background: #E4E4E4;
  color: var(--text-body); }

.table-gray tr td {
  background: #F7F7F7; }

.mfp-container {
  padding: 0; }

.popup__wrap {
  background: var(--white);
  position: relative; }
  @media only screen and (max-width: 767px) {
    .popup__wrap {
      height: 100vh; } }
  @media only screen and (min-width: 768px) {
    .popup__wrap {
      margin: 20px auto;
      max-width: 800px;
      border-radius: 4px; } }

.popup__heading {
  padding: 18px 70px 18px 20px;
  border-bottom: 1px solid #EEEEEE;
  position: relative; }
  .popup__heading h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0; }
  .popup__heading .mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    padding: 0; }

.popup__body {
  background: var(--white);
  border-radius: 0 0 4px 4px; }
  @media only screen and (max-width: 767px) {
    .popup__body {
      max-height: calc(100% - 60px);
      overflow-y: auto; } }

@media only screen and (min-width: 768px) {
  .collapse-tab {
    display: flex; } }

.collapse-tab__heading {
  background: #F9FAFA;
  border-radius: 0 0 0 4px; }
  @media only screen and (max-width: 767px) {
    .collapse-tab__heading {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .collapse-tab__heading {
      width: 225px; } }
  .collapse-tab__heading h3 {
    font-size: 14px;
    line-height: 20px;
    background: #F9F5F1;
    font-weight: 500;
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 16px 13px;
    cursor: pointer; }
    .collapse-tab__heading h3 + h3 {
      border-top: 1px solid #E1E1E1; }
    .collapse-tab__heading h3 img {
      width: 15px;
      min-width: 15px; }
    .collapse-tab__heading h3.active {
      background: #C0A079;
      color: var(--white); }
      .collapse-tab__heading h3.active img {
        filter: brightness(0) invert(1); }

.collapse-tab__body {
  padding: 20px 30px; }
  @media only screen and (min-width: 768px) {
    .collapse-tab__body {
      width: calc(100% - 225px);
      padding: 23px 30px 30px; } }
  @media only screen and (min-width: 768px) {
    .collapse-tab__body--heading {
      display: none; } }
  .collapse-tab__body--heading h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding: 15px 40px 15px 13px;
    cursor: pointer;
    display: flex;
    gap: 12px; }
    .collapse-tab__body--heading h3::before {
      content: '';
      background: url("../images/arrow-down-gray.svg") no-repeat 0 0/100%;
      position: absolute;
      width: 10px;
      height: 6px;
      top: calc(50% - 2.5px);
      right: 20px;
      opacity: 0.7;
      transform: rotate(0deg);
      transition: all 0.3s; }
    .collapse-tab__body--heading h3 img {
      min-width: 15px;
      width: 15px; }
  @media only screen and (max-width: 767px) {
    .collapse-tab__body--wrap {
      display: block !important;
      padding-bottom: 1px;
      border-bottom: 1px solid #D5D5D5; } }
  .collapse-tab__body--wrap.shown .collapse-tab__body--heading h3::before {
    transform: rotate(180deg); }
  .collapse-tab__body--content {
    display: none;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .collapse-tab__body--content {
        display: block !important; } }
    .collapse-tab__body--content h2 {
      font-size: 14px;
      line-height: 27px;
      font-weight: 700;
      border-bottom: 1px solid var(--text-body);
      margin: 0 0 15px;
      padding-bottom: 2px; }
    .collapse-tab__body--content h3 {
      font-size: 14px;
      line-height: 20px;
      margin: 30px 0 17px;
      font-weight: 700; }
      @media only screen and (min-width: 768px) {
        .collapse-tab__body--content h3 {
          font-size: 13px;
          line-height: 19px;
          margin: 50px 0 16px; } }
      .collapse-tab__body--content h3:first-of-type {
        margin-top: 0; }
    .collapse-tab__body--content p {
      font-size: 14px;
      line-height: 26px;
      margin: 0 0 26px; }

.select2-container .select2-dropdown {
  background: #F7F7F7;
  border: 0; }

.select2.select2-container .select2-selection {
  background: #F9FAFA;
  border-radius: 4px;
  border: 0;
  height: auto; }
  .select2.select2-container .select2-selection__rendered {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 9px 40px 9px 16px; }
  .select2.select2-container .select2-selection__arrow {
    height: calc(100% - 10px);
    width: 40px;
    top: 5px;
    border-left: 1px solid #E8E9E9;
    display: flex;
    justify-content: center;
    align-items: center; }
    .select2.select2-container .select2-selection__arrow b {
      display: none; }
    .select2.select2-container .select2-selection__arrow::before {
      content: '';
      width: 10px;
      height: 6px;
      background: url("../images/arrow-down-gray-light.svg") no-repeat 0 0/100%; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  min-height: 23px;
  display: flex;
  align-items: center;
  margin: 0; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .radio-container input:checked ~ .radio-container__checkmark:after {
      display: block; }
  .radio-container__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background: var(--white);
    border: 2px solid #B1B1B1;
    border-radius: 50%; }
    .radio-container__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      width: 15px;
      height: 15px;
      top: 2px;
      left: 2px;
      background: var(--primary);
      border-radius: 50%; }
  .radio-container:hover input ~ .checkbox-container__checkmark {
    border-color: var(--primary); }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  min-height: 23px;
  display: flex;
  align-items: center;
  margin: 0; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-container input:checked ~ .checkbox-container__checkmark {
      background: var(--primary);
      border-color: var(--primary); }
      .checkbox-container input:checked ~ .checkbox-container__checkmark:after {
        display: block; }
  .checkbox-container__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background: var(--white);
    border: 2px solid #B1B1B1;
    border-radius: 4px; }
    .checkbox-container__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 6px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox-container:hover input ~ .checkbox-container__checkmark {
    border-color: var(--primary); }

.pagination {
  margin-top: 12px; }
  @media only screen and (min-width: 768px) {
    .pagination {
      margin-top: 24px; } }
  .pagination p {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    margin: 0 0 24px;
    font-weight: 500; }
    .pagination p span {
      color: var(--red); }
  .pagination ul {
    display: flex;
    justify-content: center;
    gap: 12px; }
    .pagination ul li {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
      .pagination ul li span,
      .pagination ul li a {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background: #F9FAFA;
        color: #707070;
        display: flex;
        align-items: center;
        justify-content: center; }
      .pagination ul li span {
        background: var(--primary);
        color: var(--white); }
      .pagination ul li a:hover {
        color: var(--white);
        background: #D3BCA1; }

@media only screen and (max-width: 767px) {
  .sp_under {
    text-decoration: underline; } }

body {
  /*
    &:not(.home-page) {
        .header-nav {
            @include breakpoint(992px) {
                display: none !important;
            }
        }
    }
    */ }
  @media only screen and (min-width: 992px) {
    body.loaded .header-nav .nav > li .dropdown-menu {
      display: block; } }

.header-site {
  border-top: 3px solid #103866;
  padding: 12px 0 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1); }
  @media only screen and (min-width: 992px) {
    .header-site {
      padding: 10px 0 0; } }
  .header-site__container {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .header-site__container {
        padding: 0 20px; } }
    @media only screen and (min-width: 992px) {
      .header-site__container {
        padding-bottom: 10px; } }
  .header-site__logo {
    text-align: center;
    width: 160px;
    padding-right: 15px;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .header-site__logo {
        padding-left: 0; } }
    @media only screen and (min-width: 992px) {
      .header-site__logo {
        width: 180px;
        padding: 0 10px; } }
    @media only screen and (min-width: 1200px) {
      .header-site__logo {
        width: 220px;
        padding: 0 20px; } }
    .header-site__logo a {
      display: block; }
    .header-site__logo img {
      max-height: 18px;
      display: block; }
      @media only screen and (min-width: 768px) {
        .header-site__logo img {
          max-height: 24px; } }
  .header-site__right {
    width: calc(100% - 165px);
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .header-site__right {
        width: calc(50% - 100px); } }
    @media only screen and (min-width: 1200px) {
      .header-site__right {
        width: calc(50% - 130px); } }
  @media only screen and (max-width: 767px) {
    .header-site__search {
      display: none; } }
  .header-site__search p {
    font-size: 12px;
    line-height: 17px;
    color: var(--text-body);
    font-weight: 500;
    margin: 0 0 4px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .header-site__search p {
        display: none; } }
    .header-site__search p span {
      font-size: 16px;
      font-weight: 700;
      color: var(--red); }
  .header-site__search form {
    width: 164px; }
    @media only screen and (min-width: 1200px) {
      .header-site__search form {
        width: 240px; } }
    .header-site__search form input {
      font-size: 12px;
      line-height: 16px;
      border-radius: 6px;
      border: 0;
      height: 32px;
      padding: 3px 10px 3px 44px;
      background: url("../images/search-icon.svg") no-repeat 13px 50% #F7F7F7;
      width: 100%; }
  .header-site__controls {
    margin-left: 20px; }
    .header-site__controls ul {
      display: flex;
      gap: 12px; }
      @media only screen and (min-width: 768px) {
        .header-site__controls ul {
          gap: 15px; } }
      @media only screen and (min-width: 1200px) {
        .header-site__controls ul {
          gap: 20px; } }
      .header-site__controls ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        line-height: 16px;
        color: var(--text-body);
        font-weight: 500; }
        @media only screen and (min-width: 768px) {
          .header-site__controls ul li a {
            font-size: 12px; } }
        .header-site__controls ul li a svg {
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .header-site__controls ul li a svg {
              max-height: 21px;
              margin-bottom: 3px; } }
      @media only screen and (min-width: 992px) {
        .header-site__controls ul li.hamburger-menu {
          display: none; } }
  .header-site__nav {
    width: 100%;
    padding: 12px 0 0; }
    @media only screen and (min-width: 992px) {
      .header-site__nav {
        order: -1;
        width: calc(50% - 100px);
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .header-site__nav {
        width: calc(50% - 130px); } }
    .header-site__nav ul::-webkit-scrollbar {
      display: none;
      /* for Chrome, Safari, and Opera */ }
    @media only screen and (min-width: 992px) {
      .header-site__nav ul {
        gap: 8px;
        display: flex; } }
    @media only screen and (max-width: 991px) {
      .header-site__nav ul {
        overflow-y: auto;
        text-align: center;
        display: block;
        white-space: nowrap; } }
    @media only screen and (max-width: 991px) {
      .header-site__nav ul li {
        display: inline-block; } }
    .header-site__nav ul li a {
      font-size: 13px;
      line-height: 19px;
      color: var(--text-body);
      padding: 8px 13px;
      opacity: 1;
      font-weight: 500;
      display: block; }
      @media only screen and (min-width: 992px) {
        .header-site__nav ul li a {
          background: #FAFAFA;
          border-radius: 3px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          width: 60px;
          height: 60px;
          font-size: 11px;
          line-height: 13px;
          padding: 10px 5px 4px;
          color: #7F7F7F; } }
      @media only screen and (max-width: 991px) {
        .header-site__nav ul li a {
          border-bottom: 2px solid transparent;
          white-space: nowrap; } }
      .header-site__nav ul li a img {
        max-height: 24px;
        filter: grayscale(1);
        opacity: 0.8; }
        @media only screen and (max-width: 991px) {
          .header-site__nav ul li a img {
            display: none; } }
      @media only screen and (max-width: 991px) {
        .header-site__nav ul li a br {
          display: none; } }
    .header-site__nav ul li.active a, .header-site__nav ul li:hover a {
      color: var(--primary); }
      @media only screen and (min-width: 992px) {
        .header-site__nav ul li.active a, .header-site__nav ul li:hover a {
          background: #F9F5F1; } }
      @media only screen and (max-width: 991px) {
        .header-site__nav ul li.active a, .header-site__nav ul li:hover a {
          border-bottom-color: #103866; } }
      .header-site__nav ul li.active a img, .header-site__nav ul li:hover a img {
        filter: none;
        opacity: 1; }
    .header-site__nav ul li.active a {
      font-weight: 700; }

@media only screen and (max-width: 991px) {
  body:not(.home-page) .header-site__nav {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .shop-page .header-site {
    position: relative; }
    .shop-page .header-site.fixed {
      position: fixed !important; } }

.sticky .header-nav {
  display: none; }

.header-nav {
  padding: 9px 0;
  border-top: 1px solid rgba(45, 45, 45, 0.1);
  position: relative; }
  @media only screen and (max-width: 991px) {
    .header-nav {
      padding: 15px 0;
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      z-index: 99;
      display: none;
      background: var(--white); } }
  @media only screen and (min-width: 992px) {
    .header-nav {
      display: block !important;
      padding: 0; } }
  .header-nav--gray {
    background: #F9FAFA; }
  .header-nav .container-fluid {
    position: static; }
  @media only screen and (min-width: 992px) {
    .header-nav .nav {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center; } }
  @media only screen and (max-width: 991px) {
    .header-nav .nav > li {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) {
    .header-nav .nav > li.has-submenu > a {
      background: url("../images/arrow-down-gray-2.svg") no-repeat calc(100% - 10px) 50%;
      padding-right: 22px; }
    .header-nav .nav > li.has-submenu:hover .dropdown-menu {
      opacity: 1;
      visibility: visible; } }
  .header-nav .nav > li > a {
    font-size: 13px;
    line-height: 19px;
    color: var(--text-body);
    font-weight: 500; }
    @media only screen and (min-width: 992px) {
      .header-nav .nav > li > a {
        padding: 13px 10px;
        border-bottom: 2px solid transparent;
        display: block; } }
  .header-nav .nav > li .dropdown-menu {
    position: absolute;
    background: var(--white);
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 32px 0 20px;
    box-shadow: 0 3px 5px #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: none; }
    .header-nav .nav > li .dropdown-menu > ul {
      display: flex;
      gap: 44px;
      max-width: 1134px;
      margin: 0 auto;
      padding: 0 20px; }
      .header-nav .nav > li .dropdown-menu > ul > li {
        flex-basis: 0;
        flex-grow: 1; }
        .header-nav .nav > li .dropdown-menu > ul > li a {
          font-size: 13px;
          line-height: 10px;
          color: var(--text-body); }
          .header-nav .nav > li .dropdown-menu > ul > li a span {
            color: #8D8D8D; }
          .header-nav .nav > li .dropdown-menu > ul > li a:hover {
            color: var(--primary); }
            .header-nav .nav > li .dropdown-menu > ul > li a:hover span {
              color: var(--primary); }
        .header-nav .nav > li .dropdown-menu > ul > li .group-menu-heading {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          padding-bottom: 12px;
          margin-bottom: 12px; }
          .header-nav .nav > li .dropdown-menu > ul > li .group-menu-heading a {
            margin-top: 15px;
            display: inline-block; }
        .header-nav .nav > li .dropdown-menu > ul > li h3 {
          font-size: 14px;
          line-height: 20px;
          font-weight: 700;
          color: var(--text-body);
          margin: 0; }
        .header-nav .nav > li .dropdown-menu > ul > li ul {
          margin-bottom: 35px; }
  .header-nav .nav > li.active > a, .header-nav .nav > li:hover > a {
    border-color: var(--primary); }

.footer-site {
  background: var(--blue);
  color: var(--white); }
  .footer-site__top {
    padding: 55px 0 25px; }
    @media only screen and (min-width: 768px) {
      .footer-site__top {
        padding: 40px 0 34px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    @media only screen and (min-width: 768px) {
      .footer-site__top .container {
        display: flex;
        justify-content: space-between; } }
  .footer-site__info {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .footer-site__info {
        width: 40%;
        margin-bottom: 0; } }
    .footer-site__info a {
      margin: 0 0 8px;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .footer-site__info a {
          margin: 0 0 16px; } }
      .footer-site__info a img {
        max-height: 20px; }
        @media only screen and (min-width: 768px) {
          .footer-site__info a img {
            max-height: 24px; } }
    .footer-site__info p {
      font-size: 12px;
      line-height: 17px;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .footer-site__info p {
          font-size: 14px;
          line-height: 20px; } }
  @media only screen and (min-width: 768px) {
    .footer-site__contact {
      width: 60%;
      display: flex;
      gap: 3vw;
      justify-content: flex-end; } }
  @media only screen and (min-width: 992px) {
    .footer-site__contact {
      gap: 60px; } }
  @media only screen and (max-width: 767px) {
    .footer-site__contact {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 6px;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .footer-site__contact > div {
      padding: 20px; } }
  .footer-site__contact h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    margin: 0 0 8px;
    color: var(--white); }
    @media only screen and (min-width: 768px) {
      .footer-site__contact h3 {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 10px; } }
  @media only screen and (max-width: 767px) {
    .footer-site__contact--phone {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  .footer-site__contact--phone a {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .footer-site__contact--phone a {
        font-size: 24px; } }
    @media only screen and (min-width: 992px) {
      .footer-site__contact--phone a {
        font-size: 32px; } }
    .footer-site__contact--phone a img {
      max-height: 18px; }
      @media only screen and (min-width: 768px) {
        .footer-site__contact--phone a img {
          max-height: 20px; } }
      @media only screen and (min-width: 992px) {
        .footer-site__contact--phone a img {
          max-height: 26px; } }
  .footer-site__contact--phone p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .footer-site__contact--phone p {
        font-size: 13px;
        line-height: 19px; } }
  @media only screen and (min-width: 768px) {
    .footer-site__nav + .footer-site__nav {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .footer-site__nav h3 {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 16px 30px 16px 0;
      cursor: pointer; }
      .footer-site__nav h3::before {
        content: '';
        width: 8px;
        height: 4px;
        background: url("../images/arrow-down-white.svg") no-repeat 0 0/100%;
        position: absolute;
        top: calc(50% - 2px);
        right: 12px;
        transform: rotate(0);
        transition: all 0.3s; } }
  @media only screen and (max-width: 767px) {
    .footer-site__nav ul {
      padding: 24px 12px 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      display: none; } }
  @media only screen and (min-width: 768px) {
    .footer-site__nav ul {
      display: block !important; } }
  .footer-site__nav.shown-nav h3::before {
    transform: rotate(180deg); }
  .footer-site__bottom {
    padding: 0 0 5px; }
    @media only screen and (min-width: 768px) {
      .footer-site__bottom {
        padding: 34px 0 30px; } }
    @media only screen and (min-width: 768px) {
      .footer-site__bottom .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px 0; } }
    @media only screen and (min-width: 768px) {
      .footer-site__bottom--col {
        width: calc(50% - 20px); } }
    @media only screen and (min-width: 992px) {
      .footer-site__bottom--col {
        width: calc(25% - 20px); } }
    .footer-site__bottom--col h3 {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      margin: 0;
      color: var(--white); }
      @media only screen and (min-width: 768px) {
        .footer-site__bottom--col h3 {
          font-size: 15px;
          line-height: 21px;
          margin: 0 0 15px; } }
    .footer-site__bottom--col ul li a {
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 32px;
      opacity: 0.8;
      display: inline-flex;
      align-items: center;
      gap: 14px; }
      @media only screen and (min-width: 768px) {
        .footer-site__bottom--col ul li a {
          line-height: 30px; } }
      .footer-site__bottom--col ul li a:hover {
        opacity: 1; }
    @media only screen and (max-width: 767px) {
      .footer-site__bottom--socials {
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .footer-site__bottom--socials h3 {
        margin: 0 0 24px; } }
    .footer-site__bottom--socials ul li + li {
      margin-top: 12px; }
      @media only screen and (min-width: 768px) {
        .footer-site__bottom--socials ul li + li {
          margin-top: 5px; } }
  .footer-site__copyright {
    padding: 20px 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer-site__copyright {
        padding: 32px 0; } }
    .footer-site__copyright p {
      margin: 0;
      font-size: 11px;
      line-height: 16px; }

.footer-sticky {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: var(--white); }
  @media only screen and (min-width: 768px) {
    .footer-sticky {
      display: none; } }
  .footer-sticky .container ul {
    display: flex;
    justify-content: space-between; }
    .footer-sticky .container ul li a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-size: 12px;
      line-height: 17px;
      font-weight: 500;
      align-items: center;
      color: var(--text-body);
      padding: 10px 5px 9px; }
      .footer-sticky .container ul li a img {
        margin-bottom: 4px; }
      .footer-sticky .container ul li a strong {
        position: relative; }
        .footer-sticky .container ul li a strong small {
          position: absolute;
          width: 18px;
          height: 18px;
          background: var(--red);
          color: var(--white);
          font-size: 11px;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          right: -10px;
          top: -8px;
          border-radius: 50%; }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 75px;
  z-index: 99;
  transition: all 0.3s;
  opacity: 1; }
  @media only screen and (min-width: 768px) {
    .back-to-top {
      right: 30px;
      bottom: 30px;
      opacity: 0.6; } }
  @media only screen and (min-width: 992px) {
    .back-to-top {
      right: 50px;
      bottom: 50px; } }
  .back-to-top:not(.shown) {
    opacity: 0; }
  .back-to-top:hover {
    opacity: 1; }

/** Sections */
/** Pages */
.container{
    max-width: 750px;
    padding: 0 0 30px;
}
.mb60{
    margin-bottom: 60px;
}


.hm-contact{
    position: relative;
}
.hm-contact a{
    position: absolute;
}
.hm-contact a.hm-link-tel{
    bottom: 25.5%;
    left: 10%;
    width: 78%;
    height: 5%;
}

.hm-contact a.hm-link-line {
    bottom: 11.5%;
    left: 11%;
    width: 78%;
    height: 8%;
}
.hm-contact a.hm-link-instagram {
    bottom: 3%;
    left: 11%;
    width: 78%;
    height: 8%;
}
.hm-contact a.hm-link-instagram:hover,
.hm-contact a.hm-link-line:hover,
.hm-contact a.hm-link-tel:hover{
    background: rgba(255,255,255,0.5);
}