/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
@font-face {
  font-family: ProximaNova;
  font-display: auto;
  font-weight: 300;
  src: url(../fonts/ProximaNova-Light.eot);
  src: url(../fonts/ProximaNova-Light.eot) format("embedded-opentype");
  src:
    local("ProximaNova-Light"),
    url(../fonts/ProximaNova-Light.woff) format("woff"),
    url(../fonts/ProximaNova-Light.ttf) format("truetype");
}
html,
body,
div,
span,
applet,
object,
iframe,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  font:
    400 4.444vw/1.5rem "Barlow",
    sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.85vw;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #261c0d;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  overflow: hidden;
  overflow-y: auto;
}

html,
body {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 900;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 105%;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 6.5rem;
    line-height: 105%;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 105%;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 105%;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 105%;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 3rem;
    line-height: 105%;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 2rem;
    line-height: 120%;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 700;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.25rem;
    line-height: 130%;
  }
}

img,
svg {
  max-width: 100%;
  max-height: 100%;
  outline: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

b {
  position: relative;
}
b::after {
  content: "";
  background: no-repeat url("../img/line.png") 50% 50%;
  background-size: contain;
  position: absolute;
  width: 15rem;
  max-width: 100%;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  b::after {
    width: 20rem;
    height: 2rem;
  }
}

.container {
  width: 104.5rem;
  max-width: calc(100vw - 2.5rem);
  margin: 0 auto;
}
.container_secondary {
  width: 50rem;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.t-none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .t-none {
    display: unset !important;
  }
}

@media screen and (min-width: 768px) {
  .d-none {
    display: none !important;
  }
}

.fancybox-content img {
  -o-object-fit: unset;
  object-fit: unset;
}

.es-layout-sidebar-container {
  background: none !important;
}

.layout__formular form {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.form__item.form__item_secondary-gap {
  gap: 2rem;
}

.form__header .form__title {
  color: #1a1a1a;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__header .form__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .form__header .form__title {
    font-size: 1.25rem;
  }
}

.form__main {
  gap: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__main.form__main_auto .form__field {
  width: auto;
}
@media screen and (min-width: 768px) {
  .form__main.form__main_secondary {
    gap: 4rem;
  }
}
.form__main.form__main_secondary .form__field {
  width: auto;
}

.form__field {
  width: 100%;
}

.form__footer {
  font-size: 0.875rem;
  line-height: 1rem;
  opacity: 0.6;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.form__symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  top: 0;
}
.form__symbol:hover .form__ico {
  stroke: #ff9800;
}
.form__symbol .form__ico {
  width: 100%;
  height: 100%;
  stroke: #f5f5f5;
  fill: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__input,
.jcf-number {
  color: #1a1a1a;
  background-color: #f6f5eb;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 150%;
  height: 3rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  width: 100%;
  margin: 0;
  border: 0;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1280px) {
  .form__input,
  .jcf-number {
    font-size: 1rem;
    line-height: 150%;
  }
}
.form__input:disabled,
.jcf-number:disabled {
  opacity: 0.5;
}
.form__input.error,
.jcf-number.error {
  border-color: #ffc107;
}
.form__input::-webkit-input-placeholder,
.jcf-number::-webkit-input-placeholder {
  opacity: 0.7;
  color: #62625e;
}
.form__input::-moz-placeholder,
.jcf-number::-moz-placeholder {
  opacity: 0.7;
  color: #62625e;
}
.form__input:-ms-input-placeholder,
.jcf-number:-ms-input-placeholder {
  opacity: 0.7;
  color: #62625e;
}
.form__input::-ms-input-placeholder,
.jcf-number::-ms-input-placeholder {
  opacity: 0.7;
  color: #62625e;
}
.form__input::placeholder,
.jcf-number::placeholder {
  opacity: 0.7;
  color: #62625e;
}
.form__input.form__input_select,
.jcf-number.form__input_select {
  padding-right: 4rem;
  background: #f6f5eb no-repeat url("../img/arrowBottom.png")
    calc(100% - 0.75rem) 50%;
  background-size: 1.5rem;
}
.form__input.form__input_textarea,
.jcf-number.form__input_textarea {
  width: 100%;
  height: 6.875rem;
  resize: vertical;
}
.form__input.form__input_datepicker,
.jcf-number.form__input_datepicker {
  padding-right: 4rem;
  background: #f6f5eb no-repeat url("../img/calendar.png") calc(100% - 0.75rem)
    50%;
  background-size: 1.5rem;
}

.checkbox.error .checkbox__text {
  color: #dc3232;
}
.checkbox
  .wpcf7-form-control-wrap.checked
  ~ .checkbox__symbol
  .checkbox__ico.checkbox__ico_before {
  opacity: 0;
}
.checkbox
  .wpcf7-form-control-wrap.checked
  ~ .checkbox__symbol
  .checkbox__ico.checkbox__ico_after {
  opacity: 1;
}
.checkbox .checkbox__label {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.checkbox .checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox
  .checkbox__input:checked
  + .checkbox__symbol
  .checkbox__ico.checkbox__ico_before {
  opacity: 0;
}
.checkbox
  .checkbox__input:checked
  + .checkbox__symbol
  .checkbox__ico.checkbox__ico_after {
  opacity: 1;
}
.checkbox .checkbox__text.checkbox__text_secondary {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1280px) {
  .checkbox .checkbox__text.checkbox__text_secondary {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.checkbox .checkbox__symbol {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox .checkbox__ico {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkbox .checkbox__ico.checkbox__ico_before {
  opacity: 1;
}
.checkbox .checkbox__ico.checkbox__ico_after {
  opacity: 0;
}
.checkbox input[type="radio"] ~ .checkbox__text:before,
.checkbox input[type="radio"] ~ .checkbox__text:after {
  border-radius: 50%;
}

.intl-tel-input {
  width: 100%;
}

.form__tag .tag__label {
  position: relative;
  cursor: pointer;
}
.form__tag .tag__input {
  position: absolute;
  left: -9999px;
}
.form__tag .tag__input:checked ~ .tag__text {
  color: #f4e4d2;
  background-color: #261c0d;
}
.form__tag .tag__text {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  height: 2.5rem;
  color: #261c0d;
  background-color: #f4e4d2;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .form__tag .tag__text {
    font-size: 1.5rem;
    line-height: 150%;
    height: 3.25rem;
  }
}
@media (min-width: 1280px) {
  .form__tag .tag__text {
    font-size: 1.25rem;
    line-height: 150%;
    height: 3rem;
  }
}

.jcf-number {
  height: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jcf-number input {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.125rem;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.jcf-number input::-webkit-outer-spin-button,
.jcf-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  color: #1a1a1a;
  position: absolute;
  top: 0.5rem;
  height: 2rem;
  width: 2rem;
  left: auto;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #ff9800;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jcf-number .jcf-btn-dec path,
.jcf-number .jcf-btn-inc path {
  stroke: #1a1a1a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jcf-number .jcf-btn-dec:hover path,
.jcf-number .jcf-btn-inc:hover path {
  stroke: #1a1a1a;
}
.jcf-number .jcf-btn-dec {
  right: 3.25rem;
}
.jcf-number .jcf-btn-inc {
  right: 0.5rem;
}

.attachFiles {
  width: 100%;
}
.attachFiles .attach__list:not(:last-child) {
  margin-bottom: 1rem;
}
.attachFiles .attach__item {
  border-radius: 0.5rem;
  color: #ffffff;
  padding: 1rem;
  background-color: #f7bd26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.attachFiles .attach__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
.attachFiles .attach__input {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: hidden;
}
.attachFiles .attach__title:not(:last-child) {
  margin-right: 0.75rem;
}
.attachFiles .attach__title .title__text {
  color: #1a1a1a;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachFiles .attach__action {
  margin-left: auto;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.attachFiles .attach__action:hover .action__ico {
  stroke: #62625e;
}
.attachFiles .attach__action .action__ico {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #1a1a1a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.attachFiles .attach__label {
  padding: 2.5rem;
  border-radius: 0.75rem;
  border: 1px dashed #261c0d;
  gap: 0.5rem;
  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;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.attachFiles .attach__label .attach__field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.attachFiles .attach__label .attach__symbol {
  width: 5rem;
  height: 5rem;
}
.attachFiles .attach__label .attach__ico {
  width: 100%;
  height: 100%;
}
.attachFiles .attach__label .attach__title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.ui-datepicker {
  padding: 1.5rem;
  display: none;
  max-width: 21.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-family: "Barlow", sans-serif;
  z-index: 11 !important;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .ui-datepicker {
    max-width: 28.25rem;
  }
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  display: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 1.5rem;
  }
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .ui-datepicker .ui-datepicker-next {
    right: 1.5rem;
  }
}
.ui-datepicker .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-month {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  border-radius: 6px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  padding: 0;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-unselectable a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable a {
  color: #261c0d;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar th:hover span,
.ui-datepicker .ui-datepicker-calendar th:hover a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar td:hover span,
.ui-datepicker .ui-datepicker-calendar td:hover a {
  border-color: #f7bd26;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #ffffff;
  border-color: #f7bd26;
  background-color: #f7bd26;
}
.ui-datepicker .ui-datepicker-calendar th span,
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ui-datepicker .ui-datepicker-calendar th span,
  .ui-datepicker .ui-datepicker-calendar th a,
  .ui-datepicker .ui-datepicker-calendar td span,
  .ui-datepicker .ui-datepicker-calendar td a {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.ui-datepicker .ui-datepicker-calendar th {
  pointer-events: none;
}

.switcher {
  width: 100%;
}
.switcher .switcher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.switcher .switcher__item {
  width: 100%;
  position: relative;
}
.switcher .switcher__item:first-child .switcher__text {
  border-radius: 0.5rem 0 0 0.51rem;
}
.switcher .switcher__item:last-child .switcher__text {
  border-radius: 0 0.5rem 0.5rem 0;
}
.switcher .switcher__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.switcher .switcher__label:hover .switcher__text {
  border-color: #f7bd26;
}
.switcher .switcher__input {
  position: absolute;
  left: -9999px;
}
.switcher .switcher__input:checked ~ .switcher__text {
  border-color: #f7bd26;
}
.switcher .switcher__text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 0.5rem;
  width: 100%;
  background-color: #ffffff;
  border: 0.125rem solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__steps .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  line-height: 0.75rem;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
}

.ui-menu {
  width: 41.75rem;
  max-width: calc(100vw - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  max-height: 20rem;
  overflow-y: auto;
  z-index: 111;
}
.ui-menu .ui-menu-item {
  color: #ffffff;
  background-color: #1a1a1a;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .ui-menu .ui-menu-item {
    font-size: 1.125rem;
    line-height: 120%;
    font-weight: 600;
  }
}
.ui-menu .ui-menu-item:first-child {
  border-radius: 1rem 1rem 0 0;
}
.ui-menu .ui-menu-item:last-child {
  border-radius: 0 0 1rem 1rem;
}
.ui-menu .ui-menu-item:only-child {
  border-radius: 1rem;
}
.ui-menu .ui-menu-item:hover {
  color: #ff9800;
}

.team__main::-webkit-scrollbar {
  width: 0.125rem;
  height: 0.125rem;
}
.team__main::-webkit-scrollbar-track {
  background: #ffffff;
}
.team__main::-webkit-scrollbar-thumb {
  background-color: #f7bd26;
}
.team__main::-webkit-scrollbar-thumb:hover {
  background-color: #f7bd26;
}

.btn {
  color: #ffffff;
  background-color: #261c0d;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 7.5rem;
  gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  height: 3, 5rem;
  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;
  cursor: pointer;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.btn:disabled {
  color: #ffffff;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .btn:hover,
  .btn:active {
    gap: 2rem;
    color: #261c0d;
    background: #ffc107;
  }
  .btn:hover .btn__symbol,
  .btn:active .btn__symbol {
    background-color: #ffffff;
  }
  .btn:hover .btn__ico,
  .btn:active .btn__ico {
    fill: #261c0d;
  }
}
.btn .btn__symbol {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ff9800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn .btn__ico {
  width: 1.75rem;
  height: 1.75rem;
  fill: #261c0d;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn_secondary {
  color: #261c0d;
  background-color: #f6f5eb;
}
@media screen and (min-width: 768px) {
  .btn.btn_secondary:hover,
  .btn.btn_secondary:active {
    gap: 2rem;
    color: #261c0d;
    background: #ffc107;
  }
  .btn.btn_secondary:hover .btn__symbol,
  .btn.btn_secondary:active .btn__symbol {
    background-color: #261c0d;
  }
  .btn.btn_secondary:hover .btn__ico,
  .btn.btn_secondary:active .btn__ico {
    fill: #ffffff;
  }
}
.btn.btn_secondary .btn__symbol {
  background-color: #ff9800;
}
.btn.btn_tertiary {
  color: #261c0d;
  background-color: #ff9800;
}
@media screen and (min-width: 768px) {
  .btn.btn_tertiary:hover,
  .btn.btn_tertiary:active {
    gap: 2rem;
    color: #261c0d;
    background: #ffc107;
  }
  .btn.btn_tertiary:hover .btn__symbol,
  .btn.btn_tertiary:active .btn__symbol {
    background-color: #261c0d;
  }
  .btn.btn_tertiary:hover .btn__ico,
  .btn.btn_tertiary:active .btn__ico {
    fill: #ffffff;
  }
}
.btn.btn_tertiary .btn__symbol {
  background-color: #ffffff;
}

.link {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.link::before {
  content: "";
  background-color: #ff9800;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.625rem;
  border-radius: 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link:hover::before {
  width: calc(100% + 0.5rem);
}
.link .link__symbol {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ff9800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link .link__ico {
  width: 0.875rem;
  height: 0.875rem;
}
.link .link__text {
  font-weight: 500;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .wysiwyg {
    font-size: 1.75rem;
    line-height: 150%;
  }
}
@media (min-width: 1280px) {
  .wysiwyg {
    font-size: 1.5rem;
    line-height: 150%;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg.wysiwyg_secondary {
    font-size: 1.75rem;
    line-height: 150%;
  }
}
@media (min-width: 1280px) {
  .wysiwyg.wysiwyg_secondary {
    font-size: 1.5rem;
    line-height: 150%;
  }
}
.wysiwyg img,
.wysiwyg iframe,
.wysiwyg video {
  width: 100%;
  display: block;
}
.wysiwyg img:not(:last-child),
.wysiwyg iframe:not(:last-child),
.wysiwyg video:not(:last-child) {
  margin-bottom: 1.25rem;
}
.wysiwyg h1:not(:last-child),
.wysiwyg h2:not(:last-child) {
  margin-bottom: 2rem;
}
.wysiwyg h3:not(:last-child),
.wysiwyg h4:not(:last-child) {
  margin-bottom: 1rem;
}
.wysiwyg h5:not(:last-child),
.wysiwyg h6:not(:last-child) {
  margin-bottom: 0.25rem;
}
.wysiwyg p:not(:last-child),
.wysiwyg ul:not(:last-child),
.wysiwyg ol:not(:last-child) {
  margin-bottom: 1.25rem;
}
.wysiwyg ul,
.wysiwyg ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 1.5rem;
}
.wysiwyg ul li:before {
  content: "";
  left: 0.75rem;
  top: 0.75rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #261c0d;
  position: absolute;
}
.wysiwyg ol {
  list-style: decimal;
  padding-left: 1rem;
}
.wysiwyg ol li {
  margin: 0 0 0.5rem;
}
.wysiwyg a {
  color: unset;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wysiwyg a:hover {
  color: #ff9800;
}

table {
  border-spacing: 0;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table td,
table th {
  text-align: left;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  table td,
  table th {
    padding: 1.25rem 1.5rem;
  }
}
table th {
  color: #ffffff;
  font-weight: 600;
  background-color: #f7bd26;
}
table tr:nth-child(odd) td {
  background-color: #ffc107;
}

.layout__accordion .accordion__list {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__accordion .accordion__item {
  padding: 1rem;
  border-radius: 0.75rem;
  gap: 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__item {
    gap: 1rem;
    padding: 1rem 2rem;
  }
}
.layout__accordion .accordion__item.accordion__item_active {
  padding-bottom: 2rem;
}
.layout__accordion .accordion__item.accordion__item_active .accordion__ico {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout__accordion .accordion__item:first-child .accordion__dropdown {
  display: block;
}
.layout__accordion .accordion__preview {
  gap: 1rem;
  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;
  cursor: pointer;
}
.layout__accordion .accordion__title {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__title {
    font-size: 1.5rem;
    line-height: 150%;
  }
}
.layout__accordion .accordion__symbol {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__accordion .accordion__ico {
  width: 100%;
  height: 100%;
  fill: #1a1a1a;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__accordion .accordion__dropdown {
  display: none;
}
.layout__accordion .accordion__layout {
  gap: 2.5rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__accordion .accordion__main.accordion__main_secondary {
  gap: 2rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__main.accordion__main_secondary {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

[data-section="stellenangebote"] .accordion__dropdown {
  display: none;
}

[data-section="stellenangebote"]
  .layout__accordion
  .accordion__item:first-child
  .accordion__dropdown {
  display: none;
}

.layout__section.section_primary-background
  .layout__accordion
  .accordion__item {
  background-color: #f6f5eb;
}

.layout__tabs {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__tabs .tabs__header {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__tabs .tabs__header {
    display: block;
  }
}
.layout__tabs .tabs__header .tabs__list {
  gap: 0.75rem;
  overflow: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__tabs .tabs__header .tabs__item {
  color: #261c0d;
  background-color: #f4e4d2;
  padding: 1.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__tabs .tabs__header .tabs__item:hover,
.layout__tabs .tabs__header .tabs__item.tabs__item_active {
  color: #ffffff;
  background-color: #261c0d;
}
.layout__tabs .tabs__title {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 600;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__tabs .tabs__main .tabs__item:not(:first-child) {
  display: none;
}

.swiper-initialized {
  gap: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-initialized .swiper-slide {
  height: auto;
}

.swiper-pagination-bullets {
  gap: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2rem;
  background-color: #d4d2cf;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet:only-child {
  display: none;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: #ff9800;
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #ff9800;
  opacity: 1;
}

.swiper__button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ff9800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .swiper__button {
    width: 4rem;
    height: 4rem;
  }
}
.swiper__button.swiper__button_prev:hover {
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
}
.swiper__button.swiper__button_next:hover {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.swiper__button .swiper__ico {
  width: 2rem;
  height: 2rem;
}

.swiper__footer {
  width: 100%;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swiper-notification {
  display: none;
}

.layout__data .data__list {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout__data .data__item {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__data .data__symbol {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__data .data__ico {
  width: 100%;
  height: 100%;
  fill: inherit;
}
.layout__data .data__text {
  font-weight: 500;
}

.layout {
  font-size: 1rem;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .layout {
    font-size: 1.125rem;
  }
}
.layout.layout_secondary {
  background-color: #f6f5eb;
}
.layout.layout_secondary .layout__main {
  padding-top: 5rem;
}
.layout_ready-load {
  visibility: visible;
  opacity: 1;
}
.layout__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__header {
  top: 1rem;
  left: 0;
  z-index: 12;
  width: 100%;
  position: fixed;
}
.layout__header.header_menu-active .container {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.layout__header.header_menu-active .header__burger .burger__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layout__header.header_menu-active .header__burger .burger__item:nth-child(2) {
  display: none;
}
.layout__header.header_menu-active .header__burger .burger__item:nth-child(3) {
  margin-top: -0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layout__header .container {
  padding: 0.5rem 1rem;
  gap: 2rem;
  max-width: calc(100vw - 1rem);
  border-radius: 7.5rem;
  position: relative;
  background-color: #ffffff;
  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;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__header .container {
    gap: 4rem;
    padding: 0.75rem 1rem;
  }
}
.layout__header .header__dropdown {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f6f5eb;
  position: fixed;
  padding: 6.5rem 0.75rem 2rem;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__header .header__dropdown {
    padding: 0;
    background: none;
    width: unset;
    height: unset;
    display: block;
    position: unset;
  }
}
.layout__header .header__layout {
  gap: 1.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .layout__header .header__layout {
    -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;
    overflow: visible;
  }
}

.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo .logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img,
.header__logo svg {
  height: 3rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header__logo img,
  .header__logo svg {
    height: 4rem;
  }
}

.header__burger {
  width: 2.5rem;
  height: 2.5rem;
  gap: 0.25rem;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-transform: translateX(-0.125rem);
  transform: translateX(-0.125rem);
}
@media screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger .burger__item {
  width: 2rem;
  height: 0.25rem;
  background-color: #261c0d;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header__burger .burger__item:nth-child(odd) {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% calc(100% - 0.125rem), 0% 100%);
  clip-path: polygon(0% 0, 100% 0, 100% calc(100% - 0.125rem), 0% 100%);
}
.header__burger .burger__item:nth-child(even) {
  -webkit-clip-path: polygon(0% 0.125rem, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0.125rem, 100% 0, 100% 100%, 0% 100%);
}

.header__menu:not(.menu_secondary) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__menu .menu__list {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__list {
    gap: 0.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header__menu .menu__item {
  padding: 0.75rem 1.5rem;
  border-radius: 4rem;
  gap: 1.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.header__menu .menu__item.menu__item_secondary {
  position: relative;
}
.header__menu .menu__item.menu__item_active {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item.menu__item_active {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item.menu__item_active .menu__preview {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item.menu__item_active .menu__preview .menu__link {
    color: #ffffff;
  }
}
.header__menu .menu__item.menu__item_active .menu__preview .menu__symbol {
  -webkit-transform: rotate(180deg) translateY(-0.125rem);
  transform: rotate(180deg) translateY(-0.125rem);
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item.menu__item_active .menu__preview .menu__symbol {
    fill: #ffffff;
  }
}
@media (min-width: 1280px) {
  .header__menu .menu__item:hover {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item:hover .menu__preview {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item:hover .menu__preview .menu__link {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .header__menu .menu__item:hover .menu__preview .menu__symbol {
    fill: #ffffff;
  }
}
.header__menu .menu__preview {
  gap: 0.5rem;
  border-radius: 2rem;
  background-color: transparent;
  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;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__preview {
    padding: 0.5rem 0.75rem;
  }
}
.header__menu .menu__link {
  color: #261c0d;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__link {
    line-height: 100%;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .header__menu .menu__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.header__menu .menu__symbol {
  width: 2rem;
  height: 2rem;
  fill: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: rotate(0deg) translateY(0.125rem);
  transform: rotate(0deg) translateY(0.125rem);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__symbol {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__menu .menu__ico {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__ico {
    width: 1rem;
    height: 1rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    border-radius: 0 0 2rem 2rem;
    padding: 5rem 2.5rem 2.5rem 5rem;
    background-color: #ffffff;
    position: absolute;
    top: calc(100% - 2.5rem);
    left: 0;
    z-index: -1;
    width: 100%;
    max-height: calc(100vh - 5rem);
    overflow: hidden;
    overflow-y: auto;
  }
}
.header__nav .nav__dropdown {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__dropdown {
    display: grid;
    grid-template-columns: auto 34rem;
  }
}
.header__nav .nav__dropdown .nav__picture {
  border-radius: 0.75rem;
  overflow: hidden;
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__dropdown .nav__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav .nav__dropdown .nav__picture img {
  width: 100%;
  height: 100%;
}
.header__nav .nav__dropdown .nav__layout {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__dropdown .nav__layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__nav .nav__dropdown .nav__group {
  gap: 1rem;
  border-radius: 2rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__dropdown .nav__group {
    gap: 2rem;
    background: none;
  }
}
.header__nav .nav__dropdown .nav__group .nav__header {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__dropdown .nav__group .nav__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header__nav .nav__dropdown .nav__group .nav__picture {
  width: 3rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__dropdown .nav__group .nav__picture {
    width: 6rem;
    height: 6rem;
  }
}
.header__nav .nav__dropdown .nav__group .nav__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__main {
    padding-right: 3.5rem;
  }
}
.header__nav .nav__list {
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__list {
    gap: 1rem;
  }
}
.header__nav .nav__item:hover .nav__symbol {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.header__nav .nav__link {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  padding: 0.75rem 0;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .header__nav .nav__link {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.header__nav .nav__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__nav .nav__symbol {
  width: 1.5rem;
  height: 1.5rem;
  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;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header__nav .nav__ico {
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact .contact__list {
  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__contact .contact__link {
  font-size: 0.875rem;
  line-height: 150%;
  padding: 0.75rem 1rem;
  border-radius: 7.5rem;
  font-weight: 600;
  background-color: #ffffff;
  display: block;
}

.header__submenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__submenu {
    min-width: 17.5rem;
    position: absolute;
    top: calc(100% + 1.25rem);
    background: #fff;
    padding: 1rem 0;
    left: 50%;
    border-radius: 0 0 1.5rem 1.5rem;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%);
  }
}
.header__submenu .submenu__list {
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .header__submenu .submenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .header__submenu .submenu__item:hover .submenu__symbol {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
.header__submenu .submenu__link {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  padding: 0.75rem 0;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__submenu .submenu__link {
    padding: 0.5rem 2rem;

    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.header__submenu .submenu__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__submenu .submenu__symbol {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header__submenu .submenu__ico {
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__footer {
  padding-top: 7.5rem;
  color: #ffffff;
  background-color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .layout__footer {
    padding-top: 5rem;
  }
}

.footer__top {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .footer__top {
    padding: 5rem 0;
  }
}

.footer__logo .logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__logo img,
.footer__logo svg {
  height: auto;
  width: 15rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .footer__logo img,
  .footer__logo svg {
    height: 5rem;
    width: auto;
  }
}

.footer__middle {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #ff9800;
}
@media screen and (min-width: 768px) {
  .footer__middle {
    padding-bottom: 7.5rem;
  }
}

.footer__menu .menu__list {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__list {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.footer__menu .menu__item {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__menu .menu__item.menu__item_active .menu__ico {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer__menu .menu__item:first-child {
  grid-column: span 3;
}
.footer__menu .menu__header {
  gap: 1rem;
  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;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__header {
    pointer-events: none;
  }
}
.footer__menu .menu__title {
  text-transform: uppercase;
}
.footer__menu .menu__symbol {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__symbol {
    display: none;
  }
}
.footer__menu .menu__ico {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer__menu .menu__main {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__main {
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu .menu__main.menu__main_secondary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__nav:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__nav .nav__list {
  gap: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__nav .nav__item:hover .nav__link {
    color: #ff9800;
  }
}
.footer__nav .nav__item.nav__item_active .nav__link {
  color: #ff9800;
}
.footer__nav .nav__item.nav__item_secondary {
  font-weight: 700;
  pointer-events: none;
}
.footer__nav .nav__link {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer__bottom {
  padding: 1.5rem 0;
  gap: 2.5rem;
  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;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 2.125rem 0 1.5rem;
    gap: 0;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-template-columns: 1fr 15rem 1fr;
  }
}

.footer__support {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (min-width: 768px) {
  .footer__support {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
.footer__support .support__list {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer__support .support__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__support .support__item:hover .support__link,
.footer__support .support__item.support__item_active .support__link {
  color: #ff9800;
}
.footer__support .support__link {
  color: #ffffff;
  font-size: 1rem;
  line-height: 150%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__socials .socials__list {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials .socials__item {
  cursor: pointer;
}
.footer__socials .socials__item:hover .socials__ico {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__socials .socials__symbol {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__socials .socials__ico {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer__widget .widget__link {
  height: auto;
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__widget .widget__link img {
  width: 100%;
  height: 100%;
}

.modal-init {
  cursor: pointer;
}

.layout__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(17, 17, 17, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout_modal-active .layout__modal {
  visibility: visible;
  opacity: 1;
}

.modal__layout {
  cursor: auto;
  width: 100%;
  height: auto;
  gap: 0.5rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .modal__layout {
    max-width: 30rem;
    max-height: calc(100vh - 4rem);
    padding: 2rem;
    gap: 1.5rem;
    border-radius: 1rem;
  }
}
.modal__layout.modal__layout_active {
  visibility: visible;
  opacity: 1;
}
.modal__layout .modal__header {
  gap: 0.5rem;
  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;
}
.modal__layout .modal__symbol {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .modal__layout .modal__symbol:hover .modal__ico {
    stroke: #ff9800;
  }
}
.modal__layout .modal__symbol .modal__ico {
  width: 100%;
  height: 100%;
  stroke: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal__layout .modal__main {
  overflow: hidden;
  overflow-y: auto;
}

.layout__section {
  padding: 6.5rem 0;
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__section {
    padding: 7.5rem 0;
  }
}
.layout__section.section_secondary-margin {
  margin-bottom: -5rem;
}
@media screen and (min-width: 768px) {
  .layout__section.section_secondary-margin {
    margin-bottom: -9rem;
  }
}
.layout__section[class*="path"] + [class*="path"] {
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .layout__section[class*="path"] + [class*="path"] {
    margin-top: -5rem;
  }
}
.layout__section[class*="path"]:last-child {
  margin-bottom: -5rem;
}
@media screen and (min-width: 768px) {
  .layout__section[class*="path"]:only-child.section_secondary-padding {
    padding-top: 16rem;
  }
}
.layout__section:nth-child(2)[class*="path"] {
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .layout__section.section_secondary-padding {
    padding: 12rem 0;
  }
}
@media screen and (min-width: 768px) {
  .layout__section.section_tertiary-padding {
    padding: 3.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .layout__section.section_forty-padding-t {
    padding-top: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__section.section_forty-padding-b {
    padding-bottom: 15rem;
  }
}
.layout__section.section_secondary-background {
  background-color: #f6f5eb;
}
.layout__section.section_secondary-background .testimonials__item {
  background-color: #ffffff;
}
.layout__section.section_secondary-background
  .swiper__pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #261c0d;
}
.layout__section.section_tertiary-background {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 193, 7)),
    color-stop(50%, rgb(255, 152, 0)),
    to(rgb(255, 115, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 193, 7) 0%,
    rgb(255, 152, 0) 50%,
    rgb(255, 115, 0) 100%
  );
}
.layout__section.section_secondary-path-bottom {
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0,
    100% calc(100% - 1.5rem),
    0 100%,
    0 0
  );
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1.5rem), 0 100%, 0 0);
}
@media screen and (min-width: 768px) {
  .layout__section.section_secondary-path-bottom {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0,
      100% calc(100% - 4.5rem),
      0 100%,
      0 0
    );
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 4.5rem), 0 100%, 0 0);
  }
}
.layout__section.section_secondary-path {
  -webkit-clip-path: polygon(
    0% 0%,
    100% 1.5rem,
    100% calc(100% - 1.5rem),
    0 100%,
    0 0
  );
  clip-path: polygon(0% 0%, 100% 1.5rem, 100% calc(100% - 1.5rem), 0 100%, 0 0);
}
@media screen and (min-width: 768px) {
  .layout__section.section_secondary-path {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 4.5rem,
      100% calc(100% - 4.5rem),
      0 100%,
      0 0
    );
    clip-path: polygon(
      0% 0%,
      100% 4.5rem,
      100% calc(100% - 4.5rem),
      0 100%,
      0 0
    );
  }
}
.layout__section.section_tertiary-path {
  -webkit-clip-path: polygon(
    0% 1.5rem,
    100% 0,
    100% 100%,
    0 calc(100% - 1.5rem),
    0% 1.5rem
  );
  clip-path: polygon(
    0% 1.5rem,
    100% 0,
    100% 100%,
    0 calc(100% - 1.5rem),
    0% 1.5rem
  );
}
@media screen and (min-width: 768px) {
  .layout__section.section_tertiary-path {
    -webkit-clip-path: polygon(
      0% 4.5rem,
      100% 0,
      100% 100%,
      0 calc(100% - 4.5rem),
      0% 4.5rem
    );
    clip-path: polygon(
      0% 4.5rem,
      100% 0,
      100% 100%,
      0 calc(100% - 4.5rem),
      0% 4.5rem
    );
  }
}
.layout__section.section_tertiary-path-bottom {
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0,
    100% 100%,
    0 calc(100% - 1.5rem),
    0% 1.5rem
  );
  clip-path: polygon(
    0% 0%,
    100% 0,
    100% 100%,
    0 calc(100% - 1.5rem),
    0% 1.5rem
  );
}
@media screen and (min-width: 768px) {
  .layout__section.section_tertiary-path-bottom {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0,
      100% 100%,
      0 calc(100% - 4.5rem),
      0% 4.5rem
    );
    clip-path: polygon(
      0% 0%,
      100% 0,
      100% 100%,
      0 calc(100% - 4.5rem),
      0% 4.5rem
    );
  }
}
.layout__section.section_forty-path {
  -webkit-clip-path: polygon(
    0% 1.5rem,
    100% 0,
    100% calc(100% - 1.5rem),
    0 100%,
    0% 1.5rem
  );
  clip-path: polygon(
    0% 1.5rem,
    100% 0,
    100% calc(100% - 1.5rem),
    0 100%,
    0% 1.5rem
  );
}
@media screen and (min-width: 768px) {
  .layout__section.section_forty-path {
    -webkit-clip-path: polygon(
      0% 4.5rem,
      100% 0,
      100% calc(100% - 4.5rem),
      0 100%,
      0% 4.5rem
    );
    clip-path: polygon(
      0% 4.5rem,
      100% 0,
      100% calc(100% - 4.5rem),
      0 100%,
      0% 4.5rem
    );
  }
}
.layout__section.section_forty-path-bottom {
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0,
    100% calc(100% - 1.5rem),
    0 100%,
    0% 1.5rem
  );
  clip-path: polygon(
    0% 0%,
    100% 0,
    100% calc(100% - 1.5rem),
    0 100%,
    0% 1.5rem
  );
}
@media screen and (min-width: 768px) {
  .layout__section.section_forty-path-bottom {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0,
      100% calc(100% - 4.5rem),
      0 100%,
      0% 4.5rem
    );
    clip-path: polygon(
      0% 0%,
      100% 0,
      100% calc(100% - 4.5rem),
      0 100%,
      0% 4.5rem
    );
  }
}
.layout__section.section_fifty-path {
  -webkit-clip-path: polygon(
    0% 0%,
    100% 1.5rem,
    100% 100%,
    0 calc(100% - 1.5rem),
    0% 0%
  );
  clip-path: polygon(
    0% 0%,
    100% 1.5rem,
    100% 100%,
    0 calc(100% - 1.5rem),
    0% 0%
  );
}
@media screen and (min-width: 768px) {
  .layout__section.section_fifty-path {
    -webkit-clip-path: polygon(
      0% 0%,
      100% 4.5rem,
      100% 100%,
      0 calc(100% - 4.5rem),
      0% 0%
    );
    clip-path: polygon(
      0% 0%,
      100% 4.5rem,
      100% 100%,
      0 calc(100% - 4.5rem),
      0% 0%
    );
  }
}
.layout__section > .container {
  gap: 3rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__section > .container {
    gap: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__section > .container.container_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout__section > .container.container_center .section__header {
    text-align: center;
  }
}
.layout__section .section__header {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.layout__section .section__title {
  position: relative;
}
.layout__section .section__title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__section .section__title br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .layout__section .section__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.layout__section .section__main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .layout__section b .section__subtitle.section__subtitle_secondary {
    left: calc(100% + 0.5rem);
    right: 0;
    top: auto;
    bottom: -0.125rem;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.layout__section .section__subtitle {
  color: #1a1a1a;
  font-family: "Caveat", cursive;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  top: calc(100% - 1.5rem);
  left: calc(100% + 1.5rem);
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtitle {
    left: calc(100% + 1.5rem);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-10deg);
    transform: translateY(-50%) rotate(-10deg);
  }
}
.layout__section .section__subtitle.section__subtitle_primary {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  bottom: 100%;
  top: auto;
  left: -2rem;
  text-align: center;
}
.layout__section .section__subtitle.section__subtitle_primary,
.layout__section .section__subtitle.section__subtitle_forty {
  font-size: 3rem;
  line-height: 3rem;
  font-style: italic;
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtitle.section__subtitle_primary,
  .layout__section .section__subtitle.section__subtitle_forty {
    display: block;
  }
}
.layout__section .section__subtitle.section__subtitle_secondary,
.layout__section .section__subtitle.section__subtitle_tertiary {
  font-size: 3rem;
  line-height: 3rem;
  color: #ff9800;
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtitle.section__subtitle_secondary,
  .layout__section .section__subtitle.section__subtitle_tertiary {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .layout__section .section__subtitle.section__subtitle_secondary {
    left: auto;
    right: 0;
    top: auto;
    bottom: -2rem;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtitle.section__subtitle_secondary {
    -webkit-transform: translateY(-100%) rotate(-8deg);
    transform: translateY(-100%) rotate(-8deg);
  }
}
.layout__section .section__subtitle.section__subtitle_tertiary {
  top: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%) rotate(-8deg);
  transform: translateX(-50%) rotate(-8deg);
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtitle.section__subtitle_tertiary {
    -webkit-transform: translateX(calc(50% - 9.5rem)) rotate(-8deg);
    transform: translateX(calc(50% - 9.5rem)) rotate(-8deg);
  }
}
.layout__section .section__subtitle.section__subtitle_forty {
  top: auto;
  left: 70%;
  bottom: 100%;
  -webkit-transform: translateY(-260%) rotate(-10deg);
  transform: translateY(-260%) rotate(-10deg);
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtitle.section__subtitle_forty {
    display: block;
  }
}
.layout__section .section__ico.section__ico_primary {
  position: absolute;
  width: 30rem;
  height: 30rem;
  max-width: 30rem;
  max-height: 30rem;
  top: -80%;
  left: -13rem;
}
.layout__section .section__ico.section__ico_secondary {
  position: absolute;
  width: 17.5rem;
  height: 17.5rem;
  max-width: 17.5rem;
  max-height: 17.5rem;
  top: -50%;
  left: -14rem;
}
.layout__section .section__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout__section .section__subtext {
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .layout__section .section__subtext {
    font-size: 1.5rem;
    line-height: 150%;
  }
}

.layout__widget {
  position: fixed;
  bottom: 17.5rem;
  right: 2rem;
  display: none;
  -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;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .layout__widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout__widget .widget__header {
  margin-bottom: -1.5rem;
  position: relative;
}
.layout__widget .widget__symbol {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #f7bd26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 1rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__widget .widget__symbol:hover .widget__ico {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout__widget .widget__ico {
  width: 0.75rem;
  height: 0.75rem;
  stroke: #1a1a1a;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__widget .widget__picture {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 0.25rem solid #f7bd26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.layout__widget .widget__picture img {
  width: 100%;
  height: 100%;
}
.layout__widget .widget__main {
  position: relative;
  z-index: 2;
}
.layout__widget .widget__list {
  gap: 0.5rem;
  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;
}
.layout__widget .widget__item:hover .widget__link {
  -webkit-transform: translateY(-0.125rem);
  transform: translateY(-0.125rem);
}
.layout__widget .widget__link {
  padding: 0.5rem 1.1225rem;
  font-weight: 600;
  border-radius: 2rem;
  background-color: #f7bd26;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__article {
  gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__main {
  width: 50rem;
  max-width: 100%;
}

.layout__slider .slider__item {
  height: 100vh;
  position: relative;
}
.layout__slider .slider__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__slider .slider__picture img {
  width: 100%;
  height: 100%;
}
.layout__slider .slider__main {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 17.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layout__slider .slider__title {
  text-transform: uppercase;
}
.layout__slider .slider__text {
  font-size: 1.25rem;
  line-height: 150%;
}

.layout__listing .listing__list {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__list {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__listing .listing__item {
  gap: 1rem;
  display: grid;
  grid-template-columns: 3.5rem auto;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__item {
    gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout__listing .listing__picture {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__listing .listing__picture {
    width: 7.5rem;
  }
}
.layout__listing .listing__picture img {
  width: 100%;
  height: 100%;
}
.layout__listing .listing__main {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__listing .listing__title {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .layout__listing .listing__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.layout__listing .listing__footer {
  font-weight: 500;
}

.layout__statistics {
  position: relative;
  z-index: 2;
}
.layout__statistics .statistics__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__statistics .statistics__list {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__statistics .statistics__item {
  border-radius: 0.75rem;
  padding: 2rem;
  gap: 1.25rem;
  display: none;
  -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;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 193, 7)),
    color-stop(50%, rgb(255, 152, 0)),
    to(rgb(255, 115, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 193, 7) 0%,
    rgb(255, 152, 0) 50%,
    rgb(255, 115, 0) 100%
  );
}
@media screen and (min-width: 768px) {
  .layout__statistics .statistics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout__statistics .statistics__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__statistics .statistics__text {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .layout__statistics .statistics__text {
    font-size: 1.25rem;
  }
}

.layout__about .about__list {
  gap: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__about .about__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__about .about__item {
  gap: 1.25rem;
  padding: 2rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 193, 7)),
    color-stop(50%, rgb(255, 152, 0)),
    to(rgb(255, 115, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 193, 7) 0%,
    rgb(255, 152, 0) 50%,
    rgb(255, 115, 0) 100%
  );
}
.layout__about .about__picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__about .about__ico {
  width: 3.5rem;
  height: 3.5rem;
}
.layout__about .about__main {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__about .about__main {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.layout__about .about__title {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .layout__events .events__list .swiper-wrapper {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}
.layout__events .events__item {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.layout__events .events__item.events__item_active .events__picture::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.layout__events .events__item.events__item_active .events__wrap {
  overflow: hidden;
  overflow-y: auto;
}
.layout__events .events__picture {
  aspect-ratio: 1/1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__events .events__picture {
    aspect-ratio: 1.4/1;
  }
}
.layout__events .events__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__events .events__picture::before {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.layout__events .events__picture img {
  width: 100%;
  height: 100%;
}
.layout__events .events__wrap {
  color: #ffffff;
  fill: #ffffff;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  gap: 1rem;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .layout__events .events__wrap {
    gap: 0.5rem;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__events .events__dropdown {
    display: none;
  }
}
.layout__events .events__layout {
  gap: 1rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__events .events__layout {
    gap: 1.25rem;
  }
}
.layout__events .events__data {
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .layout__events .events__data {
    padding: 1.25rem 0;
  }

  .layout__gallery .swiper__button {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 2rem)) !important;
    z-index: 2;
  }
  .layout__gallery .swiper__button.swiper__button_prev {
    left: 4rem;
  }
  .layout__gallery .swiper__button.swiper__button_next {
    right: 4rem;
  }
}

.layout__gallery .gallery__list {
  overflow: visible;
}
.layout__gallery .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__gallery .gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .layout__gallery .gallery__item.gallery__item_primary {
    width: 22.5rem;
  }
  .layout__gallery .gallery__item.gallery__item_primary .gallery__picture {
    aspect-ratio: 1/1;
  }
  .layout__gallery .gallery__item.gallery__item_secondary {
    width: 22.5rem;
  }
  .layout__gallery .gallery__item.gallery__item_secondary .gallery__picture {
    aspect-ratio: 3/4;
  }
  .layout__gallery .gallery__item.gallery__item_tertiary {
    width: 30rem;
  }
  .layout__gallery .gallery__item.gallery__item_tertiary .gallery__picture {
    aspect-ratio: 1/1;
  }
  .layout__gallery .gallery__item.gallery__item_forty {
    width: 30rem;
  }
  .layout__gallery .gallery__item.gallery__item_forty .gallery__picture {
    aspect-ratio: 4/3;
  }
}
.layout__gallery .gallery__link {
  width: 100%;
}
.layout__gallery .gallery__picture {
  width: 100%;
  border-radius: 1.5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.layout__team .team__list {
  gap: 2rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__team .team__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__team .team__item {
  color: #ffffff;
  border-radius: 1.25rem;
  aspect-ratio: 1/1.5;
  padding: 2rem 1.25rem;
  gap: 2rem;
  overflow: hidden;
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout__team .team__item:hover .team__picture img:nth-child(1),
.layout__team .team__item.team__item_active .team__picture img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.layout__team .team__item:hover .team__picture img:nth-child(2),
.layout__team .team__item.team__item_active .team__picture img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.layout__team .team__item.team__item_active .team__picture:before {
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.8))
      );
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.layout__team .team__item.team__item_active .team__subtitle {
  color: #ff9800;
}
.layout__team
  .team__item.team__item_active
  .team__symbol
  .team__ico:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.layout__team
  .team__item.team__item_active
  .team__symbol
  .team__ico:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.layout__team .team__item:not(.team__item_active) .team__symbol:hover {
  background-color: #261c0d;
}
.layout__team
  .team__item:not(.team__item_active)
  .team__symbol:hover
  .team__ico {
  fill: #ff9800;
}
.layout__team .team__symbol {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  background-color: #ff9800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__team .team__symbol {
    width: 4rem;
    height: 4rem;
  }
}
.layout__team .team__ico {
  fill: #261c0d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__team .team__ico:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.layout__team .team__ico:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.layout__team .team__layout {
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__team .team__header {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__team .team__title {
  text-transform: uppercase;
}
.layout__team .team__subtitle {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__team .team__main {
  padding-right: 1rem;
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.layout__team .team__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: -1;
}
.layout__team .team__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.8))
      );
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.layout__team .team__picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.layout__team .team__picture img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.layout__team .team__picture img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.layout__banner {
  color: #ffffff;
  background-color: #1a1a1a;
  padding: 12.5rem 1rem 20rem;
  margin-bottom: -9rem;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 1.5rem),
    0 100%,
    0 0
  );
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1.5rem), 0 100%, 0 0);
}
@media screen and (min-width: 768px) {
  .layout__banner {
    padding: 12.5rem 1rem 25rem;
    min-height: 40vh;
  }
}
@media (min-width: 1280px) {
  .layout__banner {
    margin-bottom: -12rem;
    padding: 12.5rem 2rem;
    min-height: 100vh;
    -webkit-clip-path: polygon(
      0% 0%,
      100% 0%,
      100% calc(100% - 4.5rem),
      0 100%,
      0 0
    );
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 4.5rem), 0 100%, 0 0);
  }
}
.layout__banner.banner_secondary {
  margin-bottom: -13rem;
}
@media screen and (min-width: 768px) {
  .layout__banner.banner_secondary {
    margin-bottom: -16rem;
  }
}
.layout__banner.banner_tertiary {
  margin-bottom: -5rem;
}
.layout__banner .banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__banner .banner__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgb(0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgb(0, 0, 0) 100%
  );
  z-index: 2;
}
.layout__banner .banner__picture img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}
.layout__banner .container {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.layout__banner [class*="elfsight"],
.layout__banner .banner__widget {
  position: absolute;
  left: 50%;
  top: calc(100% + 4rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1280px) {
  .layout__banner [class*="elfsight"],
  .layout__banner .banner__widget {
    left: 1.75rem;
    top: auto;
    bottom: 6.75rem;
    -webkit-transform: none;
    transform: none;
  }
}
.layout__banner .banner__layout {
  gap: 1rem;
  max-width: 100%;
  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;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__layout {
    width: 72rem;
    gap: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__layout.banner__layout_secondary {
    width: 45rem;
  }
}
.layout__banner .banner__header {
  gap: 0.5rem;
  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;
}
.layout__banner .banner__header img,
.layout__banner .banner__header svg {
  width: 12.5rem;
  height: 12.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.layout__banner .banner__title {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__main {
    font-size: 1.25rem;
    line-height: 150%;
    width: 45rem;
    max-width: 100%;
  }
}

.layout__post {
  gap: 2rem;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__post {
    gap: 5rem;
    display: grid;
    grid-template-columns: 50rem auto;
  }
}
@media screen and (min-width: 768px) {
  .layout__post.post_secondary .post__header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.layout__post .post__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout__post .post__picture {
  border-radius: 0.75rem;
  aspect-ratio: 1/1;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .layout__post .post__picture {
    height: 35.25rem;
    aspect-ratio: unset;
  }
}
.layout__post .post__picture img {
  width: 100%;
  height: 100%;
}
.layout__post .post__picture video,
.layout__post .post__picture iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(3.25);
  transform: scale(3.25);
}
@media screen and (min-width: 768px) {
  .layout__post .post__picture video,
  .layout__post .post__picture iframe {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.layout__post .post__symbol,
.layout__post .post__sound {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__post .post__sound {
  right: 5rem;
}
@media screen and (min-width: 768px) {
  .layout__post .post__symbol,
  .layout__post .post__sound {
    width: 5rem;
    height: 5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .layout__post .post__sound {
    right: 8rem;
  }
}
.layout__post .post__symbol.post__symbol_active .post__ico:nth-child(1),
.layout__post .post__sound.post__sound_active .post__ico:nth-child(1) {
  display: none;
}
.layout__post .post__symbol.post__symbol_active .post__ico:nth-child(2),
.layout__post .post__sound.post__sound_active .post__ico:nth-child(2) {
  display: block;
}
.layout__post .post__ico {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .layout__post .post__ico {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.layout__post .post__ico:nth-child(1) {
  display: block;
}
.layout__post .post__ico:nth-child(2) {
  display: none;
}
.layout__post .post__layout {
  gap: 2.5rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__post .post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.layout__post video::-webkit-media-controls {
  display: none !important;
}
.layout__post video::-moz-media-controls {
  display: none !important;
}
.layout__post video::-ms-media-controls {
  display: none !important;
}

.layout__location {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__location {
    gap: 2rem;
    display: grid;
    grid-template-columns: 52rem auto;
  }
}
.layout__location .location__picture {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__location .location__picture .location__img {
  width: 100%;
  height: 100%;
}
.layout__location .location__layout {
  gap: 4rem;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__location .location__layout {
    padding-right: 8.75rem;
  }
}
.layout__location .location__main {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__location .location__main {
    gap: 2rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.layout__location .location__search {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__location .location__search .search__main {
  position: relative;
  z-index: 2;
}
.layout__location .location__search .search__main.success:after {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: calc(100% - 2rem);
  width: 2.5rem;
  height: 2.5rem;
  background: no-repeat url("../img/confetti.png") center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .layout__location .location__search .search__main.success:after {
    width: 4.5rem;
    height: 4.5rem;
    left: 100%;
  }
}
.layout__location .location__search .search__main.success .search__input {
  color: #ffffff;
  background-color: #1a1a1a;
  pointer-events: none;
}
.layout__location
  .location__search
  .search__main.success
  .search__input
  ~ .search__symbol {
  z-index: 2;
  left: calc(100% - 3.125rem);
}
.layout__location .location__search .search__main.success .search__result {
  color: #ffffff;
  background-color: #1a1a1a;
  opacity: 1;
  visibility: visible;
}
.layout__location .location__search .search__title {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__location .location__search .search__title {
    font-size: 1.75rem;
  }
}
.layout__location .location__search .search__form {
  gap: 1.25rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.layout__location .location__search .search__input,
.layout__location .location__search .search__result {
  color: #1a1a1a;
  background-color: #ffffff;
  font-size: 0.75rem;
  line-height: 100%;
  padding: 1.25rem 0.875rem 1.25rem 0.75rem;
  height: 3.5rem;
  line-height: 150%;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  margin: 0;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__location .location__search .search__input,
  .layout__location .location__search .search__result {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 1.25rem 4rem 1.25rem 1.25rem;
  }
}
.layout__location .location__search .search__result {
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__location .location__search .search__symbol {
  height: 2.875rem;
  width: 2.875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: -1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.layout__location .location__search .search__icon {
  width: 100%;
  height: 100%;
}
.layout__location .location__search .search__button {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.layout__location .location__search .search__ico {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #1a1a1a;
}
.layout__location .location__search .search__footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__location .location__search .search__footer {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 16rem auto;
    position: relative;
  }
}
.layout__location .location__search .search__picture {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__location .location__search .search__picture {
    width: 21.25rem;
    height: 21.25rem;
    position: absolute;
    top: -4.75rem;
    left: 0.5rem;
    display: block;
  }
}
.layout__location .location__search .search__img {
  width: 100%;
  height: 100%;
}
.layout__location .location__search .search__text {
  color: #1a1a1a;
  font-family: "Caveat", cursive;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .layout__location .location__search .search__text {
    font-size: 3rem;
    line-height: 3rem;
    font-style: italic;
    -webkit-transform: rotate(-9.6deg);
    transform: rotate(-9.6deg);
    grid-column: 2/3;
  }
}

.layout__information {
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__information .information__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__information .information__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.layout__information .information__layout {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__information .information__main {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__information .information__title {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
}
.layout__information .information__text {
  font-size: 1.25rem;
  line-height: 150%;
}
.layout__information .information__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__testimonials.testimonials_secondary .testimonials__layout {
  gap: 1.5rem;
}
.layout__testimonials.testimonials_secondary .testimonials__picture {
  height: 3rem;
  width: auto;
  border-radius: 0;
}
.layout__testimonials.testimonials_secondary .testimonials__picture img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.layout__testimonials .testimonials__list {
  overflow: visible;
}
.layout__testimonials .testimonials__list:not(.swiper-initialized) {
  gap: 2rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__list:not(.swiper-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__testimonials
  .testimonials__list:not(.swiper-initialized)
  .testimonials__item.testimonials__item_secondary,
.layout__testimonials
  .testimonials__list:not(.swiper-initialized)
  .testimonials__item.testimonials__item_tertiary {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 193, 7)),
    color-stop(50%, rgb(255, 152, 0)),
    to(rgb(255, 115, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 193, 7) 0%,
    rgb(255, 152, 0) 50%,
    rgb(255, 115, 0) 100%
  );
}
@media screen and (min-width: 768px) {
  .layout__testimonials
    .testimonials__list:not(.swiper-initialized)
    .testimonials__item.testimonials__item_secondary {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .layout__testimonials
    .testimonials__list:not(.swiper-initialized)
    .testimonials__item.testimonials__item_tertiary {
    grid-column: span 3;
  }
  .layout__testimonials
    .testimonials__list:not(.swiper-initialized)
    .testimonials__item.testimonials__item_tertiary
    .testimonials__text {
    font-size: 1.5rem;
    line-height: 150%;
  }
  .layout__testimonials
    .testimonials__list:not(.swiper-initialized)
    .testimonials__item.testimonials__item_tertiary
    .testimonials__background {
    aspect-ratio: 1/0.68;
  }
}
.layout__testimonials .testimonials__item {
  gap: 2rem;
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f6f5eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.layout__testimonials .testimonials__layout {
  padding: 1rem 1.15rem;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__layout {
    gap: 2rem;
    padding: 2rem 2.5rem;
  }
}
.layout__testimonials .testimonials__background {
  border-radius: 1.5rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__background {
    width: 50%;
  }
}
.layout__testimonials .testimonials__background img {
  width: 100%;
  height: 100%;
}
.layout__testimonials .testimonials__header {
  gap: 1.25rem 1rem;
  display: grid;
  grid-template-columns: auto 6rem;
}
.layout__testimonials .testimonials__rating .rating__list {
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__testimonials .testimonials__rating .rating__symbol {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__testimonials .testimonials__rating .rating__ico {
  width: 100%;
  height: 100%;
}
.layout__testimonials .testimonials__symbol {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0.75rem, -1.25rem);
  transform: translate(0.75rem, -1.25rem);
  grid-row: span 2;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__symbol {
    width: 6rem;
    height: 6rem;
  }
}
.layout__testimonials .testimonials__ico {
  width: 100%;
  height: 100%;
}
.layout__testimonials .testimonials__picture {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.layout__testimonials .testimonials__picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout__testimonials .testimonials__footer {
  font-size: 1.25rem;
  line-height: 150%;
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__testimonials .testimonials__title {
  font-weight: 700;
}
.layout__testimonials .testimonials__subtitle {
  font-weight: 500;
}
.layout__testimonials .testimonials__data {
  padding: 2.5rem 0 1rem;
}

.layout__partners {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__partners {
    gap: 2.5rem;
  }
}
.layout__partners .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.layout__partners .partners__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.layout__partners .partners__title {
  text-transform: uppercase;
}
.layout__partners .partners__list {
  pointer-events: none;
}
.layout__partners .partners__item {
  width: auto;
  pointer-events: none;
}
.layout__partners .partners__item:hover img,
.layout__partners .partners__item:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.layout__partners .partners__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__partners .partners__picture {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .layout__partners .partners__picture {
    height: 6rem;
  }
}
.layout__partners .partners__picture img,
.layout__partners .partners__picture svg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__steps {
  border-radius: 1.5rem;
  padding: 2rem 1rem;
  margin: 0 -1rem;
  gap: 2rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__steps {
    padding: 3rem 7.75rem;
    gap: 4rem;
    margin: 0;
  }
}
.layout__steps .steps__tolltip {
  position: absolute;
  top: -15.25rem;
  right: 15rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__tolltip {
    display: block;
  }
}
.layout__steps .steps__tolltip.steps__tolltip_secondary {
  top: -9rem;
}
.layout__steps .steps__tolltip.steps__tolltip_secondary .tolltip__symbol {
  width: 12rem;
  -webkit-transform: translate(-2rem, -2.125rem);
  transform: translate(-2rem, -2.125rem);
}
.layout__steps .steps__tolltip .tolltip__text {
  color: #1a1a1a;
  font-family: "Caveat", cursive;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  display: block;
  text-transform: none;
  white-space: nowrap;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.layout__steps .steps__tolltip .tolltip__symbol {
  -webkit-transform: translate(-2rem, -4.125rem);
  transform: translate(-2rem, -4.125rem);
}
.layout__steps .steps__preview .steps__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.layout__steps .steps__preview .steps__list::before,
.layout__steps .steps__preview .steps__list:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #ffe0b2;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.75;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.layout__steps .steps__preview .steps__item {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.25rem solid #ffe0b2;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
.layout__steps .steps__preview .steps__item.steps__item_active {
  border-color: #ff9800;
}
.layout__steps
  .steps__preview
  .steps__item.steps__item_active:not(:last-child):after {
  content: "";
  width: 7rem;
  height: 0.25rem;
  background-color: #ff9800;
  position: absolute;
  top: 50%;
  left: 100%;
  opacity: 0.75;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .layout__steps
    .steps__preview
    .steps__item.steps__item_active:not(:last-child):after {
    width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps
    .steps__preview
    .steps__item.steps__item_active:not(:last-child)
    + .steps__item_active:before {
    content: "";
    width: 41rem;
    height: 0.25rem;
    background-color: #ff9800;
    position: absolute;
    top: 50%;
    right: 100%;
    opacity: 0.75;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.layout__steps .steps__preview .steps__item.steps__item_prev {
  background-color: #ff9800;
}
.layout__steps .steps__preview .steps__text {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
.layout__steps .steps__dropdown .steps__list {
  position: relative;
}
.layout__steps .steps__dropdown .steps__item {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__dropdown .steps__item {
    gap: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.layout__steps .steps__dropdown .steps__item.steps__item_primary {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__steps
    .steps__dropdown
    .steps__item.steps__item_primary
    .steps__main {
    width: 55.75rem;
  }
}
.layout__steps .steps__dropdown .steps__item.steps__item_secondary .steps__main,
.layout__steps .steps__dropdown .steps__item.steps__item_tertiary .steps__main {
  gap: 2.5rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__steps
    .steps__dropdown
    .steps__item.steps__item_secondary
    .steps__main,
  .layout__steps
    .steps__dropdown
    .steps__item.steps__item_tertiary
    .steps__main {
    gap: 6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout__steps
  .steps__dropdown
  .steps__item.steps__item_secondary
  .steps__group,
.layout__steps
  .steps__dropdown
  .steps__item.steps__item_tertiary
  .steps__group {
  gap: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__steps
    .steps__dropdown
    .steps__item.steps__item_secondary
    .steps__group,
  .layout__steps
    .steps__dropdown
    .steps__item.steps__item_tertiary
    .steps__group {
    gap: 1.5rem;
    grid-template-columns: repeat(6, 1fr);
  }
}
.layout__steps .steps__dropdown .steps__item:not(.steps__item_active) {
  visibility: hidden;
  opacity: 0;
}
.layout__steps .steps__dropdown .steps__item.steps__item_active {
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__dropdown .form__item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__dropdown .form__item.form__item_secondary {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__dropdown .form__item.form__item_tertiary {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__dropdown .form__item.form__item_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.layout__steps .steps__header {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__header {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__main {
    grid-column: span 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.layout__steps .steps__footer {
  gap: 1rem;
  grid-column: 2/-1;
  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;
}
@media screen and (min-width: 768px) {
  .layout__steps .steps__footer {
    padding-left: 1rem;
  }
}
.layout__steps .steps__footer .btn {
  margin-left: auto;
}

.layout__references {
  padding: 1.5rem 1rem;
  border-radius: 1.5rem;
  gap: 1rem;
  margin-bottom: -3rem;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 193, 7)),
    color-stop(50%, rgb(255, 152, 0)),
    to(rgb(255, 115, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 193, 7) 0%,
    rgb(255, 152, 0) 50%,
    rgb(255, 115, 0) 100%
  );
}
@media screen and (min-width: 768px) {
  .layout__references {
    gap: 4rem;
    grid-template-columns: auto 20rem;
    margin-bottom: -9rem;
    padding: 1.5rem 3rem;
  }
}
.layout__references .references__carousel {
  overflow: hidden;
}
.layout__references .references__settings {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .layout__references .references__settings {
    gap: 2rem;
  }
}
.layout__references .references__picture {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.layout__references .references__item {
  gap: 2rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__references .references__item {
    gap: 4rem;
    width: 70rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 16rem auto 6rem;
  }
}
.layout__references .references__layout {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__references .references__header {
  gap: 1.25rem 1rem;
  display: grid;
  grid-template-columns: auto 6rem;
}
.layout__references .references__rating .rating__list {
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__references .references__rating .rating__symbol {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__references .references__rating .rating__ico {
  width: 100%;
  height: 100%;
}
.layout__references .references__symbol {
  aspect-ratio: 1/1;
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__references .references__symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout__references .references__ico {
  width: 100%;
  height: 100%;
}
.layout__references .references__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.layout__references .references__picture img {
  height: unset;
  height: unset;
}
.layout__references .references__footer {
  gap: 0.75rem;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout__references .references__title {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 700;
}
.layout__references .references__subtitle {
  font-weight: 500;
}
.layout__references .references__pagination .swiper-pagination-bullet {
  opacity: 0.2;
  background-color: #261c0d;
}
.layout__references .references__pagination .swiper-pagination-bullet:hover {
  background-color: #261c0d;
}
.layout__references
  .references__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #261c0d;
}
.layout__references .swiper__button {
  background-color: #261c0d;
}
.layout__references .swiper__button .swiper__ico {
  fill: #ff9800;
}

.layout__faq {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__faq {
    display: grid;
    grid-template-columns: 41.25rem auto;
  }
}
.layout__faq .faq__picture {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .layout__faq .faq__picture {
    margin-left: -7.75rem;
    width: calc(100% + 7.75rem);
    aspect-ratio: 1/1.25;
    overflow: visible;
  }
}
.layout__faq .faq__picture img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .layout__faq .faq__picture img {
    width: 49rem;
    height: auto;
    aspect-ratio: 1/1.25;
    border-radius: 1.25rem;
    overflow: hidden;
  }
}
.layout__faq .faq__body {
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__faq .faq__body {
    gap: 5rem;
    padding: 0 8.5rem 0 5rem;
  }
}
.layout__faq .faq__head {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__faq .faq__text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.layout__faq .faq__layout {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout__faq .faq__subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__faq .faq__subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
[data-section="gallery"] + [data-section="listing"]{
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  [data-section="statistics"] + [data-section="post"]{
    padding-top: 22rem;
  }
  [data-section="banner"] + [data-section="post"]{
    padding-top: 16rem;
  }
}

.file-upload-input{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.file-upload-input input{
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
a.mfcf7_zl_delete_file {
  box-shadow: none !important;
}
.file-upload-input span, .file-upload-input span + p {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
}
.attachFiles .attach__title{
  max-width: calc(100% - 40px);
}
#mfcf7_zl_multifilecontainer{
  display: none !important;
}
.file-upload-input .wpcf7-form-control-wrap + p{

}