html, body, div, span, applet, object, iframe,
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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  all: unset;
}

* {
  outline: none !important;
  box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  scroll-padding-top: 3rem;
  scroll-behavior: smooth;
}
@media (min-width: 460px) {
  html {
    font-size: 16px;
    scroll-padding-top: 3.5rem;
  }
}
@media (min-width: 1232px) {
  html {
    scroll-padding-top: 4.5rem;
  }
}

body {
  color: #000;
  background: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
  flex: 1;
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background: #6fbc22;
}

::selection {
  color: #fff;
  background: #6fbc22;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}

::-webkit-scrollbar-thumb {
  background: #6fbc22;
  border: 0.125rem solid #222222;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #81b525;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #222222;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  color: #000;
  background: #6fbc22;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
  text-decoration: none;
  border-radius: 1rem;
  font-weight: 500;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.09);
  border: 0.125rem solid #81b525;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
}
@media (min-width: 1232px) {
  .btn {
    padding: 1rem 4rem;
  }
}
.btn:hover {
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  color: #000;
}
.btn:focus {
  background: #62a61e;
}
.btn--small {
  padding: 0.4em 1.5em;
  border-radius: 0.75em;
}
.btn--round {
  border-radius: 5rem;
}

.container, .cookiebar__container, .footer__container, .newsletter__container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.container--l {
  max-width: 67rem;
}
.container--m {
  max-width: 57rem;
}
.container--s {
  max-width: 47rem;
}

.page-text {
  margin-top: 2rem;
}

.wp-text {
  line-height: 1.66;
}
.wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  padding: 0;
  margin: 1em 0 0.25em;
}
.wp-text ul {
  list-style: disc;
}
.wp-text ol {
  list-style: decimal;
  list-style-position: inside;
}
.wp-text ol ol, .wp-text ol ul {
  margin-left: 2rem;
}
.wp-text ol[type=a] {
  list-style-type: lower-latin;
  padding-bottom: 1rem;
}
.wp-text ul {
  list-style-position: inside;
}
.wp-text ul ul, .wp-text ul ol {
  margin-left: 2rem;
}
.wp-text ul ul {
  list-style: circle;
}
.wp-text li {
  padding: 0.25rem 0;
}
.wp-text li::marker {
  color: #6fbc22;
}
.wp-text p + p {
  margin-top: 1em;
}
.wp-text p + ul {
  margin: 1em 0;
}
.wp-text img {
  max-width: 100%;
  height: auto;
}
.wp-text a:hover {
  text-decoration-style: dotted;
}

@media (min-width: 1232px) {
  .header:hover .topnav {
    -webkit-backdrop-filter: blur(1.125rem);
            backdrop-filter: blur(1.125rem);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .header:hover .topnav--white {
    -webkit-backdrop-filter: blur(1.125rem);
            backdrop-filter: blur(1.125rem);
    background: rgba(48, 48, 48, 0.7);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 0.2s;
  -webkit-backdrop-filter: blur(1.125rem);
          backdrop-filter: blur(1.125rem);
  background: rgba(255, 255, 255, 0.7);
}
.topnav--white {
  -webkit-backdrop-filter: blur(1.125rem);
          backdrop-filter: blur(1.125rem);
  background: rgba(48, 48, 48, 0.7);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1232px) {
  .topnav {
    color: #000;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(0rem);
            backdrop-filter: blur(0rem);
    background: rgba(255, 255, 255, 0);
  }
  .topnav--lower {
    -webkit-backdrop-filter: blur(1.125rem);
            backdrop-filter: blur(1.125rem);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .topnav--white {
    color: #fff;
  }
  .topnav--white.topnav--lower {
    -webkit-backdrop-filter: blur(1.125rem);
            backdrop-filter: blur(1.125rem);
    background: rgba(48, 48, 48, 0.7);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
}
.topnav--hidden {
  transform: translateY(-105%);
}
.topnav__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  max-width: 80rem;
}
@media (min-width: 1232px) {
  .topnav__container {
    padding: 0 1rem;
  }
}
.topnav__logo {
  pointer-events: all;
  padding: 0.5rem 1rem;
  transition: 0.2s;
}
@media (min-width: 1232px) {
  .topnav__logo {
    padding: 1rem 1rem 1rem;
    margin-left: -1rem;
  }
  .topnav__logo--lower {
    padding: 0.5rem 1rem;
  }
}
.topnav__logo__img {
  height: 2.5rem;
  display: block;
  transition: 0.2s;
}
@media (min-width: 1232px) {
  .topnav__logo__img {
    height: 3.5rem;
  }
}
.topnav__menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: 16rem;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  transform: translateX(-105%);
  transition: 0.2s;
  pointer-events: all;
  border-right: 0.125rem solid #ebebeb;
  overflow-y: auto;
  padding: 1rem 0 2rem;
}
.topnav__menu--active {
  transform: translateX(0);
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (min-width: 1232px) {
  .topnav__menu {
    position: static;
    flex-direction: row;
    margin-left: auto;
    background: none;
    width: unset;
    max-width: unset;
    height: unset;
    box-shadow: none;
    border: 0;
    transform: translateX(0%);
    overflow: unset;
    padding: 0;
  }
}
.topnav__menu__single:hover .topnav__submenu {
  display: block;
}
.topnav__menu__link, .topnav-lang .menu-item-has-children a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.75rem;
  transition: 0.2s;
  position: relative;
  width: 100%;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 1232px) {
  .topnav__menu__link:before, .topnav-lang .menu-item-has-children a:before {
    content: attr(data-text);
    color: #3e3e3e;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    transform: scaleY(-1);
  }
  .topnav__menu__link:after, .topnav-lang .menu-item-has-children a:after {
    content: "";
    position: absolute;
    background: #3e3e3e;
    width: 0;
    height: 0.125rem;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 2rem;
    margin: 0 auto;
    transition: 0.2s;
  }
  .topnav__menu__link--white:before {
    color: #fff;
  }
  .topnav__menu__link--white:after {
    background: #6fbc22;
  }
  .topnav__menu__link--lower:after {
    bottom: 0.875rem;
  }
  .topnav__menu__link--btn:before, .topnav__menu__link--btn:after {
    display: none;
  }
  .topnav__menu__link--active:after {
    background: #6fbc22;
    width: calc(100% - 1.5rem);
  }
}
.topnav__menu__link:hover, .topnav-lang .menu-item-has-children a:hover, .topnav__menu__link:focus, .topnav-lang .menu-item-has-children a:focus {
  text-decoration: underline;
}
@media (min-width: 1232px) {
  .topnav__menu__link:hover, .topnav-lang .menu-item-has-children a:hover, .topnav__menu__link:focus, .topnav-lang .menu-item-has-children a:focus {
    text-decoration: none;
  }
  .topnav__menu__link:hover:before, .topnav-lang .menu-item-has-children a:hover:before, .topnav__menu__link:focus:before, .topnav-lang .menu-item-has-children a:focus:before {
    opacity: 1;
    transform: scaleY(1);
  }
  .topnav__menu__link:hover:after, .topnav-lang .menu-item-has-children a:hover:after, .topnav__menu__link:focus:after, .topnav-lang .menu-item-has-children a:focus:after {
    width: calc(100% - 1.5rem);
  }
  .topnav__menu__link:hover .topnav__menu__text, .topnav-lang .menu-item-has-children a:hover .topnav__menu__text, .topnav__menu__link:focus .topnav__menu__text, .topnav-lang .menu-item-has-children a:focus .topnav__menu__text {
    transform: scaleY(-1);
    opacity: 0;
  }
}
.topnav__menu__link:focus, .topnav-lang .menu-item-has-children a:focus {
  color: #6fbc22;
}
@media (min-width: 1232px) {
  .topnav__menu__link, .topnav-lang .menu-item-has-children a {
    padding: 0 0.8125rem;
    width: unset;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.topnav__menu__text {
  position: relative;
  transition: 0.3s;
}
.topnav__menu__btn {
  background: #6fbc22;
  color: #fff;
  padding: 0.25rem 1rem;
  display: block;
  border-radius: 3rem;
  display: flex;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.topnav__menu__bnt-icon {
  height: 1rem;
  width: auto;
  display: block;
}
.topnav__submenu {
  padding-left: 1rem;
  font-weight: 500;
}
@media (min-width: 1232px) {
  .topnav__submenu {
    padding: 0.5rem 0;
    display: none;
    position: absolute;
    background: rgba(48, 48, 48, 0.9);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
}
.topnav__submenu__link {
  text-decoration: none;
  padding: 0.625rem 1rem;
  display: block;
  color: #000;
}
.topnav__submenu__link:hover {
  text-decoration: underline;
}
@media (min-width: 1232px) {
  .topnav__submenu__link {
    color: #fff;
    transition: 0.2s;
  }
  .topnav__submenu__link:hover {
    text-decoration: none;
    color: #6fbc22;
  }
}
.topnav__extra {
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .topnav__extra {
    margin-left: 1rem;
  }
}
.topnav__trigger {
  border: 0;
  background: none;
  padding: 0 1rem;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
}
@media (min-width: 1232px) {
  .topnav__trigger {
    display: none;
  }
}

.menu-icon {
  height: 2rem;
}
.menu-icon__path {
  transition: 0.2s;
}
.menu-icon--white .menu-icon__path {
  stroke: #fff;
}
.menu-icon--active .menu-icon__path {
  stroke: #6fbc22;
}
.menu-icon--active .menu-icon__path--top {
  transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  transform-origin: top left;
}
.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}
.menu-icon--active .menu-icon__path--bottom {
  transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  transform-origin: bottom left;
}

.topnav-lang .menu-item-has-children {
  display: flex;
  position: relative;
}
.topnav-lang .menu-item-has-children a:after {
  display: none;
}
.topnav-lang .menu-item-has-children .sub-menu {
  display: flex;
}
@media (min-width: 1232px) {
  .topnav-lang .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    bottom: -0.875rem;
    left: -0.3125rem;
    transform: translateY(100%);
    background: #3e3e3e;
    color: #ebebeb;
    transition: 0.2s;
  }
  .topnav-lang .menu-item-has-children .sub-menu--lower {
    bottom: -0.75rem;
  }
  .topnav-lang .menu-item-has-children .sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(62, 62, 62, 0);
    border-bottom-color: #3e3e3e;
    border-width: 0.5rem;
    margin-left: -0.5rem;
  }
  .topnav-lang .menu-item-has-children .sub-menu a {
    padding: 0.5rem 1rem;
  }
  .topnav-lang .menu-item-has-children .sub-menu a:hover {
    color: #6fbc22;
  }
}

@media (min-width: 1232px) {
  .topnav__extra:hover .sub-menu {
    display: flex;
  }
}

.socials {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1rem;
  margin: 0.5rem 0 0 0.75rem;
}
@media (min-width: 1232px) {
  .socials {
    margin: 0;
    gap: 0.375rem;
  }
}
.socials__link:hover {
  opacity: 0.7;
}
.socials__icon {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}

.megamenu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 16rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background: #303030;
  color: #fff;
  overflow: hidden;
  font-size: 0.875rem;
  transition: 0.2s;
  height: 100vh;
  height: 100dvh;
  transform: translateX(-100%);
}
.megamenu--active {
  transform: translateX(0);
}
@media (min-width: 1232px) {
  .megamenu {
    z-index: 998;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-backdrop-filter: blur(1.125rem);
            backdrop-filter: blur(1.125rem);
    background: rgba(48, 48, 48, 0.85);
    transform: translate(0, calc(-100% - 5.5rem));
  }
  .megamenu--active {
    top: 5.5rem;
    transform: translateY(0);
  }
  .megamenu--lower {
    top: 4.5rem;
  }
}
.megamenu__container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1232px) {
  .megamenu__container {
    padding: 0 1rem;
    max-width: 80rem;
    flex-direction: row;
  }
}

.megamenu-start {
  display: flex;
  flex-direction: column;
  padding: 0 0 1rem;
  width: 16rem;
}
@media (min-width: 1232px) {
  .megamenu-start {
    width: 18rem;
    padding: 1rem 0;
  }
}
.megamenu-start__single {
  padding: 0.75rem 2rem 0.75rem 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
}
@media (min-width: 1232px) {
  .megamenu-start__single:hover path, .megamenu-start__single--active path {
    fill: #6fbc22 !important;
  }
}
.megamenu-start__icon {
  width: 1.125rem;
  height: auto;
  display: block;
}
.megamenu-start__icon--arrow {
  width: 0.625rem;
  margin: 0 0.3125rem;
}
.megamenu-start__icon path {
  fill: #fff;
  transition: 0.2s;
}
.megamenu-start__arrow {
  width: 0.375rem;
  height: auto;
  display: block;
  margin-left: auto;
}
.megamenu-start__arrow path {
  fill: #fff;
  transition: 0.2s;
}
.megamenu-start__separator {
  width: calc(100% - 3rem);
  border-top: 1px solid #6fbc22;
  margin: 2rem 1rem 1rem;
}

.megamenu-back {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
  background: #000;
  cursor: pointer;
}
@media (min-width: 1232px) {
  .megamenu-back {
    display: none;
  }
}
.megamenu-back__arrow {
  display: block;
  height: 1.125rem;
  width: auto;
  transform: rotate(180deg);
}

.megamenu-title {
  padding: 1rem;
  background: #6fbc22;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 1232px) {
  .megamenu-title {
    display: none;
  }
}

.megamenu-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 16rem;
  height: 100vh;
  height: 100dvh;
  background: #222222;
  transform: translateX(-100%);
  transition: 0.2s;
  overflow: auto;
}
.megamenu-main--active {
  transform: translateX(0);
}
@media (min-width: 1232px) {
  .megamenu-main {
    width: calc(100% - 18rem);
    height: auto;
    position: relative;
    background: none;
    padding: 1.25rem 0 1.25rem 1rem;
    transform: translateX(0);
    overflow: unset;
  }
  .megamenu-main:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
  }
}

