@font-face {
  font-family: "Myriad Pro";
  src: url(../font/MyriadPro-Bold.eot) format("eot"), url(../font/MyriadPro-Bold.otf) format("otf"), url(../font/MyriadPro-Bold.ttf) format("ttf"), url(../font/MyriadPro-Bold.woff) format("woff"), url(../font/MyriadPro-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../font/MyriadPro-Light.eot) format("eot"), url(../font/MyriadPro-Light.otf) format("otf"), url(../font/MyriadPro-Light.ttf) format("ttf"), url(../font/MyriadPro-Light.woff) format("woff"), url(../font/MyriadPro-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../font/MyriadPro-Regular.eot) format("eot"), url(../font/MyriadPro-Regular.otf) format("otf"), url(../font/MyriadPro-Regular.ttf) format("ttf"), url(../font/MyriadPro-Regular.woff) format("woff"), url(../font/MyriadPro-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../font/MyriadPro-Semibold.eot) format("eot"), url(../font/MyriadPro-Semibold.otf) format("otf"), url(../font/MyriadPro-Semibold.ttf) format("ttf"), url(../font/MyriadPro-Semibold.woff) format("woff"), url(../font/MyriadPro-Semibold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  --color-1: #F6FBF6;
  --color-2: #158E45;
  --color-3: #57585B;
  --color-4: #EEEEEE;
  --color-5: #8A8A8A;
  --color-6: #E6E6E6;
  --color-7: #DED828;
  --color-8: #0d5429;
  --color-9: #D9D9D9;
  --white: #fff;
  --black: #000;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

picture {
  display: inline-block;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Myriad Pro";
  background-color: var(--color-1);
}
body.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1384px;
  margin: 0 auto;
  padding: 0 20px;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#wrapper header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumbs-page,
.lobby-breadcrumbs,
.maximize-breadcrumbs,
.progress-breadcrumbs,
.contact-breadcrumbs,
.faq-breadcrumbs,
.analysis-breadcrumbs,
.single-breadcrumbs {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .breadcrumbs-page,
  .lobby-breadcrumbs,
  .maximize-breadcrumbs,
  .progress-breadcrumbs,
  .contact-breadcrumbs,
  .faq-breadcrumbs,
  .analysis-breadcrumbs,
  .single-breadcrumbs {
    margin-bottom: 30px;
  }
}

.section-wrapper {
  padding: 70px 0;
  background: url(../images/bg-section.jpg) no-repeat center/cover;
}

.title {
  font-weight: 700;
  line-height: 1;
  font-size: 33px;
  color: var(--color-2);
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 20px;
  }
}

.text {
  font-family: "Myriad Pro";
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
}
.text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
  margin-bottom: 25px;
}
.text > ul,
.text > ol,
.text > img,
.text > iframe,
.text > table,
.text > blockquote {
  margin-bottom: 25px;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-2);
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 33px;
}
.text h3 {
  font-size: 32px;
}
.text h4,
.text h5 {
  font-size: 28px;
}
.text h6 {
  font-size: 18px;
}
.text a {
  color: var(--color-2);
  text-decoration: underline;
}
.text blockquote {
  background: var(--color-2);
  border-radius: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 74px 116px;
  position: relative;
  z-index: 2;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 37px;
  width: 60px;
  height: 47px;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.text picture {
  display: block;
  max-width: 100%;
}
.text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
.text .aligncenter {
  margin: 0 auto;
}
.text ul li {
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #57585B;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-left: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li:has(> strong:first-child)::before {
  font-weight: 700;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-left: 15px;
}
.text ol li ul {
  padding-left: 15px;
}
.text ol li ul li {
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #57585B;
}
.text ol li ul li::before {
  display: none;
}
.text table {
  width: 100%;
  max-width: 988px;
  border: 1px solid var(--color-2);
  border-spacing: 0;
}
.text table tr:first-child td {
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  color: var(--color-1);
  background-color: var(--color-2);
  padding: 25px 45px;
  border-right: 1px solid var(--white);
}
.text table tr:first-child td:last-child {
  border-right: none;
}
.text table tr td {
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: var(--color-2);
  padding: 25px;
  border: 1px solid var(--color-2);
}
.text iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 1450px) {
  .text table tr:first-child td {
    font-size: 20px;
    padding: 15px 25px;
  }
  .text table tr td {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .text {
    font-size: 16px;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 20px;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 20px;
  }
  .text h1 {
    font-size: 30px;
  }
  .text h2 {
    font-size: 20px;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 18px;
  }
  .text blockquote {
    border-radius: 10px;
    font-size: 18px;
    padding: 50px 20px 30px;
  }
  .text blockquote::before {
    top: 10px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .text .alignleft,
  .text .alignright,
  .text .aligncenter {
    float: none;
    margin: 0 auto;
  }
  .text picture img {
    margin: 0 auto;
  }
  .text ul li {
    padding-left: 10px;
  }
  .text ul li::after {
    top: 7px;
    width: 4px;
    height: 4px;
  }
  .text ol li ol {
    padding-left: 10px;
  }
  .text ol li ul {
    padding-left: 10px;
  }
  .text ol li ul li {
    padding-left: 10px;
  }
  .text ol li ul li::after {
    top: 7px;
    width: 4px;
    height: 4px;
  }
  .text table {
    width: 100% !important;
    height: auto !important;
  }
  .text table tr {
    height: auto !important;
  }
  .text table tr:first-child td {
    font-size: 3.3333vw;
    padding: 1.5136vw 2.5227vw;
  }
  .text table tr td {
    height: auto !important;
    font-size: 3.0556vw;
    padding: 1.5136vw;
  }
}
.btn {
  font-family: "Myriad Pro";
  font-weight: 600;
  line-height: 1.2;
  font-size: 20px;
  color: var(--color-2);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 172px;
  min-height: 53px;
  padding: 15px;
  background-color: var(--white);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 991px) {
  .btn:hover {
    background-color: var(--color-9);
  }
}
.btn.btn-bg {
  background-color: var(--color-2);
  color: var(--white);
}
@media screen and (min-width: 991px) {
  .btn.btn-bg:hover {
    background-color: var(--color-8);
  }
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 16px;
    min-width: 125px;
    min-height: 40px;
    padding: 5px 10px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 1100px;
  min-height: 500px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.modal .modal-dialog .modal-content .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  left: calc(100% + 15px);
  bottom: calc(100% + 5px);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 500px;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.error404 .notification {
  display: none;
}

.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 10px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    -webkit-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers li:not(:first-child) {
  margin-right: 3px;
}
.pagination .page-numbers li .page-numbers {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination .page-numbers li .page-numbers.current {
  background: var(--color-2);
  color: #fff;
}
.pagination .page-numbers li .page-numbers:hover {
  background: var(--color-2);
  color: #fff;
}
.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers li .page-numbers.prev:hover, .pagination .page-numbers li .page-numbers.next:hover {
  background: var(--color-2);
}
.pagination .page-numbers li .page-numbers.prev:hover::before, .pagination .page-numbers li .page-numbers.next:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pagination .page-numbers li .page-numbers.prev::before, .pagination .page-numbers li .page-numbers.next::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pagination .page-numbers li .page-numbers.prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'%3E%3Cpath fill='%23000' d='M7 .667 6.245 0 0 5.5 6.245 11 7 10.337 1.513 5.5 7 .667Z'/%3E%3C/svg%3E");
}
.pagination .page-numbers li .page-numbers.next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'%3E%3Cpath fill='%23000' d='M0 .667.755 0 7 5.5.755 11 0 10.337 5.487 5.5 0 .667Z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination .page-numbers li .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .pagination .page-numbers li .page-numbers.prev::before, .pagination .page-numbers li .page-numbers.next::before {
    width: 5px;
    height: 7px;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3px;
}
.breadcrumbs .breadcrumbs-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}
.breadcrumbs .breadcrumbs-item:not(:first-child)::before {
  content: ">";
  font-weight: 400;
  font-size: 16px;
  color: var(--color-5);
  display: inline-block;
}
.breadcrumbs .breadcrumbs-item a,
.breadcrumbs .breadcrumbs-item strong,
.breadcrumbs .breadcrumbs-item span {
  font-weight: 400;
  font-size: 16px;
}
.breadcrumbs .breadcrumbs-item a {
  color: var(--color-5);
}
.breadcrumbs .breadcrumbs-item strong,
.breadcrumbs .breadcrumbs-item span {
  color: var(--color-2);
  cursor: default;
}

.nav-content {
  position: relative;
  z-index: 2;
}
.nav-content .nav-content-title {
  background: var(--color-6);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-2);
}
.nav-content .nav-content-list {
  background: var(--white);
  padding: 20px;
}
.nav-content .nav-content-list ul {
  padding-left: 21px;
  position: relative;
  z-index: 2;
}
.nav-content .nav-content-list ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: var(--color-2);
}
.nav-content .nav-content-list ul li {
  position: relative;
  z-index: 2;
}
.nav-content .nav-content-list ul li:hover a, .nav-content .nav-content-list ul li.is-current a {
  color: var(--color-2);
  text-decoration-color: var(--color-2);
}
.nav-content .nav-content-list ul li:hover::after, .nav-content .nav-content-list ul li.is-current::after {
  background-color: var(--color-2);
}
.nav-content .nav-content-list ul li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  right: calc(100% + 16px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--color-2);
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-content .nav-content-list ul li:not(:first-child) {
  margin-top: 10px;
}
.nav-content .nav-content-list ul li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: #404040;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-content .nav-content-button {
  background: var(--white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: -1;
  top: calc(100% - 26px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-content .nav-content-button.is-active::before {
  -webkit-transform: translateY(5px) rotateX(145deg);
          transform: translateY(5px) rotateX(145deg);
}
.nav-content .nav-content-button::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 11px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' fill='none'%3E%3Cpath stroke='%23397D2D' stroke-width='2' d='m1 7 4.5-5L10 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1150px) {
  html:has(#wpadminbar) .nav-content.is-fixed {
    top: calc(60px + var(--wp-admin--admin-bar--height));
  }
  .nav-content {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .nav-content.is-fixed {
    position: fixed;
    top: 60px;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .nav-content .nav-content-title {
    padding: 12px 35px 12px 20px;
    font-size: 15px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .nav-content .nav-content-title.is-open::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .nav-content .nav-content-title::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    width: 12px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath stroke='%23397D2D' stroke-width='2' d='m1 1 5 6 5-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .nav-content .nav-content-list {
    padding: 30px 20px;
    display: none;
  }
  .nav-content .nav-content-list ul {
    padding-left: 21px;
  }
  .nav-content .nav-content-list ul::before {
    top: 4px;
  }
  .nav-content .nav-content-list ul li::after {
    top: 4px;
  }
  .nav-content .nav-content-list ul li:not(:first-child) {
    margin-top: 10px;
  }
  .nav-content .nav-content-list ul li a {
    font-size: 15px;
  }
  .nav-content .nav-content-button {
    display: none;
  }
}
.column-content .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin: 0;
}
.column-content .list .item {
  width: 100%;
  margin: 0;
}
.column-content .list .item .item-title {
  font-weight: 700;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
  margin-bottom: 5px;
}
.column-content .list .item .item-content {
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .column-content .list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .column-content .list .item .item-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .column-content .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.other-posts {
  width: 100%;
  margin-top: 30px;
}
.other-posts .other-posts__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
.other-posts .other-posts__header-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: var(--color-2);
}
.other-posts .other-posts__header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.other-posts .other-posts__header-buttons .swiper-button-prev,
.other-posts .other-posts__header-buttons .swiper-button-next {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 8px;
  height: 13px;
  opacity: 1;
}
.other-posts .other-posts__header-buttons .swiper-button-prev::after, .other-posts .other-posts__header-buttons .swiper-button-prev::before,
.other-posts .other-posts__header-buttons .swiper-button-next::after,
.other-posts .other-posts__header-buttons .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.other-posts .other-posts__header-buttons .swiper-button-prev::after,
.other-posts .other-posts__header-buttons .swiper-button-next::after {
  opacity: 0;
}
.other-posts .other-posts__header-buttons .swiper-button-prev:hover::before,
.other-posts .other-posts__header-buttons .swiper-button-next:hover::before {
  opacity: 0;
}
.other-posts .other-posts__header-buttons .swiper-button-prev:hover::after,
.other-posts .other-posts__header-buttons .swiper-button-next:hover::after {
  opacity: 1;
}
.other-posts .other-posts__header-buttons .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath fill='%2362625E' fill-opacity='.3' fill-rule='evenodd' d='M.843 5.818 6.5.398l1.414 1.354-4.95 4.744 4.95 4.744L6.5 12.595.843 7.173a.939.939 0 0 1-.293-.677c0-.254.105-.498.293-.678Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.other-posts .other-posts__header-buttons .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath fill='%23158E45' fill-rule='evenodd' d='M.379 5.818 6.036.398 7.45 1.751 2.5 6.496l4.95 4.744-1.414 1.355L.379 7.173a.939.939 0 0 1-.293-.677c0-.254.105-.498.293-.678Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.other-posts .other-posts__header-buttons .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath fill='%2362625E' fill-opacity='.3' fill-rule='evenodd' d='M7.621 5.818 1.964.398.55 1.751 5.5 6.496.55 11.24l1.414 1.355 5.657-5.422a.939.939 0 0 0 .293-.677.939.939 0 0 0-.293-.678Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.other-posts .other-posts__header-buttons .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath fill='%23158E45' fill-rule='evenodd' d='M7.157 5.818 1.5.398.086 1.751l4.95 4.744-4.95 4.744L1.5 12.595l5.657-5.422a.939.939 0 0 0 .293-.677.939.939 0 0 0-.293-.678Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.other-posts .other-posts__header-list .list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.other-posts .other-posts__header-list .item {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.other-posts .other-posts__header-list .item * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.other-posts .other-posts__header-list .item-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 20px 25px;
  min-height: 165px;
  overflow: hidden;
}
.other-posts .other-posts__header-list .item-wrapper:hover .item-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.other-posts .other-posts__header-list .item-wrapper:hover .item-content .item-content__button .btn {
  background-color: var(--color-2);
  color: var(--white);
}
.other-posts .other-posts__header-list .item-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.other-posts .other-posts__header-list .item-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.other-posts .other-posts__header-list .item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.other-posts .other-posts__header-list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-posts .other-posts__header-list .item-content .item-content__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 10px;
}
.other-posts .other-posts__header-list .item-content .item-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1150px) {
  .other-posts {
    display: none;
  }
}
.document-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-bottom: 0;
}
.document-block .list .item {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  word-break: break-all;
}
.document-block .list .item a {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cg fill='%23158E45' clip-path='url(%23a)'%3E%3Cpath d='M2.16 1.992h.073a99.901 99.901 0 0 1 .42-.001l.577-.001a50660785839092.06 50660785839092.06 0 0 1 4.406-.007l.07-.001c.1.001.156.005.237.066.1.138.074.286.074.45v.187l.001.084a.337.337 0 0 1-.061.184c-.104.07-.186.063-.306.062H7.347a186.13 186.13 0 0 0-.528.001l-.57.001a870.672 870.672 0 0 1-2.519.005 164.518 164.518 0 0 1-1.083.002c-.488-.001-.898.027-1.275.375-.369.4-.345.875-.344 1.385a187.027 187.027 0 0 1 0 .678v.561a551.592 551.592 0 0 0 0 1.969v1.17a100.947 100.947 0 0 1 0 .446 129.593 129.593 0 0 0 0 .718c-.001.493.013.916.364 1.297.27.25.567.339.926.337h.371l.204.001a137.001 137.001 0 0 0 .9.001H5.067l1.001.002a294.896 294.896 0 0 0 1.608.002 82.032 82.032 0 0 0 .743 0c.493.003.856-.032 1.226-.39.233-.25.317-.55.316-.884v-.08a43.426 43.426 0 0 0 .002-.448 240.953 240.953 0 0 0 .006-1.438l.001-.254v-.075a.595.595 0 0 1 .093-.358c.124-.09.29-.064.436-.063l.09-.001H10.754a.38.38 0 0 1 .21.091c.071.127.063.254.062.395v.078a54.576 54.576 0 0 1 0 .435 234.438 234.438 0 0 1 0 .853v.546c.002.788-.126 1.428-.69 2.014-.444.435-1.022.638-1.64.636h-.37a140.098 140.098 0 0 0-.703 0l-.405.001H5.942a479.807 479.807 0 0 0-2.037.002 223.525 223.525 0 0 0-1.123 0h-.2c-.67.002-1.22-.086-1.762-.502l-.056-.042c-.408-.324-.697-.865-.764-1.38a6.922 6.922 0 0 1-.005-.38 146.882 146.882 0 0 1 0-.506l-.002-.634v-.3A1237.41 1237.41 0 0 1-.008 8.03v-.065A542.123 542.123 0 0 0-.012 5.86a185.755 185.755 0 0 0-.001-1.162v-.206C-.018 3.748.124 3.18.648 2.62c.41-.393.941-.628 1.51-.628Z'/%3E%3Cpath d='M9.548.98a4251.668 4251.668 0 0 1 .9-.002A496.918 496.918 0 0 1 11.87.974a157.704 157.704 0 0 1 .942-.002 39.818 39.818 0 0 1 .452-.001c.44-.004.44-.004.614.163.11.124.126.218.126.378a316.903 316.903 0 0 1 .003.774v.144a757.4 757.4 0 0 1 .003 1.452 150.717 150.717 0 0 1 .003.96 42.31 42.31 0 0 1 0 .462c.004.388.004.388-.122.548-.142.134-.265.17-.455.174-.145-.023-.253-.106-.358-.203l-.072-.067a18.516 18.516 0 0 1-.426-.42l-.197-.198-.203-.203a590.26 590.26 0 0 1-.395-.396c-.14.117-.27.24-.4.37l-.06.06-.2.201-.145.145-.31.31a612.788 612.788 0 0 1-1.221 1.223l-.31.31-.353.353-.044.044a2764.73 2764.73 0 0 1-1.848 1.851l-.057.057-.052.052-.044.045a.35.35 0 0 1-.283.106c-.074-.017-.108-.047-.164-.098l-.057-.053-.057-.054c-.017-.016-.034-.031-.05-.048-.107-.1-.211-.203-.316-.306a19.639 19.639 0 0 1-.332-.324.528.528 0 0 1-.154-.238c.01-.216.172-.357.317-.5l.062-.063.206-.205a258.01 258.01 0 0 0 .467-.466l.46-.46A875.76 875.76 0 0 1 8.36 5.336l.224-.224 1.862-1.858a.76.76 0 0 0-.174-.234l-.075-.074a14.76 14.76 0 0 0-.164-.162 130.996 130.996 0 0 0-.653-.645c-.357-.348-.357-.348-.4-.556.002-.188.024-.322.154-.462.14-.11.24-.14.415-.14Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .document-block .list {
    gap: 10px;
  }
}
html:has(#wpadminbar) {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
html:has(#wpadminbar) .header__inner {
  top: var(--wp-admin--admin-bar--height);
}
@media screen and (max-width: 1150px) {
  html:has(#wpadminbar) .header .header__navigation {
    top: var(--wp-admin--admin-bar--height);
  }
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80px;
}
.header .header__inner {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
}
.header .header__wrapper {
  width: 100%;
  max-width: 1384px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header .header__logo {
  width: 154px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header .header__logo a,
.header .header__logo img {
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header .header__navigation ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1150px) {
  .header .header__navigation ul > li:hover a {
    color: var(--color-2);
  }
}
.header .header__navigation ul > li a {
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  color: var(--color-3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1150px) {
  .header .header__navigation ul li.menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .header .header__navigation ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-1);
    padding: 20px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  .header .header__navigation ul .sub-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -35px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .header .header__navigation ul .sub-menu li {
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__navigation ul .sub-menu li a {
    width: 100%;
  }
  .header .header__navigation ul .sub-menu li a img {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header__navigation ul .sub-menu li a span {
    font-weight: 600;
    line-height: 1.2;
    font-size: 12px;
    color: #57585B;
  }
}
.header .lang {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.header .lang .lang-placeholder {
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  color: var(--color-3);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.header .lang .lang-placeholder.is-open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header .lang .lang-placeholder::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath fill='%2357585B' fill-rule='evenodd' d='M7.71 7.657 13.369 2 11.954.586l-4.95 4.95-4.95-4.95L.64 2l5.657 5.657a1 1 0 0 0 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .lang .lang-list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--color-1);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.header .lang .lang-list li {
  min-width: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: var(--color-1);
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .lang .lang-list li.is-current {
  display: none;
}
.header .lang .lang-list li:hover {
  background-color: var(--color-9);
}
.header .lang .lang-list li a {
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black);
}
.header .header__menu {
  display: none;
}

@media screen and (max-width: 1450px) {
  .header .header__wrapper {
    gap: 25px;
  }
}
@media screen and (max-width: 1384px) {
  .header .header__navigation ul {
    gap: 10px;
  }
  .header .header__navigation ul > li a {
    font-size: 1.0838vw;
  }
}
@media screen and (max-width: 1150px) {
  .header {
    height: 60px;
  }
  .header .header__inner {
    height: 60px;
  }
  .header .header__wrapper {
    max-width: 100%;
    height: 100%;
    gap: 20px;
    background-color: var(--color-1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header__logo {
    width: 120px;
  }
  .header .header__navigation {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: var(--color-1);
    padding: 80px 20px 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  .header .header__navigation.is-open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .header__navigation ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .header .header__navigation ul > li {
    width: 100%;
    display: block;
  }
  .header .header__navigation ul > li a {
    font-size: 16px;
  }
  .header .header__navigation ul li.menu-item-has-children.is-open .link-wrapper .arrow::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .header .header__navigation ul li.menu-item-has-children .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header__navigation ul li.menu-item-has-children .link-wrapper .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30px;
    height: 30px;
  }
  .header .header__navigation ul li.menu-item-has-children .link-wrapper .arrow::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath fill='%2357585B' fill-rule='evenodd' d='M7.712 7.657 13.369 2 11.955.586l-4.95 4.95-4.95-4.95L.64 2l5.657 5.657a1 1 0 0 0 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header .header__navigation ul .sub-menu {
    width: 100%;
    max-width: 200px;
    padding: 20px 0;
    display: none;
  }
  .header .header__navigation ul .sub-menu li {
    width: 100%;
    display: block;
  }
  .header .header__navigation ul .sub-menu li:not(:first-child) {
    margin-top: 30px;
  }
  .header .header__navigation ul .sub-menu li a {
    width: 100%;
  }
  .header .header__navigation ul .sub-menu li a img {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header__navigation ul .sub-menu li a span {
    font-weight: 600;
    line-height: 1.2;
    font-size: 12px;
    color: #57585B;
  }
  .header .lang {
    margin-left: auto;
  }
  .header .lang .lang-placeholder {
    font-size: 16px;
    gap: 5px;
  }
  .header .lang .lang-placeholder::after {
    width: 13px;
    height: 8px;
  }
  .header .lang .lang-list li {
    min-width: 100px;
  }
  .header .lang .lang-list li a {
    line-height: 1.3;
    font-size: 16px;
  }
  .header .header__menu {
    display: block;
    width: 24px;
    height: 14px;
    position: relative;
    z-index: 2;
  }
  .header .header__menu::before,
  .header .header__menu strong, .header .header__menu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-2);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header .header__menu::before {
    top: 0;
  }
  .header .header__menu strong {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header__menu::after {
    bottom: 0;
  }
  .header .header__menu.is-open::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .header .header__menu.is-open strong {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  .header .header__menu.is-open::after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 360px) {
  .header .header__logo {
    width: 100px;
  }
}
.footer {
  background-color: var(--color-2);
}
.footer .footer__inner {
  padding: 50px 0;
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.footer .footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer .footer__top .footer__rights {
  display: none;
}
.footer .footer__logo {
  width: 173px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 39px;
}
.footer .footer__logo img,
.footer .footer__logo a {
  width: 100%;
  height: 100%;
}
.footer .footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .lang {
  position: relative;
  z-index: 3;
}
.footer .lang .lang-placeholder {
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 13px;
  color: var(--color-3);
  background-color: var(--color-1);
  padding: 3px 35px;
  min-width: 118px;
  min-height: 25px;
  cursor: pointer;
  text-transform: uppercase;
}
.footer .lang .lang-placeholder.is-open::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.footer .lang .lang-placeholder::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  width: 18px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' fill='none'%3E%3Cpath stroke='%23158E45' d='M9 16.297A7.792 7.792 0 0 0 9 .714m0 15.583A7.792 7.792 0 0 1 9 .714m0 15.583c2.125 0 2.833-3.542 2.833-7.791 0-4.25-.708-7.792-2.833-7.792m0 15.583c-2.125 0-2.833-3.542-2.833-7.791 0-4.25.708-7.792 2.833-7.792M1.917 11.339h14.166M1.917 5.672h14.166'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .lang .lang-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.50276 7.66255L13.1598 2.00555L11.7458 0.591553L6.79576 5.54155L1.84576 0.591553L0.431763 2.00555L6.08876 7.66255C6.27629 7.85002 6.5306 7.95534 6.79576 7.95534C7.06093 7.95534 7.31524 7.85002 7.50276 7.66255Z' fill='%2357585B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .lang .lang-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: var(--color-1);
  max-height: 117px;
  overflow: auto;
}
.footer .lang .lang-list::-webkit-scrollbar {
  width: 1px;
}
.footer .lang .lang-list::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: var(--color-3);
}
.footer .lang .lang-list::-webkit-scrollbar-track {
  background: var(--color-1);
}
.footer .lang .lang-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: var(--color-1);
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .lang .lang-list li.is-current {
  display: none;
}
.footer .lang .lang-list li:hover {
  background-color: var(--color-9);
}
.footer .lang .lang-list li a {
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black);
}
.footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .social-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .social-list li a,
.footer .social-list li img {
  width: 100%;
  height: 100%;
}
.footer .social-list li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social-list li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .footer__nav {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 30px;
}
.footer .footer__nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.footer .footer__nav ul li a {
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  color: var(--white);
}
.footer .footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer .footer__bottom {
  margin-top: 30px;
  text-align: center;
}
.footer .footer__rights {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  color: var(--white);
}
.footer .footer__disclaimer {
  max-width: 980px;
  margin: 30px auto;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
  font-size: 12px;
  color: var(--white);
}

@media screen and (max-width: 1150px) {
  .footer .footer__wrapper {
    gap: 50px;
  }
  .footer .footer__info-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__info-wrapper .lang {
    width: 100%;
  }
  .footer .footer__info-wrapper .lang .lang-placeholder {
    font-size: 16px;
  }
  .footer .footer__info-wrapper .lang .lang-list {
    max-height: 93px;
  }
  .footer .footer__info-wrapper .lang .lang-list li {
    padding: 5px;
  }
  .footer .footer__info-wrapper .lang .lang-list li a {
    line-height: 1.3;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .footer .footer__inner {
    padding: 30px 0;
  }
  .footer .footer__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .footer .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }
  .footer .footer__top .footer__rights {
    display: block;
  }
  .footer .footer__logo {
    width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0px;
  }
  .footer .footer__nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .footer .footer__nav ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .footer .footer__bottom {
    margin: 0;
  }
  .footer .footer__bottom .footer__rights {
    display: none;
  }
  .footer .footer__rights {
    font-size: 12px;
  }
}
.hero {
  background-color: var(--color-1);
  margin-bottom: 60px;
}
.hero .hero__inner {
  width: 100%;
  min-height: 700px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 130px 50px;
}
.hero .hero__video-bg,
.hero .hero__image-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__video-bg img,
.hero .hero__video-bg video,
.hero .hero__image-bg img,
.hero .hero__image-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero .hero__content-wrapper {
  width: 100%;
  max-width: 575px;
}
.hero .hero__content-title {
  width: 100%;
  font-weight: 600;
  line-height: 1.2;
  font-size: 36px;
  color: var(--white);
  padding: 23px 25px;
  background-color: var(--color-2);
}
.hero .hero__content-text {
  width: 100%;
  font-weight: 400;
  line-height: 1.29;
  font-size: 17px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.75);
  padding: 23px;
}
.hero .hero__content-gallery {
  width: 180px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  direction: rtl;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.hero .hero__content-gallery .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  border: 1px solid var(--white);
}
@media screen and (min-width: 991px) {
  .hero .hero__content-gallery .item:nth-child(4n+2), .hero .hero__content-gallery .item:nth-child(4n+4) {
    border-right: none;
  }
  .hero .hero__content-gallery .item:nth-child(4n+3), .hero .hero__content-gallery .item:nth-child(4n+4) {
    border-top: none;
  }
}
.hero .hero__content-gallery img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__text {
  margin-top: 30px;
}

@media screen and (max-width: 1384px) {
  .hero .hero__text br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    margin-bottom: 30px;
  }
  .hero .hero__inner {
    min-height: 350px;
    padding: 50px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero .hero__content {
    width: 100%;
    max-width: 320px;
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero .hero__content-wrapper {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .hero .hero__content-title {
    font-size: 20px;
    padding: 15px;
    border: 1px solid var(--white);
  }
  .hero .hero__content-gallery {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border: 1px solid var(--white);
    direction: ltr;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
  }
  .hero .hero__content-gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px;
    border: none;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .hero .hero__content-gallery .item.show {
    opacity: 1;
  }
  .hero .hero__content-gallery img {
    width: 30px;
    height: 30px;
  }
  .hero .hero__text {
    width: 100%;
    max-width: 768px;
    margin: 25px auto 0;
  }
}
.short-about {
  margin-bottom: 30px;
}
.short-about.short-about-maximize {
  margin: 70px 0;
}
.short-about .short-about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.short-about .short-about__content-title {
  margin-bottom: 45px;
}
.short-about .short-about__content-image {
  display: none;
}
.short-about .short-about__content-text {
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
  margin-bottom: 45px;
}
.short-about .short-about__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.short-about .short-about__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.short-about .short-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1384px) {
  .short-about .short-about__wrapper {
    grid-gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .short-about {
    margin-bottom: 30px;
  }
  .short-about.short-about-maximize {
    margin: 50px 0;
  }
  .short-about.short-about-maximize .short-about__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .short-about .short-about__wrapper {
    display: block;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .short-about .short-about__content-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .short-about .short-about__content-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  .short-about .short-about__content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .short-about .short-about__content-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .short-about .short-about__image {
    display: none;
  }
}
.section-list {
  background-color: var(--color-4);
  margin-bottom: 120px;
}
.section-list .list {
  padding: 40px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.section-list .item {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-list .item:hover .item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-list .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-list .item .item-image {
  width: 100%;
  height: 226px;
  overflow: hidden;
  margin-bottom: 40px;
}
.section-list .item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-list .item .item-title {
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  color: var(--color-2);
  text-align: center;
}

@media screen and (max-width: 1384px) {
  .section-list .item .item-image {
    height: 16.3295vw;
    margin-bottom: 1.4451vw;
  }
}
@media screen and (max-width: 991px) {
  .section-list {
    margin-bottom: 50px;
  }
  .section-list .list {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 30px 0;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
  .section-list .item .item-image {
    height: 252px;
    margin-bottom: 20px;
  }
  .section-list .item .item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 808px) {
  .section-list .item .item-image {
    height: 31.1881vw;
    margin-bottom: 2.4752vw;
  }
}
@media screen and (max-width: 550px) {
  .section-list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-list .item .item-image {
    height: 55.5556vw;
    margin-bottom: 2.7778vw;
  }
  .section-list .item .item-title {
    font-size: 16px;
  }
}
.section-blocks {
  background-color: var(--color-4);
  margin-bottom: 120px;
}
.section-blocks .section-blocks__wrapper {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.section-blocks .section-blocks__content {
  width: 100%;
  max-width: 546px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-blocks .section-blocks__content-button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-blocks .section-blocks__list {
  width: 100%;
}
.section-blocks .section-blocks__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.section-blocks .section-blocks__list .item {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-blocks .section-blocks__list .item:hover .item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-blocks .section-blocks__list .item-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-blocks .section-blocks__list .item-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-blocks .section-blocks__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-blocks .section-blocks__list .item-title {
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  color: var(--color-2);
}

@media screen and (max-width: 1384px) {
  .section-blocks .section-blocks__content {
    max-width: 456px;
  }
  .section-blocks .section-blocks__list .item-image {
    height: 19.5087vw;
    margin-bottom: 1.4451vw;
  }
}
@media screen and (max-width: 991px) {
  .section-blocks {
    margin-bottom: 50px;
  }
  .section-blocks .section-blocks__wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .section-blocks .section-blocks__content {
    max-width: 100%;
  }
  .section-blocks .section-blocks__content-title {
    text-align: center;
  }
  .section-blocks .section-blocks__content-title br {
    display: none;
  }
  .section-blocks .section-blocks__content-button {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-blocks .section-blocks__list .item-image {
    height: 235px;
    margin-bottom: 10px;
  }
  .section-blocks .section-blocks__list .item-title {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 808px) {
  .section-blocks .section-blocks__list .item-image {
    height: 29.0842vw;
    margin-bottom: 1.2376vw;
  }
}
@media screen and (max-width: 550px) {
  .section-blocks .section-blocks__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-blocks .section-blocks__list .item-image {
    height: 56.1111vw;
    margin-bottom: 2.7778vw;
  }
}
.section-faq .section-faq__inner {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.section-faq .section-faq__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-faq .section-faq__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-faq .section-faq__wrapper {
  background-color: rgba(217, 217, 217, 0.8);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.section-faq .section-faq__content {
  width: 100%;
  max-width: 324px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-faq .section-faq__content-button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-faq .section-faq__list {
  width: 100%;
}
.section-faq .section-faq__list .list {
  width: 100%;
}
.section-faq .section-faq__list .item {
  background-color: var(--white);
  border: 1px solid var(--color-2);
}
.section-faq .section-faq__list .item:not(:first-child) {
  margin-top: 10px;
}
.section-faq .section-faq__list .item.is-open .item-header {
  color: var(--color-2);
}
.section-faq .section-faq__list .item.is-open .item-header::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.section-faq .section-faq__list .item-header {
  font-weight: 600;
  line-height: 1.22;
  font-size: 18px;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  padding: 20px;
}
.section-faq .section-faq__list .item-header::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 8px;
  margin-top: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath fill='%23000' d='M1.58.743.52 1.804l5.777 5.78a.996.996 0 0 0 1.413 0l5.78-5.78-1.06-1.06-5.425 5.424L1.58.743Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-faq .section-faq__list .item-text {
  display: none;
}
.section-faq .section-faq__list .item-text__wrapper {
  padding: 0 20px 20px;
}
.section-faq .section-faq__list .item-text__wrapper .text {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .section-faq .section-faq__inner {
    padding: 50px 0;
  }
  .section-faq .section-faq__wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px;
    gap: 30px;
  }
  .section-faq .section-faq__content {
    margin: 0 auto;
  }
  .section-faq .section-faq__content-title {
    text-align: center;
  }
  .section-faq .section-faq__content-button {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-faq .section-faq__list .item-header {
    font-size: 16px;
    padding: 10px;
  }
  .section-faq .section-faq__list .item-text__wrapper {
    padding: 0 10px 10px;
  }
}
.page-template-success .first-screen {
  margin: 0;
}

.first-screen {
  margin-bottom: 40px;
}
.first-screen .first-screen__inner {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 225px);
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.first-screen .first-screen-bg-video,
.first-screen .first-screen__bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.first-screen .first-screen-bg-video img,
.first-screen .first-screen-bg-video video,
.first-screen .first-screen__bg-image img,
.first-screen .first-screen__bg-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-screen .first-screen__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.first-screen .first-screen__title-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--white);
}
@media screen and (min-width: 991px) {
  .first-screen .first-screen__title-icon {
    border-right: none;
  }
}
.first-screen .first-screen__title-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-screen .first-screen__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 36px;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 23px 33px;
  background-color: var(--color-2);
}

@media screen and (max-width: 991px) {
  .first-screen {
    margin-bottom: 30px;
  }
  .first-screen .first-screen__inner {
    min-height: 350px;
    padding: 50px 0;
  }
  .first-screen .first-screen__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .first-screen .first-screen__title-icon {
    width: 50px;
    height: 50px;
    border-bottom: none;
  }
  .first-screen .first-screen__title-icon img {
    width: 30px;
    height: 30px;
  }
  .first-screen .first-screen__title-text {
    min-height: 1px;
    font-size: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1150px) {
  html:has(#wpadminbar) .section-content .section-content__side.is-sticky {
    top: calc(159px + var(--wp-admin--admin-bar--height));
  }
}
.page-template-success .section-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page-template-success .section-content {
    margin-bottom: 50px;
  }
}

.section-content {
  margin-bottom: 130px;
}
.section-content.section-content-progress {
  margin-bottom: 70px;
}
.section-content.section-content-single {
  margin-bottom: 50px;
}
.section-content.section-content-single .section-content__inner {
  padding-top: 50px;
}
.section-content.section-content-single .section-content__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-content .section-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.section-content .section-content__main {
  width: 100%;
  max-width: 1140px;
}
.section-content .section-content__main .main-title {
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  color: var(--color-2);
  margin-bottom: 30px;
  text-align: center;
}
.section-content .section-content__side {
  width: 100%;
  max-width: 400px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 1150px) {
  .section-content .section-content__side.is-sticky {
    position: sticky;
    top: 159px;
    z-index: 4;
  }
}

@media screen and (max-width: 1150px) {
  .section-content {
    margin-bottom: 50px;
  }
  .section-content.section-content-progress {
    margin-bottom: 50px;
  }
  .section-content.section-content-single {
    margin-bottom: 30px;
  }
  .section-content.section-content-single .section-content__inner {
    padding-top: 30px;
  }
  .section-content .section-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-content .section-content__side {
    width: calc(100% + 40px);
    margin: 0 -20px;
    max-width: unset;
    position: relative;
    top: 0;
    height: auto;
    padding-bottom: 40px;
  }
  .section-content .section-content__main {
    max-width: 100%;
  }
  .section-content .section-content__main .main-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.section-tabel {
  background-color: var(--color-2);
}
.section-tabel .section-tabel__inner {
  padding: 100px 0;
}
.section-tabel .section-tabel__wrapper {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  background-color: var(--color-1);
  padding: 60px 100px;
}
.section-tabel .section-tabel__title {
  text-align: center;
  margin-bottom: 50px;
}
.section-tabel .section-tabel__block {
  overflow: auto;
  --borderGap: 2px;
}
.section-tabel .section-tabel__table {
  position: relative;
  z-index: 2;
  min-width: 550px;
}
.section-tabel .section-tabel__table::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: var(--borderGap) solid var(--color-2);
  pointer-events: none;
}
.section-tabel .section-tabel__table .tabel-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--count-column), 1fr);
  grid-gap: var(--borderGap);
  background-color: var(--white);
}
.section-tabel .section-tabel__table .tabel-header .item {
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: var(--color-1);
  padding: 28px;
  background-color: var(--color-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-tabel .section-tabel__table .tabel-body {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: var(--borderGap);
  background-color: var(--color-2);
}
.section-tabel .section-tabel__table .tabel-body .item-row {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--count-column), 1fr);
  grid-gap: var(--borderGap);
  background-color: var(--color-2);
}
.section-tabel .section-tabel__table .tabel-body .item-row .item {
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  color: var(--color-2);
  padding: 30px 28px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-tabel .section-tabel__table .tabel-body .item-row .item:first-child {
  background-color: var(--color-6);
}

@media screen and (max-width: 1150px) {
  .section-tabel .section-tabel__inner {
    padding: 50px 0;
  }
  .section-tabel .section-tabel__wrapper {
    padding: 30px 20px;
  }
  .section-tabel .section-tabel__block {
    --borderGap: 1px;
    border: var(--borderGap) solid var(--color-2);
  }
  .section-tabel .section-tabel__table::before {
    display: none;
  }
  .section-tabel .section-tabel__table .tabel-header .item {
    font-size: 14px;
    padding: 15px;
  }
  .section-tabel .section-tabel__table .tabel-body .item-row .item {
    font-size: 12px;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .section-tabel .section-tabel__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-tabel .section-tabel__wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
}
.info {
  overflow: hidden;
}
.info.info-progress {
  margin-bottom: 50px;
}
.info.info-progress .info__inner {
  padding: 0px 20px 0px 0;
}
.info.info-progress .info__content {
  gap: 75px;
}
.info.info-progress .info__list {
  max-width: 752px;
}
.info.info-success .info__inner {
  padding: 50px 20px 85px 0;
}
.info.info-success .info__content {
  gap: 75px;
}
.info.info-success .info__list {
  max-width: 752px;
}
.info.info-faq {
  margin-bottom: 110px;
}
.info.info-faq .info__inner {
  padding: 0px 20px 0px 0;
}
.info.info-faq .info__content {
  gap: 20px;
}
.info.info-faq .info__list {
  max-width: 950px;
}
.info .info__inner {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 150px 20px 70px 0;
}
.info .info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.info .info__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.info .info__header {
  margin-bottom: 60px;
}
.info .info__header-title {
  margin-bottom: 40px;
}
.info .info__header-text {
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
}
.info .info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 130px;
}
.info .info__list {
  width: 100%;
  max-width: 840px;
  padding: 50px 50px 50px 0;
  position: relative;
  z-index: 2;
}
.info .info__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--color-2);
}
.info .info__list .item {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-1);
}
.info .info__list .item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .info .info__list .item.is-active .item-title {
    padding-left: 25px;
    text-shadow: 0.8px 0px 0 #f6fbf6;
  }
  .info .info__list .item.is-active .item-title::before {
    opacity: 1;
  }
}
.info .info__list .item-title {
  position: relative;
  z-index: 2;
  font-weight: 400;
  line-height: 1.2;
  font-size: 28px;
  color: var(--color-1);
  text-wrap: pretty;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info .info__list .item-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%23fff' d='m0 0 9 7.053L0 14V0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info .info__list .item-content {
  display: none;
}
.info .info__tabs {
  width: 100%;
  max-width: 100%;
}
.info .info__tabs .item {
  display: none;
}
.info .info__tabs .item.is-active {
  display: block;
}
@media screen and (max-width: 1450px) {
  .info.info-progress {
    margin-bottom: 50px;
  }
  .info.info-progress .info__content {
    gap: 50px;
  }
  .info.info-progress .info__list {
    max-width: 600px;
  }
  .info.info-success .info__inner {
    padding: 50px 20px 50px 0;
  }
  .info.info-success .info__content {
    gap: 50px;
  }
  .info.info-success .info__list {
    max-width: 600px;
  }
  .info.info-faq {
    margin-bottom: 50px;
  }
  .info.info-faq .info__list {
    max-width: 600px;
  }
  .info .info__inner {
    padding: 50px 20px 50px 0;
  }
  .info .info__content {
    gap: 50px;
  }
  .info .info__list {
    max-width: 600px;
  }
  .info .info__list .item-title {
    font-size: 20px;
  }
  .info .info__tabs {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .info.info-success {
    margin-bottom: 50px;
  }
  .info.info-faq .info__inner, .info.info-success .info__inner, .info.info-progress .info__inner {
    padding: 0px;
  }
  .info.info-faq .info__list, .info.info-success .info__list, .info.info-progress .info__list {
    max-width: 100%;
  }
  .info .info__inner {
    padding: 50px 0px;
  }
  .info .info__header {
    margin-bottom: 30px;
  }
  .info .info__header-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .info .info__header-text {
    font-size: 16px;
  }
  .info .info__content {
    display: block;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .info .info__list {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
  .info .info__list::before {
    width: 100%;
  }
  .info .info__list .item {
    padding-bottom: 20px;
  }
  .info .info__list .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .info .info__list .item.is-active {
    border-color: var(--white);
  }
  .info .info__list .item.is-active .item-title::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='13' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.889 12.483 25 2.496 22.223 0 12.5 8.739 2.777 0 0 2.496l11.111 9.987c.369.331.868.517 1.389.517.52 0 1.02-.186 1.389-.517Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  .info .info__list .item:first-child .item-content {
    display: block;
  }
  .info .info__list .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .info .info__list .item-title::after {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 9px;
    width: 13px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.222 6.722 13 1.344 11.556 0 6.5 4.705 1.444 0 0 1.344l5.778 5.378C5.969 6.9 6.229 7 6.5 7c.27 0 .53-.1.722-.278Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .info .info__list .item-content {
    display: none;
  }
  .info .info__list .item-content .item-content__wrapper {
    padding-top: 20px;
  }
  .info .info__list .item-content .text {
    color: var(--white);
  }
  .info .info__list .item-content .text h1,
  .info .info__list .item-content .text h2,
  .info .info__list .item-content .text h3,
  .info .info__list .item-content .text h4,
  .info .info__list .item-content .text h5,
  .info .info__list .item-content .text h6 {
    color: var(--white);
  }
  .info .info__list .item-content .text a {
    color: var(--black);
  }
  .info .info__list .item-content .text ul li::after,
  .info .info__list .item-content .text ol li ul li::after {
    background-color: var(--white);
  }
  .info .info__tabs {
    display: none;
  }
}
.section-posts {
  margin-bottom: 100px;
}
.section-posts .section-posts__inner {
  padding-top: 50px;
}
.section-posts .section-posts__title {
  margin-bottom: 50px;
}
.section-posts .section-posts__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-posts .section-posts__list .item {
  width: 100%;
  height: auto;
  min-height: 280px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 54px;
  overflow: hidden;
}
.section-posts .section-posts__list .item:hover .item-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-posts .section-posts__list .item:hover .item-content .item-content__button .btn {
  background-color: var(--color-2);
  color: var(--white);
}
.section-posts .section-posts__list .item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-posts .section-posts__list .item-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-posts .section-posts__list .item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-posts .section-posts__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-posts .section-posts__list .item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-posts .section-posts__list .item-content .item-content__title {
  width: 100%;
  max-width: 505px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  color: var(--white);
}
.section-posts .section-posts__list .item-content .item-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 1450px) {
  .section-posts .section-posts__list .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-posts .section-posts__list .item-content .item-content__title {
    text-align: center;
  }
  .section-posts .section-posts__list .item-content .item-content__title br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .section-posts {
    margin-bottom: 50px;
  }
  .section-posts .section-posts__inner {
    padding-top: 50px;
  }
  .section-posts .section-posts__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .section-posts .section-posts__list {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .section-posts .section-posts__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .section-posts .section-posts__list .item {
    min-height: 200px;
    padding: 20px;
  }
  .section-posts .section-posts__list .item-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .section-posts .section-posts__list .item-content .item-content__title {
    max-width: 400px;
    font-size: 18px;
  }
}
.single-hero {
  margin-bottom: 40px;
  overflow: hidden;
}
.single-hero .single-hero__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: calc(100vh - 225px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-hero .single-hero__content {
  width: 100%;
  max-width: 667px;
}
.single-hero .single-hero__content-title {
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  color: var(--color-2);
  margin-bottom: 30px;
}
.single-hero .single-hero__content-text {
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
}
.single-hero .single-hero__image {
  width: 860px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.single-hero .single-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1920px) {
  .single-hero .single-hero__content {
    max-width: 34.7396vw;
  }
  .single-hero .single-hero__image {
    width: 44.7917vw;
  }
}
@media screen and (max-width: 1450px) {
  .single-hero .single-hero__content {
    max-width: 45vw;
  }
  .single-hero .single-hero__content-title {
    font-size: 30px;
  }
  .single-hero .single-hero__content-text {
    font-size: 16px;
  }
  .single-hero .single-hero__image {
    width: 49.3103vw;
  }
}
@media screen and (max-width: 991px) {
  .single-hero {
    margin-bottom: 30px;
  }
  .single-hero .single-hero__inner {
    padding-top: 30px;
    max-width: 100%;
    height: auto;
  }
  .single-hero .single-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .single-hero .single-hero__content {
    max-width: 100%;
  }
  .single-hero .single-hero__content-title {
    margin-bottom: 15px;
  }
  .single-hero .single-hero__image {
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: auto;
    position: static;
  }
}
.section-contact {
  margin-bottom: 100px;
}
.section-contact .section-contact__title {
  margin-bottom: 40px;
}
.section-contact .section-contact__text {
  margin-bottom: 40px;
}
.section-contact .section-contact__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-contact .section-contact__form {
  width: 100%;
}
.section-contact .section-contact__form [data-status=submitting] {
  position: relative;
  z-index: 2;
}
.section-contact .section-contact__form [data-status=submitting]::before {
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23158E45' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Z'/%3E%3Cpath fill='%23fff' d='M18 10h2A10 10 0 0 0 10 0v2a8 8 0 0 1 8 8Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  will-change: transform;
}
.section-contact .section-contact__form [data-status=submitting] .form-fields,
.section-contact .section-contact__form [data-status=submitting] .form-title {
  opacity: 0.5;
  pointer-events: none;
}
.section-contact .section-contact__form form {
  width: 100%;
}
.section-contact .section-contact__form form .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.section-contact .section-contact__form form .wpcf7-response-output {
  display: none;
}
.section-contact .section-contact__form form .form-title {
  font-weight: 700;
  line-height: 1.22;
  font-size: 18px;
  color: var(--color-3);
  margin: 40px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-contact .section-contact__form form .form-fields {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-contact .section-contact__form form .input-field {
  width: 100%;
  margin-bottom: 15px;
}
.section-contact .section-contact__form form .input-field input {
  width: 100%;
  height: 56px;
  border: 1px solid var(--color-2);
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0 27px;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input::-webkit-input-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input::-moz-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input:-ms-input-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input::-ms-input-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input::placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input:-moz-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .input-field input::-moz-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .select-field {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.section-contact .section-contact__form form .select-field::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' fill='none'%3E%3Cpath fill='%23158E45' fill-rule='evenodd' d='M7.222 6.722 13 1.344 11.556 0 6.5 4.705 1.444 0 0 1.344l5.778 5.378C5.969 6.9 6.229 7 6.5 7c.27 0 .53-.1.722-.278Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-contact .section-contact__form form .select-field select {
  width: 100%;
  height: 56px;
  border: 1px solid var(--color-2);
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0 27px;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section-contact .section-contact__form form .select-field select::-ms-expand {
  display: none;
}
.section-contact .section-contact__form form .textarea-field {
  margin-bottom: 15px;
}
.section-contact .section-contact__form form .textarea-field textarea {
  width: 100%;
  height: 100px;
  overflow: auto;
  border: 1px solid var(--color-2);
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  resize: none;
  padding: 22px 27px;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea::-webkit-input-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea::-moz-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea:-ms-input-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea::-ms-input-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea::placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea:-moz-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .textarea-field textarea::-moz-placeholder {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-size: 18px;
  color: var(--color-2);
}
.section-contact .section-contact__form form .checkbox-field {
  margin-bottom: 15px;
}
.section-contact .section-contact__form form .checkbox-field .wpcf7-not-valid {
  border: none !important;
}
.section-contact .section-contact__form form .checkbox-field .wpcf7-not-valid label span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='red'/%3E%3C/svg%3E");
}
.section-contact .section-contact__form form .checkbox-field label {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.section-contact .section-contact__form form .checkbox-field label input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.section-contact .section-contact__form form .checkbox-field label input:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23158E45'/%3E%3Cpath fill='%23fff' d='M28.785 13.478a1.75 1.75 0 0 1 .07 2.474l-9.917 10.5a1.75 1.75 0 0 1-2.508.035l-5.25-5.25a1.75 1.75 0 0 1 2.473-2.474l3.978 3.976 8.68-9.19a1.75 1.75 0 0 1 2.474-.07Z'/%3E%3C/svg%3E");
}
.section-contact .section-contact__form form .checkbox-field label span {
  display: block;
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-2);
  position: relative;
  padding-left: 70px;
}
.section-contact .section-contact__form form .checkbox-field label span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23158E45'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-contact .section-contact__form form .checkbox-field label span a {
  position: relative;
  z-index: 3;
  font-weight: 700;
}
.section-contact .section-contact__form form .button-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-contact .section-contact__image {
  width: 100%;
  height: 580px;
}
.section-contact .section-contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .section-contact {
    margin-bottom: 50px;
  }
  .section-contact .section-contact__title {
    margin-bottom: 30px;
  }
  .section-contact .section-contact__text {
    margin-bottom: 30px;
  }
  .section-contact .section-contact__wrapper {
    display: block;
  }
  .section-contact .section-contact__form form .form-title {
    font-size: 18px;
    margin: 30px 0;
  }
  .section-contact .section-contact__form form .input-field {
    margin-bottom: 10px;
  }
  .section-contact .section-contact__form form .input-field input {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input::-moz-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input:-ms-input-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input::-ms-input-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input::placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input:-moz-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .input-field input::-moz-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .select-field {
    margin-bottom: 10px;
  }
  .section-contact .section-contact__form form .select-field::before {
    right: 15px;
  }
  .section-contact .section-contact__form form .select-field select {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field {
    margin-bottom: 10px;
  }
  .section-contact .section-contact__form form .textarea-field textarea {
    height: 100px;
    padding: 15px;
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea::-moz-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea::placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea:-moz-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .textarea-field textarea::-moz-placeholder {
    font-size: 16px;
  }
  .section-contact .section-contact__form form .checkbox-field {
    margin-bottom: 10px;
  }
  .section-contact .section-contact__form form .checkbox-field label {
    min-height: 30px;
  }
  .section-contact .section-contact__form form .checkbox-field label span {
    font-size: 16px;
    padding-left: 50px;
  }
  .section-contact .section-contact__form form .checkbox-field label span::before {
    width: 30px;
    height: 30px;
  }
  .section-contact .section-contact__image {
    display: none;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.section-thank {
  width: 100%;
  height: 100%;
}
.section-thank__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
.section-thank__content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.section-thank__content-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 21px;
}
.section-thank__content-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: var(--dark);
}
.section-thank__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.faq-block {
  margin-bottom: 100px;
}
.faq-block .faq-block__header {
  margin-bottom: 60px;
}
.faq-block .faq-block__header-title {
  margin-bottom: 30px;
}
.faq-block .faq-block__header-text {
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
  color: var(--color-3);
}
.faq-block .faq-block__content {
  width: 100%;
}
.faq-block .faq-block__list {
  width: 100%;
  background-color: #57585C;
  padding: 50px 20px;
}
.faq-block .faq-block__list .item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--white);
}
.faq-block .faq-block__list .item:not(:last-child) {
  margin-bottom: 20px;
}
.faq-block .faq-block__list .item.is-active .item-title::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.faq-block .faq-block__list .item:first-child .item-content {
  display: block;
}
.faq-block .faq-block__list .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 33px;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-block .faq-block__list .item-title::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 15px;
  width: 25px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='13' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.889 12.483 25 2.496 22.223 0 12.5 8.739 2.777 0 0 2.496l11.111 9.987c.369.331.868.517 1.389.517.52 0 1.02-.186 1.389-.517Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-block .faq-block__list .item-content {
  display: none;
}
.faq-block .faq-block__list .item-content .item-content__wrapper {
  padding-top: 20px;
}
.faq-block .faq-block__list .item-content .text {
  color: var(--white);
}
.faq-block .faq-block__list .item-content .text h1,
.faq-block .faq-block__list .item-content .text h2,
.faq-block .faq-block__list .item-content .text h3,
.faq-block .faq-block__list .item-content .text h4,
.faq-block .faq-block__list .item-content .text h5,
.faq-block .faq-block__list .item-content .text h6 {
  color: var(--white);
}
.faq-block .faq-block__list .item-content .text a {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .faq-block {
    margin-bottom: 50px;
  }
  .faq-block .faq-block__header {
    margin-bottom: 30px;
  }
  .faq-block .faq-block__header-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .faq-block .faq-block__header-text {
    font-size: 16px;
  }
  .faq-block .faq-block__content {
    max-width: 100%;
  }
  .faq-block .faq-block__list {
    padding: 30px 20px;
  }
  .faq-block .faq-block__list .item {
    padding-bottom: 15px;
  }
  .faq-block .faq-block__list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .faq-block .faq-block__list .item-title {
    font-size: 18px;
    overflow: hidden;
  }
  .faq-block .faq-block__list .item-title::after {
    margin-top: 9px;
    width: 13px;
    height: 7px;
  }
  .faq-block .faq-block__list .item-content .item-content__wrapper {
    padding-top: 15px;
  }
}
.video-gallery .video-gallery__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 20px;
}
.video-gallery .video-gallery__list .item {
  position: relative;
  z-index: 2;
  width: 100%;
}
.video-gallery .video-gallery__list .item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-gallery .video-gallery__list .item-top {
  width: 100%;
  height: 290px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.video-gallery .video-gallery__list .item-top::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='2' d='M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10Z'/%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='2' d='M9 11V7.536l3 1.732L15 11l-3 1.732-3 1.732V11Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video-gallery .video-gallery__list .item-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-gallery .video-gallery__list .item-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #158E45;
}

@media screen and (max-width: 1384px) {
  .video-gallery .video-gallery__list .item-top {
    height: 20.9538vw;
    margin-bottom: 2.8902vw;
  }
}
@media screen and (max-width: 991px) {
  .video-gallery .video-gallery__list .list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .video-gallery .video-gallery__list .item-top {
    height: 40.3633vw;
    margin-bottom: 2.0182vw;
  }
  .video-gallery .video-gallery__list .item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .video-gallery .video-gallery__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .video-gallery .video-gallery__list .item-top {
    height: 66.6667vw;
    margin-bottom: 4.1667vw;
  }
}
.page-404 {
  min-height: 770px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 21px;
  background: no-repeat center/cover;
}
.page-404 .content-wrap {
  background: var(--color-2);
  text-align: center;
  color: var(--white);
  padding: 14px 49px 28px;
}
.page-404 .content-wrap h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 44px;
  margin-bottom: 7px;
}
.page-404 .content-wrap p {
  font-weight: 400;
  line-height: 1.33;
  font-size: 18px;
}
.page-404 .content-wrap ul {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-404 .content-wrap ul li {
  padding: 0 8px;
}
.page-404 .content-wrap ul li:not(:last-child) {
  border-right: 1px solid var(--white);
}
.page-404 .content-wrap ul li a {
  width: 100%;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  color: var(--white);
  text-align: center;
}
.page-404 .content-wrap ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .page-404 {
    min-height: 450px;
    padding: 30px 20px;
  }
  .page-404 .content-wrap {
    padding: 20px;
  }
  .page-404 .content-wrap h1 {
    font-size: 30px;
  }
  .page-404 .content-wrap p {
    font-size: 16px;
  }
  .page-404 .content-wrap ul {
    gap: 7px;
  }
  .page-404 .content-wrap ul li {
    width: 100%;
    padding: 0;
  }
  .page-404 .content-wrap ul li:not(:last-child) {
    border-right: none;
  }
  .page-404 .content-wrap ul li a {
    font-size: 16px;
  }
}