/*#region ------ Variables --- */
/*#region ------ Arrays --- */
/*#endregion*/
/*#endregion*/
/*#region ------ Mixins --- */
/*#endregion*/
/*#region ------ Functions --- */
/*#endregion*/
/* ------ Parts ------ */
/* ------ Components ------ */
/* ------ Widgets ------ */
/* ------ Elements ------ */
/* ------ Templates ------ */
@font-face {
  font-family: "FiraSans-Regular";
  src: url("../fonts/FiraSans-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-Medium";
  src: url("../fonts/FiraSans-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-SemiBold";
  src: url("../fonts/FiraSans-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-Bold";
  src: url("../fonts/FiraSans-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-Black";
  src: url("../fonts/FiraSans-Black.woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

:root {
  --color-main-1: #71c4ef;
  --color-main-1--rgb: 113, 196, 239;
  --color-dark: #050304;
  --color-dark--rgb: 5, 3, 4;
  --color-light: #ffffff;
  --color-light--rgb: 255, 255, 255;
  --color-shade-1: #504f4f;
  --color-shade-1--rgb: 80, 79, 79;
  --color-shade-2: #191718;
  --color-shade-2--rgb: 25, 23, 24;
  --color-shade-3: #f2f2f2;
  --color-shade-3--rgb: 242, 242, 242;
  --color-shade-4: #e0e0e0;
  --color-shade-4--rgb: 224, 224, 224;
}

nav,
footer,
header,
aside {
  display: block;
}

footer,
header {
  flex-shrink: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "FiraSans-Regular";
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  html,
  body {
    font-size: calc(0.0181818182 * 100vw + -5.8181818182px);
    font-size: calc(0.0022727273 * 100vw + 13.2727272727px);
  }
}
@media (max-width: 1199px) {
  html,
  body {
    line-height: 120%;
    line-height: 120%;
  }
}

body {
  display: flex;
  height: fit-content;
  background-color: var(--color-light);
}
body::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: var(--color-dark);
}
body::-webkit-scrollbar-thumb {
  background: var(--color-main-1);
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: var(--color-dark);
  transition: color ease 400ms;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--color-main-1);
}

i {
  color: var(--color-main-1);
  font-style: normal;
}

ul,
li {
  list-style: none;
}

img {
  display: flex;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

h1 {
  font-family: "FiraSans-Bold";
  font-size: 48px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h1 {
    font-size: calc(0.0545454545 * 100vw + -17.4545454545px);
    font-size: calc(0.0227272727 * 100vw + 20.7272727273px);
  }
}
@media (max-width: 1199px) {
  h1 {
    line-height: 120%;
    line-height: 120%;
  }
}

h2 {
  font-family: "FiraSans-Bold";
  font-size: 36px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: calc(0.0409090909 * 100vw + -13.0909090909px);
    font-size: calc(0.0113636364 * 100vw + 22.3636363636px);
  }
}
@media (max-width: 1199px) {
  h2 {
    line-height: 120%;
    line-height: 120%;
  }
}

h3 {
  font-family: "FiraSans-Bold";
  font-size: 30px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: calc(0.0340909091 * 100vw + -10.9090909091px);
    font-size: calc(0.0068181818 * 100vw + 21.8181818182px);
  }
}
@media (max-width: 1199px) {
  h3 {
    line-height: 120%;
    line-height: 120%;
  }
}

h4 {
  font-family: "FiraSans-Bold";
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: calc(0.0272727273 * 100vw + -8.7272727273px);
    font-size: calc(0.0022727273 * 100vw + 21.2727272727px);
  }
}
@media (max-width: 1199px) {
  h4 {
    line-height: 120%;
    line-height: 120%;
  }
}

h5 {
  font-family: "FiraSans-Bold";
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h5 {
    font-size: calc(0.0227272727 * 100vw + -7.2727272727px);
    font-size: calc(0.0022727273 * 100vw + 17.2727272727px);
  }
}
@media (max-width: 1199px) {
  h5 {
    line-height: 120%;
    line-height: 120%;
  }
}

h6 {
  font-family: "FiraSans-Bold";
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h6 {
    font-size: calc(0.0181818182 * 100vw + -5.8181818182px);
    font-size: calc(0 * 100vw + 16px);
  }
}
@media (max-width: 1199px) {
  h6 {
    line-height: 120%;
    line-height: 120%;
  }
}

p {
  font-family: "FiraSans-Regular";
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  p {
    font-size: calc(0.0181818182 * 100vw + -5.8181818182px);
    font-size: calc(0.0022727273 * 100vw + 13.2727272727px);
  }
}
@media (max-width: 1199px) {
  p {
    line-height: 120%;
    line-height: 120%;
  }
}

/*========= Components ===========*/
.header {
  background-color: var(--color-light);
}
.header > .container {
  display: flex;
  height: 100%;
}
.header__desktop {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: minmax(auto, 160px) 1fr auto;
  justify-content: space-between;
  grid-column-gap: 30px;
  width: 100%;
}
.header__desktop .menu.menu-header {
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
  grid-gap: 15px;
}
.header__desktop .menu.menu-header .menu-node {
  position: relative;
  display: flex;
  height: 100%;
}
.header__desktop .menu.menu-header .menu-node--childs .menu--dropdown {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  border: 1px solid var(--color-shade-1);
  background-color: var(--color-dark);
  top: calc(50% + 30px);
  width: max-content;
  left: calc(-50% - 20px);
  opacity: 0;
  z-index: -2;
}
.header__desktop .menu.menu-header .menu-node--childs .menu--dropdown > *:not(:last-child) {
  padding-bottom: 15px;
}
.header__desktop .menu.menu-header .menu-node--childs > .menu-link {
  position: relative;
  padding-right: 15px;
}
.header__desktop .menu.menu-header .menu-node--childs > .menu-link:before {
  transition: transform ease 400ms;
  position: absolute;
  right: 0;
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M4.31216 5.1201L7.8722 1.3327C7.9546 1.24511 8 1.12817 8 1.00349C8 0.878801 7.9546 0.761865 7.8722 0.674267L7.61008 0.395352C7.43929 0.213859 7.1617 0.213859 6.99116 0.395352L4.00166 3.57572L1.00884 0.391823C0.926432 0.304225 0.816579 0.255859 0.699441 0.255859C0.582174 0.255859 0.472322 0.304225 0.389851 0.391823L0.127804 0.670739C0.0453978 0.758406 4.76837e-07 0.875272 4.76837e-07 0.999957C4.76837e-07 1.12464 0.0453978 1.24158 0.127804 1.32918L3.69109 5.1201C3.77376 5.20791 3.88413 5.25613 4.00146 5.25586C4.11925 5.25613 4.22956 5.20791 4.31216 5.1201Z" /></svg>');
}
.header__desktop .menu.menu-header .menu-node--childs:hover .menu--dropdown {
  opacity: 1;
  z-index: 2;
}
.header__desktop .menu.menu-header .menu-node--childs:hover > .menu-link:before {
  transform: scale(-1);
}
.header__desktop .menu.menu-header .menu-link {
  font-family: "FiraSans-Medium";
  font-size: 16px;
  margin: auto 0;
}
.header__desktop .menu.menu-header .menu--dropdown {
  position: absolute;
}
.header__mobile {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
  width: 100%;
}
.header__contact.field {
  display: flex;
  flex-direction: column;
}
.header__contact .field__title {
  font-family: "FiraSans-Bold";
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .header__contact .field__title {
    font-size: calc(0.0227272727 * 100vw + -7.2727272727px);
    font-size: calc(0.0022727273 * 100vw + 17.2727272727px);
  }
}
@media (max-width: 1199px) {
  .header__contact .field__title {
    line-height: 120%;
    line-height: 120%;
  }
}
.header__contact .field__subtitle {
  font-size: 14px;
  transition: color ease-in-out 400ms;
  color: var(--color-main-1);
}
.header__contact .field__subtitle:hover {
  color: var(--color-dark);
}
@media (min-width: 1200px) {
  .header {
    height: 90px;
  }
  .header__mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header {
    height: calc(0.0227272727 * 100vw + 62.7272727273px);
  }
  .header__desktop {
    display: none;
  }
}

.logo {
  display: flex;
  flex-direction: column;
}
.logo *:first-child {
  margin-bottom: 5px;
}
.logo__title {
  font-family: "FiraSans-Bold";
  color: var(--color-main-1);
  font-size: 18px;
}
.logo__subtitle {
  font-size: 12px;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .logo__title {
    font-size: calc(0.0045454545 * 100vw + 14.5454545455px);
  }
  .logo__subtitle {
    font-size: calc(0.0022727273 * 100vw + 9.2727272727px);
  }
}

.footer {
  background-color: var(--color-dark);
}
.footer__inner {
  display: none;
}
.footer__side {
  grid-area: side;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__side > *:last-child {
  margin-top: 20px;
}
.footer__menu {
  grid-area: menu;
}
.footer__menu .menu.menu-footer {
  display: grid;
  grid-column-gap: 30px;
}
.footer__menu .menu.menu-footer > .menu-node > .menu-link {
  display: flex;
  font-family: "FiraSans-Bold";
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .footer__menu .menu.menu-footer > .menu-node > .menu-link {
    font-size: calc(0.0272727273 * 100vw + -8.7272727273px);
    font-size: calc(0.0022727273 * 100vw + 21.2727272727px);
  }
}
@media (max-width: 1199px) {
  .footer__menu .menu.menu-footer > .menu-node > .menu-link {
    line-height: 120%;
    line-height: 120%;
  }
}
.footer__menu .menu.menu-footer > .menu-node .menu--dropdown > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer__menu .menu.menu-footer {
    justify-content: space-evenly;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .footer__menu .menu.menu-footer {
    grid-template-columns: repeat(auto-fill, minmax(280px, auto));
    grid-gap: 30px;
  }
  .footer__menu .menu.menu-footer > .menu-node {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .footer__menu .menu.menu-footer {
    text-align: center;
  }
  .footer__menu .menu.menu-footer > .menu-node {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .footer__menu .menu.menu-footer {
    justify-content: space-between;
    grid-auto-flow: column;
    grid-auto-columns: fit-content(270px);
  }
}
@media (min-width: 1200px) {
  .footer__inner {
    grid-template-columns: minmax(170px, auto) minmax(860px, auto);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer__inner {
    grid-template-columns: minmax(170px, auto) 1fr;
  }
}
@media (min-width: 992px) {
  .footer__inner {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .footer__inner {
    grid-template-areas: "side" "menu";
    grid-row-gap: 40px;
    justify-content: center;
  }
}

.developer {
  z-index: 1;
  padding: 30px 0;
}
.developer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .developer .container {
    flex-direction: column;
  }
  .developer .container > *:first-child {
    margin-bottom: 10px;
  }
}
.developer__link {
  display: flex;
  align-items: center;
  color: var(--color-light);
}
.developer__link-policy {
  text-decoration: underline;
}
.developer__link-developt {
  font-family: "FiraSans-Regular";
}
.developer__link-developt span {
  flex-shrink: 0;
}
.developer__link-developt svg {
  margin-left: 15px;
}
.developer .requisites {
  text-align: center;
  color: var(--color-shade-3);
}

.hamburger {
  display: flex;
  align-items: center;
  width: 35px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.hamburger.active .hamburger__line:first-child, .hamburger.active .hamburger__line:last-child {
  opacity: 0;
  transition: all ease 400ms, opacity 0s 0.4s;
}
.hamburger.active .hamburger__line:first-child {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger.active .hamburger__line:last-child {
  bottom: 50%;
  transform: translateY(50%);
}
.hamburger.active .hamburger__line:nth-child(2), .hamburger.active .hamburger__line:nth-child(3) {
  transition: transform 0.4s 0.4s;
}
.hamburger.active .hamburger__line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.active .hamburger__line:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  margin: auto;
  background: var(--color-main-1);
  transition: all ease 800ms, opacity 0s 0.2s;
}
.hamburger__line:first-child {
  top: 0;
}
.hamburger__line:last-child {
  bottom: 0;
}
.hamburger__line_cross {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.4s;
}

.breadcrumbs {
  color: var(--color-shade-1);
}
.breadcrumbs * {
  color: var(--color-shade-1);
  transition: color ease 400ms;
}
.breadcrumbs *:hover * {
  color: var(--color-main-1);
}
.breadcrumbs *.current-item {
  color: var(--color-shade-1);
}
.image {
  width: fit-content;
  height: fit-content;
}

.wp-navigation {
  width: fit-content;
  margin: 0 auto;
}
.wp-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-navigation .page-numbers {
  font-family: "FiraSans-Bold";
}
.wp-navigation .page-numbers.current {
  color: var(--color-main-1);
}
.wp-navigation .page-numbers:hover {
  color: var(--color-main-1);
}
.wp-navigation .page-numbers.prev {
  transform: scale(-1);
  padding-left: 30px;
}
.wp-navigation .page-numbers:not(.prev):not(:last-child) {
  padding-right: 15px;
}
.wp-navigation .page-numbers:nth-last-child(2) + .next {
  padding-left: 15px;
}
.wp-navigation .figure--next {
  width: 40px;
  height: 40px;
}

.separate--text .hide {
  display: none;
}
.separate--items .hide {
  display: none;
}
.separate__link {
  display: block;
  width: fit-content;
}

.map-holder {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .map-holder {
    margin-left: -15px;
    width: calc(100% + 30px) !important;
  }
}

/*========= Part ===========*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--max {
  max-width: 1750px;
}

.page {
  display: flex;
  flex-direction: column;
}
.page.hidden {
  overflow: hidden;
  height: 100%;
}
.page__wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
.page__layout {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: min-content;
}
.page__head {
  padding-top: 30px;
  padding-bottom: 50px;
}
.page__head *:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .page__head {
    padding-bottom: calc(0.0227272727 * 100vw + 22.7272727273px);
  }
  .page__head *:not(:last-child) {
    margin-bottom: calc(0.0170454545 * 100vw + 9.5454545455px);
  }
}
.page__head.dark {
  background-color: var(--color-dark);
}
.page__head.dark .page__title {
  color: var(--color-light);
}
.page--front .footer {
  display: none;
}
.page--single .page__layout > *:not(.component, .page__head) * {
  line-height: 150%;
}
.page--single .page__layout > *:not(.component, .page__head) ul {
  display: grid;
  grid-row-gap: 10px;
}
.page--single .page__layout > *:not(.component, .page__head) ul li {
  display: flex;
}
.page--single .page__layout > *:not(.component, .page__head) ul li {
  display: flex;
  align-items: baseline;
}
.page--single .page__layout > *:not(.component, .page__head) ul li:before {
  flex-shrink: 0;
  content: "";
  transition: background-color ease 400ms;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe8633;
  margin-right: 12px;
}
.page--single .page__layout > *:not(.component, .page__head) ol {
  display: grid;
  grid-row-gap: 10px;
  counter-reset: num;
}
.page--single .page__layout > *:not(.component, .page__head) ol li {
  display: flex;
}
.page--single .page__layout > *:not(.component, .page__head) ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  margin-right: 10px;
}
.page--single .page__layout > *:not(.component, .page__head) h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page--single .page__layout > *:not(.component, .page__head) h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page--single .page__layout > *:not(.component, .page__head) h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page--single .page__layout > *:not(.component, .page__head) h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page--single .page__layout > *:not(.component, .page__head) h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page--single .page__layout > *:not(.component, .page__head) h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page--404 .header__desktop .menu.menu-header {
  opacity: 0;
}
.page--404 .page__head {
  display: none;
}
.page--404 .page__title {
  display: none;
}
.page--404 .page__layout {
  position: relative;
  align-content: center;
}
.page--404 .page__layout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  z-index: 1;
}
.page--404 .page__layout > .container {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
  color: var(--color-main-1);
  grid-template-areas: "preview content";
  overflow: hidden;
}
.page--404 .page__layout .page__preview {
  grid-area: preview;
  font-family: "FiraSans-Bold";
  font-size: 240px;
  line-height: 100%;
  color: var(--color-light);
}
.page--404 .page__layout .page__content-title {
  font-family: "FiraSans-Bold";
  color: var(--color-light);
  margin-bottom: 10px;
}
.page--404 .page__layout .page__content-description {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
  color: var(--color-light);
}
.page--404 .page__layout .page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  padding: 0 15px;
  font-family: "FiraSans-Medium";
  color: var(--color-light);
  border: 1px solid var(--color-main-1);
  border-radius: 5px;
  transition: background-color ease 400ms, transform ease-in-out 300ms;
  background-color: var(--color-main-1);
  max-width: 270px;
}
.page--404 .page__layout .page__link:hover {
  transform: scale(1.1);
  color: var(--color-main-1);
}
.page--404 .page__layout .page__link:hover {
  border-color: var(--color-main-1);
  background-color: transparent;
}
.page--404 .page__background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page--404 .page__background img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .page--404 .page__layout .page__preview {
    text-align: center;
    font-size: calc(0.1136363636 * 100vw + 103.6363636364px);
  }
  .page--404 .page__layout .page__link {
    margin: auto;
  }
  .page--404 .page__layout .page__content-title {
    text-align: center;
  }
  .page--404 .page__layout .page__content-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .page--404 .page__layout > .container {
    grid-template-columns: 1fr;
    grid-template-areas: "preview" "content";
  }
}

.layout {
  position: fixed;
  top: calc(0.0227272727 * 100vw + 62.7272727273px);
  width: 100%;
  height: calc(100% - (0.0227272727 * 100vw + 62.7272727273px));
  right: 0;
  left: 100%;
  z-index: 10;
  background-color: var(--color-light);
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s linear;
}
.layout .header__contact.field {
  align-items: center;
}
.layout.active {
  left: 0;
}
.layout__inner {
  position: relative;
  flex-grow: 1;
}
.layout__content {
  display: grid;
  justify-items: center;
  grid-gap: 30px;
  margin-top: 30px;
  padding: 0 20px;
  padding-bottom: 15px;
}
.layout__content > *:not(:last-child) {
  margin-bottom: 15px;
}
.layout .menu.menu-mobile .menu-node {
  cursor: pointer;
  height: fit-content;
  border-bottom: 1px solid var(--color-main-1);
  margin-bottom: 0;
}
.layout .menu.menu-mobile .menu-link {
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "FiraSans-Medium";
  font-size: 18px;
  line-height: 26px;
  color: var(--color-dark);
}
.layout .menu.menu-mobile .menu-node--childs > .menu-link:after {
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" ><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.layout .menu.menu-mobile .menu-node--childs .menu-node--back > .menu-link:before {
  margin-right: 15px;
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" ><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.layout .menu.menu-mobile .menu-node--back {
  display: flex;
}
.layout .menu.menu-mobile .menu--dropdown {
  position: absolute;
  left: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  z-index: 1;
  transition: 0.3s;
  top: 0;
}
.layout .menu.menu-mobile .menu--dropdown.active {
  left: 0;
}
.layout__social {
  display: flex;
  margin: auto;
  width: fit-content;
}
.layout__social > *:not(:last-child) {
  margin-right: 20px;
}

.modal {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  transition: all ease 100ms;
  opacity: 0;
  z-index: -1;
  padding: 15px;
}
.modal.active {
  opacity: 1;
  z-index: 5;
}
.modal.active .modal__wrapper {
  opacity: 1;
  transform: scale(1);
}
.modal__wrapper {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  transition: opacity ease-in-out 400ms, transform ease-in-out 400ms;
}
.modal__wrapper > * {
  display: none;
}
.modal__wrapper > *.active {
  display: block;
}
.modal--alignHead {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .modal--alignHead {
    padding-top: calc((0.0113636364 * 100vw + 76.3636363636px) + 20px);
  }
}
.modal .form-modal#form-application, .modal .form-modal#form-phone {
  position: relative;
  padding: 60px 80px;
  border-radius: 30px;
  margin: 0 auto;
  transition: all ease-out 400ms;
  overflow: hidden;
  background-color: var(--color-light);
}
.modal .form-modal#form-application .response, .modal .form-modal#form-phone .response {
  z-index: -1;
}
.modal .form-modal#form-application .response--load, .modal .form-modal#form-phone .response--load {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-application .response--load .response__text, .modal .form-modal#form-phone .response--load .response__text {
  animation: scaleText 180ms ease-in-out;
}
.modal .form-modal#form-application .response--load .response__inner--load, .modal .form-modal#form-phone .response--load .response__inner--load {
  opacity: 1;
}
.modal .form-modal#form-application .response--load ~ *, .modal .form-modal#form-phone .response--load ~ * {
  opacity: 0;
}
.modal .form-modal#form-application .response--success, .modal .form-modal#form-phone .response--success {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-application .response--success .figure, .modal .form-modal#form-phone .response--success .figure {
  display: inline-block;
  width: 8em;
  height: 8em;
  font-size: 20px;
  border-radius: 50%;
  border: 4px solid var(--color-main-1);
  position: relative;
  overflow: hidden;
  transform-origin: center;
  animation: showSuccess 180ms ease-in-out;
  transform: scale(1);
}
.modal .form-modal#form-application .response--success .figure__tip, .modal .form-modal#form-application .response--success .figure__long, .modal .form-modal#form-phone .response--success .figure__tip, .modal .form-modal#form-phone .response--success .figure__long {
  display: block;
  position: absolute;
  height: 4px;
  background-color: var(--color-main-1);
  border-radius: 10px;
}
.modal .form-modal#form-application .response--success .figure__tip, .modal .form-modal#form-phone .response--success .figure__tip {
  width: 2.4em;
  top: 4.3em;
  left: 1.4em;
  transform: rotate(45deg);
  animation: tipInPlace 300ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 180ms;
  visibility: hidden;
}
.modal .form-modal#form-application .response--success .figure__long, .modal .form-modal#form-phone .response--success .figure__long {
  transform: rotate(-45deg);
  animation: longInPlace 140ms ease-in-out;
  animation-fill-mode: forwards;
  visibility: hidden;
  animation-delay: 440ms;
}
@keyframes showSuccess {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em;
  }
  to {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    visibility: visible;
  }
}
@keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em;
  }
  to {
    width: 4em;
    top: 3.7em;
    left: 2.75em;
    visibility: visible;
  }
}
.modal .form-modal#form-application .response--success .response__text, .modal .form-modal#form-phone .response--success .response__text {
  animation: scaleText 180ms ease-in-out;
}
.modal .form-modal#form-application .response--success .response__inner--success, .modal .form-modal#form-phone .response--success .response__inner--success {
  opacity: 1;
}
.modal .form-modal#form-application .response--success ~ *, .modal .form-modal#form-phone .response--success ~ * {
  opacity: 0;
}
.modal .form-modal#form-application .response--error, .modal .form-modal#form-phone .response--error {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-application .response--error .response__text, .modal .form-modal#form-phone .response--error .response__text {
  animation: scaleText 180ms ease-in-out;
}
.modal .form-modal#form-application .response--error .response__inner--error, .modal .form-modal#form-phone .response--error .response__inner--error {
  opacity: 1;
}
.modal .form-modal#form-application .response--error ~ *, .modal .form-modal#form-phone .response--error ~ * {
  opacity: 0;
}
.modal .form-modal#form-application .response .figure, .modal .form-modal#form-phone .response .figure {
  width: 160px;
  height: 160px;
}
.modal .form-modal#form-application .response__inner, .modal .form-modal#form-phone .response__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: opacity ease 400ms;
  opacity: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
}
.modal .form-modal#form-application .response__svg, .modal .form-modal#form-phone .response__svg {
  width: 180px;
}
.modal .form-modal#form-application .response__svg path, .modal .form-modal#form-phone .response__svg path {
  fill: var(--color-main-1);
}
.modal .form-modal#form-application .response__text, .modal .form-modal#form-phone .response__text {
  margin-top: 15px;
  font-family: "FiraSans-Regular";
  color: var(--color-main-1);
  font-size: 24px;
  line-height: 32px;
}
@keyframes scaleText {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal .form-modal#form-application .response .loader, .modal .form-modal#form-phone .response .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 2s linear infinite;
}
.modal .form-modal#form-application .response .loader:before, .modal .form-modal#form-phone .response .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 3s linear infinite;
}
.modal .form-modal#form-application .response .loader:after, .modal .form-modal#form-phone .response .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal .form-modal#form-application .wpcf7, .modal .form-modal#form-phone .wpcf7 {
  display: flex;
  position: relative;
}
.modal .form-modal#form-application .wpcf7-form-control-wrap, .modal .form-modal#form-phone .wpcf7-form-control-wrap {
  display: contents;
}
.modal .form-modal#form-application .wpcf7-not-valid-tip, .modal .form-modal#form-phone .wpcf7-not-valid-tip {
  display: none;
}
.modal .form-modal#form-application .wpcf7-spinner, .modal .form-modal#form-phone .wpcf7-spinner {
  display: none;
}
.modal .form-modal#form-application .wpcf7-response-output, .modal .form-modal#form-phone .wpcf7-response-output {
  display: none;
}
.modal .form-modal#form-application .wpcf7-not-valid, .modal .form-modal#form-phone .wpcf7-not-valid {
  border-color: red !important;
}
.modal .form-modal#form-application .codedropz-upload-inner h3,
.modal .form-modal#form-application .codedropz-upload-inner span, .modal .form-modal#form-phone .codedropz-upload-inner h3,
.modal .form-modal#form-phone .codedropz-upload-inner span {
  display: none;
}
.modal .form-modal#form-application .codedropz-upload-handler, .modal .form-modal#form-phone .codedropz-upload-handler {
  border: 1px solid transparent;
}
.modal .form-modal#form-application .codedropz-upload-wrapper .dnd-upload-counter, .modal .form-modal#form-phone .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.modal .form-modal#form-application .dnd-upload-status, .modal .form-modal#form-phone .dnd-upload-status {
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .modal .form-modal#form-application .dnd-upload-details .name, .modal .form-modal#form-phone .dnd-upload-details .name {
    padding-right: 0px;
  }
  .modal .form-modal#form-application .dnd-upload-status, .modal .form-modal#form-phone .dnd-upload-status {
    flex-direction: column;
  }
}
.modal .form-modal#form-application .form__close, .modal .form-modal#form-phone .form__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  background-color: var(--color-shade-2);
  transition: transform ease-out 400ms, background-color ease 200ms;
}
.modal .form-modal#form-application .form__close:hover, .modal .form-modal#form-phone .form__close:hover {
  transform: scale(1.1);
}
.modal .form-modal#form-application .form__close:hover:before, .modal .form-modal#form-phone .form__close:hover:before {
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
}
.modal .form-modal#form-application .form__close:before, .modal .form-modal#form-phone .form__close:before {
  content: "";
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 0.4431372549          0 0 0 0 0.768627451          0 0 0 0 0.937254902          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.419325 0.419325C0.687899 0.150831 1.05212 0 1.43188 0C1.81164 0 2.17586 0.150831 2.44444 0.419325L7.50865 5.48354L12.5729 0.419325C12.843 0.15844 13.2047 0.0140841 13.5803 0.0173472C13.9558 0.0206103 14.315 0.171232 14.5805 0.436771C14.8461 0.70231 14.9967 1.06152 14.9999 1.43703C15.0032 1.81255 14.8589 2.17432 14.598 2.44444L9.53376 7.50865L14.598 12.5729C14.8589 12.843 15.0032 13.2047 14.9999 13.5803C14.9967 13.9558 14.8461 14.315 14.5805 14.5805C14.315 14.8461 13.9558 14.9967 13.5803 14.9999C13.2047 15.0032 12.843 14.8589 12.5729 14.598L7.50865 9.53376L2.44444 14.598C2.17432 14.8589 1.81255 15.0032 1.43703 14.9999C1.06152 14.9967 0.70231 14.8461 0.436771 14.5805C0.171232 14.315 0.0206103 13.9558 0.0173472 13.5803C0.0140841 13.2047 0.15844 12.843 0.419325 12.5729L5.48354 7.50865L0.419325 2.44444C0.150831 2.17586 0 1.81164 0 1.43188C0 1.05212 0.150831 0.687899 0.419325 0.419325Z" fill="black" /> </svg>');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-application form, .modal .form-modal#form-phone form {
  display: grid;
  grid-row-gap: 20px;
  width: 100%;
}
.modal .form-modal#form-application form input:not([type=submit]),
.modal .form-modal#form-application form textarea, .modal .form-modal#form-phone form input:not([type=submit]),
.modal .form-modal#form-phone form textarea {
  width: 100%;
  resize: none;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid var(--color-shade-1);
  background-color: transparent;
  border-radius: 2px;
  color: var(--color-shade-1);
}
.modal .form-modal#form-application form input:not([type=submit])::placeholder,
.modal .form-modal#form-application form textarea::placeholder, .modal .form-modal#form-phone form input:not([type=submit])::placeholder,
.modal .form-modal#form-phone form textarea::placeholder {
  font-family: "FiraSans-Regular";
  font-size: 14px;
  line-height: 130%;
  color: var(--color-shade-1);
  font-family: "FiraSans-Medium";
}
@media (max-width: 1199px) {
  .modal .form-modal#form-application form input:not([type=submit])::placeholder,
  .modal .form-modal#form-application form textarea::placeholder, .modal .form-modal#form-phone form input:not([type=submit])::placeholder,
  .modal .form-modal#form-phone form textarea::placeholder {
    font-size: calc(0.0159090909 * 100vw + -5.0909090909px);
    font-size: calc(0.0022727273 * 100vw + 11.2727272727px);
  }
}
@media (max-width: 1199px) {
  .modal .form-modal#form-application form input:not([type=submit])::placeholder,
  .modal .form-modal#form-application form textarea::placeholder, .modal .form-modal#form-phone form input:not([type=submit])::placeholder,
  .modal .form-modal#form-phone form textarea::placeholder {
    line-height: 120%;
    line-height: 120%;
  }
}
.modal .form-modal#form-application form input[type=submit], .modal .form-modal#form-phone form input[type=submit] {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  padding: 0 15px;
  font-family: "FiraSans-Medium";
  color: var(--color-light);
  border: 1px solid var(--color-main-1);
  border-radius: 5px;
  transition: background-color ease 400ms, transform ease-in-out 300ms;
  background-color: var(--color-main-1);
}
.modal .form-modal#form-application form input[type=submit]:hover, .modal .form-modal#form-phone form input[type=submit]:hover {
  transform: scale(1.1);
  color: var(--color-main-1);
}
.modal .form-modal#form-application form input[type=submit]:hover, .modal .form-modal#form-phone form input[type=submit]:hover {
  border-color: var(--color-main-1);
  background-color: transparent;
}
.modal .form-modal#form-application form .title, .modal .form-modal#form-phone form .title {
  text-transform: uppercase;
}
.modal .form-modal#form-application form .policy, .modal .form-modal#form-phone form .policy {
  place-self: center;
  color: var(--color-dark);
}
.modal .form-modal#form-application form .policy a, .modal .form-modal#form-phone form .policy a {
  color: var(--color-dark);
  text-decoration: underline;
}
.modal .form-modal#form-application form .policy a:hover, .modal .form-modal#form-phone form .policy a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modal .form-modal#form-application form .title, .modal .form-modal#form-phone form .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modal .form-modal#form-application, .modal .form-modal#form-phone {
    padding: 25px;
  }
  .modal .form-modal#form-application .form__close, .modal .form-modal#form-phone .form__close {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.modal .form-modal#form-policy {
  max-width: 1170px;
  position: relative;
  padding: 60px 80px;
  border-radius: 30px;
  margin: 0 auto;
  transition: all ease-out 400ms;
  overflow: hidden;
  background-color: var(--color-light);
}
.modal .form-modal#form-policy .response {
  z-index: -1;
}
.modal .form-modal#form-policy .response--load {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-policy .response--load .response__text {
  animation: scaleText 180ms ease-in-out;
}
.modal .form-modal#form-policy .response--load .response__inner--load {
  opacity: 1;
}
.modal .form-modal#form-policy .response--load ~ * {
  opacity: 0;
}
.modal .form-modal#form-policy .response--success {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-policy .response--success .figure {
  display: inline-block;
  width: 8em;
  height: 8em;
  font-size: 20px;
  border-radius: 50%;
  border: 4px solid var(--color-main-1);
  position: relative;
  overflow: hidden;
  transform-origin: center;
  animation: showSuccess 180ms ease-in-out;
  transform: scale(1);
}
.modal .form-modal#form-policy .response--success .figure__tip, .modal .form-modal#form-policy .response--success .figure__long {
  display: block;
  position: absolute;
  height: 4px;
  background-color: var(--color-main-1);
  border-radius: 10px;
}
.modal .form-modal#form-policy .response--success .figure__tip {
  width: 2.4em;
  top: 4.3em;
  left: 1.4em;
  transform: rotate(45deg);
  animation: tipInPlace 300ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 180ms;
  visibility: hidden;
}
.modal .form-modal#form-policy .response--success .figure__long {
  transform: rotate(-45deg);
  animation: longInPlace 140ms ease-in-out;
  animation-fill-mode: forwards;
  visibility: hidden;
  animation-delay: 440ms;
}
@keyframes showSuccess {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em;
  }
  to {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    visibility: visible;
  }
}
@keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em;
  }
  to {
    width: 4em;
    top: 3.7em;
    left: 2.75em;
    visibility: visible;
  }
}
.modal .form-modal#form-policy .response--success .response__text {
  animation: scaleText 180ms ease-in-out;
}
.modal .form-modal#form-policy .response--success .response__inner--success {
  opacity: 1;
}
.modal .form-modal#form-policy .response--success ~ * {
  opacity: 0;
}
.modal .form-modal#form-policy .response--error {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-policy .response--error .response__text {
  animation: scaleText 180ms ease-in-out;
}
.modal .form-modal#form-policy .response--error .response__inner--error {
  opacity: 1;
}
.modal .form-modal#form-policy .response--error ~ * {
  opacity: 0;
}
.modal .form-modal#form-policy .response .figure {
  width: 160px;
  height: 160px;
}
.modal .form-modal#form-policy .response__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: opacity ease 400ms;
  opacity: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
}
.modal .form-modal#form-policy .response__svg {
  width: 180px;
}
.modal .form-modal#form-policy .response__svg path {
  fill: var(--color-main-1);
}
.modal .form-modal#form-policy .response__text {
  margin-top: 15px;
  font-family: "FiraSans-Regular";
  color: var(--color-main-1);
  font-size: 24px;
  line-height: 32px;
}
@keyframes scaleText {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal .form-modal#form-policy .response .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 2s linear infinite;
}
.modal .form-modal#form-policy .response .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 3s linear infinite;
}
.modal .form-modal#form-policy .response .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal .form-modal#form-policy .wpcf7 {
  display: flex;
  position: relative;
}
.modal .form-modal#form-policy .wpcf7-form-control-wrap {
  display: contents;
}
.modal .form-modal#form-policy .wpcf7-not-valid-tip {
  display: none;
}
.modal .form-modal#form-policy .wpcf7-spinner {
  display: none;
}
.modal .form-modal#form-policy .wpcf7-response-output {
  display: none;
}
.modal .form-modal#form-policy .wpcf7-not-valid {
  border-color: red !important;
}
.modal .form-modal#form-policy .codedropz-upload-inner h3,
.modal .form-modal#form-policy .codedropz-upload-inner span {
  display: none;
}
.modal .form-modal#form-policy .codedropz-upload-handler {
  border: 1px solid transparent;
}
.modal .form-modal#form-policy .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.modal .form-modal#form-policy .dnd-upload-status {
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .modal .form-modal#form-policy .dnd-upload-details .name {
    padding-right: 0px;
  }
  .modal .form-modal#form-policy .dnd-upload-status {
    flex-direction: column;
  }
}
.modal .form-modal#form-policy .form__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  background-color: var(--color-shade-2);
  transition: transform ease-out 400ms, background-color ease 200ms;
}
.modal .form-modal#form-policy .form__close:hover {
  transform: scale(1.1);
}
.modal .form-modal#form-policy .form__close:hover:before {
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 1          0 0 0 0 1          0 0 0 0 1          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
}
.modal .form-modal#form-policy .form__close:before {
  content: "";
  filter: url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg">      <filter id="recolor" color-interpolation-filters="sRGB">        <feColorMatrix type="matrix" values="          0 0 0 0 0.4431372549          0 0 0 0 0.768627451          0 0 0 0 0.937254902          0 0 0 1 0        "/>      </filter>    </svg>    #recolor');
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.419325 0.419325C0.687899 0.150831 1.05212 0 1.43188 0C1.81164 0 2.17586 0.150831 2.44444 0.419325L7.50865 5.48354L12.5729 0.419325C12.843 0.15844 13.2047 0.0140841 13.5803 0.0173472C13.9558 0.0206103 14.315 0.171232 14.5805 0.436771C14.8461 0.70231 14.9967 1.06152 14.9999 1.43703C15.0032 1.81255 14.8589 2.17432 14.598 2.44444L9.53376 7.50865L14.598 12.5729C14.8589 12.843 15.0032 13.2047 14.9999 13.5803C14.9967 13.9558 14.8461 14.315 14.5805 14.5805C14.315 14.8461 13.9558 14.9967 13.5803 14.9999C13.2047 15.0032 12.843 14.8589 12.5729 14.598L7.50865 9.53376L2.44444 14.598C2.17432 14.8589 1.81255 15.0032 1.43703 14.9999C1.06152 14.9967 0.70231 14.8461 0.436771 14.5805C0.171232 14.315 0.0206103 13.9558 0.0173472 13.5803C0.0140841 13.2047 0.15844 12.843 0.419325 12.5729L5.48354 7.50865L0.419325 2.44444C0.150831 2.17586 0 1.81164 0 1.43188C0 1.05212 0.150831 0.687899 0.419325 0.419325Z" fill="black" /> </svg>');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  width: 100%;
  height: 100%;
}
.modal .form-modal#form-policy form {
  display: grid;
  grid-row-gap: 20px;
  width: 100%;
}
.modal .form-modal#form-policy form input:not([type=submit]),
.modal .form-modal#form-policy form textarea {
  width: 100%;
  resize: none;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid var(--color-shade-1);
  background-color: transparent;
  border-radius: 2px;
  color: var(--color-shade-1);
}
.modal .form-modal#form-policy form input:not([type=submit])::placeholder,
.modal .form-modal#form-policy form textarea::placeholder {
  font-family: "FiraSans-Regular";
  font-size: 14px;
  line-height: 130%;
  color: var(--color-shade-1);
  font-family: "FiraSans-Medium";
}
@media (max-width: 1199px) {
  .modal .form-modal#form-policy form input:not([type=submit])::placeholder,
  .modal .form-modal#form-policy form textarea::placeholder {
    font-size: calc(0.0159090909 * 100vw + -5.0909090909px);
    font-size: calc(0.0022727273 * 100vw + 11.2727272727px);
  }
}
@media (max-width: 1199px) {
  .modal .form-modal#form-policy form input:not([type=submit])::placeholder,
  .modal .form-modal#form-policy form textarea::placeholder {
    line-height: 120%;
    line-height: 120%;
  }
}
.modal .form-modal#form-policy form input[type=submit] {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  padding: 0 15px;
  font-family: "FiraSans-Medium";
  color: var(--color-light);
  border: 1px solid var(--color-main-1);
  border-radius: 5px;
  transition: background-color ease 400ms, transform ease-in-out 300ms;
  background-color: var(--color-main-1);
}
.modal .form-modal#form-policy form input[type=submit]:hover {
  transform: scale(1.1);
  color: var(--color-main-1);
}
.modal .form-modal#form-policy form input[type=submit]:hover {
  border-color: var(--color-main-1);
  background-color: transparent;
}
.modal .form-modal#form-policy form .title {
  text-transform: uppercase;
}
.modal .form-modal#form-policy form .policy {
  place-self: center;
  color: var(--color-dark);
}
.modal .form-modal#form-policy form .policy a {
  color: var(--color-dark);
  text-decoration: underline;
}
.modal .form-modal#form-policy form .policy a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modal .form-modal#form-policy form .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modal .form-modal#form-policy {
    padding: 25px;
  }
  .modal .form-modal#form-policy .form__close {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.modal .form-modal#form-policy * {
  line-height: 150%;
}
.modal .form-modal#form-policy ul {
  display: grid;
  grid-row-gap: 10px;
}
.modal .form-modal#form-policy ul li {
  display: flex;
}
.modal .form-modal#form-policy ul li {
  display: flex;
  align-items: baseline;
}
.modal .form-modal#form-policy ul li:before {
  flex-shrink: 0;
  content: "";
  transition: background-color ease 400ms;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe8633;
  margin-right: 12px;
}
.modal .form-modal#form-policy ol {
  display: grid;
  grid-row-gap: 10px;
  counter-reset: num;
}
.modal .form-modal#form-policy ol li {
  display: flex;
}
.modal .form-modal#form-policy ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  margin-right: 10px;
}
.modal .form-modal#form-policy h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .form-modal#form-policy h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .form-modal#form-policy h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .form-modal#form-policy h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .form-modal#form-policy h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .form-modal#form-policy h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .form-block {
  width: 1200px;
}

/*========= Wordpress Gutenberg ===========*/
.wp-block-cover,
.wp-block-group {
  padding: 15px;
}
@media (max-width: 1199px) {
  .wp-block-cover .extra_large--dn,
  .wp-block-group .extra_large--dn {
    display: none;
  }
}
.wp-block-cover *,
.wp-block-group * {
  line-height: 150%;
}
.wp-block-cover ul,
.wp-block-group ul {
  display: grid;
  grid-row-gap: 10px;
}
.wp-block-cover ul li,
.wp-block-group ul li {
  display: flex;
}
.wp-block-cover ul li,
.wp-block-group ul li {
  display: flex;
  align-items: baseline;
}
.wp-block-cover ul li:before,
.wp-block-group ul li:before {
  flex-shrink: 0;
  content: "";
  transition: background-color ease 400ms;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe8633;
  margin-right: 12px;
}
.wp-block-cover ol,
.wp-block-group ol {
  display: grid;
  grid-row-gap: 10px;
  counter-reset: num;
}
.wp-block-cover ol li,
.wp-block-group ol li {
  display: flex;
}
.wp-block-cover ol li:before,
.wp-block-group ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  margin-right: 10px;
}
.wp-block-cover h1,
.wp-block-group h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-cover h2,
.wp-block-group h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-cover h3,
.wp-block-group h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-cover h4,
.wp-block-group h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-cover h5,
.wp-block-group h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-cover h6,
.wp-block-group h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-group__inner-container,
.wp-block-group .wp-block-cover__inner-container,
.wp-block-group .wp-block-group__inner-container {
  max-width: 1170px;
}
@media (max-width: 575px) {
  .wp-block-cover .wp-block-spacer,
  .wp-block-group .wp-block-spacer {
    display: none;
  }
}

/*========= Misc ===========*/
.user--first-view .preloader {
  opacity: 1;
  transition: all ease 600ms !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: var(--color-light);
}
.user--first-view .preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 2s linear infinite;
  transition: opacity ease-in-out 300ms !important;
  position: absolute;
}
.user--first-view .preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 3s linear infinite;
}
.user--first-view .preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--color-main-1);
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.user--first-view .preloader--finish {
  opacity: 0;
}
.user--first-view .preloader--finish + .page__wrapper {
  opacity: 1 !important;
}
.user--first-view .preloader + .page__wrapper {
  transition: opacity ease-in-out 500ms !important;
  opacity: 0;
}
.user--first-view .page__wrapper {
  opacity: 1;
  transition: opacity ease 300ms;
}

.trap {
  display: none;
}

/*========= Library ===========*/
.fslightbox-container svg {
  width: fit-content;
  height: fit-content;
}