.header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header.hide {
  z-index: 2;
}

.header.fixed {
  position: fixed;
  background: rgba(255, 249, 244, 0.7);
  border-radius: 0px 0px 32px 0px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.no-scroll .header.fixed {
  background-color: transparent;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 8px;
}

.header__left {
  width: 90px;
}

.header__right {
  width: 90px;
}

.pre-header {
  height: 64px;
}

.header-left__site {
  display: none;
}

.header-left__site a {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .header-left__site a:hover {
  color: #ffa554;
}

.header-left__site a + a {
  margin-left: 20px;
}

.header-left__shop {
  display: none;
}

.no-touch .header-left__shop:hover {
  color: #ffa554;
}

.no-touch .header-left__shop:hover svg {
  stroke: #ffa554;
}

.header-left__search svg {
  display: block;
  height: 16px;
  fill: #695a55;
  width: 16px;
}

.header-left .current {
  opacity: 0.5;
  pointer-events: none;
}

.header-center__logo svg {
  height: 56px;
  display: block;
  fill: #695a55;
  width: 64px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-right__buttons {
  display: none;
}

.header-right__buttons svg {
  display: block;
  height: 20px;
  fill: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
}

.no-touch .header-right__buttons svg:hover {
  fill: #ffa554;
}

.header-right__lk {
  display: none;
}

.header-right__menu {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-left: 25px;
  color: #695a55;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 69px;
}

.no-scroll .header-right__menu {
  font-size: 0;
  right: 2px;
}

.no-scroll .header-right__menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  top: 7px;
  left: 55px;
}

.no-scroll .header-right__menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
  top: 7px;
  left: 55px;
}

.no-touch .header-right__menu:hover {
  color: #ffa554;
}

.no-touch .header-right__menu:hover::before {
  background-color: #ffa554;
}

.no-touch .header-right__menu:hover::after {
  background-color: #ffa554;
}

.header-right__menu::before {
  width: 16px;
  height: 2px;
  background-color: #695a55;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 2px;
}

.header-right__menu::after {
  width: 16px;
  height: 2px;
  background-color: #695a55;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 10px;
}

.main-menu {
  height: 100vh;
  position: fixed;
  background-color: #fbf2ee;
  z-index: 6;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  overflow-y: overlay;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.main-menu.open {
  opacity: 1;
  pointer-events: all;
}

.no-touch .main-menu.open {
  padding-right: 7px;
}

.main-menu__row {
  padding-bottom: 120px;
}

.main-menu__shop-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__water-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__water-line svg {
  height: 4px;
}

.main-menu__lk-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__lk {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .main-menu__lk:hover {
  color: #ffa554;
}

.main-menu__shop {
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #695a55;
  position: relative;
  padding-left: 28px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-menu__shop svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  stroke: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  stroke-width: 2;
}

.main-menu__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.main-menu__site a {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-menu__site a.current {
  opacity: 0.5;
  pointer-events: none;
}

.no-touch .main-menu__site a:hover {
  color: #ffa554;
}

.main-menu__site a + a {
  margin-left: 20px;
}

.main-menu__list {
  margin-top: 40px;
}

.top-menu li {
  text-align: center;
}

.top-menu li + li {
  margin-top: 32px;
}

.top-menu li.only-item {
  width: 100%;
  text-align: center;
}

.top-menu a {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .top-menu a:hover {
  color: #ffa554;
}

.top-menu a.bold {
  font-weight: 400;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.top-menu-sub li {
  text-align: center;
}

.top-menu-sub li + li {
  margin-top: 24px;
}

.top-menu-sub a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #695a55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .top-menu-sub a:hover {
  color: #ffa554;
}

.light-header .header-left__search svg {
  fill: #ffffff;
}

.light-header .header-right__menu {
  color: #ffffff;
}

.light-header .header-right__menu::after,
.light-header .header-right__menu::before {
  background-color: #ffffff;
}

.light-header .header-center__logo svg {
  fill: #ffffff;
}

.light-header .header-left__site a {
  color: #ffffff;
}

.light-header .header-left__shop {
  color: #ffffff;
}

.light-header .header-left__shop svg {
  stroke: #ffffff;
}

.light-header .header-right__lk {
  color: #ffffff;
}

.light-header .header-right__buttons svg {
  fill: #ffffff;
}

.light-header.no-scroll .header-left__search svg {
  fill: #695a55;
}

.light-header.no-scroll .header-center__logo svg {
  fill: #695a55;
}

.light-header.no-scroll .header-right__menu {
  color: #695a55;
}

.light-header.no-scroll .header-right__menu::after,
.light-header.no-scroll .header-right__menu::before {
  background-color: #695a55;
}

.light-header.no-scroll .header-left__site a {
  color: #695a55;
}

.light-header.no-scroll .header-left__shop {
  color: #695a55;
}

.light-header.no-scroll .header-left__shop svg {
  stroke: #695a55;
}

.light-header.no-scroll .header-right__lk {
  color: #695a55;
}

.light-header.no-scroll .header-right__buttons svg {
  fill: #695a55;
}

.fixed {
  height: 72px;
}

.fixed .header-left__search svg {
  fill: #695a55;
}

.fixed .header-center__logo svg {
  fill: #695a55;
}

.fixed .header-right__menu {
  color: #695a55;
}

.fixed .header-right__menu::after,
.fixed .header-right__menu::before {
  background-color: #695a55;
}

.fixed .header-left__site a {
  color: #695a55;
}

.fixed .header-left__shop {
  color: #695a55;
}

.fixed .header-left__shop svg {
  stroke: #695a55;
}

.fixed .header-right__lk {
  color: #695a55;
}

.fixed .header-right__buttons svg {
  fill: #695a55;
}

.footer {
  padding-top: 40px;
  padding-bottom: 66px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #edecec;
}

.footer__row {
  position: relative;
  z-index: 2;
}

.footer__right {
  margin-top: 24px;
}

.footer__bottom {
  margin-top: 26px;
}

.footer-left__btn {
  padding: 16px 24px;
  border: 1px solid #49403d;
  border-radius: 50px;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #49403d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .footer-left__btn:hover {
  background-color: #ffa554;
  border: 1px solid #ffa554;
  color: #ffffff;
}

.footer-left__phone {
  margin-top: 24px;
}

.footer-left__phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #49403d;
}

.footer-left__bottom-alt {
  display: none;
}

.footer-left__bottom {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #49403d;
  line-height: 24px;
  margin-top: 8px;
}

.footer-left__bottom span {
  display: inline;
  border-bottom: 1px solid rgba(73, 64, 61, 0.3);
}

.footer-right__title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #49403d;
}

.footer-right__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right__row a {
  background: rgba(73, 64, 61, 0.4);
  border-radius: 50px;
  display: block;
  padding: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .footer-right__row a:hover {
  background-color: #ffa554;
}

.footer-right__row a + a {
  margin-left: 8px;
}

.footer-bottom__copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #49403d;
}

.footer-bottom__politic {
  color: #49403d;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #49403d;
  margin-top: 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .footer-bottom__politic:hover {
  color: #ffa554;
  border-bottom: 1px solid #ceaa7a;
}

.footer-bottom__developed {
  margin-top: 26px;
}

.no-touch .footer-bottom__developed a:hover svg {
  fill: #ffa554;
}

.footer-bottom__developed svg {
  width: 212px;
  height: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  fill: #49403d;
}

/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.top-slider {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.top-slider__text {
  padding: 38px 50px 0 16px;
  pointer-events: none;
}

.top-slider__navigation {
  display: none;
}

.top-slider__navigation-next {
  height: 40px;
  width: 28px;
  cursor: pointer;
}

.top-slider__navigation-next svg {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: all;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-slider__image {
  position: relative;
  top: -25px;
  pointer-events: none;
}

.top-slider__image::before {
  width: 100vw;
  height: 75vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../../../images/slide-bg.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-box-clip: border-box;
  max-height: 640px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 46, 38, 0.3)), to(rgba(56, 46, 38, 0.3)));
  background: -o-linear-gradient(bottom, rgba(56, 46, 38, 0.3), rgba(56, 46, 38, 0.3));
  background: linear-gradient(0deg, rgba(56, 46, 38, 0.3), rgba(56, 46, 38, 0.3));
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.top-slider__image iframe {
  height: 75vw;
  max-height: 640px;
  width: 100vw;
}

.top-slider__image img,
.top-slider__image iframe {
  width: 100vw;
  height: 75vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../../../images/slide-bg.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-box-clip: border-box;
  max-height: 640px;
}

.top-slider__title {
  -webkit-text-stroke: 1px #ffa554;
  color: rgba(255, 165, 84, 0.3);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.top-slider__desc {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #49403d;
  opacity: 0.8;
  margin-top: 13px;
  letter-spacing: 0.004em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.top-slider__slide {
  position: relative;
  margin-bottom: -100px;
}

.top-slider__link {
  height: 170px;
  width: 195px;
  position: absolute;
  right: -10px;
  bottom: -35px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-slider__link::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/components/top-slider/link-button-child.svg");
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.top-slider__link::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../images/components/top-slider/link-button-child-hover.svg");
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

.no-touch .top-slider__link:hover::after {
  opacity: 1;
}

.top-slider__link span {
  font-style: italic;
  color: #fff9f4;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 3px;
  display: block;
  border-bottom: 1px solid rgba(255, 249, 244, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.top-slider__pagination {
  height: 10px;
  padding-left: 14px;
  position: absolute;
  z-index: 3;
  bottom: 57px !important;
}

.top-slider__pagination .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  background-color: #ffa554;
  opacity: 1;
  margin: 0 3px !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .top-slider__pagination .swiper-pagination-bullet:hover {
  background-color: #ffd465;
}

.top-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffa554;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.more-for-club {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #ffa554;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 165, 84, 0.3);
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .more-for-club:hover {
  color: #695a55;
  border-bottom: 1px solid rgba(105, 90, 85, 0.3);
}

.more-for-club::before {
  background-image: url("../../../images/components/top-slider/mandala-child.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 194px;
  width: 194px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-left: -125px;
  margin-top: -140px;
  z-index: -1;
}

.group-studi {
  margin-top: 74px;
  position: relative;
}

.group-studi .wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.group-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.group-inform::after {
  background-image: url("../../../images/components/group-studi/leaf-bg.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  height: 80px;
  right: -16px;
  top: -61px;
  width: 80px;
  position: absolute;
}

.group-inform::before {
  background-image: url("../../../images/components/group-studi/leaf-bg-3.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: absolute;
  z-index: -1;
}

.group-inform__number {
  font-style: normal;
  font-weight: 300;
  font-size: 62.102px;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffb13d;
  margin-top: 9px;
  position: relative;
}

.group-inform__number::after {
  background-image: url("../../../images/components/group-studi/leaf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 85px;
  right: -16px;
  top: -21px;
  width: 32px;
  position: absolute;
}

.group-inform__desc {
  margin-left: 26px;
}

.group-inform__title {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffb13d;
}

.group-inform__caption {
  margin-top: 12px;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #49403d;
}

.child-service {
  margin-top: 205px;
  position: relative;
  margin-bottom: 64px;
}

.child-service::before {
  position: absolute;
  right: 0;
  top: -210px;
  content: "";
  width: 100%;
  height: 240px;
  background-image: url("../../../images/components/child-service/orange1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.child-service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.child-service__item {
  position: relative;
  display: block;
  pointer-events: none;
}

.no-touch .child-service__item:hover .title-service {
  color: #ffb13d;
}

.child-service__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.one-service {
  padding-left: 30px;
  position: relative;
}

.one-service__title {
  top: -128px;
  left: 10px;
  max-width: 255px;
}

.one-service__title::before {
  position: absolute;
  left: 0;
  top: 110px;
  content: "";
  width: 251px;
  background: #fcd5c4;
  height: 251px;
  opacity: 0.9;
  z-index: -1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.one-service__picture {
  width: 277px;
  height: 248px;
  position: relative;
}

.one-service__picture::before {
  position: absolute;
  left: 0;
  z-index: -2;
  top: 0;
  background: #74d538;
  opacity: 0.7;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  content: "";
  width: 100%;
  height: 100%;
  background-color: 50%;
}

.one-service__picture::after {
  position: absolute;
  left: 32px;
  top: 181px;
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../../../images/components/child-service/leaf1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.two-service {
  position: relative;
  margin-top: 135px;
  padding-right: 40px;
}

.two-service__title {
  top: -98px;
  left: 37px;
  max-width: 255px;
  text-align: right;
}

.two-service__title::before {
  position: absolute;
  left: 0;
  top: 110px;
  content: "";
  width: 251px;
  background: #fcd5c4;
  height: 251px;
  opacity: 0.9;
  z-index: -1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.two-service__picture {
  width: 250px;
  height: 213px;
  position: relative;
}

.two-service__picture::before {
  position: absolute;
  left: 0;
  z-index: -2;
  top: 0;
  background: #ffd465;
  opacity: 0.7;
  -webkit-filter: blur(45px);
  filter: blur(45px);
  content: "";
  width: 100%;
  height: 100%;
  background-color: 50%;
}

.two-service__picture::after {
  position: absolute;
  left: -50px;
  top: 120px;
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../../../images/components/child-service/leaf1.png");
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-size: contain;
}

.thrid-service {
  position: relative;
  margin-top: 160px;
  padding-left: 70px;
}

.thrid-service__title {
  top: -98px;
  left: 0;
  width: 330px;
}

.thrid-service__title::before {
  position: absolute;
  left: 0;
  top: 110px;
  content: "";
  width: 251px;
  background: #8ac3e2;
  height: 251px;
  opacity: 0.9;
  z-index: -1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.thrid-service__picture {
  width: 250px;
  height: 213px;
  position: relative;
}

.thrid-service__picture::before {
  position: absolute;
  left: 0;
  z-index: -2;
  top: 0;
  background: #8ac3e2;
  opacity: 0.7;
  -webkit-filter: blur(45px);
  filter: blur(45px);
  content: "";
  width: 100%;
  height: 100%;
  background-color: 50%;
}

.four-service {
  position: relative;
  margin-top: 150px;
  padding-right: 90px;
}

.four-service__title {
  top: -98px;
  left: 0;
  width: 330px;
}

.four-service__picture {
  width: 237px;
  height: 212px;
  position: relative;
}

.four-service__picture::after {
  position: absolute;
  left: 100px;
  top: 170px;
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../../../images/components/child-service/leaf1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.picture-service {
  pointer-events: all;
}

.picture-service picture {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.picture-service img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 2;
}

.title-service {
  pointer-events: all;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: transparent;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffb13d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}

.utility {
  margin-top: 64px;
  margin-bottom: 80px;
  position: relative;
}

.utility__row {
  position: relative;
}

.utility__row::after {
  position: absolute;
  left: 0;
  bottom: -120px;
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../../../images/components/utility/leaf.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.utility__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #49403d;
}

.utility__grid {
  margin-top: 32px;
}

.utility__item {
  display: block;
}

.utility__item + .utility__item {
  margin-top: 32px;
}

.utility-item__picture {
  display: block;
  height: 64vw;
  max-height: 280px;
}

.utility-item__picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 64px 16px 40px;
}

.utility-item__caption {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .utility-item:hover .utility-item__caption {
  color: #ffa554;
}

.news-main {
  margin-top: 64px;
  margin-bottom: 80px;
}

.news-main__all {
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ffa554;
  padding: 14px;
  width: 170px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 40px;
  color: #ffa554;
  position: absolute;
  bottom: -85px;
  left: 50%;
  margin-left: -85px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .news-main__all:hover {
  background-color: #ffffff;
  color: #ffa554;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
  box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
}

.news-main__row {
  position: relative;
}

.news-main__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #49403d;
  white-space: pre-line;
}

.news-main__grid {
  margin-top: 32px;
}

.news-main__item {
  display: block;
}

.news-main__item + .news-main__item {
  margin-top: 32px;
}

.news-main-item__type {
  position: absolute;
  left: 0;
  font-size: 10px;
  line-height: 16px;
  bottom: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ffa554;
  padding: 8px 16px;
  border-radius: 0 16px;
}

.news-main-item__picture {
  display: block;
  height: 48vw;
  max-height: 230px;
  position: relative;
}

.news-main-item__picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px 16px 40px;
}

.news-main-item__caption {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-top: 16px;
  padding-left: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .news-main-item:hover .news-main-item__caption {
  color: #ffa554;
}

.other-links {
  margin-top: 168px;
  margin-bottom: 80px;
}

.other-links__item {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #c3b8b1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.03em;
  color: #49403d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .other-links__item:hover {
  color: #ffa554;
  border-bottom: 1px solid #f4cda9;
}

.other-links__item + .other-links__item {
  margin-top: 24px;
}

/* ===============================
=            Choices            =
=============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

.form-page {
  margin-top: 70px;
}

.form-page__title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffa554;
}

.form-page__form {
  margin-top: 45px;
}

.form-page__links {
  margin: 24px auto;
}

.form-page__links a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2c2925;
  border-bottom: 1px dashed #2c2925;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-page__links a:hover {
  color: #ffa554;
  border-bottom: 1px dashed #ffa554;
}

.form-page__links a + a {
  margin-top: 26px;
}

.form-content__cell {
  position: relative;
}

.form-content__cell + .form-content__cell {
  margin-top: 19px;
}

.form-content [type=text] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: 75px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(255, 165, 84, 0.5);
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-content [type=text]:hover {
  border-bottom: 2px solid #ffa554;
}

.form-content [type=text]:focus + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content [type=text]:valid + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content label {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  pointer-events: none;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #968e80;
  top: 27px;
}

.form-content textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  min-height: 75px;
  resize: none;
  height: 75px;
  padding-top: 26px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(255, 165, 84, 0.5);
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-content textarea:hover {
  border-bottom: 2px solid #ffa554;
}

.form-content textarea::-webkit-input-placeholder {
  font-size: 0;
}

.form-content textarea::-moz-placeholder {
  font-size: 0;
}

.form-content textarea:-ms-input-placeholder {
  font-size: 0;
}

.form-content textarea::-ms-input-placeholder {
  font-size: 0;
}

.form-content textarea::placeholder {
  font-size: 0;
}

.form-content textarea:focus + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content textarea:not(:-moz-placeholder-shown) + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content textarea:not(:-ms-input-placeholder) + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content textarea:not(:placeholder-shown) + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content select {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: 75px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(255, 165, 84, 0.5);
  color: #2c2925;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .form-content select:hover {
  border-bottom: 2px solid #ffa554;
}

.form-content select + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.form-content__btn-sec {
  margin-top: 40px;
}

.choices {
  margin-bottom: 0;
  overflow: visible;
}

.choices[data-type*=select-one]::after {
  background-image: url("../../../images/components/form-page/arrow.svg");
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 20px;
  right: 0;
  margin-top: -8.5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.choices[data-type*=select-one].is-open::after {
  background-image: url("../../../images/components/form-page/arrow.svg");
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 20px;
  right: 0;
  margin-top: -8.5px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.choices__inner {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: 75px;
  width: 100%;
  background-color: transparent;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-bottom: 2px solid #efdbc1;
  color: #2c2925;
  padding: 0;
  padding-top: 29px;
}

.choices__list--dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #ffffff !important;
  -webkit-box-shadow: 10px 10px 32px rgba(39, 35, 32, 0.08) !important;
  box-shadow: 10px 10px 32px rgba(39, 35, 32, 0.08) !important;
  border-radius: 8px !important;
  border: none !important;
  top: 110% !important;
}

.choices__list--dropdown .choices__item {
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #2c2925;
  padding: 16px !important;
}

.choices__list--dropdown .choices__item.is-selected {
  color: #ffa554 !important;
}

.choices__list--dropdown .choices__item.is-highlighted {
  background: #FDEFE9 !important;
  color: #2c2925;
}

.choices__list--single {
  padding: 0;
}

.choices + label {
  font-size: 15px;
  line-height: 16px;
  top: -5px;
}

.forms-btn__list {
  margin-bottom: -24px;
}

.forms-btn__submit {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 20px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  background: #ffa554;
  border: 1px solid #ffa554;
  color: #ffffff;
  margin-right: 24px;
  margin-bottom: 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .forms-btn__submit:hover {
  background-color: #ffffff;
  color: #ffa554;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
  box-shadow: 0 24px 32px rgba(91, 51, 20, 0.1);
}

.forms-btn__submit--light {
  color: #ffa554;
  background-color: transparent;
  border: 1px solid #ffa554;
  padding: 15px 20px;
}

.forms-btn__politic {
  margin: 24px auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.forms-btn__politic a {
  color: #ffa554;
  border-bottom: 1px solid #ffa554;
}

.overflow-content {
  overflow: hidden;
}

main {
  overflow: hidden;
}

header {
  z-index: 5;
}

.form-page {
  margin-bottom: 104px;
  position: relative;
}

.form-page::before {
  position: absolute;
  right: 0;
  top: -40px;
  content: "";
  width: 60%;
  height: 240px;
  background-image: url("../../../images/components/form-page/orange.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: -1;
}

.form-page::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  z-index: -2;
  height: 300px;
  background-image: url("../../../images/components/form-page/nosorog.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media only screen and (min-width: 700px) {
  .main-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }

  .main-menu__row {
    padding-bottom: 100px;
  }

  .main-menu__shop-sec {
    margin-top: 0;
    margin-left: 40px;
  }

  .main-menu__lk-sec {
    margin-top: 0;
    margin-left: 40px;
  }

  .main-menu__site {
    margin-top: 0;
  }

  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 650px;
    margin: auto auto -32px;
  }

  .top-menu .list-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .top-menu li {
    display: inline-block;
    margin-bottom: 32px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
  }

  .top-menu li + li {
    margin-top: 0;
  }

  .top-menu a {
    letter-spacing: 0.04em;
  }

  .top-menu-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 650px;
    margin: auto auto -32px;
  }

  .top-menu-sub li {
    display: inline-block;
    margin-bottom: 32px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
  }

  .top-menu-sub li + li {
    margin-top: 0;
  }

  .top-menu-sub a {
    line-height: 32px;
  }

  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__right {
    margin-top: 0;
  }

  .footer__bottom {
    margin-top: 33px;
  }

  .footer-left__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
  }

  .footer-left__phone {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .footer-left__bottom {
    max-width: 280px;
    margin-top: 24px;
  }

  .footer-right__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-bottom__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom__politic {
    margin-top: 0;
    margin-left: 8px;
  }

  .footer-bottom__developed {
    margin-top: 0;
  }

  .one-service__picture {
    height: 350px;
    width: 350px;
  }

  .two-service__picture {
    height: 350px;
    width: 350px;
  }

  .thrid-service__picture {
    height: 350px;
    width: 350px;
  }

  .four-service__picture {
    height: 350px;
    width: 350px;
  }

  .utility__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }

  .utility__item + .utility__item {
    margin-top: 0;
  }

  .news-main__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }

  .news-main__item + .news-main__item {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header.fixed {
    position: fixed;
    background: rgba(255, 249, 244, 0.7);
    border-radius: 0px 0px 120px 0px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .header__row {
    padding-top: 16px;
  }

  .pre-header {
    height: 120px;
  }

  .header-center__logo svg {
    height: 80px;
    width: 118px;
  }

  .main-menu__top {
    margin-top: 49px;
  }

  .main-menu__shop-sec {
    margin-left: 48px;
  }

  .main-menu__water-line {
    margin-top: 40px;
  }

  .main-menu__water-line--hidden {
    display: none;
  }

  .main-menu__water-line svg {
    height: 6px;
  }

  .main-menu__lk-sec {
    margin-left: 48px;
  }

  .main-menu__site a + a {
    margin-left: 22px;
  }

  .main-menu__list {
    margin-top: 63px;
  }

  .top-menu {
    margin: auto -50px -17px;
    max-width: calc(100% + 100px);
    width: calc(100% + 100px);
  }

  .top-menu li {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 40px;
  }

  .top-menu a {
    font-size: 24px;
    line-height: 32px;
  }

  .top-menu-sub {
    margin: auto -16px -32px;
    max-width: calc(100% + 32px);
    width: calc(100% + 32px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .top-menu-sub li {
    text-align: left;
  }

  .top-menu-sub a {
    font-size: 18px;
    line-height: 24px;
  }

  .fixed {
    height: 115px;
  }

  .footer__bottom {
    margin-top: 40px;
  }

  .footer-left__top {
    padding-top: 0;
    display: block;
  }

  .footer-left__phone {
    margin-left: 0;
    margin-top: 24px;
  }

  .footer-left__bottom {
    max-width: 100%;
    font-size: 16px;
    margin-top: 0;
  }

  .footer-right__row {
    margin-top: 6px;
  }

  .footer-bottom__politic {
    margin-left: 48px;
  }

  .top-slider {
    margin-top: -56px;
  }

  .top-slider__text {
    position: absolute;
    z-index: 2;
    padding: 187px 0 0 208px;
    top: 0;
    left: 0;
  }

  .top-slider__image::before {
    -webkit-mask: url("../../../images/slide-bg-laptop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 640px;
  }

  .top-slider__image {
    top: 0;
  }

  .top-slider__image img,
  .top-slider__image iframe {
    -webkit-mask: url("../../../images/slide-bg-laptop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 640px;
  }

  .top-slider__title {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    -webkit-text-stroke: 1.5px #ffa554;
    white-space: pre-line;
  }

  .top-slider__desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 300;
    margin-top: 21px;
    white-space: pre-line;
  }

  .top-slider__link {
    width: 262px;
    height: 231px;
    right: 73px;
    bottom: -38px;
  }

  .top-slider__link span {
    font-size: 16px;
    line-height: 16px;
  }

  .top-slider__pagination {
    width: 100%;
    text-align: center;
  }

  .top-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
    background-color: #ffa554;
  }

  .top-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffa554;
  }

  .more-for-club {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    margin-top: -30px;
  }

  .more-for-club::before {
    height: 410px;
    width: 410px;
    margin-left: -430px;
    margin-top: -310px;
  }

  .group-studi {
    margin-top: 148px;
  }

  .group-studi::after {
    background-image: url("../../../images/components/group-studi/elephant.svg");
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    content: "";
    height: 570px;
    right: 0;
    top: -212px;
    width: 100%;
    position: absolute;
    z-index: -2;
  }

  .group-studi::before {
    background-image: url("../../../images/components/group-studi/leaf-bg-2.png");
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    content: "";
    height: 100px;
    right: 21px;
    top: -12px;
    width: 100px;
    position: absolute;
    z-index: -1;
  }

  .group-inform {
    max-width: 1030px;
    margin: auto;
  }

  .group-inform::after {
    width: 130px;
    height: 130px;
    right: inherit;
    left: -20px;
    top: -140px;
  }

  .group-inform::before {
    content: "";
    right: 202px;
    bottom: -139px;
  }

  .group-inform__number {
    font-size: 120px;
    line-height: 120px;
    margin-top: -12px;
  }

  .group-inform__number::after {
    height: 164px;
    width: 62px;
    right: -43px;
  }

  .group-inform__desc {
    margin-left: 65px;
  }

  .group-inform__title {
    font-size: 32px;
    line-height: 48px;
    max-width: 370px;
  }

  .group-inform__caption {
    font-size: 18px;
    line-height: 32px;
    max-width: 408px;
    margin-top: 16px;
  }

  .child-service {
    margin-top: 80px;
  }

  .child-service::before {
    background-image: url("../../../images/components/child-service/orange2.png");
    height: 420px;
    top: 20px;
  }

  .child-service::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background-image: url("../../../images/components/child-service/orange3.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    height: 301px;
    top: 255px;
  }

  .one-service {
    width: 100%;
    padding-left: 0;
  }

  .one-service__title {
    top: 86px;
    left: 367px;
    max-width: 400px;
  }

  .one-service__picture {
    width: 401px;
    height: 398px;
  }

  .one-service__picture::after {
    display: none;
  }

  .two-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
    margin-top: -10px;
  }

  .two-service__title {
    top: 127px;
    left: -2px;
    max-width: 445px;
    text-align: left;
  }

  .two-service__picture {
    width: 400px;
    height: 386px;
  }

  .thrid-service {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
    width: 100%;
  }

  .thrid-service__title {
    top: 87px;
    left: 384px;
    width: 330px;
  }

  .thrid-service__picture {
    width: 400px;
    height: 356px;
  }

  .four-service {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
  }

  .four-service__title {
    top: 136px;
    left: 0;
    width: 480px;
  }

  .four-service__picture {
    width: 400px;
    height: 392px;
  }

  .four-service__picture::after {
    left: 0;
  }

  .title-service {
    -webkit-text-stroke-width: 2px;
    font-size: 48px;
    line-height: 60px;
  }

  .utility {
    margin-top: 116px;
  }

  .utility__row::after {
    display: none;
  }

  .utility__title {
    font-size: 48px;
    line-height: 64px;
    -webkit-text-stroke-width: 2px;
  }

  .news-main {
    margin-top: 120px;
  }

  .news-main__all {
    position: relative;
    bottom: 0;
    margin-left: 0;
    width: 140px;
    font-size: 12px;
    line-height: 16px;
    left: 0;
  }

  .news-main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-main__title {
    font-size: 48px;
    white-space: normal;
    line-height: 64px;
    -webkit-text-stroke-width: 2px;
  }

  .other-links {
    margin-top: 80px;
  }

  .other-links__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .other-links__item {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .other-links__item + .other-links__item {
    margin-top: 0;
    margin-left: 48px;
  }

  .form-page__title {
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0.06em;
    white-space: pre-line;
  }

  .form-page__form {
    margin-top: 67px;
  }

  .form-page__links {
    margin: 40px auto;
  }

  .form-page__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-page__links a + a {
    margin-top: 0;
    margin-left: 26px;
  }

  .form-content__grid {
    margin-top: 67px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
  }

  .form-content__cell + .form-content__cell {
    margin-top: 0;
  }

  .form-content__btn-sec {
    margin-top: 48px;
  }

  .forms-btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .forms-btn__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .forms-btn__flex .forms-btn__politic {
    margin: 0;
    max-width: 340px;
  }

  .forms-btn__submit {
    padding: 15px 19px;
  }

  main {
    overflow: visible;
  }

  .form-page::before {
    height: 430px;
    top: 190px;
  }

  .form-page::after {
    height: 380px;
    bottom: 160px;
  }
}

@media only screen and (min-width: 1366px) {
  .header__left {
    width: 500px;
  }

  .header__right {
    width: 500px;
  }

  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-left__site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-left__shop {
    font-style: normal;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: #695a55;
    margin-left: 40px;
    position: relative;
    padding-left: 28px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .header-left__shop svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    stroke: #695a55;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    stroke-width: 2;
  }

  .header-left__search {
    display: none;
  }

  .header-right__buttons {
    display: block;
    margin-right: 40px;
  }

  .header-right__btn + .header-right__btn {
    margin-left: 30px;
  }

  .header-right__lk {
    font-style: normal;
    font-weight: 700;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 0.07em;
    color: #695a55;
    margin-right: 40px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .no-touch .header-right__lk:hover {
    color: #ffa554;
  }

  .no-scroll .header-right__menu::before {
    top: 9px;
  }

  .no-scroll .header-right__menu::after {
    top: 9px;
  }

  .header-right__menu {
    font-size: 14px;
    width: 78px;
    line-height: 21px;
    padding-left: 30px;
  }

  .header-right__menu::before {
    width: 20px;
    height: 2px;
    top: 4px;
  }

  .header-right__menu::after {
    width: 20px;
    height: 2px;
    top: 14px;
  }

  .main-menu__top {
    display: none;
  }

  .main-menu__water-line {
    margin-top: 38px;
  }

  .main-menu__water-line svg {
    height: 9px;
  }

  .main-menu__list {
    margin-top: 96px;
  }

  .main-menu__list--sub {
    margin-top: 77px;
  }

  .top-menu {
    width: 100%;
    margin: auto;
    max-width: 1300px;
  }

  .top-menu li {
    margin-left: 36px;
    margin-right: 36px;
  }

  .top-menu a {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.06em;
  }

  .top-menu-sub {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 80px;
    max-width: 1232px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
  }

  .top-menu-sub li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .top-menu-sub a {
    font-size: 24px;
    white-space: nowrap;
    line-height: 32px;
  }

  .footer-left__top {
    padding-top: 15px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 24px;
  }

  .footer-left__btn {
    grid-row: span 2/auto;
  }

  .footer-left__phone {
    margin-top: 0;
  }

  .footer-left__bottom-alt {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #49403d;
    line-height: 24px;
  }

  .footer-left__bottom {
    display: none;
  }

  .top-slider {
    margin-top: -120px;
  }

  .top-slider__text {
    padding: 287px 0 0 208px;
  }

  .top-slider__navigation {
    width: 1040px;
    top: 50%;
    position: absolute;
    height: 40px;
    margin-top: -20px;
    left: 50%;
    margin-left: -520px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
  }

  .top-slider__image::before {
    -webkit-mask: url("../../../images/slide-bg-desctop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 920px;
    max-height: 920px;
  }

  .top-slider__image img,
  .top-slider__image iframe {
    -webkit-mask: url("../../../images/slide-bg-desctop.svg");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    height: 920px;
    max-height: 920px;
  }

  .top-slider__title {
    font-size: 112px;
    line-height: 112px;
  }

  .top-slider__desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 36px;
  }

  .top-slider__link {
    right: 176px;
    bottom: -14px;
  }

  .top-slider__pagination {
    bottom: 93px !important;
  }

  .more-for-club {
    margin-top: -55px;
    z-index: 3;
  }

  .more-for-club::before {
    margin-left: -620px;
    width: 480px;
    top: inherit;
    bottom: -157px;
    margin-top: 0;
    height: 250px;
    background-size: cover;
    background-position: center bottom;
  }

  .group-studi {
    margin-top: 160px;
  }

  .group-studi::after {
    background-image: url("../../../images/components/group-studi/elephant2.svg");
    height: 707px;
    top: -71px;
  }

  .group-studi::before {
    height: 115px;
    right: 81px;
    top: -153px;
    width: 115px;
  }

  .group-inform::after {
    width: 170px;
    height: 170px;
    right: inherit;
    left: -121px;
    top: -73px;
  }

  .group-inform::before {
    right: 410px;
    bottom: -266px;
  }

  .child-service {
    margin-top: 160px;
  }

  .child-service::before {
    height: 430px;
    top: -150px;
  }

  .child-service::after {
    background-image: url("../../../images/components/child-service/orange4.png");
    height: 590px;
    top: 570px;
  }

  .one-service__title {
    top: 151px;
    left: 500px;
    max-width: 800px;
  }

  .one-service__picture {
    width: 535px;
    height: 535px;
  }

  .two-service {
    margin-top: 46px;
  }

  .two-service__title {
    top: 156px;
    left: 207px;
  }

  .two-service__picture {
    width: 500px;
    height: 485px;
  }

  .thrid-service {
    margin-top: 19px;
  }

  .thrid-service__title {
    top: 137px;
    left: 538px;
    width: 680px;
  }

  .thrid-service__picture {
    width: 504px;
    height: 450px;
  }

  .four-service {
    margin-top: 90px;
  }

  .four-service__title {
    top: 159px;
    width: 627px;
  }

  .four-service__picture {
    height: 479px;
    width: 536px;
  }

  .four-service__picture::after {
    height: 200px;
    top: -100px;
  }

  .title-service {
    font-size: 64px;
    line-height: 88px;
  }

  .utility {
    margin-top: 255px;
  }

  .utility__title {
    font-size: 64px;
    line-height: 88px;
  }

  .utility__grid {
    margin-top: 60px;
  }

  .utility-item__picture {
    max-height: 428px;
  }

  .utility-item__picture img {
    border-radius: 140px 48px 48px;
  }

  .utility-item__caption {
    font-size: 22px;
    line-height: 32px;
  }

  .news-main {
    margin-top: 178px;
    position: relative;
  }

  .news-main::before {
    position: absolute;
    right: 0;
    top: -55px;
    content: "";
    width: 20%;
    height: 150px;
    background-image: url("../../../images/components/news-main/leaf.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }

  .news-main__title {
    font-size: 64px;
    line-height: 88px;
  }

  .news-main__grid {
    margin-top: 60px;
    grid-gap: 48px;
  }

  .news-main-item__type {
    font-size: 13px;
    padding: 12px 24px;
    line-height: 24px;
    border-radius: 0 32px;
  }

  .news-main-item__picture {
    max-height: 342px;
  }

  .news-main-item__picture img {
    border-radius: 32px 32px 80px;
  }

  .news-main-item__caption {
    margin-top: 24px;
    font-size: 32px;
    padding-left: 24px;
    line-height: 40px;
  }

  .other-links {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .form-page__row {
    max-width: 1026px;
    margin: auto;
  }

  .form-page__title {
    font-size: 88px;
    line-height: 104px;
  }

  .form-page__form {
    margin-top: 83px;
  }

  .form-page__links {
    margin: 60px auto;
  }

  .form-page__links a {
    font-size: 18px;
    line-height: 20px;
  }

  .form-content__grid {
    max-width: 952px;
    grid-gap: 55px;
  }

  .form-content__btn-sec {
    margin-top: 63px;
  }

  .form-page::before {
    height: 480px;
  }

  .form-page::after {
    height: 520px;
  }
}

@media only screen and (min-width: 1660px) {
  .front-page .header .wrapper {
    max-width: 1688px;
  }

  .front-page .main-menu .wrapper {
    max-width: 1688px;
  }

  .front-page .footer .wrapper {
    max-width: 1688px;
  }

  .top-slider {
    width: 1784px;
    margin: -120px 0 0 auto;
  }

  .top-slider__text {
    padding: 318px 0 0 208px;
  }

  .top-slider__navigation {
    margin-top: -35px;
    width: 1300px;
    margin-left: -650px;
  }

  .top-slider__image::before {
    -webkit-mask: url("../../../images/slide-bg-wide-desctop.svg");
    -webkit-mask-size: 1784px 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    -webkit-mask-position: right top;
    height: 1080px;
    max-height: 1080px;
    width: 1784px;
    left: inherit;
    right: 0;
  }

  .top-slider__image img,
  .top-slider__image iframe {
    -webkit-mask: url("../../../images/slide-bg-wide-desctop.svg");
    -webkit-mask-size: 1784px 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-clip: border-box;
    -webkit-mask-position: right top;
    height: 1080px;
    max-height: 1080px;
    width: 1784px;
  }

  .top-slider__pagination {
    width: 100vw !important;
    left: inherit !important;
    right: 0;
    padding-left: 0;
  }

  .more-for-club {
    margin-top: -34px;
  }

  .form-page__row {
    max-width: 1440px;
  }
}
/*# sourceMappingURL=../sourcemaps/child_home/style.css.map */
