@charset "UTF-8";
h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(40px, 5.21vw, 100px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: normal;
  color: #071827;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(40px, 5.21vw, 100px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  color: #071827;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 2.6vw, 50px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  color: #071827;
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 1.51vw, 29px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  color: #071827;
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  color: #071827;
}

p {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}

a {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}

li {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}

ol {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}

address {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}

label {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}

h1, h2, h3, h4, label {
  line-height: 120%;
}

.top-title-block .title h1 {
  line-height: 85%;
  text-transform: uppercase;
}
.top-title-block .title h2 {
  line-height: 85%;
}

.top-title-small h1 {
  font-size: clamp(32px, 2.6vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.time-line-simple-period {
  font-size: clamp(16px, 0.99vw, 19px);
}

.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.news-content h2 {
  font-size: clamp(32px, 2.6vw, 50px);
}
.news-content h3 {
  font-size: clamp(22px, 1.51vw, 29px);
}
.news-content h4 {
  font-size: clamp(18px, 1.25vw, 24px);
}
.news-content p, .news-content a, .news-content li, .news-content ul, .news-content div {
  font-weight: 400;
  line-height: 150%; /* 28.5px */
  letter-spacing: -0.38px;
}

.main-menu a {
  font-size: clamp(40px, 5.21vw, 100px);
  font-weight: 600;
}

.left-service-big-txt h3 {
  font-size: clamp(26px, 2.44vw, 47px);
  font-weight: 700;
}

.block-row-columns.two-columns-block .block-row-column h4 {
  font-size: clamp(24px, 2.03vw, 39px);
  font-weight: 600;
}

.time-line-simple-title h4 {
  font-size: clamp(24px, 2.03vw, 39px);
  font-weight: 700;
}

.duk-item-title {
  font-size: clamp(24px, 2.03vw, 39px);
  font-weight: 600;
}

.footer-top-title {
  font-size: clamp(24px, 9.06vw, 174px);
}

.big-txt h1 {
  font-size: clamp(40px, 8.85vw, 170px);
}

.line-item-year {
  font-size: clamp(22px, 1.51vw, 29px);
  font-weight: 700;
}

p {
  line-height: 150%;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 19px;
  text-align: left;
}

a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.white-txt p, .white-txt a, .white-txt h1, .white-txt h2, .white-txt h3, .white-txt h4, .white-txt h5, .white-txt div {
  color: #ffffff;
}

.gray-txt {
  color: #7C868C;
}
.gray-txt p, .gray-txt a, .gray-txt h1, .gray-txt h2, .gray-txt h3, .gray-txt h4, .gray-txt h5, .gray-txt div {
  color: #7C868C;
}

.black-container {
  background-color: #071827;
}
.black-container .top-title-block::after {
  background-color: white;
}

.my-container .my-container-in {
  padding-left: 80px;
  padding-right: 80px;
}
.my-container .my-container-small {
  width: 60%;
  margin: 0 auto;
}

header {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-block-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mobile-mode {
  display: none;
}

.desktop-mode {
  display: block;
}

.btn-border a {
  border: 1px solid #D7DBDC;
}

.btn-style a {
  padding: 25px 80px;
}

.green-btn a {
  background-color: #00AE8D;
  text-transform: uppercase;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.green-btn a:hover {
  background-color: #ffffff;
  color: #071827;
}

.download-btn a {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

.download-btn a:before {
  content: url("../img/download-icon_btn.svg");
  width: 18px;
  height: 19px;
  margin-right: 10px;
}

.btn-style-2 a {
  color: #fff;
  display: inline-block;
  border: 1px solid #00AE8D;
}

.btn-border a:hover {
  background-color: #00AE8D;
  color: #ffffff;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.main-menu .menu-btn {
  text-align: right;
}
.main-menu .menu-btn:hover {
  cursor: pointer;
}

.logo img {
  width: 266px;
  height: auto;
}

.top-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.top-title-block .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-title-block::after {
  content: "";
  height: 1px;
  background-color: #071827;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  top: 10px;
  position: relative;
}
.top-title-block .sub-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  width: 100%;
  max-width: 250px;
  min-width: 195px;
  font-size: 19px;
  line-height: 1.2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.title {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.top-title-block::after {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sub-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.front-hero {
  height: 760px;
  width: 100%;
}

.hero-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero-container .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  overflow: hidden;
}
.hero-container .hero-front-bottom {
  background-color: #E8EAEB;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block-row-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.block-row-columns .block-row-column {
  background-color: #071827;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
.block-row-columns .block-row-column .column-img {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-row-columns .block-row-column h3, .block-row-columns .block-row-column p, .block-row-columns .block-row-column a, .block-row-columns .block-row-column h4 {
  color: #ffffff;
}
.block-row-columns .block-row-column h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.block-two-row-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.block-two-row-columns .block-two-row-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 160px) / 2);
          flex: 0 0 calc((100% - 160px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 8%;
  border-bottom: 1px solid #B1B7BA;
}
.block-two-row-columns .block-two-row-column .block-row-column-arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.block-two-row-columns .block-two-row-column:nth-last-child(1),
.block-two-row-columns .block-two-row-column:nth-last-child(2) {
  border-bottom: none;
}

.map-front-block {
  position: relative;
  height: 100%;
}
.map-front-block .map-iframe-front {
  height: 100%;
}
.map-front-block .map-slider-front {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #2a2a2a;
}
.map-front-block .map-slider-front .map-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.08s linear;
  transition: opacity 0.08s linear;
}
.map-front-block .map-slider-front .map-slider-img.active {
  opacity: 1;
  z-index: 1;
}
.map-front-block img {
  width: 100%;
}
.map-front-block .map-front-text {
  position: absolute;
  width: 40%;
  top: 0px;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-front-block .map-front-text .my-container {
  position: relative;
  z-index: 2;
}
.map-front-block .map-front-text .map-title {
  margin-bottom: 80px;
}
.map-front-block .map-front-text .map-title h2 {
  color: #ffffff;
  line-height: 100%;
}
.map-front-block .map-front-text .map-item {
  margin-bottom: 40px;
}
.map-front-block .map-front-text .map-item h3 {
  color: #10C397;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 600;
}
.map-front-block .map-front-text .map-item p {
  color: #ffffff;
}

.map-location-indicators {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.map-loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: default;
  opacity: 0.2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.map-loc.active {
  opacity: 1;
}
.map-loc.active .map-loc__dot {
  background: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.map-loc.active .map-loc__label {
  font-size: 18px;
  font-weight: 600;
}
.map-loc__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.map-loc__label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  white-space: nowrap;
}

.my-accordion-item {
  border-bottom: 1px solid #D8DBDD;
  padding: 40px 0;
}
.my-accordion-item .accordion-title {
  padding-right: 100px;
  position: relative;
}
.my-accordion-item .accordion-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow-acc-up.svg);
  background-size: contain; /* arba 20px 20px */
  background-repeat: no-repeat;
}
.my-accordion-item .accordion-title:hover {
  cursor: pointer;
}
.my-accordion-item .accordion-body {
  display: none;
  padding: 20px 0;
}

.my-accordion-item.open .accordion-title::after {
  background-image: url(../img/arrow-acc-down.svg);
}
.my-accordion-item.open .accordion-body {
  display: block;
}

.accordion-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion-block .accordion-left {
  width: 50%;
}
.accordion-block .accordion-right {
  width: 50%;
}
.accordion-block .accordion-right .accordion-bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  display: none;
}
.accordion-block .accordion-right .accordion-bg.open {
  display: block;
}

.number-block .number-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.number-block .number-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  min-height: 450px;
  background-color: #E8EAEB;
  flex-direction: column;
}
.number-block .number-block-item .number-block-title {
  font-size: clamp(30px, 4.17vw, 80px);
  font-weight: 700;
}
.number-block .number-block-item .number-block-bottom {
  margin-top: auto;
  border-top: 1px solid #B1B7BA;
  padding-top: 20px;
  min-height: 70px;
}
.number-block .number-block-row-one {
  margin-bottom: 20px;
}
.number-block .number-block-row-one .number-block-item-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.number-block .number-block-row-one .number-block-item-quater {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
}
.number-block .number-block-row-two .number-block-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
}
.number-block .number-block-row-two .number-block-item-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
}
.number-block .number-block-row-two .number-block-item-five {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 5);
          flex: 0 0 calc((100% - 80px) / 5);
}
.number-block .number-block-item-black {
  background-color: #071827;
  position: relative;
}
.number-block .number-block-item-black .number-block-title .number-block-title-in {
  padding-right: 60px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -1.6px;
  width: 450px;
}
.number-block .number-block-item-black .number-block-img {
  position: absolute;
  top: 15px;
  right: 0;
}
.number-block .number-block-item-green {
  background-color: #10C397;
}
.number-block .number-block-item-green .number-block-title, .number-block .number-block-item-green .number-block-bottom p {
  color: #ffffff;
}
.number-block .number-block-item-green .number-block-bottom {
  border-color: #ffffff;
}
.number-block .number-block-item-black .number-block-title, .number-block .number-block-item-black .number-block-bottom p {
  color: #ffffff;
}

.download-block .number-block-item-five {
  min-height: 250px;
  padding: 20px;
}
.download-block .number-block-item-five .number-block-title {
  font-size: clamp(22px, 1.51vw, 29px);
  font-weight: 500;
}
.download-block .number-block-item-five .number-block-bottom-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.download-block .number-block-item-five .number-block-bottom-in a {
  font-size: 16px;
}
.download-block .number-block-item-five .number-block-bottom-in a:hover {
  color: #00AE8D;
}
.download-block .number-block-item-five .number-block-bottom-in .download-bottom-link, .download-block .number-block-item-five .number-block-bottom-in .download-bottom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-block .number-block-item-five .number-block-bottom-in .download-bottom-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(80% - 10px);
          flex: 0 0 calc(80% - 10px);
}
.download-block .number-block-item-five .number-block-bottom-in .download-bottom-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 10px);
          flex: 0 0 calc(20% - 10px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.download-block .download-title {
  margin-bottom: 40px;
}
.download-block .download-title h3 {
  font-weight: 700;
}

.line-block {
  overflow: hidden;
}
.line-block .line-block-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  scrollbar-width: none;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 300px;
}
.line-block .line-block-slider::-webkit-scrollbar {
  display: none;
}
.line-block .line-block-slider::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 20px;
  background: repeating-linear-gradient(to right, #2a9d8f 0px, #2a9d8f 1px, transparent 1px, transparent 10px);
  z-index: 0;
}
.line-block .line-block-slider-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 120px;
}
.line-block .line-block-slider-item:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -100px;
}
.line-block .line-block-slider-item:nth-child(odd) .line-item-txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 16px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.line-block .line-block-slider-item:nth-child(odd) .line-item-year {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 8px;
}
.line-block .line-block-slider-item:nth-child(odd) .line-item-year::before {
  top: -10px;
  bottom: auto;
}
.line-block .line-block-slider-item:nth-child(odd) .line-item-year::after {
  top: -50px;
}
.line-block .line-block-slider-item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 215px;
}
.line-block .line-block-slider-item:nth-child(even) .line-item-year {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 8px;
  top: 10px;
}
.line-block .line-block-slider-item:nth-child(even) .line-item-year::before {
  top: 40px;
  bottom: auto;
}
.line-block .line-block-slider-item:nth-child(even) .line-item-year::after {
  top: 45px;
}
.line-block .line-block-slider-item:nth-child(even) .line-item-txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 16px;
  min-height: 120px;
  top: 50px;
}
.line-block .line-block-slider-item:nth-child(2) {
  margin-left: -330px;
}
.line-block .line-block-slider-item:nth-child(4) {
  margin-left: -330px;
}
.line-block .line-block-slider-item:nth-child(6) {
  margin-left: -330px;
}
.line-block .line-block-slider-item:nth-child(8) {
  margin-left: -330px;
}
.line-block .line-item-year {
  position: relative;
  color: #071827;
  line-height: 1;
  z-index: 1;
}
.line-block .line-item-year::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #071827;
}
.line-block .line-item-year::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #071827;
  left: 2px;
  top: 0px;
}
.line-block-slider-item:nth-child(odd) .line-block .line-item-year::before {
  bottom: -4px;
  top: auto;
}
.line-block-slider-item:nth-child(even) .line-block .line-item-year::before {
  top: -4px;
  bottom: auto;
}
.line-block .line-item-txt {
  position: relative;
  top: -50px;
}

