@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/fogtwono5');
@import url('https://fonts.cdnfonts.com/css/inter-tight');

@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}

@-moz-viewport {
  width: device-width;
  initial-scale: 1;
}

@-webkit-viewport {
  width: device-width;
  initial-scale: 1;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body,
p {
  margin: 0;
}

body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  word-wrap: break-word;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

audio,
canvas,
span {
  display: inline-block;
}

a,
address,
button,
fieldset,
figure,
input,
legend,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

[type="button"],
[type="submit"],
a,
button {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
}

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}

p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
img,
object,
video {
  display: block;
  margin: auto;
}

img {
  image-rendering: optimizeQuality;
}

svg {
  color: inherit;
}

svg:not(:root) {
  overflow: hidden;
}

progress {
  vertical-align: baseline;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
button>*,
input,
select {
  display: inline-block;
  vertical-align: middle;
}

[type="button"],
[type="checkbox"],
[type="radio"],
[type="range"],
[type="reset"],
[type="submit"],
button,
label,
select,
summary {
  user-select: none;
  cursor: pointer;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-slider-thumb,
[type="button"],
[type="radio"],
[type="range"],
[type="search"],
[type="submit"],
select {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}

::marker {
  display: none;
}

[type="radio"] {
  -webkit-appearance: radio;
}

[type="number"] {
  -moz-appearance: textfield;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

input,
textarea {
  width: 100%;
}

input {
  text-overflow: ellipsis;
}

textarea {
  overflow: auto;
  resize: none;
}

:active,
:focus,
:hover {
  outline: 0;
  outline-offset: 0;
}

:disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-text-fill-color: initial;
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}

::placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

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

td,
th {
  padding: 0;
  text-align: center;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.je {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vb {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.it {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ic {
  -ms-flex-item-align: center;
  align-self: center;
}

.ib {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.fw {
  flex-wrap: wrap;
}

.fwn {
  flex-wrap: nowrap;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-bl {
  background: #000;
  position: relative;
}

.yt-toggle-play {
  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;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.15s all;
  opacity: 1;
}

.yt-toggle-play.in-process {
  pointer-events: none;
  opacity: 0.95;
}

.yt-toggle-play.c-hide {
  opacity: 0;
}

.yt-toggle-play .play-icn {
  transition: 0.2s all;
  width: 15%;
  color: rgba(255, 0, 0, 0.6);
}

.yt-toggle-play:hover .play-icn {
  color: #ff0000;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: grey;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tu {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}

.tb {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}

.tl {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #555;
  border-bottom: 25px solid transparent;
}

.tr {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 25px solid transparent;
}

.dn {
  display: none;
}

.center {
  text-align: center;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade {
  animation: opacity 1s;
}

.anim {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.ttc {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vbg {
  position: relative;
}

.vbg iframe,
.vbg video,
.vbg embed,
.vbg object {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -20;
  position: fixed;
}

.dfc {
  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;
}

.accordeon__line {
  background-color: green;
  color: white;
  padding: 10px;
}

.accordeon__content {
  background-color: burlywood;
  padding: 10px;
  display: none;
  animation: opacity 1s;
}

.accordeon__content.active {
  display: block;
}

.hflip {
  transform: scale(-1, 1);
}

.r50 {
  border-radius: 50%;
}

#burger-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 7px;
  top: 11px;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  width: 44px;
  height: 23px;
  z-index: 1;
}

#burger-menu.active .box_item1 {
  -webkit-transform: translateX(0) translateY(10px) rotate(45deg);
  transform: translateX(0) translateY(10px) rotate(45deg);
}

#burger-menu.active .box_item2 {
  opacity: 0;
}

#burger-menu.active .box_item3 {
  -webkit-transform: translateX(0) translateY(-10px) rotate(-45deg);
  transform: translateX(0) translateY(-10px) rotate(-45deg);
}

#burger-menu .box {
  width: 44px;
  height: 2px;
  background: #4af507;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.show_mobile_menu {
  opacity: 1 !important;
  left: 0 !important;
}

#mobile-menu {
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh !important;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}

#mobile-menu ul {
  padding-left: 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

#mobile-menu ul a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  display: block;
  color: #229fd9;
  position: relative;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  background-color: DodgerBlue;
}

.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.custom-select .select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.custom-select .select-items div,
.custom-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select .select-hide {
  display: none;
}

.timer__items {
  display: flex;
  font-size: 48px;
}

.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PP Mori";
  font-size: 16px;
  color: black;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  left: 0;
  top: 0;
  background: #2C413A;
  z-index: 999;
}

header .container {
  display: flex;
  align-items: center;
  max-width: 1234px;
}

header .container .logo {
  max-width: 189px;
  margin-right: 40px;
}

header .container .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .container .btn {
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 16px;
  border: 1px solid #faf6f0;
  border-radius: 100px;
  display: flex;
  height: 40px;
  align-items: center;
  margin-left: auto;
  transition: .3s;
}

header .container .btn:hover {
  background: #FAF6F0;
  color: #1c2321;
  opacity: 1;
}

header .container .language {
  margin-left: 20px;
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}

header .container nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

header .container nav ul li {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}

header .container nav ul li.active,
header .container nav ul li:hover {
  border-bottom: 1px solid #FAF6F0;
  opacity: 1;
}

.sec1 {
  min-height: 100vh;
  height: 100vh;
  background-image: url('../img/hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}

.sec1 .container {
  max-width: 569px;
}

.sec1 .container h1 {
  color: #faf6f0;
  font-size: 100px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 90px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec1 .container p {
  color: #faf6f0;
  font-size: 20px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 40px;
}

.sec1 .container .down-icon {
  margin-top: 63px;
}

.sec1 .container .down-icon a {
  width: max-content;
  display: flex;
  margin: 0 auto;
}

.sec1 .container .down-icon a img {
  margin-top: 30px;
  --float-distance: 12px;
  --float-duration: 2s;
  animation: floatY var(--float-duration) ease-in-out infinite;
  will-change: transform;
}

.sec1 .container .down-icon a img:hover {
  cursor: pointer;
}

.sec1.other-hero {
  height: 386px;
  min-height: 386px;
  padding-bottom: 80px;
}

.sec1.other-hero.btn {
  height: 546px;
}

.sec1.other-hero.btn a {
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 16px;
  border: 1px solid #faf6f0;
  border-radius: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 50px auto 0;
  transition: .3s;
}

.sec1.other-hero.btn a:hover {
  background: #FAF6F0;
  color: #1c2321;
  opacity: 1;
}

.sec1.other-hero .container {
  max-width: 777px;
}

.sec1.other-hero .container h1 {
  font-size: 70px;
  line-height: 70px;
}

.sec8 {
  padding: 120px 0;
  background: #FAF6F0;
}

.sec8 .container {
  display: flex;
  gap: 83px;
}

.sec8 .container .picture {
  width: 100%;
  max-width: 420px;
  position: relative;
}

.sec8 .container .picture .circle-txt {
  width: 150px;
  height: 150px;
  position: absolute;
  left: calc(100% - 75px);
  top: calc(100% - 100px);
}

.sec8 .container .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec8 .container .content {
  width: 100%;
}

.sec8 .container .content h2 {
  color: #1c2321;
  font-size: 44px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec8 .container .content p {
  color: #1c2321;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 30px;
  border-left: 1px solid #B5ABA6;
  margin-left: 74px;
  margin-top: 72px;
  max-width: 375px;
}

.sec12 {
  padding: 120px 0;
  background: #FAF6F0;
}

.sec12 .container {
  display: flex;
  gap: 115px;
}

.sec12 .container .picture {
  width: 100%;
  max-width: 450px;
  position: relative;
}

.sec12 .container .picture .circle-txt {
  width: 150px;
  height: 150px;
  position: absolute;
  right: calc(100% - 100px);
  top: calc(100% - 150px);
}

.sec12 .container .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec12 .container .content {
  width: 100%;
}

.sec12 .container .content h2 {
  color: #1c2321;
  font-size: 44px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec9 {
  background: #3A4340;
  padding: 110px 0;
}

.sec9 .container .subtitle {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec9 .container .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 115px;
  position: relative;
}

.sec9 .container .items:before {
  content: '';
  width: 80%;
  height: 1px;
  background: #FAF6F0;
  position: absolute;
  left: 10%;
}

.sec9 .container .items .item {
  flex: 1 0 20%;
  padding-top: 48px;
  position: relative;
}

.sec9 .container .items .item:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #565e5a;
  border: 1px solid #FAF6F0;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.sec9 .container .items .item:after {
  content: attr(data-number);
  position: absolute;
  bottom: calc(100% + 38px);
  left: 0;
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}

.sec9 .container .items .item:not(:last-child) {
  padding-right: 40px;
}

.sec9 .container .items .item span {
  color: #faf6f0;
  font-size: 25px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec9 .container .items .item p {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
}

.sec10 {
  padding: 120px 0;
  background: #FAF6F0;
}

.sec10 .container .title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 734px;
}

.sec10 .container .title span {
  color: #5b904a;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec10 .container .title h2 {
  color: #1c2321;
  font-size: 64px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
}

.sec10 .container .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.sec10 .container .items .item {
  flex: 0 0 calc(34.1% - 30px);
  padding: 35px;
  background: #F3ECE1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec10 .container .items .item span {
  color: #1c2321;
  font-size: 34px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  border-left: 1px solid #B5ABA5;
  padding-left: 14px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.sec10 .container .items .item p {
  color: #1c2321;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
}

.sec10 .container .items .item a {
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 16px;
  border: 1px solid #5b904a;
  border-radius: 100px;
  display: flex;
  width: max-content;
  height: 40px;
  align-items: center;
  margin-top: 30px;
  transition: .3s;
}

.sec10 .container .items .item a:hover {
  opacity: 1;
  color: #faf6f0;
  background: #5B904A;
}

.sec11 {
  background: #74856E;
  padding: 110px 0;
}

.sec11 .container .subtitle {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec11 .container .items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
  margin-top: 60px;
}

.sec11 .container .items .item {
  flex: 0 0 calc(32% - 30px);
  padding-bottom: 50px;
}

.sec11 .container .items .item:not(:nth-last-child(-n+3)) {
  border-bottom: 1px solid rgba(250, 246, 240, 0.5);
}

.sec11 .container .items .item .icon {
  width: 48px;
  height: 48px;
}

.sec11 .container .items .item .icon img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec11 .container .items .item span {
  color: #faf6f0;
  font-size: 36px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 30px;
}

.sec11 .container .items .item p {
  color: #faf6f0;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
}

.sec13 {
  background: #74856E;
  padding: 110px 0;
}

.sec13 .container .subtitle {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec13 .container .items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
  margin-top: 60px;
}

.sec13 .container .items .item {
  flex: 0 0 calc(32% - 30px);
  padding-bottom: 50px;
}

.sec13 .container .items .item .icon {
  width: 48px;
  height: 48px;
}

.sec13 .container .items .item .icon img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec13 .container .items .item span {
  color: #faf6f0;
  font-size: 34px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 14px;
  border-left: 1px solid #FAF6F0;
}

.sec13 .container .items .item p {
  color: #faf6f0;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(calc(-1 * var(--float-distance)));
  }

  100% {
    transform: translateY(0);
  }
}

.sec2 {
  padding: 60px 0;
  background: #FAF6F0;
}

.sec2 .container {
  display: flex;
  gap: 70px;
}

.sec2 .container .picture {
  width: 100%;
  max-width: 420px;
}

.sec2 .container .picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec2 .container .content {
  width: 100%;
}

.sec2 .container .content .subtitle {
  color: #5b904a;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec2 .container .content h2 {
  color: #1c2321;
  font-size: 44px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 30px;
}

.sec2 .container .content .bottom-descr {
  margin: 56px 0 0 40px;
  border-left: 1px solid #B5ABA6;
  padding-left: 30px;
}

.sec2 .container .content .bottom-descr p {
  color: #1c2321;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec2 .container .content .bottom-descr .items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.sec2 .container .content .bottom-descr .items .item {
  flex: 1 0 calc(30% - 30px);
}

.sec2 .container .content .bottom-descr .items .item span {
  color: #5b904a;
  font-size: 36px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  text-transform: none;
}

.sec2 .container .content .bottom-descr .items .item p {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
}

.sec3 {
  background: #74856E;
  padding: 110px 0 120px;
}

.sec3 .container .subtitle {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sec3 .container .items {
  margin-top: 60px;
  display: flex;
}

.sec3 .container .items .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec3 .container .items .item:not(:last-child) {
  padding-right: 70px;
  border-right: 1px solid #FAF6F0;
}

.sec3 .container .items .item:not(:first-child) {
  padding-left: 70px;
}

.sec3 .container .items .item span {
  color: #faf6f0;
  font-size: 52px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0;
  text-transform: none;
}

.sec3 .container .items .item p {
  color: #faf6f0;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 30px;
}

.sec3 .container .items .item a {
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 15px 43px;
  display: flex;
  height: 40px;
  align-items: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  transition: .3s;
}

.sec3 .container .items .item a:hover {
  background: #FAF6F0;
  color: #1c2321;
  opacity: 1;
}

.sec6 {
  background: #74856E;
  padding: 110px 0;
}

.sec6 .container .subtitle {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sec6 .container .items {
  margin-top: 60px;
  display: flex;
  gap: 60px;
}

.sec6 .container .items .item {
  width: 100%;
}

.sec6 .container .items .item .icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.sec6 .container .items .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec6 .container .items .item span {
  color: #faf6f0;
  font-size: 36px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 30px;
}

.sec6 .container .items .item p {
  color: #faf6f0;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
}

.sec7 {
  padding: 60px 0;
  background: #FAF6F0;
}

.sec7 .container {
  display: flex;
  max-width: 951px;
}

.sec7 .container .item {
  width: 100%;
}

.sec7 .container .item.txt {
  max-width: 490px;
  padding-left: 30px;
  border-left: 1px solid #B5ABA6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec7 .container .item p {
  color: #1c2321;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec7 .container .item a {
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 16px;
  border: 1px solid #5b904a;
  border-radius: 100px;
  display: flex;
  width: max-content;
  height: 40px;
  align-items: center;
  margin-top: auto;
  transition: .3s;
}

.sec7 .container .item a:hover {
  opacity: 1;
  color: #faf6f0;
  background: #5B904A;
}

.sec7 .container .item ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.sec7 .container .item ol li {
  counter-increment: my-counter;
  position: relative;
  margin-bottom: 8px;
  padding-left: 40px;
  color: #1c2321;
  font-size: 36px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec7 .container .item ol li:not(:last-child) {
  margin-bottom: 16px;
}

.sec7 .container .item ol li::before {
  content: counter(my-counter, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  color: #1c5cb7;
  font-weight: bold;
  color: #74856e;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wrapper-404 {
  min-height: 100vh;
  background: #FAF6F0;
}

.sec16 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 630px;
  background: #FAF6F0;
  padding: 225px 0;
}

.sec16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 306px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sec16 .container h1 {
  color: #1c2321;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec16 .container p {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
}

.sec16 .container a {
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid #5b904a;
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-top: 40px;
  padding: 15px 16px;
  transition: .3s;
}

.sec16 .container a:hover {
  opacity: 1;
  color: #faf6f0;
  background: #5B904A;
}

.sec18 {
  background: #74856E;
  padding: 60px 0;
}

.sec18 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec18 .container h2 {
  color: #faf6f0;
  font-size: 48px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec18 .container p {
  color: #faf6f0;
  font-size: 18px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
}

.sec18 .container p span {
  color: #ffa871;
  font-size: 18px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.sec18 .container p a {
  font-size: 22px;
}

.sec17 {
  padding: 120px 0;
  background: #FAF6F0;
}

.sec17 .container {
  display: flex;
  gap: 80px;
}

.sec17 .container .info {
  width: 100%;
  max-width: 400px;
}

.sec17 .container .info h2 {
  color: #1c2321;
  font-size: 48px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
}

.sec17 .container .info p {
  color: #1c2321;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 70px;
}

.sec17 .container .info .contact-details .contact-item {
  margin-bottom: 30px;
}

.sec17 .container .info .contact-details .contact-item span {
  display: block;
  color: #1c2321;
  font-size: 18px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
}

.sec17 .container .info .contact-details .contact-item span a {
  color: #5B904A;
  font-size: 18px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.sec17 .container .info .contact-details .contact-item a {
  color: #1c2321;
  font-size: 28px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec17 .container .content {
  width: 100%;
  background: #74856E;
  padding: 40px;
}

.sec17 .container .content form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec17 .container .content form label {
  flex: 0 0 calc(50% - 10px);
}

.sec17 .container .content form label.textarea,
.sec17 .container .content form label.email {
  flex: 0 0 100%;
}

.sec17 .container .content form label span {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
  display: block;
}

.sec17 .container .content form label input {
  width: 100%;
  height: 48px;
  background: #FAF6F0;
  border: none;
  padding: 12px 16px;
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.sec17 .container .content form label textarea {
  width: 100%;
  resize: none;
  padding: 12px 16px;
  background: #FAF6F0;
  border: none;
  height: 120px;
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.sec17 .container .content form label input::placeholder,
.sec17 .container .content form label textarea::placeholder {
  color: rgba(28, 35, 33, 0.5);
}

.sec17 .container .content form .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  color: #FAF6F0;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 0 100%;
}

.sec17 .container .content form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sec17 .container .content form .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #FAF6F0;
  background-color: transparent;
  transition: all 0.2s ease;
}

.sec17 .container .content form .checkbox input:checked~.checkmark {
  background-color: #FAF6F0;
  border-color: #FAF6F0;
}

.sec17 .container .content form .checkbox:hover {
  opacity: 0.8;
}

.sec17 .container .content form .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.sec17 .container .content form .checkbox input:checked~.checkmark::after {
  display: block;
}

.sec17 .container .content form .checkbox .checkmark::after {
  left: 5px;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #74856E;
  border-width: 0 2px 2px 0;
}

.sec17 .container .content form button {
  color: #FAF6F0;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid #FAF6F0;
  border-radius: 100px;
  padding: 15px 55px;
  display: flex;
  align-items: center;
  height: 48px;
  width: max-content;
  background: transparent;
  transition: .3s;
}

.sec17 .container .content form button:hover {
  opacity: 1;
  color: #74856E;
  background: #FAF6F0;
}

.sec19 {
  background: #FAF6F0;
  padding: 0;
}

.sec19 .container {
  padding: 0;
}

.sec19 .container .cards {
  display: flex;
  flex-direction: column;
}

.sec19 .container .cards .card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #DED7CD;
}

.sec19 .container .cards .card:first-child {
  border-top: 1px solid #DED7CD;
}

.sec19 .container .cards .card:last-child {
  border-bottom: none;
}

.sec19 .container .cards .card .logo {
  margin-bottom: 24px;
}

.sec19 .container .cards .card .logo .company-name {
  color: #1c2321;
  font-size: 48px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: none;
}

.sec19 .container .cards .card .logo .country {
  color: #74856E;
  font-size: 48px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: none;
}

.sec19 .container .cards .card .content {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

.sec19 .container .cards .card .content h3 {
  color: #1c2321;
  font-size: 24px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
}

.sec19 .container .cards .card .content p {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 4px;
}

.sec19 .container .cards .card .content p a {
  display: block;
}

.sec19 .container .cards .card .content a {
  display: none;
}

.sec19 .container .cards .card .picture {
  width: 100%;
  max-width: 290px;
  height: 240px;
}

.sec19 .container .cards .card .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .sec19 .container .cards .card .content {
    max-width: 200px;
  }
}

@media (max-width: 768px) {

  /* footer mob */
  footer .container .top-content ul:nth-child(2) li {
    font-size: 19px;
  }

  footer .container .top-content ul:nth-child(2) span {
    font-size: 28px;
  }

  footer .container .top-content ul:nth-child(2) {
    order: -1;
  }

  /*  */
  .sec19 .container .cards .card {
    flex-direction: column;
  }

  .sec19 .container .cards .card .content {
    margin-left: unset;
    order: 1;
  }

  .sec19 .container .cards .card .picture {
    margin: 30px 0;
    max-width: 370px;
    width: 100%;
    height: 220px;
  }

  .sec19 .container .cards .card .logo {
    margin-bottom: 0;
  }

  .sec19 .container .cards .card .logo .country,
  .sec19 .container .cards .card .logo .company-name {
    font-size: 40px;
    line-height: 40px;
  }

  .sec17 .container .info p {
    margin-bottom: 40px;
  }

  .sec17 .container .content {
    padding: 20px;
  }

  .sec17 .container .content form button {
    width: 100%;
    max-width: 420px;
    justify-content: center;
    margin: 0 auto;
  }

  .sec19 .container .cards {
    margin-top: 0 !important;
  }

  .sec17 {
    padding: 70px 0 35px !important;
  }

  .sec19 {
    padding: 35px 0 70px !important;
  }
}

footer {
  background: #3A4340;
  padding: 50px 0 50px;
  margin-top: auto;
}

footer .container .bottom-content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

footer .container .bottom-content span {
  color: #faf6f0;
  font-size: 12px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  opacity: .5;
}

footer .container .top-content {
  display: flex;
  justify-content: space-between;
}

footer .container .top-content ul span {
  color: #faf6f0;
  font-size: 20px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

footer .container .top-content ul li {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  align-items: center;
}

footer .container .top-content ul li.phone:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/phone.svg');
  display: block;
  margin-right: 8px;
}

footer .container .top-content ul li.street:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/street.svg');
  display: block;
  margin-right: 8px;
}

footer .container .top-content ul li:not(:last-child) {
  margin-bottom: 14px;
}

.sec5 {
  padding: 120px 0 114px;
  background: #FAF6F0;
}

.sec5 .container .title .subtitle {
  display: flex;
  justify-content: center;
  color: #5b904a;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec5 .container .title h2 {
  color: #1c2321;
  font-size: 64px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.sec5 .container a.btn {
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 50px;
  border: 1px solid #5b904a;
  border-radius: 100px;
  padding: 15px 43px;
  display: flex;
  align-items: center;
  height: 40px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
}

.sec5 .container a.btn:hover {
  opacity: 1;
  color: #faf6f0;
  background: #5B904A;
}

.sec5 .container .items {
  margin-top: 50px;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sec5 .container .items .item {
  background: #F3ECE1;
  padding: 36px 30px 30px;
  position: relative;
}

.sec5 .container .items .item .badge {
  position: absolute;
  top: 6px;
  left: 6px;
}

.sec5 .container .items .item span {
  color: #1c2321;
  font-size: 24px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  justify-content: center;
}

.sec5 .container .items .item .summ {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.sec5 .container .items .item .mark {
  margin-top: 27px;
  color: #564b38;
  font-size: 12px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #E0D4C0;
  padding: 4px 10px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.sec5 .container .items .item p {
  color: #1c2321;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin-top: 27px;
  letter-spacing: 0;
  text-transform: none;
}

.alert {
  width: 100%;
  overflow: hidden;
}

.alert__line {
  display: flex;
  padding: 36px 0;
  gap: calc(var(--gap) / 2);
  background-color: #3A4340;
}

.alert__message {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: calc(var(--gap) / 2 - 2px);
  font-size: 16px;
  left: 0;
  line-height: 130%;
  white-space: nowrap;
  color: #f9f7f7;
  color: #faf6f0;
  font-size: 48px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
}

.alert__message span {
  margin-right: 70px;
  position: relative;
}

.alert__message span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #FAF6F0;
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  transform: translateY(-50%) rotate(45deg);
}

.sec4 {
  padding: 120px 0 128px;
  background: #3A4340;
}

.sec4 .container .items {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.sec4 .container .items .item:last-child {
  margin-right: auto;
}

.sec4 .container .items .item ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 432px;
  border-left: 1px solid #FAF6F0;
  padding-left: 44px;
}

.sec4 .container .items .item ul li {
  color: #faf6f0;
  font-size: 26px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
}

.sec4 .container .items .item ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: #565e5a;
  border: 1px solid #FAF6F0;
  border-radius: 50%;
  right: calc(100% + 36px);
  top: 5px;
}

.sec4 .container .items .item ul li:first-child {
  line-height: 100%;
}

.sec4 .container .items .item ul li:first-child:before {
  top: 0;
}

.sec4 .container .items .item ul li:last-child {
  line-height: 100%;
}

.sec4 .container .items .item ul li:last-child:before {
  background: #FAF6F0;
  top: 10px;
}

.sec4 .container .items .item .subtitle {
  color: #faf6f0;
  font-size: 16px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 380px;
}

.sec4 .container .items .item h2 {
  color: #faf6f0;
  font-size: 64px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  max-width: 380px;
  margin-top: 40px;
}

.sec4 .container .items .item p {
  color: #faf6f0;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  max-width: 422px;
  margin: 104px 0 0 78px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  max-width: 280px;
  width: 90%;
  position: relative;
}

.modal .close {
  position: absolute;
  top: 10px;
  left: calc(100% + 133px);
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.modal-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 24px;
}

.modal-message {
  color: #0d2740;
  font-size: 18px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "PP Mori", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 10px;
}

.modal-submessage {
  color: #777b89;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

button,
a {
  transition: 0.3s;
}

button:hover,
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.video-section {
  text-align: center;
  padding: 80px 0;
}

.video-preview {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  max-width: 800px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.video-preview:hover {
  transform: scale(1.03);
}

.video-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 80px;
  height: 80px;
  transition: .3s;
}

.play-btn:hover {
  cursor: pointer;
  opacity: .8;
}

.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 960px;
}

.close-btn {
  position: absolute;
  cursor: pointer;
  user-select: none;
  border-radius: 6px;
  background: rgba(9, 17, 26, 0.3);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  top: 4px;
  right: 4px;
  z-index: 9;
  color: #fff;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #B5ABA5;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #3A4340;
}

.burger-menu {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}

.burger-menu:hover {
  cursor: pointer;
}

.burger-menu .burger-line {
  width: 20px;
  height: 1px;
  background: #FAF6F0;
}

.mobile-menu {
  width: calc(100% - 80px);
  background: #FAF6F0;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu .close {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 28px;
  height: 28px;
}

.mobile-menu .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.mobile-menu ul li {
  color: #1c2321;
  font-size: 24px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.mobile-menu ul li:not(:last-child) {
  margin-bottom: 40px;
}

.mobile-menu .mobile-language {
  width: 100%;
  max-width: 160px;
  margin: auto auto 30px auto;
}

.mobile-menu .mobile-language ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-menu .mobile-language ul li {
  margin-bottom: 0;
  color: #1c2321;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: .5;
}

.mobile-menu .mobile-language ul li.active {
  opacity: 1;
  border-bottom: 1px solid #1c2321;
}

.alert-lequipe .alert__line {
  background: #74856E;
}

.sec14 {
  padding: 120px 0;
  background: #FAF6F0;
}

.sec14 .container .members {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.sec14 .container .members .member {
  flex: 0 0 calc(33.333% - 27px);
  padding-bottom: 20px;
}

.sec14 .container .members .member .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec14 .container .members .member .main-content .photo {
  position: relative;
  overflow: hidden;
}

.sec14 .container .members .member .main-content .photo:hover {
  cursor: pointer;
}

.sec14 .container .members .member .main-content .photo .click-content {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #74856E;
  padding: 40px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: .3s;
}

.sec14 .container .members .member .main-content .photo .click-content .socials {
  display: flex;
  gap: 10px;
}

.sec14 .container .members .member .main-content .photo .click-content p {
  color: #faf6f0;
  font-size: 20px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: auto;
}

.sec14 .container .members .member .main-content .photo .click-content .tags {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sec14 .container .members .member .main-content .photo .click-content .tags .tag {
  color: #faf6f0;
  font-size: 12px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #faf6f0;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec14 .container .members .member .main-content .photo.active .click-content {
  left: 0;
  pointer-events: all;
}

.sec14 .container .members .member .main-content .name {
  color: #1c2321;
  font-size: 28px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 24px;
}

.sec14 .container .members .member .main-content .position {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
}

.sec15 {
  padding: 86px 0 114px;
  background: #FAF6F0;
}

.sec15 .container {
  display: flex;
  gap: 48px;
}

.sec15 .container .content .cards .results {
  color: #1c2321;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sec15 .container .content .cards .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.sec15 .container .content .cards .card-container .card {
  background: #F3ECE1;
  padding: 36px 30px 30px;
  position: relative;
}

.sec15 .container .content .cards .card-container .card .badge {
  position: absolute;
  top: 6px;
  left: 6px;
}

.sec15 .container .content .cards .card-container .card span {
  color: #1c2321;
  font-size: 24px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  justify-content: center;
}

.sec15 .container .content .cards .card-container .card .summ {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.sec15 .container .content .cards .card-container .card .mark {
  margin-top: 27px;
  color: #564b38;
  font-size: 12px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #E0D4C0;
  padding: 4px 10px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.sec15 .container .content .cards .card-container .card p {
  color: #1c2321;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin-top: 27px;
  letter-spacing: 0;
  text-transform: none;
}

.sec15 .container .content .navigation {
  margin: 60px auto 0;
  width: max-content;
}

.sec15 .container .content .navigation ul {
  display: flex;
  align-items: center;
}

.sec15 .container .content .navigation ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.sec15 .container .content .navigation ul li {
  transition: .3s;
}

.sec15 .container .content .navigation ul li:not(.first-page),
.sec15 .container .content .navigation ul li:not(.last-page),
.sec15 .container .content .navigation ul li:not(.prev),
.sec15 .container .content .navigation ul li:not(.next) {
  border: 1px solid transparent;
}

.sec15 .container .content .navigation ul li.prev,
.sec15 .container .content .navigation ul li.next {
  border: 1px solid transparent;
}

.sec15 .container .content .navigation ul li.first-page,
.sec15 .container .content .navigation ul li.last-page {
  border: 0;
}

.sec15 .container .content .navigation ul li.first-page:hover,
.sec15 .container .content .navigation ul li.first-page.active,
.sec15 .container .content .navigation ul li.last-page.active,
.sec15 .container .content .navigation ul li.last-page:hover {
  background: #5B904A;
  border: 0;
  opacity: 1;
}

.sec15 .container .content .navigation ul .prev:hover,
.sec15 .container .content .navigation ul .prev.active,
.sec15 .container .content .navigation ul .next:hover,
.sec15 .container .content .navigation ul .next.active,
.sec15 .container .content .navigation ul .number:hover,
.sec15 .container .content .navigation ul .number.active {
  border: 1px solid #74856e;
}

.sec15 .container .content .navigation ul .first-page a,
.sec15 .container .content .navigation ul .last-page a {
  background-color: #74856e;
}

.sec15 .container .content .navigation ul .last-page a img {
  transform: rotate(180deg);
}

.sec15 .container .content .navigation ul .prev {
  margin-left: 10px;
  margin-right: 30px;
}

.sec15 .container .content .navigation ul .prev a {
  color: #1c2321;
  font-size: 12px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #F3ECE1;
  padding: 10px 14px;
  width: unset;
  display: flex;
  align-items: center;
}

.sec15 .container .content .navigation ul .prev a img {
  margin: 0;
  margin-right: 6px;
}

.sec15 .container .content .navigation ul .next {
  margin-left: 30px;
  margin-right: 10px;
}

.sec15 .container .content .navigation ul .next a {
  color: #1c2321;
  font-size: 12px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #F3ECE1;
  padding: 10px 14px;
  width: unset;
  display: flex;
  align-items: center;
}

.sec15 .container .content .navigation ul .next a img {
  margin: 0;
  margin-left: 6px;
  transform: rotate(180deg);
}

.sec15 .container .filters-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec15 .container .filters-bar .filters-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.sec15 .container .filters-bar .filter-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.sec15 .container .filters-bar .filter-tags .filter-tag {
  background: #74856e;
  padding: 9px 10px;
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec15 .container .filters-bar .filter-tags .filter-tag a {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.sec15 .container .filters-bar .filter-tags .filter-tag a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 8px;
}

.sec15 .container .filters-bar .clear-filters {
  background: none;
  border: none;
  color: #6f8b64;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.sec15 .container .filters-modal {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #FAF6F0;
  transition: bottom 0.3s ease;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.sec15 .container .filters-modal.active {
  bottom: 0;
}

.sec15 .container .filters-modal .filters-content {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sec15 .container .filters-modal .filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px 20px 0 20px;
}

.sec15 .container .filters-modal .filters-header h3 {
  color: #1c2321;
  font-size: 24px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.sec15 .container .filters-modal .filters-header span {
  cursor: pointer;
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sec15 .container .filters-modal .filter-group {
  margin-bottom: 20px;
  padding: 0 20px;
}

.sec15 .container .filters-modal .filter-group label {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.sec15 .container .filters-modal .filter-group .filter-title {
  display: block;
  font-weight: 500;
  color: #564b38;
  font-size: 12px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sec15 .container .filters-modal .filter-group .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.sec15 .container .filters-modal .filter-group .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sec15 .container .filters-modal .filter-group .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid #d1cbbf;
  background-color: #f7f3ec;
  transition: all 0.2s ease;
}

.sec15 .container .filters-modal .filter-group .checkbox input:checked~.checkmark {
  background-color: #7a8463;
  border-color: #7a8463;
}

.sec15 .container .filters-modal .filter-group .checkbox:hover {
  text-decoration: underline;
}

.sec15 .container .filters-modal .filter-group .checkbox input:hover~.checkmark {
  border-color: #7a8463;
}

.sec15 .container .filters-modal .filter-group .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.sec15 .container .filters-modal .filter-group .checkbox input:checked~.checkmark::after {
  display: block;
}

.sec15 .container .filters-modal .filter-group .checkbox .checkmark::after {
  left: 5px;
  top: 5px;
  transform: scaleX(-1) rotate(45deg);
  width: 11px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

.sec15 .container .filters-modal .filters-footer {
  display: flex;
  justify-content: space-between;
  background: #f2efe8;
  padding: 20px;
  margin-top: auto;
}

.sec15 .container .filters-modal .filters-footer button {
  flex: 1;
  padding: 10px;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.sec15 .container .filters-modal .filters-footer .cancel {
  background: none;
  color: #1c2321;
}

.sec15 .container .filters-modal .filters-footer .apply {
  background: none;
  border: 1px solid #5b904a;
  border-radius: 100px;
  padding: 15px;
  white-space: nowrap;
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.sec15 .container .sidebar {
  width: 260px;
  min-width: 260px;
  border: 1px solid #ded7cd;
  height: max-content;
}

.sec15 .container .sidebar .filters-top {
  padding: 24px;
  border-bottom: 1px solid #ded7cd;
}

.sec15 .container .sidebar .filters-top .filter-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sec15 .container .sidebar .filters-top .filter-tags .filter-tag {
  background: #74856e;
  padding: 9px 10px;
  color: #faf6f0;
  font-size: 14px;
  font-style: normal;
  margin-top: 0;
  text-align: left;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec15 .container .sidebar .filters-top .filter-tags .filter-tag a {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.sec15 .container .sidebar .filters-top .filter-tags .filter-tag a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 8px;
}

.sec15 .container .sidebar .filters-top .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec15 .container .sidebar .filters-top .title h3 {
  color: #1c2321;
  font-size: 24px;
  font-style: normal;
  font-family: "FogtwoNo5", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.sec15 .container .sidebar .filters-top .title span {
  color: #5b904a;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sec15 .container .sidebar .filters-top .title span:hover {
  cursor: pointer;
}

.sec15 .container .sidebar .filters {
  padding: 20px;
}

.sec15 .container .sidebar .filters .filter-group {
  margin-bottom: 24px;
}

.sec15 .container .sidebar .filters .filter-group:last-child {
  margin-bottom: 0;
}

.sec15 .container .sidebar .filters .filter-group label {
  color: #1c2321;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.sec15 .container .sidebar .filters .filter-title {
  display: block;
  font-weight: 500;
  color: #564b38;
  font-size: 12px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sec15 .container .sidebar .filters .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.sec15 .container .sidebar .filters .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sec15 .container .sidebar .filters .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid #d1cbbf;
  background-color: #f7f3ec;
  transition: all 0.2s ease;
}

.sec15 .container .sidebar .filters .checkbox input:checked~.checkmark {
  background-color: #7a8463;
  border-color: #7a8463;
}

.sec15 .container .sidebar .filters .checkbox:hover {
  text-decoration: underline;
}

.sec15 .container .sidebar .filters .checkbox input:hover~.checkmark {
  border-color: #7a8463;
}

.sec15 .container .sidebar .filters .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.sec15 .container .sidebar .filters .checkbox input:checked~.checkmark::after {
  display: block;
}

.sec15 .container .sidebar .filters .checkbox .checkmark::after {
  left: 5px;
  top: 5px;
  transform: scaleX(-1) rotate(45deg);
  width: 11px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

@media (min-width: 768px) {
  .menu {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .sec2 {
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .sec1 {
    min-height: 780px;
  }
}

@media (min-width: 1081px) {
  .burger-menu {
    display: none;
  }
}

@media (min-width: 1081px) and (max-width: 1270px) {
  .sec15 .container .content .cards .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1081px) {
  .sec15 .container .sidebar {
    display: block;
  }

  .sec15 .container .filters-modal,
  .sec15 .container .filters-bar {
    display: none;
  }
}

@media (max-width: 1080px) {
  .sec15 .container .sidebar {
    display: none;
  }

  .sec9 .container .items:before {
    display: none;
  }

  .sec9 .container .items .item:before {
    left: unset;
    transform: unset;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  header .container .btn {
    margin-left: auto;
  }

  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .sec4 .container .cards .card {
    flex: 1 0 40%;
  }

  .sec2 {
    overflow: visible;
  }

  .sec2 .container-cont:after {
    width: 553px;
    height: 647px;
  }

  header .container .language,
  header .container .language-switcher,
  header .container nav {
    display: none;
  }

  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec1 {
    padding-top: 120px;
    height: unset;
  }

  .sec1 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec1 .container h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .sec1 .container p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }

  .sec1 .container .down-icon {
    margin-top: 60px;
  }

  .sec1 .container .down-icon p {
    margin-top: 0;
  }

  .sec2 {
    padding: 70px 0;
  }

  .sec2 .container {
    padding-left: 20px;
    padding-right: 20px;
    gap: 46px;
  }

  .sec2 .container .picture {
    max-width: 320px;
  }

  .sec2 .container .content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec2 .container .content h2 {
    margin-top: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .sec2 .container .content .bottom-descr p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec2 .container .content .bottom-descr {
    padding-left: 20px;
    margin: 40px 0 0 30px;
  }

  .sec2 .container .content .bottom-descr .items {
    margin-top: 40px;
    gap: 24px;
  }

  .sec2 .container .content .bottom-descr .items .item {
    flex: 0 0 100%;
  }

  .sec2 .container .content .bottom-descr .items .item p {
    margin-top: 8px;
  }

  .sec2 .container .content .bottom-descr .items .item span {
    font-size: 30px;
    line-height: 30px;
  }

  .alert__line {
    padding: 19px 0;
  }

  .alert__message {
    font-size: 22px;
    line-height: normal;
  }

  .sec3 {
    padding: 70px 0;
  }

  .sec3 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec3 .container .items {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .sec3 .container .items .item {
    flex: 1 0 33.333%;
  }

  .sec3 .container .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec3 .container .items .item:not(:last-child) {
    padding-right: 0;
    border: 0;
  }

  .sec3 .container .items .item:not(:first-child) {
    padding-left: 0;
  }

  .sec3 .container .items .item:not(:last-child) {
    border-right: 1px solid #FAF6F0;
  }

  .sec3 .container .items .item span {
    font-size: 40px;
    line-height: 40px;
  }

  .sec3 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }

  .sec3 .container .items .item a {
    margin-top: 30px;
  }

  .sec4 {
    padding: 70px 0;
  }

  .sec4 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec4 .container .items {
    gap: 40px;
  }

  .sec4 .container .items .item .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec4 .container .items .item h2 {
    font-size: 48px;
    line-height: 52px;
    margin-top: 24px;
  }

  .sec4 .container .items .item p {
    margin: 39px 0 0 46px;
    font-size: 15px;
    line-height: 22px;
  }

  .sec4 .container .items .item ul {
    gap: 30px;
    padding-left: 22px;
    margin: 0 auto;
  }

  .sec4 .container .items .item ul li {
    font-size: 20px;
    line-height: 26px;
  }

  .sec4 .container .items .item ul li:before {
    right: calc(100% + 14px);
  }

  footer .container .top-content {
    gap: 20px;
  }

  .sec6 {
    padding: 70px 0;
  }

  .sec6 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec6 .container .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec6 .container .items .item span {
    font-size: 36px;
    line-height: 40px;
  }

  .sec6 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
  }

  .sec6 .container .items {
    gap: 48px;
    margin-top: 40px;
  }

  .sec12 {
    padding: 70px 0;
  }

  .sec12 .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 40px;
  }

  .sec12 .container .content h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .sec12 .container .picture .circle-txt {
    width: 100px;
    height: 100px;
    right: calc(100% - 110px);
    top: calc(100% - 50px);
  }

  .sec13 {
    padding: 70px 0;
  }

  .sec13 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec13 .container .items {
    margin-top: 40px;
    gap: 34px;
  }

  .sec13 .container .subtitle {
    font-size: 14px;
  }

  .sec13 .container .items .item {
    flex: 1 0 40%;
    padding-bottom: 0;
  }

  .sec13 .container .items .item span {
    font-size: 28px;
    line-height: 32px;
  }

  .sec13 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec11 {
    padding: 70px 0;
  }

  .sec11 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec11 .container .subtitle {
    font-size: 14px;
  }

  .sec11 .container .items {
    margin-top: 40px;
  }

  .sec11 .container .items .item {
    flex: 0 0 calc(50% - 50px);
    padding-bottom: 40px;
    width: 100%;
  }

  .sec11 .container .items .item {
    border-bottom: 1px solid rgba(250, 246, 240, 0.5);
  }

  .sec11 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec10 {
    padding: 70px 0;
  }

  .sec10 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec10 .container .items .item {
    flex: 1 0 calc(50% - 20px);
  }

  .sec10 .container .title span {
    font-size: 14px;
  }

  .sec10 .container .items {
    gap: 20px;
  }

  .sec10 .container .title h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .sec10 .container .items .item span {
    font-size: 28px;
    line-height: 32px;
  }

  .sec10 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec9 {
    padding: 70px 0;
  }

  .sec9 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec9 .container .subtitle {
    font-size: 14px;
  }

  .sec9 .container .items .item span {
    font-size: 22px;
    line-height: 26px;
  }

  .sec9 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
  }

  .sec9 .container .items {
    margin-top: 41px;
  }

  .sec9 .container .items .item {
    padding-top: 0;
    padding-left: 24px;
    margin-left: 36px;
    flex: 0 0 100%;
    padding-right: 40px;
  }

  .sec9 .container .items .item:after {
    right: calc(100% + 26px);
    top: -4px;
    left: unset;
  }

  .sec9 .container .items .item:before {
    right: calc(100% - 7px);
    top: 0;
  }

  .sec9 .container .items .item:not(:last-child) {
    border-top: 0;
    border-left: 1px solid #FAF6F0;
    padding-bottom: 36px;
    padding-right: 40px;
  }

  .sec8 {
    padding: 70px 0;
  }

  .sec8 .container {
    padding-left: 20px;
    padding-right: 20px;
    gap: 74px;
  }

  .sec8 .container .content h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .sec8 .container .content p {
    margin: 40px 0 0 73px;
    font-size: 15px;
    line-height: 22px;
  }

  .sec8 .container .picture .circle-txt {
    width: 100px;
    height: 100px;
    left: calc(100% - 115px);
    top: calc(100% - 60px);
  }

  .sec14 {
    padding: 70px 0;
  }

  .sec14 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec14 .container .members {
    gap: 40px;
  }

  .sec14 .container .members .member {
    flex: 0 0 calc(50% - 27px);
  }

  .sec15 {
    padding: 40px 0 70px;
  }

  .sec15 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec15 .container .content .cards .card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec17 .container .content {
    width: 100%;
  }

  .sec17 .container .content form label {
    flex: 0 0 100%;
  }

  .sec17 .container {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .mobile-logo {
    display: none;
  }

  header .container .btn {
    margin-left: auto;
  }

  .mobile-menu {
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .sec1.other-hero.btn {
    height: unset;
  }

  header .container .logo,
  header .container .language,
  header .container .language-switcher,
  header .container nav {
    display: none;
  }

  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec1 {
    padding-top: 120px;
    height: unset;
  }

  .sec1 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec1 .container h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .sec1 .container p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }

  .sec1 .container .down-icon {
    margin-top: 60px;
  }

  .sec1 .container .down-icon p {
    margin-top: 0;
  }

  .sec2 {
    padding: 70px 0;
  }

  .sec2 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 46px;
  }

  .sec2 .container .picture {
    max-width: 320px;
  }

  .sec2 .container .content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec2 .container .content h2 {
    margin-top: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .sec2 .container .content .bottom-descr p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec2 .container .content .bottom-descr {
    padding-left: 20px;
    margin: 40px 0 0 30px;
  }

  .sec2 .container .content .bottom-descr .items {
    margin-top: 40px;
    gap: 24px;
  }

  .sec2 .container .content .bottom-descr .items .item {
    flex: 0 0 100%;
  }

  .sec2 .container .content .bottom-descr .items .item p {
    margin-top: 8px;
  }

  .sec2 .container .content .bottom-descr .items .item span {
    font-size: 30px;
    line-height: 30px;
  }

  .alert__line {
    padding: 19px 0;
  }

  .alert__message {
    font-size: 22px;
    line-height: normal;
  }

  .sec3 {
    padding: 70px 0;
  }

  .sec3 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec3 .container .items {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .sec3 .container .items .item {
    flex: 1 0 50%;
  }

  .sec3 .container .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec3 .container .items .item:not(:last-child) {
    padding-right: 0;
    border: 0;
  }

  .sec3 .container .items .item:not(:first-child) {
    padding-left: 0;
  }

  .sec3 .container .items .item:not(:last-child) {
    border-bottom: 1px solid #FAF6F0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .sec3 .container .items .item span {
    font-size: 40px;
    line-height: 40px;
  }

  .sec3 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }

  .sec3 .container .items .item a {
    margin-top: 30px;
  }

  .sec4 {
    padding: 70px 0;
  }

  .sec4 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec4 .container .items {
    flex-direction: column;
    gap: 40px;
  }

  .sec4 .container .items .item .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec4 .container .items .item h2 {
    font-size: 48px;
    line-height: 52px;
    margin-top: 24px;
  }

  .sec4 .container .items .item p {
    margin: 39px 0 0 46px;
    font-size: 15px;
    line-height: 22px;
  }

  .sec4 .container .items .item ul {
    gap: 30px;
    padding-left: 22px;
  }

  .sec4 .container .items .item ul li {
    font-size: 20px;
    line-height: 26px;
  }

  .sec4 .container .items .item ul li:before {
    right: calc(100% + 14px);
  }

  footer {
    padding: 50px 0 30px;
  }

  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .container .top-content {
    flex-wrap: wrap;
    gap: 40px;
  }

  footer .container .top-content ul {
    flex: 0 0 calc(50% - 40px);
  }

  footer .container .top-content ul span {
    font-size: 18px;
    line-height: normal;
  }

  footer .container .top-content ul li {
    font-size: 15px;
    line-height: 20px;
  }

  .sec7 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }

  .sec7 .container .item ol li {
    font-size: 30px;
    line-height: 30px;
  }

  .sec7 {
    padding: 70px 0;
  }

  .sec7 .container .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec7 .container .item a {
    margin-top: 40px;
  }

  .sec7 .container .item.txt {
    padding-left: 20px;
    margin-left: 27px;
    padding-right: 20px;
    max-width: unset;
  }

  .sec6 {
    padding: 70px 0;
  }

  .sec6 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec6 .container .items .item {
    flex: 1 0 calc(50% - 48px);
  }

  .sec6 .container .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec6 .container .items .item span {
    font-size: 36px;
    line-height: 40px;
  }

  .sec6 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
  }

  .sec6 .container .items {
    gap: 48px;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .sec12 {
    padding: 70px 0;
  }

  .sec12 .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 40px;
  }

  .sec12 .container .content h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .sec12 .container .picture .circle-txt {
    width: 100px;
    height: 100px;
    right: calc(100% - 110px);
    top: calc(100% - 50px);
  }

  .sec13 {
    padding: 70px 0;
  }

  .sec13 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec13 .container .items {
    margin-top: 40px;
    gap: 34px;
  }

  .sec13 .container .subtitle {
    font-size: 14px;
  }

  .sec13 .container .items .item {
    flex: 1 0 40%;
    padding-bottom: 0;
  }

  .sec13 .container .items .item span {
    font-size: 28px;
    line-height: 32px;
  }

  .sec13 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec11 {
    padding: 70px 0;
  }

  .sec11 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec11 .container .subtitle {
    font-size: 14px;
  }

  .sec11 .container .items {
    margin-top: 40px;
  }

  .sec11 .container .items .item {
    flex: 0 0 100%;
    padding-bottom: 40px;
    width: 100%;
  }

  .sec11 .container .items .item {
    border-bottom: 1px solid rgba(250, 246, 240, 0.5);
  }

  .sec11 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec10 {
    padding: 70px 0;
  }

  .sec10 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec10 .container .items .item {
    flex: 0 0 100%;
  }

  .sec10 .container .title span {
    font-size: 14px;
  }

  .sec10 .container .items {
    gap: 20px;
  }

  .sec10 .container .title h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .sec10 .container .items .item span {
    font-size: 28px;
    line-height: 32px;
  }

  .sec10 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec9 {
    padding: 70px 0;
  }

  .sec9 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec9 .container .subtitle {
    font-size: 14px;
  }

  .sec9 .container .items .item span {
    font-size: 22px;
    line-height: 26px;
  }

  .sec9 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
  }

  .sec9 .container .items {
    margin-top: 41px;
  }

  .sec9 .container .items .item {
    padding-top: 0;
    padding-left: 24px;
    margin-left: 36px;
    flex: 0 0 100%;
    padding-right: 40px;
  }

  .sec9 .container .items .item:after {
    right: calc(100% + 26px);
    top: -4px;
    left: unset;
  }

  .sec9 .container .items .item:before {
    right: calc(100% - 7px);
    top: 0;
  }

  .sec9 .container .items .item:not(:last-child) {
    border-top: 0;
    border-left: 1px solid #FAF6F0;
    padding-bottom: 36px;
    padding-right: 40px;
  }

  .sec8 {
    padding: 70px 0;
  }

  .sec8 .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 74px;
  }

  .sec8 .container .content h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .sec8 .container .content p {
    margin: 40px 0 0 73px;
    font-size: 15px;
    line-height: 22px;
  }

  .sec8 .container .picture .circle-txt {
    width: 100px;
    height: 100px;
    left: calc(100% - 115px);
    top: calc(100% - 60px);
  }

  .sec14 {
    padding: 70px 0;
  }

  .sec14 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec14 .container .members {
    gap: 40px;
  }

  .sec14 .container .members .member {
    flex: 0 0 100%;
  }

  .sec15 {
    padding: 40px 0 70px;
  }

  .sec15 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec15 .container .content .cards .card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec19 {
    padding: 70px 0;
  }

  .sec19 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec19 .container .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sec19 .container .cards {
    margin-top: 40px;
  }

  .sec19 .container .cards .card {
    flex: 0 0 calc(50% - 20px);
  }

  .sec18 {
    padding: 40px 0;
  }

  .sec18 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec18 .container h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .sec18 .container p {
    text-align: center;
    color: #faf6f0;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
  }

  .sec18 .container p a {
    color: #faf6f0;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
  }

  .sec18 .container p span {
    color: #ffa871;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
  }

  .sec17 {
    padding: 70px 0;
  }

  .sec17 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }

  .sec17 .container .content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sec17 .container .content form {
    margin-top: 30px;
  }

  .sec17 .container .photo {
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 575px) {

  header,
  section,
  footer {
    width: 100% !important;
  }

  header .container .logo,
  header .container .language,
  header .container .language-switcher,
  header .container nav {
    display: none;
  }

  header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec1.other-hero {
    min-height: 344px;
    padding-bottom: 60px;
  }

  .sec1 {
    padding-top: 120px;
    height: unset;
  }

  .sec1 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec1 .container h1 {
    font-size: 56px !important;
    line-height: 56px !important;
  }

  .sec1 .container p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }

  .sec1 .container .down-icon {
    margin-top: 60px;
  }

  .sec1 .container .down-icon p {
    margin-top: 0;
  }

  .sec2 {
    padding: 70px 0;
  }

  .sec2 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 46px;
  }

  .sec2 .container .picture {
    max-width: 320px;
  }

  .sec2 .container .content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec2 .container .content h2 {
    margin-top: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .sec2 .container .content .bottom-descr p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec2 .container .content .bottom-descr {
    padding-left: 20px;
    margin: 40px 0 0 30px;
  }

  .sec2 .container .content .bottom-descr .items {
    margin-top: 40px;
    gap: 24px;
  }

  .sec2 .container .content .bottom-descr .items .item {
    flex: 0 0 100%;
  }

  .sec2 .container .content .bottom-descr .items .item p {
    margin-top: 8px;
  }

  .sec2 .container .content .bottom-descr .items .item span {
    font-size: 30px;
    line-height: 30px;
  }

  .alert__line {
    padding: 19px 0;
  }

  .alert__message {
    font-size: 22px;
    line-height: normal;
  }

  .sec3 {
    padding: 70px 0;
  }

  .sec3 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec3 .container .items {
    margin-top: 40px;
    flex-direction: column;
  }

  .sec3 .container .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec3 .container .items .item:not(:last-child) {
    padding-right: 0;
    border: 0;
  }

  .sec3 .container .items .item:not(:first-child) {
    padding-left: 0;
  }

  .sec3 .container .items .item:not(:last-child) {
    border-bottom: 1px solid #FAF6F0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .sec3 .container .items .item span {
    font-size: 40px;
    line-height: 40px;
  }

  .sec3 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }

  .sec3 .container .items .item a {
    margin-top: 30px;
  }

  .sec4 {
    padding: 70px 0;
  }

  .sec4 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec4 .container .items {
    flex-direction: column;
    gap: 40px;
  }

  .sec4 .container .items .item .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec4 .container .items .item h2 {
    font-size: 48px;
    line-height: 52px;
    margin-top: 24px;
  }

  .sec4 .container .items .item p {
    margin: 39px 0 0 46px;
    font-size: 15px;
    line-height: 22px;
  }

  .sec4 .container .items .item ul {
    gap: 30px;
    padding-left: 22px;
  }

  .sec4 .container .items .item ul li {
    font-size: 20px;
    line-height: 26px;
  }

  .sec4 .container .items .item ul li:before {
    right: calc(100% + 14px);
  }

  footer {
    padding: 50px 0 30px;
  }

  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .container .top-content {
    flex-wrap: wrap;
    gap: 40px;
  }

  footer .container .top-content ul {
    flex: 0 0 100%;
  }

  footer .container .top-content ul span {
    font-size: 18px;
    line-height: normal;
  }

  footer .container .top-content ul li {
    font-size: 15px;
    line-height: 20px;
  }

  .sec7 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }

  .sec7 .container .item ol li {
    font-size: 30px;
    line-height: 30px;
  }

  .sec7 {
    padding: 70px 0;
  }

  .sec7 .container .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec7 .container .item a {
    margin-top: 40px;
  }

  .sec7 .container .item.txt {
    padding-left: 20px;
    margin-left: 27px;
    padding-right: 20px;
  }

  .sec6 {
    padding: 70px 0;
  }

  .sec6 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec6 .container .items {
    flex-direction: column;
  }

  .sec6 .container .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec6 .container .items .item span {
    font-size: 36px;
    line-height: 40px;
  }

  .sec6 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
  }

  .sec6 .container .items {
    gap: 48px;
    margin-top: 40px;
  }

  .sec12 {
    padding: 70px 0;
  }

  .sec12 .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 40px;
  }

  .sec12 .container .content h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .sec12 .container .picture .circle-txt {
    width: 100px;
    height: 100px;
    right: calc(100% - 110px);
    top: calc(100% - 50px);
  }

  .sec13 {
    padding: 70px 0;
  }

  .sec13 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec13 .container .items {
    margin-top: 40px;
    gap: 34px;
  }

  .sec13 .container .subtitle {
    font-size: 14px;
  }

  .sec13 .container .items .item {
    flex: 0 0 100%;
    padding-bottom: 0;
  }

  .sec13 .container .items .item span {
    font-size: 28px;
    line-height: 32px;
  }

  .sec13 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec11 {
    padding: 70px 0;
  }

  .sec11 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec11 .container .subtitle {
    font-size: 14px;
  }

  .sec11 .container .items {
    margin-top: 40px;
  }

  .sec11 .container .items .item {
    flex: 0 0 100%;
    padding-bottom: 40px;
  }

  .sec11 .container .items .item:not(:nth-last-child(-n+3)) {
    border-bottom: 0;
  }

  .sec11 .container .items .item:not(:last-child) {
    border-bottom: 1px solid rgba(250, 246, 240, 0.5);
  }

  .sec11 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec10 {
    padding: 70px 0;
  }

  .sec10 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec10 .container .items .item {
    flex: 0 0 100%;
  }

  .sec10 .container .title span {
    font-size: 14px;
  }

  .sec10 .container .title h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .sec10 .container .items .item span {
    font-size: 28px;
    line-height: 32px;
  }

  .sec10 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec9 {
    padding: 70px 0;
  }

  .sec9 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec9 .container .subtitle {
    font-size: 14px;
  }

  .sec9 .container .items .item span {
    font-size: 22px;
    line-height: 26px;
  }

  .sec9 .container .items .item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
  }

  .sec9 .container .items {
    margin-top: 41px;
  }

  .sec9 .container .items .item {
    padding-top: 0;
    padding-left: 24px;
    margin-left: 36px;
    flex: 0 0 100%;
    padding-right: 40px;
  }

  .sec9 .container .items .item:after {
    right: calc(100% + 26px);
    top: -4px;
    left: unset;
  }

  .sec9 .container .items .item:before {
    right: calc(100% - 7px);
    top: 0;
  }

  .sec9 .container .items .item:not(:last-child) {
    border-top: 0;
    border-left: 1px solid #FAF6F0;
    padding-bottom: 36px;
    padding-right: 40px;
  }

  .sec8 {
    padding: 70px 0;
  }

  .sec8 .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 74px;
  }

  .sec8 .container .content h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .sec8 .container .content p {
    margin: 40px 0 0 73px;
    font-size: 15px;
    line-height: 22px;
  }

  .sec8 .container .picture .circle-txt {
    width: 100px;
    height: 100px;
    left: calc(100% - 115px);
    top: calc(100% - 60px);
  }

  .sec14 {
    padding: 70px 0;
  }

  .sec14 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec14 .container .members {
    gap: 40px;
  }

  .sec14 .container .members .member {
    flex: 0 0 100%;
  }

  .sec15 {
    padding: 40px 0 70px;
  }

  .sec15 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec15 .container .content .cards .card-container {
    grid-template-columns: 1fr;
  }

  .sec16 {
    padding: 83px 0;
    min-height: 356px;
  }

  .sec16 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec16 .container h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .sec16 .container p {
    font-size: 15px;
    line-height: 22px;
  }

  .sec19 {
    padding: 70px 0;
  }

  .sec19 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec19 .container .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sec19 .container .cards {
    margin-top: 40px;
  }

  .sec19 .container .cards .card {
    flex: 0 0 100%;
  }

  .sec18 {
    padding: 40px 0;
  }

  .sec18 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec18 .container h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .sec18 .container p {
    text-align: center;
    color: #faf6f0;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
  }

  .sec18 .container p a {
    color: #faf6f0;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
  }

  .sec18 .container p span {
    color: #ffa871;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
  }

  .sec17 {
    padding: 70px 0;
  }

  .sec17 .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }

  .sec17 .container .content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sec17 .container .content form {
    margin-top: 30px;
  }

  .sec17 .container .content form label {
    flex: 0 0 100%;
  }
}

@media (max-width: 1120px) {
  .sec5 .container {
    padding-left: 20px;
    padding-right: 0 !important;
  }

  .sec5 .container .items {
    margin-top: 36px;
  }

  .sec5 .items {
    display: block;
  }

  .sec5 .swiper {
    padding-bottom: 50px;
  }

  .sec5 .swiper-slide {
    width: auto;
  }

  .sec5 .container .items .item {
    padding: 30px;
  }

  .sec5 .container .items .item .badge {
    display: none;
  }

  .sec5 .container a.btn {
    margin-top: 36px;
  }
}

@media (max-width: 991px) {
  .sec5 {
    padding: 70px 0;
  }

  .sec5 .container .title .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sec5 .container .title h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  footer .container .top-content ul:nth-child(2) span {
    font-size: 33px;
  }

  footer .container .top-content ul:nth-child(2) li {
    font-size: 20px;
  }

  footer .container .top-content ul:nth-child(2) li.phone::before,
  footer .container .top-content ul:nth-child(2) li.street::before {
    width: 27px;
    height: 27px;
    min-width: 27px;
  }
}

/*  */
.language {
  position: relative;
  cursor: pointer;
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.language:hover .language-dropdown {
  display: block;
}

.language-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 5px 8px;
}

.language-dropdown li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.language-dropdown li a {
  color: #1c2321;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  padding: 5px 8px;
  text-decoration: none;
  transition: .3s;
  text-align: center;
}

.lang-arrow {
  margin-left: 6px;
  transform: rotate(180deg);
  transition: .1s;
}

.language:hover .lang-arrow {
  transform: unset;
}

.map-container iframe {
  width: 290px;
  height: 240px;
}

@media (max-width: 768px) {
  .map-container iframe {
    width: 100%;
  }
}

.sec15 .container .content .cards .card-container .card .badge {
  height: 30px;
}

.sec15 .container .content .cards .card-container .card .badge img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/*  */
header .container .language-switcher {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

header .container .language-switcher .lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid #FAF6F0;
  border-radius: 6px;
  background: transparent;
  color: #FAF6F0;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: underline;
  border-color: transparent;
}

header .container .language-switcher .lang-btn .flag {
  font-size: 18px;
  line-height: 1;
}

header .container .language-switcher .lang-btn .code {
  letter-spacing: 0;
}

header .container .language-switcher .lang-btn:hover {
  background: rgba(250, 246, 240, 0.1);
  text-decoration: none;
}

header .container .language-switcher .lang-btn.active {
  color: #fff;
  border-color: #FAF6F0;
  text-decoration: none;
}