* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #d1c6b9;
  --secondary: #000;
  --title: #161616;
  --text: #5b5b5b;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 160rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 163rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'DM Sans', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-image: linear-gradient(to top, #f6f4f2, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.head .subtitle {
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.head h2 {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.6rem;
  letter-spacing: 2.2px;
}
.btn {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  line-height: 4.8rem;
  padding: 0 3.8rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.btn:hover {
  color: var(--primary);
  background-color: transparent;
}
.btn_more {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  line-height: 4.8rem;
  padding: 0 3.8rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #9d9b9a;
  background-color: transparent;
}
.btn_more:hover {
  color: var(--title);
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns {
  gap: 6.4rem;
  display: flex;
}
.swiper_btns.white {
  filter: contrast(0) brightness(2);
}
.swiper_btns.middle {
  justify-content: space-between;
  width: 98%;
  max-width: 177.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.swiper_btns div {
  width: 2.8rem;
  height: 1.8rem;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 996;
  width: 100%;
  color: #fff;
  pointer-events: none;
  transition: all .3s;
}
header.sticky {
  transform: translateY(-6rem);
}
header.sticky:hover {
  transform: translate(0);
}
header.sticky .top {
  background-color: var(--title);
}
header.sticky .bot {
  background-color: rgba(30,30,30,.8);
}
header .content {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  max-width: 176.2rem;
}
header .rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0 1.2rem;
  transition: all 0.3s;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.2);
}
header .top .menu {
  display: flex;
}
header .top .menu li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.16);
  margin: 0 2rem;
}
header .top .menu a {
  display: inline-block;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  font-weight: 300;
  text-transform: uppercase;
}
header .top .menu a:hover {
  color: #fff;
}
header .btn_lang {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  max-width: max-content;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  gap: 0.8rem;
}
header .btn_lang:hover {
  color: #fff;
}
header .btn_lang::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_lang::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: url(../img/icon-select.svg) no-repeat center / contain;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 3.3rem;
}
header .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
header .btn_search {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .bot {
  padding: 1.4rem 0;
  transition: all 0.3s;
  pointer-events: all;
}
header .bot .menu {
  gap: 4.4rem;
  display: flex;
}
header .bot .menu a {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
}
header .bot .menu a:hover {
  text-decoration-color: #fff;
}
header .logo_text {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo_text img {
  display: block;
  width: 27rem;
  height: auto;
}
header .logo_text p {
  position: absolute;
  left: 0;
  top: 0;
}
footer {
  color: #fff;
  background-color: var(--title);
}
footer .main {
  gap: 5rem 2rem;
  padding: 11.2rem 0 3.6rem;
}
footer strong {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.39);
  margin-bottom: 2rem;
}
footer .slide_nav li {
  margin-bottom: 2rem;
}
footer .slide_nav a {
  vertical-align: top;
  font-size: 1.8rem;
  transition: all 0.3s;
  font-weight: 200;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .slide_nav a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .slide_nav button {
  font-size: 1.6rem;
  color: var(--primary);
  text-decoration: underline;
  background-color: transparent;
}
footer .slide_nav button:hover {
  text-decoration: none;
}
footer .slide_contact {
  width: 43rem;
}
footer .slide_contact > div {
  padding-left: 7.2rem;
}
footer .slide_contact .infos li {
  position: relative;
}
footer .slide_contact .infos li::before {
  content: '';
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: no-repeat center / 2rem;
  position: absolute;
  left: -7.2rem;
  top: 0;
}
footer .slide_contact .infos li + li {
  margin-top: 3.2rem;
}
footer .slide_contact .infos .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .slide_contact .infos .address::before {
  background-image: url(../img/icon-address.svg);
}
footer .slide_contact .infos .label {
  color: #686868;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}
footer .slide_contact .infos a,
footer .slide_contact .infos p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
}
footer .slide_contact .infos a {
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .slide_contact .infos a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .slide_contact .infos p + .label {
  margin-top: 2.2rem;
}
footer .slide_contact .social {
  gap: 2rem 4.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.6rem;
}
footer .slide_contact .social a {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .slide_contact .social a:hover {
  transform: scale(1.1);
}
footer .slide_contact .social .facebook a {
  background-image: url(../img/facebook.svg);
}
footer .slide_contact .social .instagram a {
  background-image: url(../img/instagram.svg);
}
footer .slide_contact .social .youtube a {
  background-image: url(../img/youtube.svg);
}
footer .slide_contact .social .linkedin a {
  background-image: url(../img/linkedin.svg);
}
footer .slide_contact .social .twitter a {
  background-image: url(../img/twitter.svg);
}
footer .logo_wrap {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: max-content;
  margin: 0 auto;
}
footer .logo_wrap .logo {
  display: block;
  width: 6.5rem;
  height: auto;
  margin: 0 auto;
}
footer .logo_wrap .logo_text {
  display: block;
  width: 23.86rem;
  height: auto;
  margin-top: 1.4rem;
}
footer .logo_wrap p {
  position: absolute;
  left: 0;
  top: 0;
}
footer .copyright {
  padding: 2rem 0;
  margin-top: 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
footer .copyright ul {
  display: flex;
}
footer .copyright li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  margin: 0 1.2rem;
  background-color: rgba(255, 255, 255, 0.15);
}
footer .copyright a {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: rgba(255, 255, 255, 0.68);
}
footer .copyright a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

#tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #000;
  z-index: 999;
  display: none;
  padding: 30px 50px;
  border: 1px solid #f5f4f2;
  white-space: nowrap;
}

/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  margin-top: 8px;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
/*** global css ***/

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  header .top .menu li::after {
    margin: 0 1rem;
  }
  header .bot .menu {
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  header .logo_text img {
    width: 22rem;
  }
  header .bot .menu {
    gap: 2.5rem;
  }
  header .bot .menu a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .head .subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .head h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  body .btn,
  body .btn_more {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    min-width: 120px;
  }
  body .swiper_btns {
    gap: 20px;
  }
  body .swiper_btns div {
    width: 22px;
    height: 1rem;
  }
  header {
    pointer-events: all;
    transition: all 0.3s;
  }
  header.sticky {
    transform: translate(0);
    background-color: var(--title);
  }
  header .inner {
    gap: 1rem;
    padding: 0 20px;
    min-height: 3rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
  }
  header .btn_lang {
    gap: 6px;
    font-size: 14px;
  }
  header .btn_lang::before {
    width: 20px;
    height: 20px;
  }
  header .btn_lang::after {
    width: 12px;
    height: 12px;
    margin-left: 2px;
  }
  header .logo img {
    height: 2rem;
  }
  header .btns {
    gap: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .btns .btn_search {
    width: 20px;
    height: 20px;
  }
  header .btns .btn_menu {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  footer strong {
    font-size: 1rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
  }
  footer .main {
    padding: 3rem 0 4rem;
    display: block;
  }
  footer .slide_nav {
    margin-bottom: 1rem;
  }
  footer .slide_nav.active strong::after {
    transform: rotate(180deg);
  }
  footer .slide_nav strong {
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 1fr auto;
  }
  footer .slide_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    transition: all 0.3s;
    background: url(../img/icon-select.svg) no-repeat center / contain;
  }
  footer .slide_nav div {
    display: none;
  }
  footer .slide_nav ul {
    padding: 1rem 20px 1px;
  }
  footer .slide_nav li {
    margin-bottom: 1rem;
  }
  footer .slide_nav a {
    font-size: 14px;
  }
  footer .slide_contact {
    width: 100%;
    padding-top: 2rem;
  }
  footer .slide_contact strong {
    margin-bottom: 20px;
  }
  footer .slide_contact > div {
    padding-left: 56px;
  }
  footer .slide_contact .infos li::before {
    width: 40px;
    height: 40px;
    left: -56px;
    background-size: 12px;
  }
  footer .slide_contact .infos li + li {
    margin-top: 1rem;
  }
  footer .slide_contact .infos .label {
    font-size: 14px;
  }
  footer .slide_contact .infos a,
  footer .slide_contact .infos p {
    font-size: 15px;
    line-height: 1.5;
  }
  footer .slide_contact .infos p + .label {
    margin-top: 1rem;
  }
  footer .slide_contact .social {
    gap: 20px 2rem;
    margin-top: 2rem;
  }
  footer .logo_wrap .logo {
    width: 4rem;
  }
  footer .logo_wrap .logo_text {
    width: 16rem;
    margin-top: 1rem;
  }
  footer .copyright {
    margin-top: 2rem;
    padding: 20px 0;
    font-size: 14px;
  }
  footer .copyright p {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 13px;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright ul li::before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
}