.line-block .title {
  position: relative;
  padding-right: 160px;
}

.line-slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.line-slider-btns .line-slider-btn {
  width: 80px;
  height: 80px;
  border: 1px solid #D7DBDC;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line-slider-btns .line-slider-btn:after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  display: block;
}
.line-slider-btns .line-slider-next:after {
  background-image: url(../img/line-right.svg);
}
.line-slider-btns .line-slider-prev:after {
  background-image: url(../img/line-left.svg);
}
.line-slider-btns .line-slider-btn:hover {
  cursor: pointer;
}

.line-block-container {
  position: relative;
}

.line-block-container-gradient {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 350px;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFF 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  overflow: hidden;
}

.lucky-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lucky-block-row .lucky-block-item {
  height: auto;
}
.lucky-block-row .lucky-block-item .lucky-block-item-in {
  min-height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
.lucky-block-row .lucky-block-item .lucky-block-item-in img {
  max-width: 100%;
}

.mobile-lucky-btn {
  margin-top: 60px;
}
.mobile-lucky-btn a {
  padding: 17px 65px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* Svarbiausia dalis: gradientas neturi blokuoti pelės */
.line-block-container-gradient {
  pointer-events: none;
}

/* Sliderio konteineris privalo leisti scrollinimą */
#line-slider-id {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; /* Užtikrina, kad metai eitų į šoną */
  overflow-x: auto !important; /* Leidžia JS keisti scrollLeft reikšmę */
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* Neleidžia žymėti teksto tempiant */
  scrollbar-width: none; /* Paslepia scrollbar Firefox */
  -ms-overflow-style: none; /* Paslepia scrollbar IE/Edge */
}

/* Paslepia scrollbar Chrome/Safari */
#line-slider-id::-webkit-scrollbar {
  display: none;
}

