@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lunasima:wght@400;700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap);html {
  font-family: "Urbanist", sans-serif; }

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase; }

h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px; }

h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px; }

h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px; }

h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px; }

.btn-fill {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #a68e5a;
  text-decoration: none;
  transition: 0.3s; }
  .btn-fill:hover {
    background-color: #75643f; }

.btn-empty {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 13px 33px;
  text-transform: uppercase;
  border: 2px solid #a68e5a;
  letter-spacing: 1px;
  color: #a68e5a;
  text-decoration: none;
  transition: 0.3s; }
  .btn-empty:hover {
    background-color: #a68e5a;
    color: #fff; }

.custom-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #a68e5a;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s; }
  .custom-link:hover {
    text-decoration: underline; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

#page {
  width: 100%;
  position: relative;
  overflow-x: hidden; 
}
  #page .scroll-top-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #a68e5a;
    transition: 0.3s; 
}
    #page .scroll-top-arrow:hover {
      background-color: #75643f;
      cursor: pointer; }
  #page .page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    width: 80%; 
min-height:60vh;}

    @media (max-width: 1000px) {
      #page .page-wrapper {
        width: 90%; } }
    #page .page-wrapper .page-container {
      margin-top: 45px; }
    #page .page-wrapper .team-container {
      margin-bottom: 90px; }

.breadcrumbs {
  display: flex;
  background-color: #f6f6f6;
  width: 100%;
  height: 40px;
  margin-top: 120px; }
  .breadcrumbs ul {
    max-width: 1920px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
    list-style: none; }
    @media (max-width: 1000px) {
      .breadcrumbs ul {
        width: 90%; } }
    .breadcrumbs ul li a {
      text-decoration: none;
      color: #4a4a49;
      font-size: 13px;
      font-weight: 400;
      transition: 0.3s; }
      .breadcrumbs ul li a:hover {
        color: #a68e5a; }
    .breadcrumbs ul li span {
      color: #4a4a49;
      font-size: 13px;
      font-weight: 700; }

.col-ctr-ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.row {
  display: flex;
  flex-direction: row; }

.lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px auto 35px; }
  .lines__up {
    width: 100px;
    border-bottom: 2px solid #a68e5a;
    margin-bottom: 5px; }
  .lines__down {
    width: 50px;
    border-bottom: 1px solid #a68e5a; }

.single-line {
  width: 100px;
  border-bottom: 2px solid #a68e5a; }
  @media (max-width: 1000px) {
    .single-line {
      width: 50px; } }
  @media (max-width: 1000px) {
    .single-line {
      width: 30px; } }

.lined-title {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .lined-title h3 {
    margin: 0 25px; }
    @media (max-width: 1000px) {
      .lined-title h3 {
        margin: 0 15px; } }
    @media (max-width: 1000px) {
      .lined-title h3 {
        margin: 0 5px; } }

#cookie-notice {
  min-width: auto!important;
  left: 40px!important;
  bottom: 30px!important;
  width: 50%!important;
  font-family: "Noto Serif", serif!important; }
  @media (max-width: 1000px) {
    #cookie-notice {
      width: 100%!important;
      bottom: 0!important;
      left: 0!important; } }

#cookie-notice .cookie-notice-container {
  width: 100%!important;
  display: flex;
  align-items: center!important; }

  @media (max-width: 1000px) {
    #cookie-notice .cookie-notice-container {
      flex-direction: column!important;
      align-items: start!important; } }
  #cookie-notice .cookie-notice-container .btn-fill {
    margin: 0 35px!important; }
    @media (max-width: 1000px) {
      #cookie-notice .cookie-notice-container .btn-fill {
        margin-left: 0!important;
        margin-top: 15px!important; } }
  #cookie-notice .cookie-notice-container #cn-notice-text {
    text-align: left!important;
    font-size: 13px!important;
    line-height: 20px!important; }
  #cookie-notice .cookie-notice-container #cn-close-notice {
    top: 20%!important; }
    @media (max-width: 1000px) {
      #cookie-notice .cookie-notice-container #cn-close-notice {
        top: 10%!important; 
		right:3px;} }
    #cookie-notice .cookie-notice-container #cn-close-notice::after {
      background-color: #fff!important; }
    #cookie-notice .cookie-notice-container #cn-close-notice::before {
      background-color: #fff!important; }


