@charset "UTF-8";
header.header.header-main {
  margin-bottom: 0 !important;
  padding-top: 0;
  height: auto;
}

.header.header-main {
  --text-color: #393939;
  --upper-bg: rgba(255, 255, 255, 0.97);
  --lower-bg: rgba(255, 255, 255, 0.8);
}
.header.header-main .header__wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .header.header-main .header__wrapper {
    position: absolute;
  }
}
.header.header-main .header__bg {
  margin-top: -60px;
  width: 100%;
  aspect-ratio: 2.389;
}
.header.header-main .header__bg .video {
  width: 100%;
  height: 100%;
  position: relative;
}
.header.header-main .header__bg .video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #393939;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.header.header-main .header__bg .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header.header-main .header__bg .image {
  display: none;
}
@media (max-width: 768px) {
  .header.header-main .header__bg {
    aspect-ratio: auto;
  }
  .header.header-main .header__bg .video {
    display: none;
  }
  .header.header-main .header__bg .image {
    display: block;
    height: 310px;
  }
  .header.header-main .header__bg .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .header.header-main .header__bg {
    margin-top: 0;
    padding-top: 110px;
  }
}
.header.header-default {
  --text-color: #ffffff;
  --upper-bg: transparent;
  --lower-bg: transparent;
  height: 540px;
}
@media (max-width: 576px) {
  .header.header-default {
    --text-color: #393939;
  }
}
@media (max-width: 768px) {
  .header.header-default {
    height: 420px;
  }
}
.header.header-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.header.header-default .header__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.75)), to(rgba(42, 42, 42, 0)));
  background: linear-gradient(180deg, rgba(42, 42, 42, 0.75) 0%, rgba(42, 42, 42, 0) 100%);
  background-blend-mode: multiply;
}
.header.header-default .logo-white {
  display: block;
}
.header.header-default .logo-black {
  display: none;
}
@media (max-width: 576px) {
  .header.header-default .logo-white {
    display: none;
  }
  .header.header-default .logo-black {
    display: block;
  }
}
.header .container {
  max-width: 1520px;
  margin: 0 auto;
}
.header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 33;
}
.header__upper {
  min-height: 110px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--upper-bg);
}
.header__upper .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__upper .logo {
  margin-right: auto !important;
  display: inline-block;
}
@media (max-width: 1200px) {
  .header__upper .logo {
    margin-right: 40px !important;
  }
}
.header__upper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
}
.header__upper .right .address {
  font: 400 14px/16px "Montserrat-Ace";
  color: var(--text-color);
}
.header__upper .right .phone-numbers a {
  font: 400 14px/1 "Montserrat-Ace";
  color: var(--text-color);
}
.header__upper .right .phone-numbers a:not(:last-of-type) {
  margin-bottom: 4px;
}
.header__upper .right .circles {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}
.header__upper .right .circles .lang,
.header__upper .right .circles .msg,
.header__upper .right .circles .burger {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1;
  height: 100%;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__upper .right .circles .lang .select2-container--default .select2-selection--single {
  background: none;
  border: 0;
}
.header__upper .right .circles .lang .select2-container--default .select2-selection--single .select2-selection__rendered {
  font: 400 14px/1 "Montserrat-Ace";
  color: var(--text-color);
  text-transform: capitalize;
}
.header__upper .right .circles .lang .select2-container .select2-selection--single {
  line-height: 14px;
  height: 14px;
}
.header__upper .right .circles .lang .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0px;
  width: 7px;
}
.header__upper .right .circles .lang .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: initial;
  background-color: var(--text-color);
  -webkit-mask: url(../i/caramel/select.svg) 50% 50% no-repeat !important;
          mask: url(../i/caramel/select.svg) 50% 50% no-repeat !important;
  width: 7px;
}
.header__upper .right .circles .lang .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 9px;
}
.header__upper .right .circles .lang .select2-container--open .select2-dropdown--below {
  width: 50px !important;
  left: -10px !important;
}
.header__upper .right .circles .msg {
  position: relative;
  padding: 0;
  background: transparent;
}
.header__upper .right .circles .msg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--text-color);
  -webkit-mask: url(../i/caramel/msg.svg) 50% 50% no-repeat;
          mask: url(../i/caramel/msg.svg) 50% 50% no-repeat;
}
.header__upper .right .circles .burger {
  display: none;
  position: relative;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  border: 1px solid #393939;
  border-radius: 50%;
  cursor: pointer;
}
.header__upper .right .circles .burger .line-1,
.header__upper .right .circles .burger .line-2,
.header__upper .right .circles .burger .line-3 {
  display: block;
  top: 0;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #393939;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__upper .right .circles .burger .line-1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header__upper .right .circles .burger .line-2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.header__upper .right .circles .burger .line-3 {
  margin-bottom: 0;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.header__upper .right .circles .burger .cross,
.header__upper .right .circles .burger .cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #808E7D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__upper .right .circles .burger .cross {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__upper .right .circles .burger .cross:after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header__upper .right .circles .burger.active .line-1 {
  width: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header__upper .right .circles .burger.active .line-2 {
  width: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header__upper .right .circles .burger.active .line-3 {
  width: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__upper .right .circles .burger.active .cross {
  width: 22px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.header__upper .right .circles .burger.active .cross:after {
  width: 22px;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 991px) {
  .header__upper .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  .header__upper .right .address {
    display: none;
  }
  .header__upper .right .phone-numbers {
    display: none;
  }
  .header__upper .right .circles {
    gap: 20px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .header__upper .right .btn-default,
  .header__upper .right .btn-white {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .header__upper {
    background: #ffffff;
    border-bottom: 1px solid #EDEDE5;
  }
  .header__upper .right .circles .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__lower {
  min-height: 60px;
  padding: 20px 0;
  background: var(--lower-bg);
}
.header__lower #menu-caramel-main {
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 66px;
}
.header__lower #menu-caramel-main .menu-item {
  list-style: none;
}
.header__lower #menu-caramel-main .menu-item a {
  font: 500 14px/1.2 "Montserrat-Ace";
  color: var(--text-color);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header__lower #menu-caramel-main {
    gap: 18px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .header__lower {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .header__lower.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__lower #menu-caramel-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__lower #menu-caramel-main .menu-item {
    text-align: center;
  }
}

.footer {
  padding: 82px 0 100px;
  background: #C1AF97;
}
.footer-container {
  gap: 10px;
}
.footer .logo {
  margin-bottom: 35px;
}
.footer .contact {
  font: 400 14px/1 "Montserrat-Ace";
  color: #ffffff;
}
.footer .contact .item {
  padding: 10px;
}
.footer .contact .item a {
  color: inherit;
}
.footer-links {
  margin-top: 24px;
}
.footer-links .tg {
  background-image: url(../i/caramel/tg.svg);
}
.footer-links .vk {
  background-image: url(../i/caramel/vk.svg);
}
.footer-about {
  max-width: 372px;
  font: 400 14px/1.2 "Montserrat-Ace";
  color: #ffffff;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-menu a {
  font: 500 14px/1 "Montserrat-Ace";
  color: #ffffff;
}
@media (max-width: 1200px) {
  .footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-about {
    margin-top: 24px;
    grid-column: span 4;
    max-width: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-container .left {
    margin-bottom: 0;
    grid-row: span 2;
  }
  .footer-about {
    grid-column: span 3;
  }
}
@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-container .left {
    grid-row: span 3;
  }
  .footer-about {
    grid-column: span 2;
  }
}

body.home {
  --submenu-text-color: $caramel-black;
}

body:not(.home) {
  --submenu-text-color: $caramel-black;
}

.main-menu > .menu-item-has-children > a {
  position: relative;
}
.main-menu > .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  right: -19px;
  background: #FBFBFB;
  border-radius: 50%;
  opacity: 0.4;
}
.main-menu > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 5px;
  right: -14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid var(--text-color);
  border-left: 1px solid var(--text-color);
  -webkit-transition: top 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: top 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, top 0.3s ease-in;
  transition: transform 0.3s ease-in, top 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.main-menu > .menu-item-has-children > a.open::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  top: 7px;
}
.main-menu > .menu-item-has-children > .sub-menu a {
  color: var(--submenu-text-color) !important;
}
.main-menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  padding-left: 0;
}
.main-menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item a {
  text-transform: none !important;
}
@media (min-width: 577px) {
  .main-menu > .menu-item-has-children > .sub-menu {
    display: none;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    padding-top: 20px;
    min-width: 300px;
  }
  .main-menu > .menu-item-has-children > .sub-menu .current-menu-item > a {
    font-weight: bold !important;
    background: transparent !important;
  }
  .main-menu > .menu-item-has-children > .sub-menu .current_page_parent > a:hover {
    background: transparent !important;
  }
  .main-menu > .menu-item-has-children > .sub-menu > .menu-item {
    background: #ffffff;
  }
  .main-menu > .menu-item-has-children > .sub-menu > .menu-item a {
    display: block;
    padding: 10px 20px;
  }
  .main-menu > .menu-item-has-children > .sub-menu > .menu-item a:hover {
    text-decoration: underline !important;
  }
  .main-menu > .menu-item-has-children:hover > .sub-menu:not(:has(.sub-menu)) {
    display: block;
    opacity: 1;
  }
  .main-menu > .menu-item-has-children:hover > .sub-menu:not(:has(.sub-menu)) > .menu-item:first-of-type {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .main-menu > .menu-item-has-children:hover > .sub-menu:not(:has(.sub-menu)) > .menu-item:last-of-type {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .main-menu > .menu-item-has-children:hover > .sub-menu:has(.sub-menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .main-menu > .menu-item-has-children:hover > .sub-menu:has(.sub-menu) > .menu-item:first-of-type {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .main-menu > .menu-item-has-children:hover > .sub-menu:has(.sub-menu) > .menu-item:last-of-type {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (max-width: 576px) {
  .main-menu > .menu-item-has-children .current-menu-item > a {
    color: #808E7D !important;
    background: transparent !important;
  }
  .main-menu > .menu-item-has-children a:active {
    color: #808E7D !important;
    text-decoration: underline !important;
  }
  .main-menu > .menu-item-has-children > .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    padding-left: 0;
  }
  .main-menu > .menu-item-has-children > .sub-menu > .menu-item {
    padding-top: 10px;
  }
  .main-menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item {
    padding-top: 5px;
  }
  .main-menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a::before {
    content: "—  ";
  }
  .main-menu > .menu-item-has-children > .sub-menu.open {
    height: auto;
    max-height: 300px;
  }
}

.page {
  font-family: "Montserrat-Ace", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1540px !important;
}

.d-none {
  display: none !important;
}

a {
  text-decoration: none !important;
}

.btn-default {
  padding: 18px 50px !important;
  height: auto !important;
  font-family: "Montserrat-Ace", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  background: #BD895F !important;
}
.btn-default:hover {
  background: #808E7D !important;
}

.btn-white {
  padding: 18px 50px !important;
  height: auto !important;
  font-family: "Montserrat-Ace", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  background: #ffffff !important;
  border: none !important;
}
.btn-white:hover {
  background: #808E7D !important;
}

section {
  margin-top: 130px;
}
@media (max-width: 576px) {
  section {
    margin-top: 60px;
  }
}

.section-title {
  font-family: "Montserrat-Ace", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  color: #BD895F;
}
.section-title .marker::after {
  content: none;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 7vw;
  }
}/*# sourceMappingURL=caramel-global.css.map */