﻿@charset "UTF-8";
/* #region .section */
.section {
  margin-bottom: 65px;
  text-align: center;
}

.validate-page .section {
  display: none;
}
.validate-page .section.active {
  display: block;
}

.home-entry {
  margin-top: 70px;
}

/* #endregion */
/* #region .languages-menu */
.languages {
  margin: 25px 0;
}
.languages .languages-menu {
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  font: bold 20px "Montserrat", Arial, sans-serif;
}
.languages .languages-menu li {
  margin-bottom: 15px;
}
.languages .languages-menu li a::before,
.languages .languages-menu li span::before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 90px;
  height: 75px;
  background-size: 90px !important;
}
.languages .languages-menu .language-bg a::before,
.languages .languages-menu .language-bg span::before {
  background: url(/pages/images/languages/bulgaria.png) no-repeat;
}
.languages .languages-menu .language-en a::before,
.languages .languages-menu .language-en span::before {
  background: url(/pages/images/languages/united-kingdom-2.png) no-repeat;
}
.languages .languages-menu .language-ro a::before,
.languages .languages-menu .language-ro span::before {
  background: url(/pages/images/languages/romania.png) no-repeat;
}
.languages .languages-menu span {
  position: relative;
}
.languages .languages-menu span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #087035 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.131' height='5.555' viewBox='0 0 7.131 5.555'%3E%3Cg id='Component_45_1' data-name='Component 45 – 1' transform='translate(0 0)'%3E%3Cpath id='Path_40' data-name='Path 40' d='M6.922,56.492,3.16,60.519a.681.681,0,0,1-1.009,0L.209,58.44a.8.8,0,0,1,0-1.08.681.681,0,0,1,1.009,0L2.655,58.9l3.257-3.487a.681.681,0,0,1,1.009,0A.8.8,0,0,1,6.922,56.492Z' transform='translate(0 -55.188)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") center/15px no-repeat;
  border-radius: 50%;
}

/* #endregion */
/*#region .scenes-nav */
.scenes-nav {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.scenes-nav li {
  display: none;
}
.scenes-nav li a {
  display: block;
  padding: 15px 60px;
  color: #fff;
  font: bold 12px "Montserrat", Arial, sans-serif;
  background-color: #522d62;
  border-radius: 10px;
}
.scenes-nav li.has-selected + li {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.scenes-nav li.has-selected + li a {
  padding-left: 15px;
  background: #633777;
  text-transform: uppercase;
}
.scenes-nav li.has-selected + li::after {
  position: absolute;
  top: 7px;
  right: 8px;
  content: "";
  padding: 15px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.974' height='13.749' viewBox='0 0 26.974 13.749'%3E%3Cg id='Group_23612' data-name='Group 23612' transform='translate(0.5 0.574)'%3E%3Cg id='Group_23613' data-name='Group 23613' transform='translate(0)'%3E%3Cpath id='Path_20772' data-name='Path 20772' d='M25.762,5.822l-.006,0L20.149.211a.723.723,0,0,0-1.022,1.022l4.379,4.379H.695a.722.722,0,0,0,0,1.443H23.508l-4.387,4.387a.722.722,0,0,0,0,1.021.721.721,0,0,0,1.021,0L25.76,6.846l0,0a.723.723,0,0,0,0-1.022' transform='translate(0 0.001)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/20px no-repeat;
}
.scenes-nav li:has(+ li.has-selected) {
  position: relative;
  display: inline-block;
}
.scenes-nav li:has(+ li.has-selected) a {
  padding-right: 15px;
  text-transform: uppercase;
}
.scenes-nav li:has(+ li.has-selected)::before {
  position: absolute;
  top: 7px;
  left: 8px;
  content: "";
  padding: 15px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.974' height='13.749' viewBox='0 0 26.974 13.749'%3E%3Cg id='Group_23612' data-name='Group 23612' transform='translate(0.5 0.574)'%3E%3Cg id='Group_23613' data-name='Group 23613' transform='translate(0)'%3E%3Cpath id='Path_20772' data-name='Path 20772' d='M25.762,5.822l-.006,0L20.149.211a.723.723,0,0,0-1.022,1.022l4.379,4.379H.695a.722.722,0,0,0,0,1.443H23.508l-4.387,4.387a.722.722,0,0,0,0,1.021.721.721,0,0,0,1.021,0L25.76,6.846l0,0a.723.723,0,0,0,0-1.022' transform='translate(0 0.001)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/20px no-repeat;
  transform: rotate(180deg);
}

/*#endregion */
/* #region Forms */
.contacts .entry-title {
  font-weight: 400;
  text-transform: none;
  opacity: 0.68;
}

.contacts .entry-title::after {
  display: none;
}

.contacts-form {
  margin: auto;
  max-width: 893px;
  text-align: center;
}
.contacts-form textarea {
  height: 12em !important;
}

@media (min-width: 1200px) {
  .contacts .entry-title {
    font-size: 50px;
  }
}
/* #endregion */