.header-container {
	display:flex;
	align-items:center;
  width: 100%;
  background-color: #181c1e;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 9999; }
  .header-container .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative; }
    @media (max-width: 1000px) {
      .header-container .header {
        width: 90%; } }
    .header-container .header__ham {
      display: none;
      position: absolute;
      right: 0;
      z-index: 99999; }
      @media (max-width: 1460px) {
        .header-container .header__ham {
          display: block; } }
      .header-container .header__ham:hover {
        cursor: pointer; }
      .header-container .header__ham img {
        max-width: 46px;
        height: auto; }
    .header-container .header__left {
      max-width: 250px; }
      .header-container .header__left .menu-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        color: #fff;
        letter-spacing: 1px;
        padding: 10px 0;
        text-decoration: none; }
      .header-container .header__left__logo-image {
        max-width: 250px;
        height: auto; }
    .header-container .header__right {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1460px) {
        .header-container .header__right {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          position: fixed;
          padding-top: 30px;
          z-index: 999;
          top: 86px;
          left: -100vw;
          width: 100vw;
          height: 90vh;
          background-color: #fff; } }
      .header-container .header__right__menu__nav-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        list-style: none; }
        @media (max-width: 1460px) {
          .header-container .header__right__menu__nav-list {
            flex-direction: column;
            align-items: flex-start; } }
        .header-container .header__right__menu__nav-list li {
          margin-left: 60px;
text-align:center;}
          @media (max-width: 1720px) {
            .header-container .header__right__menu__nav-list li {
              margin-left: 30px; } }
          @media (max-width: 1460px) {
            .header-container .header__right__menu__nav-list li {
              margin-bottom: 20px;
              margin-left: 10vw; } }
          @media (max-width: 1000px) {
            .header-container .header__right__menu__nav-list li {
              margin-left: 5vw; } }
          .header-container .header__right__menu__nav-list li.menu-item-has-children {
            cursor: pointer;
            position: relative; }
            .header-container .header__right__menu__nav-list li.menu-item-has-children:hover .sub-menu {
              display: block; }
              @media (max-width: 1460px) {
                .header-container .header__right__menu__nav-list li.menu-item-has-children:hover .sub-menu {
                  display: none; } }
            .header-container .header__right__menu__nav-list li.menu-item-has-children > ul {
              position: absolute;
              left: -90px;
              width: 250px;
              display: none;
              z-index: 999;
              list-style: none;
              padding-bottom: 20px;
              background-color: #4a4a49;
              border-radius: 10px;
              border: 1px solid #a68e5a;
              text-align: center; }
              .header-container .header__right__menu__nav-list li.menu-item-has-children > ul li {
                width: 100%;
                margin-top: 15px;
                margin-left: 5px; }
          .header-container .header__right__menu__nav-list li a {
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: 1px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            transition: 0.3s;
display:block;
min-width:55px;}
            @media (max-width: 1460px) {
              .header-container .header__right__menu__nav-list li a {
                color: #000;
                font-size: 24px;
                letter-spacing: normal; } }
            .header-container .header__right__menu__nav-list li a:hover {
              color: #a68e5a; }
      .header-container .header__right__link {
        margin-left: 30px;
        padding-left: 30px;
        border-left: 1px solid #4a4a49;
text-align:center;}
        @media (max-width: 1720px) {
          .header-container .header__right__link {
            margin-left: 15px;
            padding-left: 15px; } }
        @media (max-width: 1460px) {
          .header-container .header__right__link {
            border-left: none;
            margin-left: 10vw;
            padding-left: 0;
            margin-top: 20px; } }
        @media (max-width: 1000px) {
          .header-container .header__right__link {
            margin-left: 5vw; } }
        .header-container .header__right__link a {
          font-size: 15px;
          font-weight: 700;
          line-height: 20px;
          color: #fff;
          text-decoration: none;
          transition: 0.3s; }
          @media (max-width: 1460px) {
            .header-container .header__right__link a {
              color: #000; } }
          .header-container .header__right__link a:hover {
            color: #a68e5a; }
        .header-container .header__right__link img {
          max-width: 17px;
          height: auto; }

.gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
  column-gap: 30px; }
  @media (max-width: 560px) {
    .gallery {
      justify-content: center; } }
  @media (max-width: 358px) {
    .gallery {
      flex-direction: column; } }
  .gallery__element {
    width: 220px;
    height: 130px;
    margin-bottom: 30px;
    background-color: #fff;
    transition: 0.3s;
    overflow: hidden; }

    @media (max-width: 750px) {
      .gallery__element {
        width: 45%;
        margin-bottom: 20px; } }
    @media (max-width: 560px) {
      .gallery__element {
        width: 150px;
        height: 90px;
        margin-bottom: 20px; } }
    @media (max-width: 358px) {
      .gallery__element {
        width: 100%;
        height: 130px; } }
    .gallery__element-img {
      width: 100%;
      height: 100%;
	  transition:0.3s;}
    .gallery__element img:hover {
      filter: grayscale(100%); 
		scale:0.95;}
      @media (max-width: 750px) {
        .gallery__element-img {
          width: 100%; } }
      @media (max-width: 560px) {
        .gallery__element-img {
          width: 150px;
          height: 90px; } }
      @media (max-width: 358px) {
        .gallery__element-img {
          width: 100%;
          height: 130px; } }

.contact__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px; }
  @media (max-width: 1000px) {
    .contact__block {
      flex-direction: column; } }
  .contact__block__left {
    width: 28%; }
    @media (max-width: 1000px) {
      .contact__block__left {
        width: 100%;
        margin-bottom: 45px; } }
    .contact__block__left p {
      font-size: 16px;
      line-height: 24px;
      color: #272727; }
    .contact__block__left__cont {
      margin: 15px 0; }
      @media (max-width: 1000px) {
        .contact__block__left__cont {
          display: flex;
          flex-direction: column; } }
      .contact__block__left__cont-el {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px; }
        .contact__block__left__cont-el img {
          margin-right: 15px;
          width: 38px;
          height: 38px; }
    .contact__block__left-data {
      margin-bottom: 40px;
      margin-top: 25px; }
      .contact__block__left-data p {
        color: #4a4a49;
        margin-bottom: 5px; }
        .contact__block__left-data p span {
          color: #4a4a49;
          font-weight: 700;
          margin-right: 5px; }
    .contact__block__left-info p {
      color: #4a4a49;
      line-height: 24px;
      margin-top: 10px; }
  .contact__block__right {
    width: 65%; }
    @media (max-width: 1000px) {
      .contact__block__right {
        width: 100%; } }
    .contact__block__right .theme-form form .wpcf7-list-item {
      margin-left: 0;
      font-size: 13px; }
      .contact__block__right .theme-form form .wpcf7-list-item a {
        color: #272727;
        text-decoration: none;
        font-weight: 700; }
    .contact__block__right .theme-form form .wpcf7-acceptance .wpcf7-list-item label {
      display: flex;
      width: 100%;
      margin-top: 15px; }
    .contact__block__right .theme-form form input[type="checkbox"] {
      width: 15px;
      margin-right: 10px;
      border: 1px solid #a68e5a;
      color: #a68e5a; }
    .contact__block__right .theme-form form .btn-fill {
      padding-top: 10px;
      padding-bottom: 10px;
      border: none;
      font-size: 14px; }
    .contact__block__right .theme-form form .labels {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 15px; }
      @media (max-width: 580px) {
        .contact__block__right .theme-form form .labels {
          flex-direction: column; } }
    .contact__block__right .theme-form form p {
      margin-bottom: 15px; }
      .contact__block__right .theme-form form p label .star {
        color: #a68e5a; }
      .contact__block__right .theme-form form p label .legend {
        color: #4a4a49;
        font-size: 13px;
        line-height: 20px; }
      .contact__block__right .theme-form form p label input,
      .contact__block__right .theme-form form p label textarea {
        width: 100%;
        color: #4a4a49;
        padding: 12px 15px;
        border: 1px solid #cec2c2; }
      .contact__block__right .theme-form form p label textarea {
        width: 100%; }
    .contact__block__right .theme-form form p:has(.half) {
      width: 48%; }
      @media (max-width: 580px) {
        .contact__block__right .theme-form form p:has(.half) {
          width: 100%; } }
    .contact__block__right .theme-form form p:has(.legend) {
      margin: 0;
      margin-top: -30px; }

.map {
  width: 100%;
  height: 450px;
  position: relative; }
  .map-iframe {
    position: absolute;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    height: 100%;
    width: 100vw; }
    .map-iframe iframe {
      width: 100%; }

input[type="checkbox"]:checked::before {
  content: url("http://kmd.legal/wp-content/uploads/2024/02/checkbox.svg");
  display: inline-block;
  width: 100%;
  height: 100%; }

.description {
  font-size: 16px;
  text-align: center;
  color: #4a4a49;
  margin-bottom:40px; }
  @media (max-width: 1000px) {
    .description {
      margin: 25px 0; } }

.border-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 100px;
  margin: 45px 0 60px 0;
  border: 1px solid #a68e5a;
  text-align: center; }
  @media (max-width: 1000px) {
    .border-info {
      padding: 30px 15px; } }
  .border-info__description {
    font-size: 16px;
    color: #4a4a49;
    margin-top: 15px; }

.persons__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media (max-width: 1000px) {
    .persons__person {
      flex-direction: column; } }
  .persons__person img {
    width: 460px;
    height: 564px; }
    @media (max-width: 680px) {
      .persons__person img {
        width: 100%;
        height: auto; } }
  .persons__person__about {
    padding: 35px 40px;
    margin-left: -50px;
    background-color: #f6f6f6;
    border: 1px solid #a68e5a;
    z-index: 1; }
    @media (max-width: 1000px) {
      .persons__person__about {
        margin: 0;
        padding: 25px 20px; } }
    .persons__person__about-subtitle {
      font-size: 14px;
      color: #a68e5a;
      margin-bottom: 5px; }
    .persons__person__about-textarea {
      margin-top: 15px; }
      .persons__person__about-textarea p {
        color: #4a4a49; }
  .persons__person:nth-child(even) img {
    order: 2; }
  .persons__person:nth-child(even) div {
    margin-left: 0;
    margin-right: -50px;
    padding-right: 40px; }
  @media (max-width: 1000px) {
    .persons__person:nth-child(even) img {
      order: initial; }
    .persons__person:nth-child(even) div {
      margin: 0; } }

.blog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
  .blog-list h2 {
    text-align: center;
    width: 95%; }
  .blog-list__posts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: stretch; }
    @media (max-width: 760px) {
      .blog-list__posts {
        flex-direction: column; } }
    .blog-list__posts .article {
      width: 49%;
      padding: 30px;
      border: 1px solid #a68e5a;
      margin-bottom: 30px; }
      @media (max-width: 760px) {
        .blog-list__posts .article {
          width: 100%;
          padding: 30px 20px; } }
      .blog-list__posts .article h4 a {
        text-decoration: none;
        color: #272727; }
      .blog-list__posts .article .content p {
        font-size: 16px;
        color: #4a4a49;
        line-height: 24px;
        padding: 15px 0 30px 0; }
  .blog-list .pagination {
    margin: 77px 0 90px 0; }
    .blog-list .pagination .page-numbers {
      color: #272727;
      font-size: 14px;
      padding: 10px 15px;
      font-weight: 700;
      text-decoration: none; }
    .blog-list .pagination .current {
      background-color: #a68e5a;
      color: #fff; }
    .blog-list .pagination .next,
    .blog-list .pagination .prev {
      background-color: #f6f6f6;
      transition: 0.3s;
      font-weight: 700; }
      .blog-list .pagination .next:hover,
      .blog-list .pagination .prev:hover {
        background-color: #a68e5a;
        color: #fff; }
.team-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 30px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 50px; }
  @media (max-width: 1460px) {
    .team-row {
      justify-content: center; } }
  .team-row h2 {
    width: 100%;
    margin: 40px 0 25px 0; }
.team-row h2:nth-child(1){
	margin-top:0;
}
  .team-row__member {
    margin-bottom: 50px;
    width: 23%; }
    @media (max-width: 1460px) {
      .team-row__member {
        width: 31%; } }
    @media (max-width: 1280px) {
      .team-row__member {
        width: 48%; } }
    @media (max-width: 680px) {
      .team-row__member {
        width: 100%; } }
    .team-row__member img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
      .team-row__member img:hover {
        cursor: pointer; }
        .team-row__member img:hover ~ .team-row__member-name {
          color: #a68e5a; }
    .team-row__member-name {
      transition: 0.3s; }
      .team-row__member-name:hover {
        color: #a68e5a;
        cursor: default; }
    .team-row__member p {
      font-size: 14px;
      color: #a68e5a; }
      .team-row__member p:hover {
        cursor: default; }

.team-popup {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 40px;
  max-width: 960px;
  max-height: 660px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 999999; }
  @media (max-width: 1720px) {
    .team-popup {
      max-width: none;
      max-height: none;
      width: 70%;
      height: 70%; } }
  @media (max-width: 1280px) {
    .team-popup {
      width: 80%;
      height: 80%; } }
  @media (max-width: 1000px) {
    .team-popup {
      width: 90%;
      height: 90%; } }
  @media (max-width: 790px) {
    .team-popup {
      flex-direction: column;
      padding: 50px 20px;
      align-items: center;
      justify-content: flex-start;
      overflow-y: auto; } }
  .team-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    transition: 0.3s; }
    .team-popup .close-popup:hover {
      cursor: pointer;
      transform: rotate(180deg); }
  .team-popup__left {
    width: 340px; }
    @media (max-width: 790px) {
      .team-popup__left {
        margin-bottom: 15px;
        width: 100%; } }
    .team-popup__left-image {
      width: 100% !important;
      height: auto !important;
}
    .team-popup__left h6 {
      color: #a68e5a; }
    .team-popup__left-contact {
      margin-top: 25px; }
      .team-popup__left-contact-element {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 10px; }
        .team-popup__left-contact-element img {
          width: 20px;
          height: auto;
          margin: 0;
          margin-right: 10px; }
        .team-popup__left-contact-element p {
          color: #4a4a49; }
        .team-popup__left-contact-element a {
          margin-left: 15px; }
  .team-popup__right {
    width: 50%; }
    @media (max-width: 790px) {
      .team-popup__right {
        width: 100%; } }
    .team-popup__right p {
      font-size: 14px;
      line-height: 24px;
      color: #4a4a49;
      padding-top: 15px; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999; }

.flexible-rows .flexible-row {
  margin-bottom: 60px;
  position: relative; }
  .flexible-rows .flexible-row .menu-anchor {
    position: absolute;
    top: -86px; }
.flexible-rows .flexible-row p{
	font-size:16px;
	line-height:24px;
}
.image-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: normal;
  height: fit-content; }
  @media (max-width: 1000px) {
    .image-text {
      flex-direction: column; } }
  .image-text__left {
    width: 50%;
    height: auto;
    margin: 0 auto; }
    .image-text__left.right {
      order: 1; }
      @media (max-width: 1000px) {
        .image-text__left.right {
          order: initial; } }
    @media (max-width: 1000px) {
      .image-text__left {
        width: 100%; } }
    .image-text__left-img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .image-text__right {
    width: 50%;
    margin: 0 auto;
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    justify-content: center; }
    @media (max-width: 1000px) {
      .image-text__right {
        width: 100%; } }
    @media (max-width: 1000px) {
      .image-text__right {
        padding: 30px 20px; } }
    .image-text__right h3 {
      text-align: center; }
    .image-text__right img {
      width: 80px;
      margin-bottom: 25px; }
    .image-text__right p {
      font-size: 14px;
      line-height: 24px;
      color: #4a4a49;
      margin-top: 25px;
      text-align: center;
      padding: 0 20px;
      padding-bottom: 45px; }

.icoblocks {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  @media (max-width: 1000px) {
    .icoblocks {
      flex-direction: column; } }
  .icoblocks__block {
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto; }
    @media (max-width: 1000px) {
      .icoblocks__block {
        width: 100%; } }
    .icoblocks__block img {
      width: 80px; }
    .icoblocks__block h5 {
      margin: 15px auto;
      text-align: center;
      color: #272727; }
    .icoblocks__block p {
      padding: 0 35px;
      text-align: center;
      color: #4a4a49;
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 20px; }
      @media (max-width: 680px) {
        .icoblocks__block p {
          padding: 0; } }

.pagination {
  margin: 77px 0 90px 0; }
  .pagination .page-numbers {
    color: #272727;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 700;
    text-decoration: none; }
  .pagination .current {
    background-color: #a68e5a;
    color: #fff; }
  .pagination .next,
  .pagination .prev {
    background-color: #f6f6f6;
    transition: 0.3s;
    font-weight: 700; }
    .pagination .next:hover,
    .pagination .prev:hover {
      background-color: #a68e5a;
      color: #fff; }

.custom-post {
  width: 100%;
  padding: 30px;
  border: 1px solid #a68e5a;
  margin-bottom: 30px; }
  @media (max-width: 1000px) {
    .custom-post {
      padding: 30px 20px; } }
  .custom-post:nth-child(even) {
    background-color: #f6f6f6; }
  .custom-post-credentials {
    font-size: 14px;
    color: #a68e5a;
    margin-bottom: 10px; }
  .custom-post-title {
    margin-bottom: 10px; }
  .custom-post-content {
    color: #4a4a49;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px; }
    .custom-post-content ul,
    .custom-post-content ol {
      margin-left: 15px;
      line-height: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .custom-post-content ul li::marker,
      .custom-post-content ol li::marker {
        color: #a68e5a; }

.law-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  justify-content: normal;
  width: 70%;
  max-width: 1920px;
  height: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 999999;
  overflow-y: auto; }
  @media (max-width: 1000px) {
    .law-popup {
      width: 90%;
      height: 90%; } }
  .law-popup h4 {
    width: 100%;
    color: #fff;
    background-color: #272727;
    padding: 15px 30px; }
  .law-popup-content {
    padding: 15px 30px; }
    @media (max-width: 1000px) {
      .law-popup-content {
        padding: 15px 20px; } }
    .law-popup-content p {
      font-size: 12px;
      line-height: 20px;
      color: #4a4a49;
      padding: 10px 0; }
    .law-popup-content ul,
    .law-popup-content ol {
      margin-left: 15px;
      line-height: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .law-popup-content ul li,
      .law-popup-content ol li {
        font-size: 12px;
        color: #4a4a49; }
        .law-popup-content ul li::marker,
        .law-popup-content ol li::marker {
          color: #a68e5a; }
  .law-popup .btn-fill {
    margin: 40px 30px; }
    @media (max-width: 1000px) {
      .law-popup .btn-fill {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        margin: 40px 20px; } }
    .law-popup .btn-fill:hover {
      cursor: pointer; }
  .law-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    transition: 0.3s; }
    .law-popup .close-popup:hover {
      cursor: pointer;
      transform: rotate(180deg); }

.law-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999; }

.single-content {
  margin-bottom: 0px; }
  .single-content h1 {
    color: #272727;
    text-align: center; }
  .single-content .wp-block-heading {
    color: #272727;
    margin: 30px 0; }
  .single-content p {
    font-size: 14px;
    line-height: 20px;
    color: #4a4a49;
    margin: 15px 0; }
  .single-content ul,
  .single-content ol {
    margin-left: 15px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .single-content ul li,
    .single-content ol li {
      font-size: 14px;
      color: #4a4a49; }
      .single-content ul li::marker,
      .single-content ol li::marker {
        color: #a68e5a; }
  .single-content img {
    margin: 45px 0; }

.banner {
  width: 100vw;
  max-width: 1920px;
  height: 800px;
  position: relative; }
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .banner__title {
    width: max-content;
    position: absolute;
    top: 35%;
    right: 10%;
    color: #fff; }
    .banner__title h1 {
      width: 100%;
      font-size: 60px;
      font-weight: 300; }
      .banner__title h1 .span-gold {
        display: block;
        font-size: 44px;
        color: #a68e5a;
        margin: 20px 0;
        margin-left: 130px; }
      .banner__title h1 .span-small {
        display: block;
        font-size: 36px;
        margin-left: 65px; }

@media (max-width: 1360px) {
  .banner__title {
    right: 10%; }
    .banner__title h1 {
      font-size: 50px; }
      .banner__title h1 .span-gold {
        font-size: 34px;
        margin: 15px 0;
        margin-left: 120px; }
      .banner__title h1 .span-small {
        font-size: 26px;
        margin-left: 55px; } }

@media (max-width: 1000px) {
  .banner {
    height: 600px; }
    .banner__title {
      top: 20%;
      right: 35%;
      transform: translateX(50%); }
      .banner__title h1 {
        font-size: 45px;
        word-break: keep-all; }
        .banner__title h1 .span-gold {
          font-size: 29px;
          margin: 5px 0;
          margin-left: 90px; }
        .banner__title h1 .span-small {
          font-size: 19px;
          margin-left: 35px; } }

@media (max-width: 680px) {
  .banner {
    height: 500px; }
    .banner__title {
      top: 25%;
      right: 15%;
      transform: none; }
      .banner__title h1 {
        font-size: 27px;
        line-height: 30px; }
        .banner__title h1 .span-gold {
          font-size: 19px;
          margin: 0;
          margin-left: 60px; }
        .banner__title h1 .span-small {
          font-size: 16px;
          margin-left: 25px; } }

@media (max-width: 360px) {
  .banner__title {
    right:10%; }
    .banner__title h1 .span-gold {
      font-size: 19px;
      margin: 0;
      margin-left: 35px; }
    .banner__title h1 .span-small {
      font-size: 16px;
      margin-left: 15px; } }

.chessboard {
  margin: 90px auto; }
  .chessboard .btn-fill {
    margin-bottom: 30px; }
  @media (max-width: 1000px) {
    .chessboard {
      margin-top: 45px; } }
  .chessboard h2 {
    text-align: center; }
  .chessboard .row {
    margin-bottom: 0; }
    .chessboard .row:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 1000px) {
        .chessboard .row:nth-child(even) {
          flex-direction: column; } }

.team-banner {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100vw;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .team-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1; }
  .team-banner__content {
    width: 50%;
    text-align: center;
    padding: 150px 0 180px 0;
    color: #fff; }
  .team-banner__content p {
	font-size:16px;
	  line-height:24px;
}
    @media (max-width: 1000px) {
      .team-banner__content {
        width: 90%;
        padding: 90px 0 120px 0; } }
    .team-banner__content .btn-fill {
      display: inline-block;
      margin-top: 45px; }

.front-block h2 {
  margin: 0 auto; }

.front-block .blog-list__posts {
  margin-bottom: 90px; }
  .front-block .blog-list__posts .article {
    width: 100%;
    text-align: center;
    padding: 50px 90px; }
    @media (max-width: 1000px) {
      .front-block .blog-list__posts .article {
        padding: 50px 25px; } }
    .front-block .blog-list__posts .article .btn-fill {
      display: inline-block; }

.footer-container {
  width: 100%;
  background-color: #181c1e; }
  .footer-container .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 1000px) {
      .footer-container .footer {
        width: 90%; } }
    .footer-container .footer__up {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 30px 0;
      border-bottom: 1px solid #4a4a49;
      column-gap: 10px; }
      @media (max-width: 1171px) {
        .footer-container .footer__up {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          row-gap: 20px; } }
      .footer-container .footer__up__element {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-align: center; }
        .footer-container .footer__up__element-icon {
          margin-right: 10px; }
        .footer-container .footer__up__element a {
          font-size: 14px;
          font-weight: 700;
          color: #fff;
          text-decoration: none;
          transition: 0.3s; }
          .footer-container .footer__up__element a:hover {
            cursor: pointer;
            color: #a68e5a; }
        .footer-container .footer__up__element__logo-image {
          max-width: 175px;
          height: auto; }
    .footer-container .footer__down {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      color: #4a4a49;
      font-size: 13px;
      font-weight: 400;
      padding: 20px 0 25px 0; }
      @media (max-width: 1171px) {
        .footer-container .footer__down {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          row-gap: 5px; } }
      .footer-container .footer__down .cool {
        text-decoration: none;
        color: #fff;
        transition: 0.3s; }
        .footer-container .footer__down .cool:hover {
          color: #a68e5a; }

.wrapper-404 {
}
  .wrapper-404 .page-404 {
    align-self: center;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 100%;
    height: 100%;
    min-height: 60vh; }
    .wrapper-404 .page-404 h1 {
      font-size: 48px;
      margin: 90px 0 45px 0; }
    .wrapper-404 .page-404 p {
      font-size: 18px;
      line-height: 24px;
      width: 70%;
      margin-bottom: 90px;
      text-align: center; }
      @media (max-width: 1000px) {
        .wrapper-404 .page-404 p {
          width: 100%; } }


/* ═══════════════════════════════════
   HOMEPAGE STYLES
═══════════════════════════════════ */

:root {
  --gold: #a68e5a;
  --gold-dark: #75643f;
  --dark: #181c1e;
  --gray: #4a4a49;
  --light: #f6f6f6;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  width: 100%;
  background: var(--dark);
  overflow: hidden;
}
.hero__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ─── SWAP: hamburger LEFT, logo RIGHT ─── */
.header-container .header {
  flex-direction: row-reverse;
}

.header-container .header__ham {
  right: auto !important;
  left: 0;
}

/* ─── Gold dots inline next to menu items ─── */
@media (max-width: 1460px) {
  .header-container .header__right__menu__nav-list li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 7px;
    margin-right: 3px;
    vertical-align: middle;
  }
}

.dot-title {
  margin-bottom: 30px;
}

/* ─── Gold dot after titles ─── */
.dot-title::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  margin-left: 3px;
  margin-top: 7px;
  vertical-align: middle;
}

/* ═══════════════════════════════════
   1. HAMBURGER + MENU – PRÓG 1024px
═══════════════════════════════════ */

/* DESKTOP (>1024px): hamburger ukryty, menu widoczne normalnie */
.header-container .header__ham {
  display: none !important;
}

.header-container .header__right {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: static !important;
  padding-top: 0 !important;
  z-index: auto !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
}

.header-container .header__right__menu__nav-list {
  flex-direction: row !important;
  align-items: center !important;
}

.header-container .header__right__menu__nav-list li {
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.header-container .header__right__menu__nav-list li a {
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
}

.header-container .header__right__link {
  border-left: 1px solid #4a4a49 !important;
  margin-left: 30px !important;
  padding-left: 30px !important;
  margin-top: 0 !important;
}

.header-container .header__right__link a {
  color: #fff !important;
}

/* MOBILE (≤1024px): hamburger widoczny, menu jako panel */
@media (max-width: 1024px) {
  .header-container .header__ham {
    display: block !important;
  }

  .header-container .header__right {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed !important;
    padding-top: 30px !important;
    z-index: 999 !important;
    top: 120px !important;
    left: -100vw !important;
    width: 100vw !important;
    height: 90vh !important;
    background-color: #fff !important;
    transition: left 0.3s ease !important;
  }

  .header-container .header__right__menu__nav-list {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .header-container .header__right__menu__nav-list li {
    margin-bottom: 20px !important;
    margin-left: 10vw !important;
  }

  .header-container .header__right__menu__nav-list li a {
    color: #000 !important;
    font-size: 24px !important;
    letter-spacing: normal !important;
  }

  .header-container .header__right__link {
    border-left: none !important;
    margin-left: 10vw !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
  }

  .header-container .header__right__link a {
    color: #000 !important;
  }
}

@media (max-width: 768px) {
  .header-container .header__right__menu__nav-list li {
    margin-left: 5vw !important;
  }
  .header-container .header__right__link {
    margin-left: 5vw !important;
  }
}


/* ═══════════════════════════════════
   2. ZŁOTE KROPKI W MENU – WSZĘDZIE
═══════════════════════════════════ */

.header-container .header__right__menu__nav-list li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a68e5a;
  margin-right: 6px;
  margin-bottom: 2px;
  vertical-align: middle;
  flex-shrink: 0;
}