.megamenu-group {
  display: none;
  position: relative;
  z-index: 2;
  display: none;
  grid-template-rows: 0fr;
  transition: 0.4s;
  opacity: 0;
  padding: 0 0 1rem;
}
.megamenu-group--active {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  z-index: 3;
}
@media (min-width: 1232px) {
  .megamenu-group {
    display: grid;
    padding: 0;
  }
}
.megamenu-group__container {
  display: grid;
}
@media (min-width: 1232px) {
  .megamenu-group__container {
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
  }
}

.megamenu-link {
  text-decoration: none;
  padding: 0.5rem 1rem;
}
@media (min-width: 1232px) {
  .megamenu-link {
    transition: 0.2s;
  }
  .megamenu-link:hover {
    color: #6fbc22;
  }
}

.newsletter {
  background: #303030;
  color: #fff;
  position: relative;
  z-index: 1;
}
.newsletter__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  max-width: 67rem;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter__container {
    flex-direction: row;
    text-align: left;
  }
}
.newsletter__main {
  padding: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter__main {
    padding: 2rem 1rem;
    width: 50%;
  }
}
.newsletter__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.newsletter__content {
  display: flex;
  flex-direction: column;
}
.newsletter__categories {
  padding: 1rem 0;
}
.newsletter__form {
  padding: 1rem;
  width: 100%;
  max-width: 27rem;
}
@media (min-width: 768px) {
  .newsletter__form {
    padding: 2rem 1rem;
    width: 50%;
    max-width: unset;
  }
}
.newsletter__input {
  border-radius: 1rem;
  padding: 0.75rem;
  border: 0.0625rem solid #e2e2e2;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.newsletter__input:focus {
  border-color: #6fbc22;
}
.newsletter__info {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.checkbox-group {
  position: relative;
  padding: 0.375rem 0 0.5rem 1.5rem;
  width: 100%;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .checkbox-group:hover {
    color: #6fbc22;
  }
}
.checkbox-group:before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  background: #fff;
  border: 0.0625rem solid #e2e2e2;
  border-radius: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  box-sizing: border-box;
}
.checkbox-group--auto-width {
  width: auto;
}
.checkbox-group--sm {
  font-size: 0.875rem;
}
.checkbox-group__input {
  opacity: 0;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: 0.125rem;
  top: 1rem;
  pointer-events: none;
}
.checkbox-group__input:checked + .checkbox-group__icon {
  transform: scale(1);
}
.checkbox-group__icon {
  height: 0.9375rem;
  display: block;
  position: absolute;
  left: 0.0625rem;
  top: 0.625rem;
  transition: 0.1s;
  transform: scale(0);
}

.footer {
  color: #fff;
  background: #3e3e3e;
  background: url(../img/photos/footer-mobile.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer {
    background: url(../img/photos/footer-desktop.jpg) center center no-repeat;
    background-size: cover;
  }
}
.footer__logo {
  width: 100%;
  max-width: 15rem;
  display: block;
}
.footer__main {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .footer__main {
    flex-direction: row;
    padding-top: 7rem;
  }
}
.footer__menu {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer__menu {
    margin: 0 0 0 auto;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .footer__menu__single {
    display: flex;
    justify-content: flex-end;
  }
}
.footer__menu__link {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.25rem 0;
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__menu__link {
    margin-bottom: 0.125rem;
  }
}
.footer__menu__link:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  background: #6fbc22;
  height: 0.0625rem;
  width: 0%;
  opacity: 0;
  transition: 0.2s;
}
.footer__menu__link:hover:after, .footer__menu__link:focus:after {
  opacity: 1;
  width: 100%;
}
.footer__menu__link:focus {
  color: #6fbc22;
}
.footer__menu__link:focus:after {
  background: #6fbc22;
}
.footer__arrow {
  position: absolute;
  z-index: 1;
  top: -2rem;
  right: 0;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .footer__arrow {
    top: -2.75rem;
  }
}
.footer__arrow:hover {
  filter: brightness(0.8);
}
.footer__arrow__img {
  display: block;
  max-width: 8rem;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__arrow__img {
    max-width: 10rem;
  }
}
.footer__extra {
  padding: 2rem 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__extra {
    padding: 0.5rem 0 2rem;
  }
}
@media (min-width: 992px) {
  .footer__extra {
    padding: 0.5rem 0;
    display: block;
    gap: 0;
  }
}
.footer__extra__link {
  text-decoration: none;
}
.footer__extra__link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer__extra__link:not(:last-child):after {
    content: " | ";
  }
}
.footer__bottom {
  padding-bottom: 3.5rem;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 300;
}
@media (min-width: 992px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
  }
}
.footer__bottom__col {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__bottom__col--last {
  margin: 1rem 0 0;
}
@media (min-width: 992px) {
  .footer__bottom__col--last {
    margin: 0 0 0 auto;
  }
}
.footer__bottom__link {
  text-decoration: none;
}
.footer__bottom__link:hover {
  text-decoration: underline;
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222222;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0;
  transition: 0.4s;
}
.cookiebar--hide {
  transform: translateY(100%);
}
.cookiebar__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cookiebar__container {
    flex-direction: row;
  }
}
.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cookiebar__text {
    margin-bottom: 0;
    text-align: left;
  }
}
.cookiebar__link {
  color: #fff;
}
.cookiebar__btn {
  white-space: nowrap;
  background: #6fbc22;
  border: 0;
  border-radius: 0.75rem;
  color: #000;
  padding: 0.375rem 0.5rem;
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cookiebar__btn {
    margin-left: 2em;
  }
}
.cookiebar__btn--secondary {
  background: #585858;
  color: #fff;
}