/* Užtikrinam, kad kiekvienas elementas turėtų fiksuotą plotį */
.line-block-slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px; /* Neleidžia susitraukti, nustato bazinį plotį */
  white-space: normal;
}

.contact-top-block h1 {
  text-transform: uppercase;
}

.top-title-block-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-title-block-contact .title {
  position: relative;
  padding-right: 100px;
  width: 50%;
}
.top-title-block-contact .title:after {
  content: "";
  background-image: url(../img/contact-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 54px;
  position: absolute;
  top: 25px;
  right: 0;
}
.top-title-block-contact .sub-title {
  width: 50%;
  font-size: clamp(32px, 2.6vw, 50px);
  font-weight: 700;
  padding-left: 80px;
}

.contact-top-block-right-side {
  width: 50%;
  margin-left: auto;
  padding-left: 80px;
}

.contact-info-top {
  border-bottom: 1px solid #B1B7BA;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.contact-info-icons-item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-info-icons-item .contact-info-icon {
  width: 32px;
  height: 32px;
  background-color: #10C397;
  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;
  top: -5px;
  position: relative;
  margin-right: 10px;
}
.contact-info-icons-item a:hover {
  color: #10C397;
}

.contact-top-block2 {
  padding-bottom: 60px;
}

.half-paragaph {
  width: 50%;
}

.two-dark-blocks {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 80px;
}
.two-dark-blocks .slick-list {
  margin: 0 -10px;
}
.two-dark-blocks .dark-block-item {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 60px 80px;
  height: auto;
}
.two-dark-blocks .dark-block-item .dark-block-item-logo {
  margin-bottom: 90px;
  min-height: 85px;
}
.two-dark-blocks .dark-block-item .dark-block-item-logo img {
  max-width: 100%;
}
.two-dark-blocks .dark-block-item .dark-block-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.two-dark-blocks .dark-block-item .dark-block-item-li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 3);
          flex: 0 0 calc((100% - 80px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.two-dark-blocks .dark-block-item .dark-block-item-li-sub {
  font-size: 14px;
}
.two-dark-blocks .dark-block-item .dark-block-item-txt {
  padding-top: 90px;
}
.two-dark-blocks .white-block-item {
  padding: 90px 100px 80px 0;
}
.two-dark-blocks .slick-prev:after {
  background-image: url(../img/arrow-slider-left.svg);
}
.two-dark-blocks .slick-next:after {
  background-image: url(../img/arrow-slider-right.svg);
}
.two-dark-blocks .slick-arrow {
  font-size: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: -80px;
  background-color: #ffffff;
  z-index: 2;
  border: 1px solid #D7DBDC;
  width: 64px;
  height: 64px;
  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;
}
.two-dark-blocks .slick-prev {
  left: calc(50% - 64px);
}
.two-dark-blocks .slick-next {
  left: 50%;
}
.two-dark-blocks .slick-arrow:after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.two-dark-blocks.no-slider-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plugin-map-in {
  background-color: #F9F9F9;
}
.plugin-map-in img {
  max-width: 100%;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.filters .filter-select-wrap {
  position: relative;
  width: 38%;
}
.filters .filter-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../img/arrow-down-select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.filters .filter-select {
  height: 64px;
  border: 1px solid #D8DBDD;
  width: 100%;
  padding: 10px 40px 10px 10px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
}
.filters .btn-filter {
  background-color: #00AE8D;
  height: 64px;
  padding: 16px 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #00AE8D;
  width: 24%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #ffffff;
}

.cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.cards-grid .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E8EAEB;
  border-radius: 0;
}
.cards-grid .card .card__logo-wrap {
  background-color: #E8EAEB;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.cards-grid .card .card__logo-wrap img {
  max-width: 100%;
  height: auto;
}
.cards-grid .card .card__body {
  height: 320px;
  padding: 40px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards-grid .card .card__body .card__name {
  font-weight: 700;
}
.cards-grid .card .card__body address {
  margin-bottom: 8px;
}
.cards-grid .card .card__body .wrap-address {
  padding-top: 20px;
  border-top: 1px solid #B1B7BA;
  margin-top: auto;
}
.cards-grid .card .card__body .card__link {
  color: #10C397;
}

.news-all-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.news-all-block .news-all-block-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-front-img img {
  max-width: 100%;
  height: auto;
}

.news-front-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  margin-top: 30px;
  margin-bottom: 8px;
  color: #4E565A;
}

.news-front-title a {
  font-size: clamp(18px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
}
.news-front-title a:hover {
  color: #071827;
}

.feature-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.feature-image img {
  width: 100%;
}

.news-content iframe {
  width: 100%;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery br {
  display: none;
}
.gallery .gallery-item img {
  width: 100%;
  border: none !important;
}
.gallery .gallery-item {
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
}
.gallery .gallery-item.has-overlay .gallery-icon {
  position: relative;
}
.gallery .gallery-item.has-overlay .gallery-icon a {
  position: relative;
  display: block;
}
.gallery .gallery-item.has-overlay .gallery-icon a .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  border-radius: 8px;
}
.gallery .gallery-item.has-overlay .gallery-icon a .gallery-overlay:hover {
  background: rgba(0, 0, 0, 0.85);
}
.gallery .gallery-item.has-overlay .gallery-icon a .gallery-overlay:hover .overlay-count {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery .gallery-item.has-overlay .gallery-icon a .gallery-overlay .overlay-count {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.gallery.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 4);
          flex: 0 0 calc((100% - 20px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  box-sizing: border-box;
}
.gallery.gallery-columns-4 .gallery-item img {
  max-width: 100%;
  width: 100%;
}

.gallery.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iframe-video {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.iframe-video iframe {
  display: block;
  width: 100%;
}
.iframe-video .overlay-iframe {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.iframe-video .overlay-iframe .overlay-img {
  position: absolute;
  inset: 0;
}
.iframe-video .overlay-iframe .overlay-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iframe-video .overlay-iframe .overlay-img .overlay-dark-mode {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.iframe-video .overlay-iframe .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  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: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.iframe-video .overlay-iframe .play-video img {
  width: 38px;
  height: 44px;
}
.iframe-video .overlay-iframe .play-video:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.iframe-video.playing .overlay-iframe {
  display: none;
}

.service-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}
.service-top-block .service-side-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px) / 2);
          flex: 0 0 calc((100% - 100px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service-top-block .right-service-in-img {
  height: 100%;
  background-position: center;
  background-size: cover;
}
.service-top-block .left-service-btn {
  margin-top: 40px;
}

.full-image-block img {
  width: 100%;
  height: auto;
}

.gray-columns .black-column {
  background-color: #E8EAEB;
}
.gray-columns .black-column a, .gray-columns .black-column p, .gray-columns .black-column h3, .gray-columns .black-column h4, .gray-columns .black-column li, .gray-columns .black-column ul {
  color: #63696E;
}
.gray-columns .black-column ul {
  padding-left: 25px;
}
.gray-columns .black-column li {
  margin-bottom: 15px;
  margin-top: 5px;
}
.gray-columns .black-column h4 {
  border-color: #B1B7BA;
  color: #071827;
}

.block-row-columns.two-columns-block .block-row-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  padding-bottom: 60px;
}

.time-line-simple .time-line-simple-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
}
.time-line-simple .time-line-simple-blocks .time-line-simple-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 225px) / 6);
          flex: 0 0 calc((100% - 225px) / 6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.time-line-simple .time-line-simple-blocks .time-line-simple-item .time-line-simple-title {
  font-weight: 700;
  padding-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  margin-bottom: 10px;
}
.time-line-simple .time-line-simple-blocks .time-line-simple-item .time-line-simple-title:after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #C5CACD;
  position: absolute;
  bottom: 0;
  left: 2px;
}
.time-line-simple .time-line-simple-blocks .time-line-simple-item .time-line-simple-title:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #071827;
  left: 0;
  bottom: 25px;
  position: absolute;
}
.time-line-simple .time-line-simple-blocks .time-line-simple-item .time-line-simple-lines {
  height: 20px;
  background: repeating-linear-gradient(to right, #10C397 0px, #10C397 1px, transparent 1px, transparent 5px);
  margin-top: 10px;
  margin-bottom: 10px;
}
.time-line-simple .time-line-simple-blocks .time-line-simple-item .time-line-simple-period {
  color: #4E565A;
}

.duk-block .duk-block-inside {
  width: 60%;
  margin: 0 auto;
}
.duk-block .duk-block-inside .duk-item {
  border-bottom: 1px solid #D8DBDD;
  padding: 40px 0px 40px 0;
}
.duk-block .duk-block-inside .duk-item .duk-item-content {
  padding-top: 20px;
  display: none;
}
.duk-block .duk-block-inside .duk-item:hover {
  cursor: pointer;
}
.duk-block .duk-block-inside .duk-item-title {
  position: relative;
  padding-right: 150px;
}
.duk-block .duk-block-inside .duk-item-title:after {
  content: "";
  background: url(../img/duk-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.duk-block .duk-block-inside .open .duk-item-title:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.duk-block .duk-block-inside .open .duk-item-content {
  display: block;
}
.duk-block .duk-block-inside .duk-item:first-of-type {
  border-top: 1px solid #D8DBDD;
}

.three-buttons-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.three-buttons-content .three-buttons-block-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E8EAEB;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.three-buttons-content .three-buttons-block-item a {
  position: relative;
  padding: 40px 100px 40px 40px;
  color: #071827;
  width: 100%;
  text-align: left;
  display: block;
  font-size: clamp(22px, 1.51vw, 29px);
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.three-buttons-content .three-buttons-block-item a:before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-down-lez.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  right: 40px;
}
.three-buttons-content .three-buttons-block-item a:hover {
  cursor: pointer;
  color: #ffffff;
}
.three-buttons-content .three-buttons-block-item:hover {
  background-color: #10C397;
}
.three-buttons-content .three-buttons-block-item:hover a:before {
  background-image: url(../img/white-arrow.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.two-block-image-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.two-block-image-txt .two-block-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.two-block-image-txt .two-block-left img {
  width: 100%;
  height: auto;
}
.two-block-image-txt .two-block-right .two-block-txt-item {
  border-bottom: 1px solid #B1B7BA;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.two-block-image-txt .two-block-right .two-block-txt-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.two-block-image-txt .two-block-right {
  background-color: #E8EAEB;
  padding: 60px 40px;
}
.two-block-image-txt .two-block-right .two-block-txt-txt p, .two-block-image-txt .two-block-right .two-block-txt-txt a, .two-block-image-txt .two-block-right .two-block-txt-txt li, .two-block-image-txt .two-block-right .two-block-txt-txt div {
  color: #63696E;
  margin: 24px 0;
}
.two-block-image-txt .two-block-right .two-block-txt-btn a {
  background-color: #ffffff;
  color: #00AE8D;
  padding: 16px 35px;
  display: inline-block;
}
.two-block-image-txt .two-block-right .two-block-txt-btn a:hover {
  background-color: #00AE8D;
  color: #ffffff;
}

.two-block-left-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.simple-top-title {
  width: 100%;
  text-align: center;
}
.simple-top-title h1 {
  font-weight: 600;
}

footer {
  padding-top: clamp(80px, 9vw, 160px);
  padding-bottom: 80px;
  background-color: #071827;
}
footer div, footer p, footer li, footer a {
  color: #ffffff;
}
footer .footer-top-title {
  text-align: center;
  margin-bottom: clamp(100px, 14.58vw, 280px);
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
footer .footer-bottom .footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
footer .footer-bottom .footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
footer .footer-info-top {
  margin-bottom: 15px;
}
footer .footer-info-contact p, footer .footer-info-contact a {
  color: #7C868C;
  line-height: 175%;
}
footer .footer-social {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
footer .footer-social .footer-social-item {
  margin-right: 20px;
}
footer .footer-social .footer-social-item a {
  background-color: #E8EAEB;
  width: 60px;
  height: 60px;
  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;
}
footer .footer-left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-left-menu a, footer .footer-left-menu p {
  color: #7C868C;
}
footer .footer-left-menu ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-left-menu ul li {
  list-style: none;
}
footer .footer-right-menu ul {
  padding: 0;
}
footer .footer-right-menu ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
footer .footer-right-menu ul li span {
  color: #7C868C;
}
footer .footer-right-menu ul li a {
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
footer .footer-right-menu ul li a:hover {
  color: #10C397;
}

.mobile-view, footer .mobile-view {
  display: none;
}

.block-two-row-columns-weight h4 {
  font-weight: 600;
}

.open-menu-block.open {
  top: 0;
}
.open-menu-block.open .main-menu {
  top: 0;
}

.open-menu-block {
  background-color: #071827;
  position: fixed;
  height: 100%;
  width: 100%;
  top: -500%;
  left: 0;
  z-index: 99;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.open-menu-block .menu-block-left-bottom-contact {
  margin-top: 15px;
}
.open-menu-block .menu-block-left-bottom-contact p, .open-menu-block .menu-block-left-bottom-contact a, .open-menu-block .menu-block-left-bottom-contact li, .open-menu-block .menu-block-left-bottom-contact div {
  color: #7C868C;
}
.open-menu-block .menu-block-left-bottom-social {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.open-menu-block .footer-social-item {
  margin-right: 20px;
}
.open-menu-block .footer-social-item a:hover {
  background-color: #00AE8D;
}
.open-menu-block .footer-social-item a {
  background-color: #E8EAEB;
  width: 60px;
  height: 60px;
  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;
}
.open-menu-block .menu-block-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.open-menu-block .menu-block-in .menu-block-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 10px);
          flex: 0 0 calc(30% - 10px);
  height: 100%;
}
.open-menu-block .menu-block-in .menu-block-left .menu-block-left-bottom {
  position: absolute;
  bottom: 80px;
  width: 360px;
}
.open-menu-block .menu-block-in .menu-block-left .menu-block-left-bottom .menu-block-left-bottom-social {
  margin-bottom: 0;
}
.open-menu-block .menu-block-in .menu-block-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 10px);
          flex: 0 0 calc(70% - 10px);
  z-index: 3;
}
.open-menu-block .menu-block-in .menu-block-right:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 35%;
}
.open-menu-block .menu-block-in .menu-block-fixed {
  z-index: 3;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-lang {
  position: absolute;
  top: 80px;
  right: 240px;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-lang a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFF;
  text-transform: uppercase;
  text-align: center;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-lang a:hover {
  background-color: #00AE8D;
  border: 1px solid #00AE8D;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-close-in {
  position: absolute;
  top: 90px;
  right: 80px;
}
.open-menu-block .menu-block-in .menu-block-fixed .icon-bar-in {
  background-color: #ffffff;
  width: 100px;
  border-radius: 0px;
  height: 1px;
  display: block;
  margin-bottom: 16px;
  opacity: 0.35;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-close-in:hover {
  cursor: pointer;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-close-in:hover .icon-bar-in-small {
  width: 100px;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-close-in:hover .icon-bar-in-small-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -17px;
  left: 0;
}
.open-menu-block .menu-block-in .menu-block-fixed .menu-block-close-in:hover .icon-bar-in-small-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -35px;
  left: 0px;
}
.open-menu-block .menu-block-in .menu-block-fixed .icon-bar-in-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 17px;
}
.open-menu-block .menu-block-in .menu-block-fixed .icon-bar-in-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open-menu-block .menu-block-in .menu-block-fixed .icon-bar-in-small {
  background-color: #ffffff;
  width: 30px;
  border-radius: 0px;
  height: 1px;
  display: block;
  margin-bottom: 16px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}
.open-menu-block .menu-block-in .menu-block-fixed .icon-bar-in-small-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -17px;
  left: 35px;
}
.open-menu-block .menu-block-in .menu-block-fixed .icon-bar-in-small-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -35px;
  left: 36px;
}
.open-menu-block .main-menu {
  position: fixed;
  z-index: 50;
  left: 35%;
  top: -1000px;
  padding: 80px 50px;
  overflow-y: scroll;
  max-height: 85%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}
.open-menu-block .main-menu a {
  opacity: 0.15;
}
.open-menu-block .main-menu a:hover {
  opacity: 1;
}
.open-menu-block .main-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.menu-block-left-bottom.desktop-version {
  display: block;
}

.menu-block-left-bottom.mobile-version {
  display: none;
}

#ftz-zone-map {
  position: relative;
}
@media (max-width: 768px) {
  #ftz-zone-map {
    display: none;
  }
}

.ftz-popup {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 14px 16px;
  width: 220px;
  pointer-events: none;
  z-index: 10;
}
.ftz-popup .popup-logo {
  margin-bottom: 10px;
}
.ftz-popup .popup-logo img {
  width: 100%;
  max-height: 80px;
  padding: 10px 0;
}
.ftz-popup .popup-name {
  font-weight: 600;
}
.ftz-popup .popup-sector {
  font-size: 15px;
  border-bottom: 1px solid #B1B7BA;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ftz-popup .popup-address {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #071827;
}
.ftz-popup .popup-link {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: #10C397;
}
@media (max-width: 768px) {
  .ftz-popup {
    display: none !important;
  }
}
.ftz-popup.visible {
  display: block;
}

.map-zone {
  cursor: pointer;
}
.map-zone .zone-fill {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.35;
}
.map-zone:hover .zone-fill, .map-zone.zone-active .zone-fill {
  opacity: 1;
}
.map-zone.zone-dimmed .zone-fill {
  opacity: 0.08;
}

@media (max-width: 768px) {
  .map-svg-wrap {
    display: none;
  }
}