.intro {
  width: 100%;
  position: relative;
  margin-top: 3.5rem;
  background: #222222;
}
@media (min-width: 768px) {
  .intro {
    margin-top: 0;
  }
}
@media (min-width: 1232px) {
  .intro {
    height: 100vh;
  }
}
.intro__bg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1232px) {
  .intro__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: 100%;
  }
  .intro__bg--center {
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1600px) {
  .intro__bg {
    -o-object-position: center 25%;
       object-position: center 25%;
  }
}
.intro__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  color: #fff;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .intro__content {
    align-items: center;
    padding-right: 0;
  }
}
@media (min-width: 1232px) {
  .intro__content {
    z-index: 1;
    top: 0;
    height: 100%;
    padding-bottom: 6.5rem;
    box-shadow: inset 0 0 5rem #000;
  }
}
.intro__content--boxes {
  position: static;
  margin-top: -7rem;
  padding-right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .intro__content--boxes {
    position: absolute;
    margin-top: 0;
  }
}
@media (min-width: 1232px) {
  .intro__content--boxes {
    padding-bottom: 0;
  }
}
.intro__title {
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1rem;
  max-width: 35ch;
  text-shadow: 0 0 1rem #000, 0 0 2rem #000, 0 0 3rem #000;
}
@media (min-width: 768px) {
  .intro__title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .intro__title {
    font-size: 2.5rem;
  }
}
.intro__scroll {
  display: none;
}
@media (min-width: 1232px) {
  .intro__scroll {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    cursor: pointer;
    padding: 1rem;
    transition: 0.2s;
    filter: brightness(0);
    filter: unset;
  }
  .intro__scroll:hover {
    opacity: 0.6;
  }
}
.intro__dark {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 1.5rem;
  padding: 2rem 1rem 4rem;
  width: calc(100% - 2rem);
  margin: -1rem auto 0;
  max-width: 55rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .intro__dark {
    margin: 7rem auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .intro__dark {
    bottom: 5rem;
  }
}
.intro__sash {
  width: 3rem;
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.intro-boxes {
  display: grid;
  width: 100%;
  max-width: 73rem;
  padding: 1rem;
  gap: 0.75rem 1rem;
}
@media (min-width: 992px) {
  .intro-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

.intro-box {
  background: #3e3e3e;
  padding: 1.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .intro-box {
    background: rgba(62, 62, 62, 0.65);
  }
  .intro-box:hover {
    color: #fff;
    background: rgba(111, 188, 34, 0.8);
  }
  .intro-box:hover .intro-box__icon, .intro-box:hover .intro-box__arrow {
    fill: #fff;
  }
  .intro-box:hover .intro-box__icon path, .intro-box:hover .intro-box__arrow path {
    fill: #fff;
  }
}
.intro-box--n1 {
  background: #fff;
  color: #000;
  gap: 2rem;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .intro-box--n1 {
    background: rgba(255, 255, 255, 0.75);
    grid-row: 1/3;
  }
}
.intro-box__icon {
  height: auto;
  width: 2rem;
  display: block;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .intro-box__icon {
    display: none;
  }
}
@media (min-width: 1232px) {
  .intro-box__icon {
    display: block;
  }
}
@media (min-width: 1600px) {
  .intro-box__icon {
    width: 4rem;
  }
}
.intro-box__title {
  line-height: 1.2;
  font-size: 1.25rem;
}
.intro-box__text {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .intro-box__text {
    display: none;
  }
}
@media (min-width: 1600px) {
  .intro-box__text {
    display: block;
  }
}
.intro-box__text--n1 {
  display: block;
}
.intro-box__btn {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.intro-box__arrow {
  display: block;
  width: 0.75rem;
  height: auto;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  transition: 0.2s;
}
.intro-box__arrow--btn {
  position: static;
  margin-left: 0.75rem;
}
.intro-box__arrow path {
  transition: 0.2s;
}

.intro2 {
  position: relative;
}
.intro2__top {
  background: #F2F2F4;
  border-radius: 0 0 1rem 1rem;
  position: relative;
  margin-bottom: -1rem;
  padding: 7rem 0 4rem;
}
@media (min-width: 1232px) {
  .intro2__top {
    border-radius: 0 0 2rem 2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1600px) {
  .intro2__top {
    border-radius: 0 0 3.125rem 3.125rem;
    margin-bottom: -3.125rem;
  }
}
.intro2__title {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .intro2__title {
    font-size: 3rem;
  }
}
.intro2__photo {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes intro2-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.75), 0 0 1rem white;
  }
  100% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0), 0 0 3rem rgba(255, 255, 255, 0.5);
  }
}
.intro2-scroll {
  position: absolute;
  z-index: 2;
  inset: auto 0 -3.5rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  display: block;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.8));
}
@media (min-width: 992px) {
  .intro2-scroll {
    bottom: 1rem;
    filter: none;
  }
}
.intro2-scroll:after {
  content: "";
  display: block;
  inset: 0;
  margin: auto;
  animation: intro2-pulse 1.5s infinite;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.intro2-scroll__img {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

.important-now {
  display: grid;
  padding: 4rem 0;
  gap: 2rem;
}
@media (min-width: 992px) {
  .important-now {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
  }
}
.important-now__start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.important-now__icon {
  height: 2.5rem;
  width: auto;
  display: block;
}
.important-now__pretitle {
  font-size: 1.375rem;
  font-weight: 700;
  padding: 1.25rem 0 0.5rem;
}
@media (min-width: 768px) {
  .important-now__pretitle {
    font-size: 1.75rem;
  }
}
.important-now__title {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .important-now__title {
    font-size: 3rem;
  }
}
.important-now__end {
  position: relative;
}
@media (min-width: 992px) {
  .important-now__end:after {
    content: "";
    padding-bottom: 100%;
    display: block;
  }
}
.important-now__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.important-now__list {
  padding: 4rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .important-now__list {
    padding: 0;
    position: absolute;
    inset: 0;
    margin: auto;
  }
}

.front-subtitle {
  text-align: center;
  font-size: 1.75rem;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}

.front-offer-wrapper {
  padding: 4rem 0;
  background: linear-gradient(90deg, #ebebeb 0%, #fff 100%);
}

.front-offers {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .front-offers {
    grid-template-columns: repeat(3, 1fr);
  }
}

.front-offer {
  text-decoration: none;
  background: #B5E57F;
  border-radius: 1.25rem;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s;
}
.front-offer--n2 {
  background: #92D151;
}
.front-offer--n3 {
  background: #6fbc22;
}
.front-offer:hover {
  background: #81b525;
}
.front-offer__top {
  padding: 1.5rem;
}
.front-offer__icon {
  height: 3rem;
  width: auto;
  display: block;
}
.front-offer__title {
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.front-offer__photo {
  position: relative;
}
.front-offer__photo:after {
  content: "";
  padding-bottom: 60%;
  display: block;
}
.front-offer__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
.front-offer__btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  background: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-offer__btn-icon {
  display: block;
  width: auto;
  height: 1.5rem;
}

.front-middle {
  background: #3e3e3e;
  color: #fff;
  padding-top: 4rem;
}

.why-us {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem 0 4rem;
  gap: 3rem;
}
@media (min-width: 992px) {
  .why-us {
    gap: 0;
  }
}
.why-us__bg {
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .why-us__bg {
    width: 100%;
    margin: 0;
  }
}
.why-us__start {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .why-us__start {
    width: calc(50% - 2rem);
  }
}
.why-us__title {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .why-us__title {
    font-size: 1.75rem;
  }
}
.why-us__start-text {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .why-us__start-text {
    font-size: 3rem;
  }
}
.why-us__end {
  position: relative;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .why-us__end {
    width: calc(50% - 2rem);
  }
}
.why-us__number {
  font-size: 4rem;
  font-weight: 700;
  color: #6fbc22;
}
@media (min-width: 768px) {
  .why-us__number {
    font-size: 6rem;
  }
}

.front-about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
  margin-bottom: 4rem;
}

.front-about-title {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .front-about-title {
    font-size: 3rem;
  }
}

.about-list {
  display: grid;
  gap: 3rem 4rem;
  padding: 3rem 0 4rem;
}
@media (min-width: 768px) {
  .about-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .about-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-point__icon {
  height: 2.5rem;
  width: auto;
  display: block;
}
.about-point__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 0.75rem 0 1.25rem;
}
@media (min-width: 768px) {
  .about-point__title {
    font-size: 1.75rem;
  }
}

.front-bottom {
  background: #F2F2F4;
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
}
.front-bottom__bg {
  position: absolute;
  z-index: 0;
  top: -19rem;
  left: 50%;
  width: calc(100% + 10rem);
  height: auto;
  max-width: 75rem;
  transform: translateX(-60%);
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.clients-grid__single {
  background: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  border-radius: 1.25rem;
  position: relative;
}
.clients-grid__single:after {
  content: "";
  display: block;
  padding-bottom: 42.5%;
}
.clients-grid__img {
  position: absolute;
  inset: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.page-section, .jobs-list__container, .our-values__container, .photo-intro__container, .job-banner, .job-law-info, .profile-section, .profile-top__container, .team__group, .team__controlls-wrapper {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-section--relative {
  position: relative;
}

.arrow-title {
  display: flex;
}
@media (min-width: 992px) {
  .arrow-title--sticky {
    position: sticky;
    top: 6.25rem;
    padding-bottom: 4rem;
  }
}
.arrow-title--center {
  justify-content: center;
}
.arrow-title__icon {
  height: 3rem;
  margin-right: 1rem;
}
.arrow-title__text {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0.375rem;
}
.arrow-title__extra {
  font-size: 1.25rem;
  font-weight: 500;
}

.before-arrow-title {
  text-align: center;
  font-size: 1.25rem;
}

.offer-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .offer-btns {
    flex-direction: row;
  }
}
.offer-btns__single {
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  width: 100%;
  border-radius: 1.5rem;
  padding: 1.875rem 1rem 1.5rem;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .offer-btns__single {
    display: block;
    width: 33.3333333%;
  }
}
.offer-btns__single:hover {
  background: #6fbc22;
  color: #fff;
}
.offer-btns__single:hover path {
  fill: #fff;
}
.offer-btns__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0;
  text-transform: uppercase;
  margin: 0 auto 0 2rem;
}
@media (min-width: 768px) {
  .offer-btns__title {
    margin: 0;
  }
}
.offer-btns__icon {
  height: 3rem;
  display: block;
}
@media (min-width: 768px) {
  .offer-btns__icon {
    margin: 0 auto;
  }
}
.offer-btns__arrow {
  height: 1.5rem;
}
.offer-btns path {
  transition: 0.2s;
}

.clients__content {
  position: relative;
}
.clients__content:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.clients__logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .clients__logo {
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
}

.home-news {
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}
.home-news--last {
  padding-bottom: 4rem;
}
.home-news--front2 {
  padding-top: 0;
}
.home-news__list {
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .home-news__list {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-news__list--front2 {
  padding-top: 0;
}
.home-news__bottom {
  text-align: center;
  padding: 2rem 0 0;
}

.news-btn {
  background: #f8f8f9;
  border: solid 0.125rem #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-radius: 1.5rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .news-btn {
    padding-bottom: 4rem;
    position: relative;
  }
}
@media (min-width: 1232px) {
  .news-btn {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.news-btn__bottom {
  text-decoration: none;
}
.news-btn__bottom:hover .news-btn__title {
  color: #6fbc22;
}
.news-btn__bottom:hover .news-btn__arrow {
  padding-right: 0;
}
@media (min-width: 992px) {
  .news-btn__bottom {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.news-btn__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 1.875rem 0;
  padding: 1.5rem 0 1rem;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .news-btn__title {
    font-size: 1.25rem;
  }
}
.news-btn__text {
  font-weight: 500;
  line-height: 1.35;
  color: #303030;
}
@media (min-width: 992px) {
  .news-btn__text {
    margin-bottom: auto;
  }
}
.news-btn__arrow {
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 1.1875rem 0 0;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .news-btn__arrow {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
.news-btn__arrow__img {
  height: 2rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.375rem;
}
.tags--single-post {
  margin-top: 2rem;
}
.tags__single {
  width: -moz-fit-content;
  width: fit-content;
  background: #6fbc22;
  border-radius: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 0.25rem 1.25rem;
  transition: 0.2s;
  font-size: 0.75rem;
}
.tags__single:hover {
  background: #81b525;
}
.tags__single--icon {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.tags__icon {
  height: 1rem;
  width: auto;
  display: block;
}
.tags__icon path {
  fill: #fff;
}

.toc {
  margin: 2rem 0;
  background: #303030;
  color: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  padding: 1.5rem;
  border-radius: 1.25rem;
}
.toc__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.toc__list {
  margin: 0.5rem 0 0 !important;
}

.normal-page {
  padding: 8rem 0 4rem;
}
@media (min-width: 1232px) {
  .normal-page {
    padding-top: 9rem;
  }
}

.sticky-page {
  overflow: visible;
}

.text-top {
  display: flex;
  flex-direction: column;
}
.text-top--light {
  color: #fff;
}
@media (min-width: 992px) {
  .text-top {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .text-top__title {
    width: 25rem;
    padding-right: 2rem;
  }
  .text-top__title--view-half {
    width: 50%;
  }
}
@media (min-width: 1232px) {
  .text-top__title {
    padding-right: 4rem;
  }
}
.text-top__content {
  color: #303030;
  padding: 1.875rem 0 0;
}
.text-top__content--light {
  color: #fff;
}
@media (min-width: 768px) {
  .text-top__content {
    line-height: 1.75rem;
  }
}
@media (min-width: 992px) {
  .text-top__content {
    padding: 0 0 1.375rem;
    width: calc(100% - 25rem);
  }
  .text-top__content--view-half {
    width: 50%;
  }
}

.offers-page {
  position: relative;
}
.offers-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ededed;
}

.offer-cat-wrapper {
  position: relative;
}

.offer-cat-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #6fbc22;
  top: 3rem;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .offer-cat-bg {
    top: -10%;
  }
}

.offer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .offer-list {
    justify-content: flex-start;
  }
}
.offer-list__single {
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  width: 100%;
  border-radius: 1.5rem;
  transition: 0.2s;
  position: relative;
}
@media (min-width: 768px) {
  .offer-list__single {
    width: calc(33.3333333% - 0.8333333rem);
  }
}
@media (min-width: 1232px) {
  .offer-list__single {
    width: calc(25% - 0.9375rem);
  }
}
.offer-list__single:hover:not(.offer-list__single--info-only) {
  background: #6fbc22;
  color: #fff;
  border: 0.125rem solid #81b525;
}
@media (min-width: 768px) {
  .offer-list__single:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .offer-list__single:after {
    padding-bottom: 70%;
  }
}
.offer-list__text {
  padding: 1rem 2rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .offer-list__text {
    font-size: 1.125rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.single-offer-page {
  position: relative;
}
.single-offer-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ededed;
}

.offer-experts-wrapper {
  background: #fff;
  margin: 6rem 0;
}

.offer-experts {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .offer-experts {
    padding: 0 0 2rem;
  }
}
.offer-experts--v2 {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 6rem 1rem 7rem;
}
.offer-experts__top {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .offer-experts__top {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .offer-experts__top {
    padding-bottom: 7.5rem;
  }
}
.offer-experts__top--v2 {
  width: 100%;
}
@media (min-width: 1600px) {
  .offer-experts__top--v2 {
    padding-bottom: 3rem;
  }
}
.offer-experts__icon {
  display: none;
}
@media (min-width: 768px) {
  .offer-experts__icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 3.75rem;
  }
}
@media (min-width: 992px) {
  .offer-experts__icon {
    width: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .offer-experts__icon {
    left: -4rem;
  }
}
.offer-experts__icon--last {
  transform: rotate(180deg);
  right: 0;
  left: unset;
}
@media (min-width: 1600px) {
  .offer-experts__icon--last {
    right: -4rem;
  }
}
.offer-experts__main {
  position: relative;
}
.offer-experts__list {
  margin: 0 auto;
  width: 100%;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}
@media (min-width: 1232px) {
  .offer-experts__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 30rem);
    row-gap: 6rem;
  }
}

.offer-expert {
  width: 100%;
  max-width: 30rem;
  padding: 0 2rem;
}
.offer-expert__top {
  text-decoration: none;
  transition: 0.2s;
  display: flex;
}
.offer-expert__top:hover {
  text-decoration: underline;
}
.offer-expert__photo {
  width: 8.1875rem;
  height: 7.1875rem;
  position: relative;
}
.offer-expert__photo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.offer-expert__main {
  width: calc(100% - 8.1875rem);
  padding-left: 1.25rem;
}
.offer-expert__name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
}
.offer-expert__job-title {
  font-size: 1.125rem;
  padding-top: 0.75rem;
  font-weight: 500;
  color: #303030;
}
.offer-expert__bottom {
  padding: 0.625rem 0 0 0.625rem;
  position: relative;
}
.offer-expert__link {
  text-decoration: none;
  font-weight: 700;
  line-height: 1.4;
}
.offer-expert__link:hover {
  text-decoration: underline;
}
.offer-expert__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}
.offer-expert__arrow:hover {
  opacity: 0.7;
}
.offer-expert__arrow__img {
  display: block;
  height: 2.875rem;
}

.single-offer-page2 {
  background: #F2F2F4;
  padding: 0 0 6rem;
  --intro-radius: 2rem;
}
@media (min-width: 992px) {
  .single-offer-page2 {
    --intro-radius: 4rem;
  }
}
@media (min-width: 1232px) {
  .single-offer-page2 {
    --intro-radius: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-offer-page2 {
    --intro-radius: 17.375rem;
  }
}

.offer-intro {
  position: relative;
  color: #fff;
}
.offer-intro::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #303030;
  opacity: 0.8;
}
.offer-intro__bg {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.offer-intro__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 7rem 1rem calc(5rem + var(--intro-radius));
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .offer-intro__container {
    padding: 14rem 1rem calc(10.875rem + var(--intro-radius));
  }
}
.offer-intro__content {
  width: 36rem;
}
.offer-intro__text {
  padding-top: 2.25rem;
  line-height: 1.75;
}

.offer-benefits {
  background: #B5E57F;
  border-radius: var(--intro-radius);
  padding: 0 0 5rem;
  margin-top: calc(-1 * var(--intro-radius));
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .offer-benefits {
    padding: 0 0 8.75rem;
  }
}
.offer-benefits__container {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 5rem 1rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .offer-benefits__container {
    padding: 9rem 1rem 0;
  }
}
.offer-benefits__arrows {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
  transform: translateY(-50%);
  right: var(--intro-radius);
}
@media (min-width: 460px) {
  .offer-benefits__arrows {
    max-width: 10rem;
  }
}
@media (min-width: 992px) {
  .offer-benefits__arrows {
    max-width: 19.75rem;
  }
}
@media (min-width: 1600px) {
  .offer-benefits__arrows {
    right: 0;
  }
}

.benefits-list {
  display: grid;
  gap: 2rem;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.625rem 4rem;
  }
}

.single-benefit__icon {
  display: block;
  height: 3.125rem;
  width: auto;
}
.single-benefit__title {
  font-size: 1.5rem;
  padding: 1rem 0;
}
.single-benefit__text {
  line-height: 1.75;
}

.offer-how {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 6rem 1rem;
}
.offer-how__list {
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.offer-why {
  background: linear-gradient(0deg, #B5E57F 0%, #fff 100%);
  padding: 6rem 0 5.5rem;
  margin-bottom: 4rem;
}
.offer-why__container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.offer-why__start {
  max-width: 46rem;
}
.offer-why__title {
  font-size: 1.5rem;
}
.offer-why__icon {
  height: 2.75rem;
  width: auto;
  display: block;
  margin: 0.5rem 0 1rem;
}
.offer-why__start-text {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.277;
}
@media (min-width: 992px) {
  .offer-why__start-text {
    font-size: 2.25rem;
  }
}
.offer-why__end {
  margin-left: auto;
  max-width: 36rem;
}

.contact-main {
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  width: 100%;
  border-radius: 1.5rem;
  display: flex;
  padding: 1rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .contact-main {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .contact-main {
    margin-top: 4rem;
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-main--reverse {
    flex-direction: row-reverse;
  }
}
.contact-main__photo {
  display: none;
}
@media (min-width: 992px) {
  .contact-main__photo {
    display: block;
    width: 46%;
    position: relative;
  }
}
.contact-main__photo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media (min-width: 992px) {
  .contact-main__form {
    width: 54%;
    padding: 0 0 0 3rem;
  }
  .contact-main__form--reverse {
    padding: 0 3rem 0 0;
  }
}
.contact-main__title {
  font-size: 1.75rem;
  padding-bottom: 0.5rem;
}
.contact-main__text {
  padding-bottom: 1.5rem;
  line-height: 1.75;
}
.contact-main__extra-text {
  padding-top: 2rem;
}

.message {
  padding: 1.5rem;
  margin-bottom: 2rem;
  background: #3e3e3e;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
.message:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  height: calc(100% - 2rem);
  width: 0.125rem;
}
.message--success:before {
  background: #6fbc22;
}
.message--error:before {
  background: #b81c23;
}

.contact-form--sidebar {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .contact-form__row {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
  }
}
.contact-form__single {
  margin-bottom: 0.9375rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-form__info {
  font-weight: 500;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}
.contact-form__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.contact-form__subtitle {
  font-size: 1.5rem;
  text-align: center;
  padding: 2rem 0 1rem;
  font-weight: 600;
}
.contact-form__input, .contact-form__textarea {
  border-radius: 1rem;
  padding: 0.75rem;
  border: 0.0625rem solid #e2e2e2;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  border-color: #6fbc22;
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #303030;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #303030;
}
.contact-form__textarea {
  resize: vertical;
  min-height: 8rem;
}
.contact-form__bottom {
  margin: 0.875rem auto 0;
  max-width: 17.75rem;
}
.contact-form__send {
  width: 100%;
}
.contact-form__law {
  margin-top: 2rem;
  font-size: 0.75rem;
  text-align: justify;
}

.attachments__new {
  font-weight: 500;
  color: #303030;
  display: flex;
  align-items: center;
}
.attachments__icon {
  height: 2.5rem;
  display: block;
  margin-right: 1rem;
}
.attachments__input {
  display: none;
}

.contact-bottom {
  position: relative;
}
.contact-bottom__title {
  padding: 6.625rem 0 2.625rem;
  color: #fff;
}
.contact-bottom__bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #6fbc22;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .contact-bottom__bg {
    top: -5%;
  }
}
@media (min-width: 992px) {
  .contact-bottom__bg {
    top: -10%;
  }
}
@media (min-width: 1600px) {
  .contact-bottom__bg {
    top: -33.333333%;
  }
}

.contact-office {
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
  margin-top: 4rem;
}
.contact-office__wrapper {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-office__wrapper {
    flex-direction: row;
  }
}
.contact-office__main {
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-office__main {
    width: 55%;
    padding: 2rem 1rem 2rem 0;
  }
}
@media (min-width: 1232px) {
  .contact-office__main {
    padding: 2rem 0;
    width: 69%;
  }
}
.contact-office__row {
  display: flex;
  flex-direction: column;
  padding-top: 1.625rem;
}
@media (min-width: 1232px) {
  .contact-office__row {
    flex-direction: row;
    text-align: center;
  }
}
.contact-office__col {
  padding: 1rem;
  width: 100%;
  display: flex;
}
@media (min-width: 1232px) {
  .contact-office__col {
    flex-direction: column;
    width: 33.333333%;
  }
}
.contact-office__icon {
  display: block;
  margin-right: 2rem;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1232px) {
  .contact-office__icon {
    height: 3rem;
    width: 3rem;
    margin: 0 auto 2rem;
  }
}
.contact-office__text {
  font-weight: 500;
  color: #303030;
  padding-top: 0.25rem;
}
@media (min-width: 1232px) {
  .contact-office__text {
    padding-top: 0;
  }
}
.contact-office__link {
  text-decoration: none;
  transition: 0.2s;
}
.contact-office__link:hover {
  text-decoration: underline;
}
.contact-office__extra {
  width: 100%;
  height: 50vw;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
@media (min-width: 768px) {
  .contact-office__extra {
    height: unset;
    width: 45%;
  }
}
@media (min-width: 1232px) {
  .contact-office__extra {
    width: 31%;
  }
}
.contact-office__map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  text-decoration: none;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.contact-office__map:after {
  content: attr(data-text);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  opacity: 0;
  transition: 0.2s;
  z-index: 2;
  pointer-events: none;
}
.contact-office__map:hover:after {
  opacity: 1;
}
.contact-office__map__img {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.go-btn {
  margin: 1rem 0;
  padding: 1.3125rem 5.25rem 1.3125rem 2.25rem;
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
  position: relative;
}
.go-btn:hover {
  color: #81b525;
}
.go-btn:after {
  content: "";
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  background: url("../img/icons/arrow-right.svg") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
}

.collapse {
  margin: 1rem 0;
  padding: 1.3125rem 2.25rem;
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.collapse--first {
  margin-top: 2rem;
}
.collapse--offer-how {
  margin: 0;
  padding: 0.75rem 1.25rem;
}
.collapse__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
.collapse__top:hover {
  color: #81b525;
}
.collapse__top--offer-how {
  font-size: 1.25rem;
}
.collapse__icon {
  margin-left: auto;
  transition: 0.3s;
  height: 2.25rem;
  width: 2.25rem;
  transform: rotate(90deg);
}
.collapse__icon--offer-how {
  margin: 0 1rem 0 0;
  height: 2rem;
  width: 2.125rem;
}
.collapse__icon--active {
  transform: rotate(-90deg);
}
.collapse__answer {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0);
  margin-top: 0;
}
.collapse__answer--active {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
  transform: scale(1);
}
.collapse__answer--offer-how.collapse__answer--active {
  padding: 0 3rem 2rem;
}
.collapse__link {
  text-decoration: underline;
}

.about-page {
  padding-bottom: 0;
  background: #3e3e3e;
}

.about-photo {
  position: relative;
  z-index: 1;
}
.about-photo__img {
  width: 100%;
  height: auto;
  display: block;
}
.about-photo__arrow {
  position: absolute;
  right: -6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10rem;
  display: block;
}
.about-photo__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-photo__title {
  text-align: right;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  max-width: 64.8125rem;
  padding-top: 5rem;
}

.team {
  background: #3e3e3e;
  color: #fff;
  padding-bottom: 3rem;
  margin-bottom: -0.0625rem;
}
@media (min-width: 1600px) {
  .team {
    padding-bottom: 4rem;
  }
}
.team__controlls-wrapper {
  padding: 0 1rem;
  margin: 2rem auto 4rem;
}
@media (min-width: 460px) {
  .team__controlls-wrapper {
    margin: 0 auto 4rem;
  }
}
@media (min-width: 768px) {
  .team__controlls-wrapper {
    margin: 2rem auto 4rem;
  }
}
.team__controlls {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .team__controlls {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .team__controlls {
    font-size: 1.75rem;
  }
}
.team__controlls--blocked:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
}
.team__controll {
  width: 100%;
  padding: 1rem;
  border-left: 0.25rem solid;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .team__controll {
    border-left: 0;
    border-bottom: 0.25rem solid;
    width: 25%;
    text-align: center;
  }
}
.team__controll--active {
  color: #6fbc22;
}
.team__controll:hover {
  color: #81b525;
}
.team__groups {
  transition: 0.2s;
}
.team__groups--changing {
  opacity: 0;
}
.team__group {
  padding-bottom: 4rem;
  display: none;
}
@media (min-width: 1600px) {
  .team__group {
    padding-bottom: 9.375rem;
  }
}
.team__group--active {
  display: block;
}
.team__top {
  padding-bottom: 4rem;
}
.team__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .team__list {
    justify-content: flex-start;
  }
}
@media (min-width: 1232px) {
  .team__list {
    gap: 6rem 4rem;
  }
}
.team__single {
  position: relative;
  width: 100%;
  max-width: 24rem;
}
@media (min-width: 768px) {
  .team__single {
    width: calc(50% - 1.5rem);
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .team__single {
    width: calc(33.333333% - 2rem);
  }
}
@media (min-width: 1232px) {
  .team__single {
    width: calc(25% - 3rem);
  }
  .team__single--center {
    margin: 0 auto;
  }
}
.team__single__top {
  cursor: pointer;
  text-decoration: none;
}
.team__single__top:hover .team__name {
  color: #6fbc22;
}
.team__single__top:hover .team__photo__img {
  top: -0.25rem;
  left: -0.25rem;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
}
.team__photo {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.team__photo:after {
  content: "";
  display: block;
  padding-bottom: 66.666666%;
}
.team__photo__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 1rem;
  transition: 0.2s;
}
.team__name {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0 0.25rem;
  transition: 0.2s;
}
.team__job-title {
  font-weight: 500;
  font-size: 1rem;
}
.team__competences {
  list-style: disc;
  margin-left: 1.25rem;
  padding-top: 0.5rem;
}
.team__competences__single {
  padding-bottom: 0.375rem;
}
.team__competences__link {
  text-decoration: none;
}
.team__competences__link:hover {
  text-decoration: underline;
}
.team__competences-more {
  color: #6fbc22;
  text-decoration: none;
  padding: 0.25rem;
  display: inline-block;
  margin: 0.5rem 0 0 1rem;
  cursor: pointer;
}
.team__competences-more:hover {
  text-decoration: underline;
}
.team__arrow {
  display: none;
}
@media (min-width: 1600px) {
  .team__arrow {
    display: block;
    position: absolute;
    bottom: -1.5rem;
    right: -1.875rem;
    cursor: pointer;
  }
  .team__arrow:hover {
    opacity: 0.7;
  }
  .team__arrow__img {
    width: 1.5625rem;
  }
}

.modal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: 0.2s;
}
.modal:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 88, 88, 0.8);
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: 0.3s;
}
.modal--active {
  display: block;
}
.modal--animated {
  opacity: 1;
}
.modal--animated:after {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
}
.modal--animated .modal__content {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}
.modal__wrapper-outside {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1232px) {
  .modal__wrapper-outside {
    padding: 2.5rem;
  }
}
.modal__wrapper-inside {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 84rem;
}
.modal__content {
  width: 100%;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: 0.3s;
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .modal__content {
    padding: 4rem;
  }
}
.modal__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.5rem);
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.modal__close {
  position: absolute;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  top: -0.5rem;
  right: -0.5rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .modal__close {
    top: 1rem;
    right: 1rem;
  }
}
.modal__close:hover {
  transform: rotate(270deg);
}
.modal__close-icon {
  height: 2.5rem;
  display: block;
}

.modal-person {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .modal-person {
    flex-direction: row;
  }
}
.modal-person__start {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .modal-person__start {
    padding-bottom: 0;
    width: 17.5rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1232px) {
  .modal-person__start {
    margin-right: 5rem;
  }
}
.modal-person__photo {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  max-width: 15rem;
}
@media (min-width: 992px) {
  .modal-person__photo {
    max-width: unset;
  }
}
.modal-person__photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.modal-person__photo__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 1.5rem;
}
.modal-person__name {
  line-height: 1.2;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 1rem 0 0.75rem;
}
.modal-person__job-title {
  font-weight: 500;
  font-size: 1.25rem;
}
.modal-person__langs {
  padding: 1rem 0;
}
.modal-person__contact-link {
  text-decoration: none;
}
.modal-person__contact-link:hover {
  text-decoration: underline;
}
.modal-person__socials {
  padding-top: 1rem;
}
.modal-person__socials__icon {
  width: 1.5rem;
  display: block;
  transition: 0.2s;
}
.modal-person__socials__icon:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .modal-person__end {
    width: calc(100% - 22.5rem);
  }
}
.modal-person__row {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1232px) {
  .modal-person__row {
    flex-direction: row;
    gap: 4rem;
  }
}
.modal-person__col {
  width: 100%;
}
.modal-person__subtitle {
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.modal-person__list {
  list-style: disc;
  margin-left: 1.25rem;
  padding-top: 0.5rem;
}
.modal-person__list__single {
  padding-bottom: 0.5rem;
}
.modal-person__list__single--extra {
  display: none;
}
.modal-person__list__single--more {
  list-style: none;
}
.modal-person__list__link {
  text-decoration: none;
}
.modal-person__list__link:hover {
  text-decoration: underline;
}
.modal-person__list__more {
  cursor: pointer;
  color: #6fbc22;
}
.modal-person__list__more:hover {
  text-decoration: underline;
}

.blog-page {
  background: #F2F2F4;
}

.blog-tabs {
  display: flex;
  gap: 1rem;
  padding: 3rem 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .blog-tabs {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .blog-tabs--row-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-tabs__single {
  width: 100%;
  background: #e2e2e2;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 1.5rem;
  font-size: 1rem;
  flex-direction: row-reverse;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .blog-tabs__single {
    text-align: center;
    justify-content: center;
    color: #fff;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .blog-tabs__single {
    font-size: 1.125rem;
  }
}
.blog-tabs__single:before {
  content: "";
  border-radius: 1.5rem;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.46);
  width: 6.9rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .blog-tabs__single:before {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blog-tabs__single:after {
    content: "";
    display: block;
    padding-bottom: 58%;
  }
}
@media (min-width: 992px) {
  .blog-tabs__single:after {
    padding-bottom: 80%;
  }
}
.blog-tabs__single:hover:before, .blog-tabs__single--active:before {
  background: rgba(111, 188, 34, 0.69);
}
@media (min-width: 768px) {
  .blog-tabs__single--lower:after {
    content: "";
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .blog-tabs__single--lower:after {
    padding-bottom: 65%;
  }
}
@media (min-width: 1232px) {
  .blog-tabs__single--lower:after {
    padding-bottom: 50%;
  }
}
.blog-tabs__text {
  position: relative;
  z-index: 3;
}
.blog-tabs__img {
  width: 6.9rem;
  height: 4rem;
  border-radius: 1.5rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .blog-tabs__img {
    position: absolute;
    margin-right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}

.page-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-row {
    flex-direction: row;
  }
}
.page-row__main {
  width: 100%;
}
@media (min-width: 992px) {
  .page-row__main {
    width: calc(100% - 20rem);
  }
}
@media (min-width: 1232px) {
  .page-row__main {
    width: calc(100% - 25rem);
  }
}
.page-row__text {
  margin-top: -3rem;
  text-align: justify;
}
.page-row__aside {
  padding: 3rem 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .page-row__aside {
    padding: 0 0 0 3rem;
    width: 20rem;
  }
}
@media (min-width: 1232px) {
  .page-row__aside {
    width: 25rem;
    padding: 0 0 0 6.25rem;
  }
}

.blog-starter {
  text-align: center;
  max-width: 36rem;
  margin: 1rem auto 3rem;
}
.blog-starter__title {
  font-size: 1.75rem;
}
.blog-starter__text {
  padding-top: 1rem;
  font-weight: 500;
}

.card-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 3rem;
}

.card-post {
  background: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .card-post {
    width: calc(50% - 0.5rem);
  }
}
.card-post__photo {
  position: relative;
}
.card-post__photo:after {
  content: "";
  padding-bottom: 52.5%;
  display: block;
}
.card-post__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.card-post__main {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-post__title {
  font-size: 1.25rem;
}
.card-post__bottom {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.card-post__date {
  margin-left: auto;
}

.short-post {
  border-bottom: 0.125rem solid #ebebeb;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .short-post {
    padding: 0 0 1.5rem 4rem;
  }
}
.short-post__icon {
  display: none;
}
@media (min-width: 768px) {
  .short-post__icon {
    display: block;
    height: 4rem;
    margin-right: 1rem;
    position: absolute;
    top: 1.25rem;
    left: 0;
  }
}
.short-post__top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.short-post__date {
  opacity: 0.9;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.short-post__link {
  text-decoration: none;
}
.short-post__link:hover {
  text-decoration: underline;
}
.short-post__title {
  font-size: 1.5rem;
  padding-top: 1rem;
}
.short-post__content {
  padding-top: 0.75rem;
}
.short-post__bottom {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}
.short-post__arrow {
  transition: 0.2s;
}
.short-post__arrow:hover {
  opacity: 0.7;
}
.short-post__arrow__img {
  height: 2.5rem;
}

.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #303030;
}
.pagination__list {
  margin-bottom: 1rem;
  display: flex;
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  padding: 0.5rem 2rem 0.125rem;
  border-radius: 5rem;
}
.pagination__single {
  text-decoration: none;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  margin: 0 0.25rem;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .pagination__single {
    height: 3rem;
    width: 3rem;
    font-size: 1.25rem;
  }
}
.pagination__single:hover {
  box-shadow: inset 0 0 0 0.125rem #81b525;
}
.pagination__single--active {
  background: #e5e5e5;
  border: 0.125rem solid #e2e2e2;
  color: #303030;
  pointer-events: none;
}
.pagination__single--dots {
  pointer-events: none;
}
.pagination__link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0.2em;
}
.pagination__btn {
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  margin: 0 0.25rem;
  transition: 0.2s;
  filter: brightness(0);
}
@media (min-width: 768px) {
  .pagination__btn {
    padding: 0.75rem 0.5rem;
  }
}
.pagination__btn:hover {
  filter: brightness(1);
}
.pagination__icon {
  height: 1rem;
}
@media (min-width: 768px) {
  .pagination__icon {
    height: 1.5rem;
  }
}
.pagination__icon--left {
  transform: rotate(180deg);
}
.pagination__info {
  font-weight: 700;
}

.sidebar {
  width: 100%;
}
.sidebar__section {
  margin-bottom: 2rem;
  background: #F8F8F9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  padding: 1.5rem;
  border-radius: 1.25rem;
}
.sidebar__authors {
  margin-bottom: 2rem;
}
.sidebar__title {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.sidebar__menu {
  list-style: disc;
  margin: -0.5rem 0 0 1.375rem;
}
.sidebar__menu__single {
  margin: 0.5rem 0;
}
.sidebar__menu__link {
  text-decoration: none;
  font-weight: 500;
  padding: 0.25rem 0;
  display: block;
}
.sidebar__menu__link:hover {
  text-decoration: underline;
}

.sidebar-phone {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  padding: 0.5rem 0;
}
.sidebar-phone__icon {
  display: block;
  height: 1.5rem;
  width: auto;
}

.authors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.authors-list__link {
  width: calc(50% - 0.25rem);
  position: relative;
  cursor: pointer;
}
.authors-list__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.5rem;
  opacity: 0;
  transition: 0.2s;
}
.authors-list__link:hover:after {
  opacity: 1;
}
.authors-list__photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

.person-page {
  padding-top: 0;
}

.profile-top {
  padding-top: 8rem;
  background: #3e3e3e;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1232px) {
  .profile-top {
    padding-top: 11rem;
  }
}
.profile-top__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .profile-top__container {
    flex-direction: row;
  }
}
.profile-top__start {
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .profile-top__start {
    margin: 0;
    width: 40%;
    max-width: unset;
    padding-right: 2rem;
  }
}
.profile-top__name {
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 700;
}
.profile-top__job-title {
  font-size: 1.875rem;
  font-weight: 700;
}
.profile-top__langs {
  padding: 1rem 0;
}
.profile-top__contact-link {
  text-decoration: none;
}
.profile-top__contact-link:hover {
  text-decoration: underline;
}
.profile-top__socials {
  padding-top: 1rem;
}
.profile-top__socials__icon {
  width: 1.5rem;
  display: block;
  transition: 0.2s;
}
.profile-top__socials__icon:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .profile-top__extra {
    width: 60%;
  }
}
.profile-top__photo {
  width: 100%;
  max-width: 37.5rem;
  margin: 4rem auto 0;
}
@media (min-width: 992px) {
  .profile-top__photo {
    margin: 0;
    max-width: unset;
  }
}
.profile-top__photo__img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}

.profile-section {
  padding-top: 4rem;
}

.profile-list {
  list-style: disc;
  margin-left: 1.25rem;
}
.profile-list__single {
  padding-bottom: 1rem;
}
.profile-list__single:last-child {
  padding: 0;
}
.profile-list__link {
  text-decoration: none;
}
.profile-list__link:hover {
  text-decoration: underline;
}

.page-breadcrums {
  margin-top: 0.75rem;
}

.post-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 2rem;
}

.post-content {
  position: relative;
}

.post-date {
  padding: 1.5rem 0;
  font-size: 1.125rem;
}

.in-post-authors {
  border-bottom: 0.125rem solid #ebebeb;
  padding-bottom: 1.5rem;
  margin: 1.5rem 0;
}

.short-authors {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}

.short-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.short-author__photo {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
.short-author__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.post-author {
  border-top: 0.125rem solid #ebebeb;
  padding-top: 3rem;
  margin-top: 3rem;
}
.post-author__title {
  display: flex;
  padding-bottom: 2rem;
}
.post-author__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .post-author__content {
    flex-direction: row;
  }
}
.post-author__photo {
  width: 10rem;
  height: 10rem;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
}
.post-author__photo:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.post-author__photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.5rem;
  opacity: 0;
  transition: 0.2s;
}
.post-author__photo:hover:after {
  opacity: 1;
}
.post-author__photo__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .post-author__main {
    width: calc(100% - 10rem);
    padding-left: 2rem;
  }
}
.post-author__name {
  line-height: 1.2;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 1rem 0 0.75rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.post-author__name:hover {
  text-decoration: underline;
}
.post-author__job-title {
  font-weight: 500;
  font-size: 1.25rem;
}
.post-author__contact__link {
  text-decoration: none;
}
.post-author__contact__link:hover {
  text-decoration: underline;
}
.post-author__socials {
  padding-top: 1rem;
}
.post-author__socials__icon {
  width: 1.5rem;
  display: block;
  transition: 0.2s;
}
.post-author__socials__icon:hover {
  opacity: 0.7;
}

.job-section {
  padding-bottom: 2rem;
}
.job-section__title {
  font-size: 1.25rem;
}

.job-law-info {
  font-weight: 500;
  padding-bottom: 5rem;
}

.job-banner {
  display: flex;
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding: 2rem;
}
@media (min-width: 1232px) {
  .job-banner {
    border-radius: 1.5rem;
  }
}
.job-banner__photo {
  display: none;
}
@media (min-width: 992px) {
  .job-banner__photo {
    display: block;
    width: 40%;
  }
  .job-banner__photo__img {
    display: block;
    border-radius: 1.5rem;
    width: 100%;
    height: auto;
  }
}
.job-banner__content {
  width: 100%;
  text-align: center;
  color: #303030;
}
@media (min-width: 992px) {
  .job-banner__content {
    padding-left: 5rem;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.job-banner__title {
  margin: 0 auto;
  width: 100%;
  max-width: 28ch;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.job-banner__title--jobs-page {
  max-width: 23ch;
}
.job-banner__subtitle {
  font-weight: 500;
  font-size: 1.25rem;
  padding: 1.5rem 0;
}

.jobs-page {
  padding-top: 0;
  max-width: 1920px;
  margin: 0 auto;
}

.photo-intro {
  margin: 3.5rem 0 4rem;
  background: #3e3e3e;
  color: #fff;
}
@media (min-width: 1232px) {
  .photo-intro {
    margin: 0 0 4rem;
  }
}
.photo-intro__container {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1rem;
}
@media (min-width: 992px) {
  .photo-intro__container {
    padding: 0 1rem;
    flex-direction: row;
  }
}
.photo-intro__start {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .photo-intro__start {
    width: 50%;
    padding-top: 0;
  }
}
.photo-intro__text {
  padding-bottom: 4rem;
}
.photo-intro__title {
  font-size: 2.5rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  max-width: 24ch;
}
@media (min-width: 1232px) {
  .photo-intro__title {
    max-width: 17ch;
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .photo-intro__title {
    padding-bottom: 4rem;
    font-size: 3.5rem;
  }
}
.photo-intro__end {
  width: 50%;
}
.photo-intro__photo {
  position: relative;
}
.photo-intro__photo:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
@media (min-width: 992px) {
  .photo-intro__photo:after {
    padding-bottom: 80%;
  }
}
.photo-intro__photo__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1.5rem;
}
@media (min-width: 992px) {
  .photo-intro__photo__img {
    border-top-left-radius: 0;
  }
}

.our-values {
  position: relative;
  color: #fff;
  background: #3e3e3e;
  margin-top: 4rem;
}
@media (min-width: 1232px) {
  .our-values {
    background: none;
    margin-top: 8rem;
  }
}
.our-values__bg-top {
  display: none;
}
@media (min-width: 1232px) {
  .our-values__bg-top {
    display: block;
    position: absolute;
    left: 0;
    background: #3e3e3e;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .our-values__bg-top__photo {
    width: 40%;
    height: 100%;
    position: relative;
  }
  .our-values__bg-top__img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-values__bg-bottom {
  display: none;
}
@media (min-width: 1600px) {
  .our-values__bg-bottom {
    display: block;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .our-values__bg-bottom__photo {
    width: 40%;
    height: 100%;
    position: relative;
  }
  .our-values__bg-bottom__img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-values__container {
  display: flex;
  flex-direction: column;
  padding: 4rem 1rem;
}
@media (min-width: 992px) {
  .our-values__container {
    flex-direction: row;
  }
}
@media (min-width: 1232px) {
  .our-values__container {
    padding: 0;
  }
}
.our-values__start {
  width: 100%;
}
@media (min-width: 992px) {
  .our-values__start {
    width: 50%;
  }
}
@media (min-width: 1232px) {
  .our-values__start {
    padding: 21.25rem 0 0 1rem;
  }
}
.our-values__end {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .our-values__end {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .our-values__end {
    padding-top: 0;
    width: 50%;
  }
}
@media (min-width: 1232px) {
  .our-values__end {
    padding-top: 19rem;
  }
}
.our-values__col {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-values__col {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 1232px) {
  .our-values__col--last {
    padding-top: 9.375rem;
  }
}
.our-values__single {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .our-values__single {
    max-width: 20rem;
  }
}
.our-values__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.our-values__text {
  font-weight: 500;
}

.what-we-offer {
  padding-top: 4rem;
}
@media (min-width: 1232px) {
  .what-we-offer {
    padding: 0;
  }
}

.icons-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4rem;
  gap: 2rem;
}
.icons-list__single {
  width: 100%;
}
@media (min-width: 768px) {
  .icons-list__single {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .icons-list__single {
    width: calc(25% - 1.5rem);
  }
}
.icons-list__icon {
  height: 4rem;
  display: block;
  margin: 0 auto 1.25rem;
}
.icons-list__title {
  font-weight: 700;
  font-size: 1.25rem;
}
.icons-list__text {
  font-weight: 500;
  max-width: 30ch;
  margin: 0 auto;
}

.branding-spacer {
  width: 100%;
  position: relative;
  padding-top: 4rem;
}
@media (min-width: 1232px) {
  .branding-spacer {
    padding-top: 0;
  }
}
.branding-spacer__photo {
  width: 100%;
}
.branding-spacer__photo__img {
  width: 100%;
  display: block;
}
.branding-spacer__extra {
  display: none;
}
@media (min-width: 1232px) {
  .branding-spacer__extra {
    display: block;
    width: 100%;
    filter: brightness(0.5);
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .branding-spacer__extra__img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.recruitment-process {
  position: relative;
  color: #fff;
  background: #6fbc22;
  padding-top: 4rem;
}
@media (min-width: 1232px) {
  .recruitment-process {
    padding-top: 0;
    background: none;
  }
}
@media (min-width: 1232px) {
  .recruitment-process__bg {
    position: absolute;
    margin-top: -32.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #6fbc22;
  }
}
.recruitment-process__steps {
  display: flex;
  padding: 2rem 0 4rem;
  flex-direction: column;
}
@media (min-width: 1232px) {
  .recruitment-process__steps {
    padding: 4rem 0;
    flex-direction: row;
  }
}
.recruitment-process__col {
  width: 100%;
}
@media (min-width: 1232px) {
  .recruitment-process__col {
    width: 40%;
  }
}
.recruitment-process__subtitle {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 1rem;
  text-align: center;
}
.recruitment-process__box {
  background: #f8f8f9;
  color: #303030;
  border-radius: 1.5rem;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .recruitment-process__box {
    padding: 2rem;
  }
}
.recruitment-process__arrow {
  width: 2rem;
  display: block;
  margin: 2rem auto 1rem;
  transform: rotate(90deg);
}
@media (min-width: 1232px) {
  .recruitment-process__arrow {
    padding: 0 2rem 0;
    width: 20%;
    height: 7.625rem;
    margin: 5.25rem 0 0;
    transform: unset;
  }
}

.jobs-list {
  padding: 4rem 0;
  position: relative;
}
.jobs-list__bg {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #e5e5e5;
}
.jobs-list__all {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
  position: relative;
}
.jobs-list__arrow {
  display: none;
}
@media (min-width: 1600px) {
  .jobs-list__arrow {
    display: block;
    height: 10rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    margin: auto 0;
    transform: translateX(-100%);
  }
  .jobs-list__arrow--right {
    right: -1rem;
    left: unset;
    transform: translateX(100%) rotate(180deg);
  }
}
.jobs-list__single {
  background: #f8f8f9;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  width: 100%;
  border-radius: 1.5rem;
  transition: 0.2s;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .jobs-list__single {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 992px) {
  .jobs-list__single {
    width: calc(33.3333333% - 0.666666rem);
  }
}
.jobs-list__single:hover {
  background: #6fbc22;
  color: #fff;
  border: 0.125rem solid #81b525;
}
.jobs-list__single__name {
  font-weight: 700;
  min-height: 3rem;
}

.search {
  position: relative;
  margin-bottom: 2rem;
}
.search__input {
  border-radius: 3rem;
  background: #fff;
  padding: 0.75rem 1rem;
  width: 100%;
  border: 0.125rem solid #e2e2e2;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
}
.search__btn {
  position: absolute;
  background: none;
  border: 0;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__btn:hover {
  background: #81b525;
}
.search__icon {
  height: 1.125rem;
}

.page-search__single {
  color: #000;
  font-size: 1rem;
  margin: 0.5rem 0;
  padding: 0.25rem;
  transition: 0.2s;
  display: block;
  text-decoration: none;
}
.page-search__single:hover {
  color: #6fbc22;
  text-decoration: underline;
}
.page-search__single__type {
  font-weight: 700;
  color: #6fbc22;
}
.page-search__single:first-of-type {
  margin-top: 4rem;
}
.page-search__single:last-child {
  margin-bottom: 4rem;
}
.page-search__empty {
  font-size: 2rem;
  text-align: center;
  padding: 4rem 0;
  font-weight: 600;
}
.page-search__bottom {
  max-width: 20rem;
  margin: 0 auto;
}

.newsletter-page {
  padding-bottom: 8rem;
}
.newsletter-page__bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #6fbc22;
  top: 10%;
  left: 0;
  z-index: -1;
}

.join-newsletter {
  padding: 2rem 0 0;
}
.join-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.join-newsletter__input {
  border-radius: 1rem;
  padding: 0.875rem 0.75rem;
  border: 0.0625rem solid #e2e2e2;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 24rem;
}
@media (min-width: 992px) {
  .join-newsletter__input {
    max-width: unset;
  }
}
.join-newsletter__input:focus {
  border-color: #6fbc22;
}
.join-newsletter__info {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.g-recaptcha {
  transform: scale(0.78);
  transform-origin: left;
}
@media (min-width: 460px) {
  .g-recaptcha {
    transform: unset;
  }
}

.form-recaptcha .g-recaptcha {
  margin: 0 0 1.375rem;
}
.form-recaptcha--box .g-recaptcha {
  margin: 1.375rem 0 0;
}
.form-recaptcha--contact-page .g-recaptcha {
  margin: 1.375rem 0;
}
.form-recaptcha--offer-page .g-recaptcha {
  margin: 0.75rem 0 1.375rem;
}

.side-info {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 4.5em;
  display: flex;
  transform: translateX(20em);
  transition: 0.4s;
  pointer-events: none;
}
@media (min-width: 992px) {
  .side-info {
    top: 7rem;
    transform: translateX(28em);
    pointer-events: all;
  }
}
@media (min-width: 992px) {
  .side-info:hover {
    transform: translateX(0em);
  }
}
@media (max-width: 992px) {
  .side-info--open {
    transform: translateX(0em);
  }
}
.side-info__start {
  width: 4em;
  display: flex;
  flex-direction: column;
}
.side-info__title {
  background: #6fbc22;
  color: #000;
  padding: 1em 0;
  pointer-events: all;
}
.side-info__title__text {
  font-weight: 700;
  transform: rotate(180deg);
  display: block;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  width: 100%;
  text-align: center;
  line-height: 1.125;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-info__end {
  width: 20em;
  pointer-events: all;
}
@media (min-width: 992px) {
  .side-info__end {
    width: 28em;
  }
}
.side-info__content {
  min-height: 30.5rem;
  background: #3e3e3e;
  background: url(../img/temp/side-info-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875em;
}
@media (min-width: 992px) {
  .side-info__content {
    min-height: 28rem;
    padding: 2em;
  }
}
.side-info__action {
  display: flex;
  justify-content: flex-end;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-link {
  text-decoration: none;
}
.list-link:hover {
  text-decoration: underline;
}
.list-link--primary1 {
  color: #6fbc22;
}

.podcast-btns {
  padding: 1rem;
  border: 0.0625rem solid #ccc;
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.podcast-btns--archive {
  padding: 1rem 0 0.5rem;
  border: 0;
  margin: 0;
}

.newsletter-box {
  color: #fff;
  background: #3e3e3e;
  padding: 2rem;
  border-radius: 1.5rem;
  margin: 2rem 0;
}
.newsletter-box__title {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.newsletter-box__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.newsletter-box__main {
  display: flex;
  padding-top: 0.5rem;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .newsletter-box__main {
    flex-direction: row;
    gap: 0;
  }
}
.newsletter-box__input {
  border-radius: 1rem;
  padding: 0.75rem;
  border: 0.0625rem solid #e2e2e2;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter-box__input {
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    margin-right: -1.5rem;
  }
}
.newsletter-box__input:focus {
  border-color: #6fbc22;
}
.newsletter-box__law {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.newsletter {
  background: #303030;
  color: #fff;
  position: relative;
  z-index: 1;
}
.newsletter__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  max-width: 67rem;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter__container {
    flex-direction: row;
    text-align: left;
  }
}
.newsletter__main {
  padding: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter__main {
    padding: 2rem 1rem;
    width: 50%;
  }
}
.newsletter__content {
  display: flex;
  flex-direction: column;
}
.newsletter__categories {
  padding: 1rem 0;
}
.newsletter__form {
  padding: 1rem;
  width: 100%;
  max-width: 27rem;
}
@media (min-width: 768px) {
  .newsletter__form {
    padding: 2rem 1rem;
    width: 50%;
    max-width: unset;
  }
}
.newsletter__input {
  border-radius: 1rem;
  padding: 0.75rem;
  border: 0.0625rem solid #e2e2e2;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.newsletter__input:focus {
  border-color: #6fbc22;
}
.newsletter__info {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.knowledge-page {
  background: #F2F2F4;
}

.boxes {
  padding: 4rem 0;
  display: grid;
  gap: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1232px) {
  .boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.boxes__bg {
  position: absolute;
  z-index: -1;
  top: -12rem;
  left: -5rem;
  width: calc(100% + 10rem);
  height: auto;
}

.box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 1.25rem;
  transition: 0.2s;
}
@media (min-width: 1232px) {
  .box {
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
  }
  .box:hover {
    background: #6fbc22;
    border-color: transparent;
    color: #fff;
  }
  .box:hover .box__icon path, .box:hover .box__arrow-icon path {
    fill: #fff;
  }
}
.box--photo {
  padding: 0;
  border: 0;
  aspect-ratio: 3/2;
}
@media (min-width: 992px) {
  .box--photo {
    aspect-ratio: auto;
  }
  .box--photo:nth-child(2n) {
    grid-column: 2/-1;
  }
  .box--photo:nth-child(2n-1) {
    grid-column: 1/-1;
    aspect-ratio: 3/1.333333;
  }
}
@media (min-width: 1232px) {
  .box--photo:nth-child(3n) {
    grid-column: 3/-1;
    aspect-ratio: 1/1;
  }
  .box--photo:nth-child(3n-1) {
    grid-column: 2/-1;
    aspect-ratio: auto;
  }
  .box--photo:nth-child(3n-2) {
    grid-column: 1/-1;
    aspect-ratio: 3/0.96926;
  }
}
.box__icon {
  height: 4rem;
  width: -moz-min-content;
  width: min-content;
  display: block;
}
.box__icon path {
  transition: 0.2s;
}
.box__title {
  margin: 2rem 0 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}
.box__text {
  font-size: 0.875rem;
}
.box__more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  padding-top: 2rem;
  margin-top: auto;
}
.box__arrow-icon {
  display: block;
  height: 1.125em;
}
.box__arrow-icon path {
  transition: 0.2s;
}
.box__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.box__arrows {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
  max-height: 5rem;
}
@media (min-width: 992px) {
  .box__arrows {
    max-height: 7rem;
  }
}

.events-section {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem 4rem;
  position: relative;
  display: grid;
  gap: 4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .events-section {
    grid-template-columns: 550px 1fr;
  }
}
@media (min-width: 1232px) {
  .events-section {
    grid-template-columns: 700px 1fr;
  }
}
.events-section--top-space {
  padding-top: 5rem;
}
.events-section__bg {
  position: absolute;
  z-index: -1;
  top: -12rem;
  left: 0;
  width: 100%;
  height: auto;
}

.short-events {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0 0;
}

.short-event {
  position: relative;
  background: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 1.25rem;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .short-event:hover {
    background: #6fbc22;
    border-color: #6fbc22;
    color: #fff;
  }
  .short-event:hover .short-event__date, .short-event:hover .short-event-detail__key {
    color: #fff;
  }
  .short-event:hover .short-event__arrow path {
    fill: #fff;
  }
}
.short-event__date {
  color: #6fbc22;
  font-size: 1.625rem;
  font-weight: 700;
  transition: 0.2s;
}
.short-event__title {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75rem 0;
}
.short-event__arrow {
  position: absolute;
  height: 2rem;
  width: auto;
  bottom: 1.5rem;
  right: 1.5rem;
}

.short-event-detail {
  display: flex;
  gap: 1rem;
}
.short-event-detail__key {
  font-weight: 700;
  color: #5F5F5F;
  width: 6rem;
  transition: 0.2s;
}
.short-event-detail__value {
  font-weight: 600;
}

.past-event-badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  background: #303030;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.past-event-badge--single-page {
  margin: 2rem 0 1rem;
}
.past-event-badge--event-join {
  margin: 0;
  width: 100%;
  text-align: center;
}

#calendar {
  width: 100%;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  min-height: 22.5rem;
  background: #fff;
  position: relative;
  border-radius: 1.25rem;
}
#calendar:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loader.svg) no-repeat center center;
  background-size: 3rem 3rem;
}
#calendar.vanilla-calendar_default:after {
  display: none;
}
#calendar .vanilla-calendar-header__content {
  pointer-events: none;
}
#calendar .vanilla-calendar-day {
  height: 3rem;
}
#calendar .vanilla-calendar-day__btn_prev, #calendar .vanilla-calendar-day__btn_next {
  opacity: 0.5;
}
#calendar .vanilla-calendar-day__btn {
  font-size: 1rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: #303030;
  background: none !important;
  pointer-events: none;
}
#calendar[data-calendar-theme=light] .vanilla-calendar-week__day_weekend, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday {
  color: #5F5F5F;
}
#calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_selected:not(.calendar-event), #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_selected:not(.calendar-event):hover, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:not(.calendar-event), #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:not(.calendar-event), #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:not(.calendar-event):hover, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:not(.calendar-event):hover, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend:not(.calendar-event):hover, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday:not(.calendar-event):hover, #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover:not(.calendar-event), #calendar[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover:not(.calendar-event) {
  background: none !important;
}
#calendar .calendar-event {
  background: #6fbc22 !important;
  color: #fff !important;
  cursor: pointer;
  pointer-events: all;
  transition: 0.2s;
}
@media (min-width: 992px) {
  #calendar .calendar-event:hover {
    background: #81b525 !important;
  }
}
#calendar .calendar-event--past {
  background: #5F5F5F !important;
}

.event-details {
  padding: 1rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .event-details {
    gap: 4rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.event-detail {
  display: flex;
  gap: 1rem;
}
.event-detail__key {
  font-weight: 700;
  color: #5F5F5F;
}
.event-detail__value {
  font-weight: 600;
}

.event-join {
  background: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 1.25rem;
}
.event-join__title {
  padding-bottom: 0.75rem;
}
.event-join__action {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}

.event-register {
  position: relative;
  padding: 4rem 1rem;
  margin-bottom: -4rem;
  background: #e5e5e5;
}
.event-register__bg {
  display: none;
}
@media (min-width: 992px) {
  .event-register__bg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.event-form {
  background: #fff;
  border: 0.125rem solid #ebebeb;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.02);
  padding: 2rem 1rem;
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 73rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .event-form {
    padding: 3rem 4rem;
  }
}/*# sourceMappingURL=style.css.map */