* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 900px) {
  body {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONTS */
@font-face {
  font-family: "Centaurus";
  src: url("../fonts/Centaurus-SVG1.otf") format("opentype"), url("../fonts/Centaurus_Regular.240328-0943.ttf") format("ttf"), url("../fonts/Centaurus_Regular.240328-0943.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.233px;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #f3f3f3;
}

p {
  margin-top: 0;
}

a {
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.233px;
}

img {
  max-width: 100%;
  height: auto;
}

.v100 {
  height: 100vh;
}

.btn {
  line-height: 1;
  padding: 18px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #80BA27;
  color: #fff !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  max-width: fit-content;
  min-width: 170px;
  text-align: center;
}
.btn:hover {
  background-color: #3d6a2b !important;
}

.container-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.col-1 {
  width: 100%;
  max-width: 8.3333333333%;
}

.col-2 {
  width: 100%;
  max-width: 16.6666666667%;
}

.col-3 {
  width: 100%;
  max-width: 25%;
}

.col-4 {
  width: 100%;
  max-width: 33.3333333333%;
}

.col-5 {
  width: 100%;
  max-width: 41.66666666%;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.col-7 {
  width: 100%;
  max-width: 58.3333333333%;
}

.col-8 {
  width: 100%;
  max-width: 66.6666666667%;
}

.col-9 {
  width: 100%;
  max-width: 75%;
}

.container-1230 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.jc-sb {
  justify-content: space-between;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.overflow-hide {
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.section__header {
  text-align: center;
  margin: 0 auto 80px auto;
}

.ai-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.header {
  z-index: 3;
  position: fixed;
  background-color: #fff;
  padding: 15px 70px;
  transition: all 0.3s ease-out;
}

.top-bar {
  transition: all 0.3s ease-out;
}

.scrolled .top-bar {
  margin-bottom: 5px;
}
.scrolled .header {
  padding-top: 5px;
  box-shadow: 5px 8px 90px rgba(0, 0, 0, 0.2);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top-bar {
  margin-bottom: 15px;
}

.header-fixed-fix {
  height: 95px;
}

/* MENU */
.top-bar {
  display: flex;
  justify-content: flex-end;
}

.top-bar__link {
  color: #18191A;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
  margin: 0 15px;
}
.top-bar__link:hover {
  color: #80ba27;
}

.top-bar__lang {
  position: relative;
}
.top-bar__lang:hover::after {
  content: "";
  display: block;
  height: 50px;
  width: 90px;
  position: absolute;
  z-index: -1px;
}
.top-bar__lang:hover .top-bar__lang-inner {
  display: block;
  z-index: 1;
}
.top-bar__lang:hover .top-bar__lang-first::after {
  transform: rotate(-180deg);
}

.top-bar__lang-inner {
  width: 100px;
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.top-bar__lang-inner:hover {
  display: block;
}

.top-bar__lang-first {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.top-bar__lang-first::after {
  transition: all 0.3s ease-out;
  background-image: url("../img/icon/down.svg");
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 4px;
}

.top-bar__lang-link {
  color: #18191A;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.3s ease-out;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.top-bar__lang-link:hover {
  color: #80ba27;
}
.top-bar__lang-link img {
  margin-right: 5px;
}

.navbar__menu {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.navbar__menu li:first-child .navbar__submenu-link {
  max-height: unset;
}

.navbar__menu-item {
  margin: 0 20px;
}

.navbar__menu-link {
  white-space: nowrap;
  color: #18191A;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.navbar__menu-link:hover {
  color: #80ba27;
}

.navbar__socials {
  display: flex;
  align-items: flex-start;
}
.navbar__socials a svg > * {
  transition: all 0.3s ease-out;
}
.navbar__socials .search {
  margin-right: 30px;
  height: 22px;
  display: flex;
  align-items: center;
}
.navbar__socials .search:hover rect {
  fill: #3d6a2b;
}
.navbar__socials .search:hover path {
  fill: #3d6a2b;
}
.navbar__socials .search:hover ellipse {
  stroke: #3d6a2b;
}

.navbar__socials-item:not(:last-child) {
  margin-right: 6px;
}
.navbar__socials-item:hover path {
  fill: #3d6a2b;
}

.navbar__menu-item-has-children {
  display: flex;
}
.navbar__menu-item-has-children > a {
  position: relative;
  padding-right: 12px;
}
.navbar__menu-item-has-children > a::before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 100%;
}
.navbar__menu-item-has-children > a::after {
  transition: all 0.3s ease-out;
  background-image: url("../img/icon/down.svg");
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}

.navbar__submenu {
  width: 1200px;
  display: none;
  justify-content: center;
  position: absolute;
  padding: 5px 0;
  top: 100%;
  left: calc(50% - 600px);
  transition: opacity 0.3s ease-out;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.navbar__submenu .navbar__submenu-item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
  width: 50%;
}
.navbar__submenu .navbar__submenu-item .navbar__submenu-link:not(:last-child) {
  position: relative;
}
.navbar__submenu .navbar__submenu-item .navbar__submenu-link:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6f1d4;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.navbar__submenu .navbar__submenu-item-1 .navbar__submenu-link {
  position: relative;
  max-height: 125px;
}
.navbar__submenu .navbar__submenu-item-1 .navbar__submenu-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6f1d4;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.navbar__submenu .navbar__submenu-link {
  margin: 10px;
  color: #80BA27;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  height: 50%;
  border: 1px solid #e6f1d4;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
}
.navbar__submenu .navbar__submenu-link:hover {
  background-color: #80ba27;
  color: #fff;
  text-decoration: underline !important;
}

.navbar__menu-item-has-children:nth-child(1) .navbar__submenu-item--right .navbar__submenu-link:last-child {
  background-image: url(../img/icon3.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.navbar__menu-item-has-children:nth-child(2) .navbar__submenu-item--right .navbar__submenu-link:last-child {
  background-image: url(../img/icon2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.navbar__menu-item-has-children:nth-child(3) .navbar__submenu-item--right .navbar__submenu-link:last-child {
  background-image: url(../img/icon.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.navbar__submenu-imgs {
  margin: 10px 0;
  flex-shrink: 0;
  position: relative;
  order: 2;
}
.navbar__submenu-imgs img {
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar__submenu-imgs img:first-child {
  display: block;
  position: relative;
}
.navbar__submenu-imgs img.active {
  display: block !important;
  z-index: 2;
}

.navbar__submenu-item--right {
  order: 3;
}

@keyframes show-anim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar__menu-item:hover {
  color: #3d6a2b;
}
.navbar__menu-item:hover > a {
  color: #80ba27 !important;
}
.navbar__menu-item:hover > a::after {
  transform: rotate(180deg);
}
.navbar__menu-item:hover .navbar__submenu {
  display: flex;
  animation: show-anim 0.4s ease-out;
}

.search__submit {
  margin-right: 5px;
  border: none;
  background-color: transparent;
}

.search__field {
  font-size: 1rem;
  font-weight: 400;
  color: #18191a;
  padding: 0 20px;
  border: 2px solid #80BA27;
  height: 40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
}
.search__field::placeholder {
  color: #80BA27;
}

.search__box {
  width: 1200px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.search__form {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-close {
  display: none;
}

.search-active .search-close {
  display: block;
}
.search-active .search-open {
  display: none;
}
.search-active .search__box {
  display: block;
}

.navbar__btn {
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: #fab400;
  border: none;
  transition: background-color 0.3s;
}
.navbar__btn:hover {
  background-color: #3d6a2b;
}

.navbar__btn--close {
  display: none;
}
.navbar__btn--close svg {
  margin-bottom: 2px;
  margin-right: 1px;
}

.show-mobile-menu .navbar__btn:not(.navbar__btn--close) {
  display: none;
}
.show-mobile-menu .top-bar {
  display: none;
}
.show-mobile-menu .navbar__btn--close {
  display: flex;
}
.show-mobile-menu .primary-menu-mobile {
  display: flex;
  animation: show-anim 0.4s ease-out;
  flex-direction: column;
}

.search__box--mobile {
  background-color: #f4f3f3;
  padding: 10px 30px;
}
.search__box--mobile form {
  justify-content: space-between;
}
.search__box--mobile .search__field--mobile {
  font-size: 0.75rem;
  color: #49454F;
  line-height: 2;
  letter-spacing: 0.233px;
  background-color: #f4f3f3;
  border: none;
  border-bottom: 1px solid #dbddde;
  width: 100%;
  position: relative;
}
.search__box--mobile .search__field--mobile::placeholder {
  line-height: 55px; /* 458.333% */
  letter-spacing: 0.233px;
  color: #49454F;
  font-size: 0.75rem;
}
.search__box--mobile .search__field--mobile:focus {
  outline: none;
}
.search__box--mobile .search__submit--mobile {
  border: none;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 8px;
}

.navbar__menu-item-lang .navbar__menu-link {
  display: flex !important;
  align-items: center;
}
.navbar__menu-item-lang .navbar__menu-link img {
  margin-right: 10px;
}
.navbar__menu-item-lang .navbar__submenu--mob {
  padding-left: 25px;
}

.mobile-menu-img {
  margin: 20px auto 10px auto;
}

.navbar__socials--mobile {
  margin-top: 50px;
}

.primary-menu-mobile {
  transition: all 0.3s;
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  max-height: calc(100vh - 50px);
}
.primary-menu-mobile nav {
  width: 100%;
  padding: 20px 10px 0 10px;
  width: 100%;
}
.primary-menu-mobile .navbar__menu {
  flex-direction: column;
}
.primary-menu-mobile .navbar__menu > .navbar__menu-item > a {
  display: block;
  padding: 16px 0 16px 0;
}
.primary-menu-mobile .navbar__menu > .navbar__menu-item:first-child > a {
  border-top: 1px solid #f3f3f3;
}
.primary-menu-mobile .navbar__menu-item-has-children {
  flex-direction: column;
}
.primary-menu-mobile .navbar__submenu-link {
  padding: 6px 24px;
  color: #49454F;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
}
.primary-menu-mobile .navbar__submenu-link:hover {
  color: #80ba27;
}
.primary-menu-mobile .navbar__menu-item-has-children.active > a {
  color: #80ba27;
  padding-bottom: 0;
}
.primary-menu-mobile .navbar__menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}
.primary-menu-mobile .navbar__menu-item-has-children.active .navbar__submenu--mob {
  display: block;
}

.navbar__submenu--mob {
  display: none;
  padding: 10px 0;
  list-style: none;
}
.navbar__submenu--mob .navbar__menu-item {
  padding: 24px 10px;
  list-style: none;
}

.navbar__socials--mobile {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.navbar__socials--mobile svg {
  width: 22px;
  height: 22px;
}
.navbar__socials--mobile .navbar__socials-item {
  margin-right: 6px;
  margin-left: 6px;
}

@media (max-width: 1660px) {
  .navbar__menu {
    padding: 0 15px;
  }
}
@media (max-width: 1350px) {
  .header {
    padding: 15px 30px;
  }
  .navbar__menu-item {
    margin: 0 10px;
  }
}
@media (max-width: 1130px) {
  .navbar__menu-item-has-children a::before {
    content: unset !important;
  }
  .navbar__btn:not(.navbar__btn--close) {
    display: flex;
  }
  .header {
    padding: 15px 30px;
  }
  .navbar__menu-item {
    margin: 0 10px;
  }
  .navbar__close {
    display: flex;
  }
  .primary-menu {
    display: none;
  }
  .navbar > .navbar__socials {
    display: none;
  }
  .top-bar__link {
    font-size: 0.625rem;
  }
}
.min100 {
  min-width: 60%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider.section {
  overflow-x: hidden;
}
.slider.section .slider__item {
  overflow-x: hidden;
}

.slider .swiper {
  cursor: pointer;
}

.slider__item {
  height: 835px;
  width: 100%;
}

.slider__imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.slider__imgbox::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 46.52%, rgba(0, 0, 0, 0) 99.86%);
}
.slider__imgbox img {
  object-fit: cover;
  height: 100%;
}

.slider {
  position: relative;
}
.slider::after {
  z-index: 1;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #FAB400 25%, #F39200 25%, #F39200 50%, #80BA27 50%, #80BA27 75%, #C99555 75%, #C99555 100%);
}

.slider__item-inner {
  padding: 50px 70px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider__item-inner .btn {
  margin-left: 50px;
  margin-top: 50px;
  padding: 20px 22px;
  font-size: 1.25rem;
  font-weight: 600;
}

.slider__title {
  margin-top: 5vw;
  font-family: "Centaurus", sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.slider__title--strong {
  white-space: nowrap;
  font-family: "Centaurus", sans-serif;
  color: #fab400;
  font-size: 6.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 100px;
  text-align: center;
}

.slider__lead {
  color: #fff;
  font-size: 1.25rem;
  margin-left: 50px;
  text-transform: uppercase;
  max-width: 600px;
}

.slider__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.slider__btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slider__btn:hover {
  background-color: #f39200;
  border-color: #f39200;
}
.slider__btn img {
  margin: auto;
}

.slider__btn--next img {
  transform: rotate(180deg);
}

.slider__pagination {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  right: 70px;
}

.slider__paginationlist {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.slider__paginationlist .pagination__bullet {
  width: auto;
  line-height: 1;
  height: auto;
  font-size: 1.625rem;
  display: block;
  color: #c3c6c9;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.slider__paginationlist .pagination__bullet:hover {
  color: #f39200;
}
.slider__paginationlist .pagination__bullet:not(:last-child) {
  margin-bottom: 10px;
}
.slider__paginationlist .pagination__bullet--active {
  font-size: 3.25rem;
  color: #fab400;
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
}
.slider__paginationlist .pagination__bullet--active::before {
  height: 55px;
  width: 4px;
  content: "";
  background-color: #fab400;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
}
.slider__paginationlist .pagination__bullet--active::after {
  height: 55px;
  width: 4px;
  left: calc(50% - 2px);
  content: "";
  background-color: #fab400;
  position: absolute;
  bottom: 0;
}

.slider__text {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 500;
  margin-right: 80px;
  margin-top: 30px;
  text-transform: uppercase;
}

.video-item {
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.video-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 50px 20px;
}
.video-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-item:hover .play-btn {
  background-color: #f39200;
}

.slider__video-wrap {
  display: flex;
  column-gap: 30px;
  margin-bottom: 20px;
}
.slider__video-wrap .video-item {
  width: 272px;
  height: 238px;
  box-shadow: 0px 18px 40px #000;
}
.slider__video-wrap .video-item__text {
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.slider__video-wrap .play-btn {
  width: 50px;
  height: 50px;
}
.slider__video-wrap .play-btn img {
  max-height: 30px;
  margin: auto;
}

.video-item__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  z-index: 1;
}

.play-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #fab400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.play-btn img {
  height: 30px;
  margin: auto;
}

@media (max-width: 1430px) {
  .slider__item-inner {
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
  }
  .slider__title {
    margin-top: 0;
    padding: 0 0 0 40px;
    font-size: 3rem;
  }
  .slider__title--strong {
    margin-top: 0;
    text-align: left;
    font-size: 4rem;
  }
  .slider__left {
    max-width: 100%;
  }
  .slider__lead {
    margin-top: 0;
    font-size: 1rem;
  }
  .slider__item-inner .btn {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .slider__right {
    padding-left: 40px;
    align-items: flex-start;
    max-width: 100%;
  }
  .slider__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 900px) {
  .slider .swiper-slide {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 860px) {
  .slider__video-wrap .video-item {
    width: 223px;
    height: 162px;
  }
  .slider__lead {
    font-size: 0.875rem;
  }
  .slider__video-wrap .video-item__text {
    font-size: 0.625rem;
  }
  .slider__video-wrap {
    column-gap: 10px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .slider__btn {
    display: none;
  }
  .slider__paginationlist .pagination__bullet--active::before,
  .slider__paginationlist .pagination__bullet--active::after {
    display: none;
  }
  .slider__paginationlist {
    flex-direction: row;
    align-items: center;
  }
  .slider__paginationlist .pagination__bullet--active {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.25rem !important;
    color: #fab400 !important;
  }
  .slider__paginationlist .pagination__bullet {
    font-size: 0.875rem;
    padding: 5px;
    margin: 0 !important;
    color: #fff;
  }
  .slider__pagination {
    bottom: 15px;
    top: unset;
    right: 50%;
    transform: translateX(50%);
  }
  .slider__right, .slider__title {
    padding-left: 0;
  }
  .slider__title--strong,
  .slider__lead, .slider__item-inner .btn {
    margin-left: 0 !important;
  }
  .slider__lead {
    overflow: hidden;
    max-height: 100px;
  }
}
@media (max-width: 660px) {
  .slider__title {
    font-size: 1.25rem;
  }
  .slider__title--strong {
    font-size: 1.875rem;
  }
  .slider__item {
    height: 660px;
  }
}
@media (max-width: 480px) {
  .slider__video-wrap .video-item {
    height: auto;
    width: 160px;
  }
  .slider__video-wrap .video-item .play-btn {
    width: 36px;
    height: 36px;
  }
  .slider__video-wrap .video-item .play-btn img {
    max-height: 14px !important;
  }
}
.with-tucan {
  position: relative;
}
.with-tucan::after {
  content: url("../img/tukan.png");
  position: absolute;
  bottom: 150px;
  left: -65px;
  z-index: 1;
}
.with-tucan::before {
  content: url("../img/animality.png");
  position: absolute;
  bottom: -20px;
  left: -220px;
  z-index: 1;
}

.section-video-carusel-text {
  margin-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
.section-video-carusel-text .container {
  max-width: 1230px;
}
.section-video-carusel-text::before {
  content: url("../img/zebra.png");
  position: absolute;
  bottom: -30px;
  right: 30px;
  z-index: 1;
}
.section-video-carusel-text .wrapper {
  justify-content: space-between;
  column-gap: 90px;
}
.section-video-carusel-text .col-6 {
  max-width: calc(50% - 45px);
}

.section__text {
  color: #18191a;
  line-height: 1.6;
  margin-bottom: 30px;
}

.video-carusel__textbox > img {
  margin-bottom: 60px;
}

.section__title {
  font-size: 2.625rem;
  line-height: 1.4;
  font-weight: 400;
  color: #18191a;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: "Centaurus", sans-serif;
}
.section__title span {
  background-image: url("../img/animality-textbg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.video-carusel__textbox .btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pos-relative {
  position: relative;
}

.carusel__pagination {
  margin-top: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.carusel__btn {
  min-width: 50px;
  height: 50px;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fab400;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  border: none;
}
.carusel__btn:hover {
  background-color: #f39200;
}
.carusel__btn img {
  margin: auto;
}

.carusel__btn--prev img {
  transform: rotate(-90deg);
}

.carusel__btn--next img {
  transform: rotate(90deg);
}

.carusel__paginationlist {
  margin: 0 10px;
  display: flex;
  align-items: center;
  width: unset !important;
}
.carusel__paginationlist .pagination__bullet {
  line-height: 1;
  height: auto;
  font-size: 1.25rem;
  display: block;
  color: #c3c6c9;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.carusel__paginationlist .pagination__bullet:hover {
  color: #f39200;
}
.carusel__paginationlist .pagination__bullet:not(:last-child) {
  margin-right: 10px;
}
.carusel__paginationlist .pagination__bullet--active {
  font-size: 2.5rem;
  color: #fab400;
  position: relative;
  padding-left: 60px;
  padding-right: 65px;
}
.carusel__paginationlist .pagination__bullet--active::before {
  width: 55px;
  height: 4px;
  content: "";
  background-color: #fab400;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.carusel__paginationlist .pagination__bullet--active::after {
  width: 55px;
  height: 4px;
  top: calc(50% - 2px);
  content: "";
  background-color: #fab400;
  position: absolute;
  right: 0;
}

@media (max-width: 1630px) {
  .section-video-carusel-text .wrapper {
    margin-left: 200px;
  }
}
@media (max-width: 1430px) {
  .section-video-carusel-text .wrapper {
    justify-content: flex-end;
    column-gap: 45px;
  }
  .video__left {
    max-width: 40% !important;
  }
}
@media (max-width: 1400px) {
  .section-video-carusel-text .wrapper {
    margin-left: 0;
    padding-left: 130px;
  }
}
@media (max-width: 1000px) {
  .section-video-carusel-text .swiper-wrapper {
    overflow-x: scroll;
  }
  .section-video-carusel-text .swiper-wrapper .swiper-slide:last-child {
    margin-right: 40px;
  }
  .section-video-carusel-text .video-carusel__textbox {
    padding-right: 60px;
  }
  .section-video-carusel-text .wrapper {
    margin-left: 30px;
    padding-left: 0;
    margin-right: 30px;
  }
  .section-video-carusel-text .section__title {
    display: block !important;
  }
  .section-video-carusel-text .swiper-slide {
    width: 220px !important;
    margin-right: 8px;
  }
  .section-video-carusel-text .video__left {
    max-width: 100% !important;
    overflow-x: hidden;
  }
  .section-video-carusel-text .wrapper {
    flex-direction: column-reverse;
    column-gap: 0;
  }
  .section-video-carusel-text .carusel__pagination {
    display: none;
  }
  .section-video-carusel-text .video__left {
    max-width: 100% !important;
    margin-top: 30px;
    padding-left: 80px;
  }
  .section-video-carusel-text {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .section-video-carusel-text .container {
    padding-right: 0 !important;
  }
  .video-carusel__textbox > img {
    margin-bottom: 25px;
  }
  .section__text {
    font-size: 0.875rem;
  }
  .section-video-carusel-text::before {
    content: unset;
  }
  .section__title {
    margin-bottom: 20px;
    font-size: 1.625rem;
  }
  .section-video-carusel-text .section__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .section-video-carusel-text .with-tucan::before {
    content: url("../img/animality-moblie.png");
    bottom: 25px;
    left: 0;
  }
  .with-tucan::after {
    content: url("../img/tucan-mobile.png");
    bottom: 90px;
    left: 45px;
  }
  .section-video-carusel-text {
    overflow-x: hidden;
  }
  .section-video-carusel-text .video-item {
    max-width: 230px !important;
    max-height: 160px;
  }
  .section-video-carusel-text .video-carusel__textbox {
    max-width: 100% !important;
  }
  .section-video-carusel-text .play-btn {
    width: 32px;
    height: 32px;
  }
  .section-video-carusel-text .play-btn img {
    max-height: 18px;
  }
  .video-item__text {
    font-size: 0.75rem;
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
}
.section-blog {
  padding-top: 140px;
  background-image: url("../img/section-blog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}
.section-blog .section__title {
  text-align: center;
  width: 100%;
}
.section-blog .btn {
  margin: 60px auto 0 auto;
  position: relative;
  z-index: 1;
}
.section-blog .btn.btn-save-calendar {
  margin: 11px 0 0;
}
@media (max-width: 700px) {
  .section-blog .btn.btn-save-calendar {
    padding: 7px 10px;
    font-size: 8px;
    min-width: auto;
  }
}
.section-blog::after {
  background: linear-gradient(0deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 85.44%);
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 600px;
}

.blog .blog__box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.blog__item {
  max-height: 430px;
  width: calc(33.33333% - 20px);
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.blog__item:first-of-type {
  width: calc(66.666666% - 15px);
}
.blog__item:first-of-type .blog__title, .blog__item:first-of-type .blog__text {
  max-width: 70%;
}
.blog__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.54%, rgba(0, 0, 0, 0.6) 80.52%);
  padding: 50px 20px;
}
.blog__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.blog__category {
  font-size: 0.75rem;
  top: 30px;
  left: 30px;
  position: absolute;
  color: #fff;
  background-color: #c99555;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 6px 20px;
  min-width: 100px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog__text {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn-arrow {
  min-width: 40px;
  height: 40px;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: 2px solid #fff;
}
.btn-arrow:hover {
  background-color: #f39200;
  border-color: #f39200;
}
.btn-arrow img {
  margin: auto;
  max-height: 21px;
  transform: rotate(90deg);
}

.btn-arrow-text {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.btn-arrow-text span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.btn-arrow-text:hover .btn-arrow {
  background-color: #f39200;
  border-color: #f39200;
}
.btn-arrow-text:hover span {
  color: #f39200;
  text-decoration: underline;
}

@media (max-width: 1030px) {
  .blog__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 990px) {
  .blog__item:first-of-type .blog__title, .blog__item:first-of-type .blog__text, .blog__item:last-of-type .blog__title, .blog__item:last-of-type .blog__text {
    max-width: 100%;
  }
  .blog__title {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 900px) {
  .section-blog {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .blog .blog__box {
    gap: 10px;
    min-width: 480px;
  }
  .blog__item:last-of-type {
    display: none;
  }
  .blog__item:first-of-type, .blog__item:last-of-type,
  .blog__item {
    width: calc(33.33333% - 10px);
    height: auto;
    min-width: 150px;
  }
  .blog__text {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
  }
  .blog__title {
    font-size: 0.875rem;
  }
  .blog__category {
    font-size: 0.625rem;
    left: 10px;
    top: 10px;
  }
  .blog__content {
    left: 10px;
    bottom: 10px;
  }
  .btn-arrow-text span {
    font-size: 0.75rem;
  }
  .btn-arrow {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px;
  }
  .btn-arrow img {
    max-height: 16px;
  }
  .section-blog .btn {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .blog__box-wrapper-hidden {
    overflow-x: scroll;
    margin-right: -30px;
  }
  .blog__text {
    line-height: 1.1 !important;
    font-size: 0.625rem !important;
    max-height: 33px;
  }
  .blog__title {
    font-size: 0.75rem !important;
    max-height: 30px;
    overflow: hidden;
  }
  .blog__category {
    font-size: 0.5rem;
    min-width: 0;
    padding: 5px 10px;
  }
}
.carusel--vertical .carusel__pagination {
  position: absolute;
  top: 0;
  left: 380px;
  margin-left: 10px;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.carusel--vertical .carusel__btn--prev img {
  transform: rotate(0);
}
.carusel--vertical .carusel__btn--next img {
  transform: rotate(-180deg);
}
.carusel--vertical .swiper-slide:nth-child(2) .video__carusel-text2 {
  color: #F39200;
}
.carusel--vertical .carusel__paginationlist {
  margin: 10px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.carusel--vertical .carusel__paginationlist .pagination__bullet {
  margin-right: 0;
}
.carusel--vertical .carusel__paginationlist .pagination__bullet:not(:last-child) {
  margin-bottom: 10px;
}
.carusel--vertical .carusel__paginationlist .pagination__bullet--active {
  position: relative;
  padding: 60px 0 65px 0;
}
.carusel--vertical .carusel__paginationlist .pagination__bullet--active::before {
  width: 4px;
  height: 55px;
  left: calc(50% - 2px);
  top: 0px;
  bottom: unset;
  right: unset;
}
.carusel--vertical .carusel__paginationlist .pagination__bullet--active::after {
  width: 4px;
  height: 55px;
  bottom: 0;
  top: unset;
  right: unset;
  left: calc(50% - 2px);
}

.video-carusel--vertical {
  margin-top: 130px;
  margin-bottom: 70px;
}
.video-carusel--vertical .swiperbox {
  max-width: 370px;
}
.video-carusel--vertical .video-carusel__textbox {
  padding-right: 90px;
}
.video-carusel--vertical .video-carusel__textbox .section__text {
  max-width: 500px;
}
.video-carusel--vertical .section__text p {
  margin-bottom: 40px;
}
.video-carusel--vertical .video-item {
  max-width: 370px;
}

.with-butterfly1 {
  position: relative;
}
.with-butterfly1::before {
  position: absolute;
  top: -80px;
  left: -20px;
  content: url("../img/butterfly1.png");
}

.with-butterfly2 {
  position: relative;
}
.with-butterfly2::before {
  position: absolute;
  top: -40px;
  right: 100px;
  content: url("../img/butterfly2.png");
}

.video__carusel-text2 {
  color: #80BA27;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  max-width: 460px;
}
.video__carusel-text2 br {
  display: none;
}
.video__carusel-text2 strong {
  letter-spacing: 1px;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Centaurus", sans-serif;
  margin-top: 4px;
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .section-text-video-carusel-vertical .swiperbox {
    max-width: 100% !important;
  }
  .section-text-video-carusel-vertical .swiper-wrapper {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    column-gap: 10px;
  }
  .section-text-video-carusel-vertical .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
  .section-text-video-carusel-vertical .swiper-wrapper .swiper-slide:last-child {
    margin-right: 10px;
  }
  .video-carusel--vertical {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .video-carusel--vertical .play-btn {
    width: 32px;
    height: 32px;
  }
  .video-carusel--vertical .play-btn img {
    max-height: 18px;
  }
  .video-carusel--vertical.container {
    padding-right: 0 !important;
  }
  .section-text-video-carusel-vertical {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-text-video-carusel-vertical .section__title br {
    display: none;
  }
  .section-text-video-carusel-vertical .carusel__pagination {
    display: none;
  }
  .section-text-video-carusel-vertical .with-butterfly1 {
    max-width: 550px;
    overflow: hidden;
  }
  .video-carusel--vertical .section__text p {
    margin-bottom: 20px;
  }
  .video-carusel--vertical .video-carusel__textbox {
    padding-right: 0;
  }
  .video-carusel--vertical .video-carusel__textbox .section__text {
    max-width: 100%;
  }
  .with-butterfly2::before,
  .with-butterfly1::after,
  .with-butterfly1::before {
    content: unset;
  }
  .video__carusel-text2 {
    font-size: 0.75rem;
  }
  .video__carusel-text2 strong {
    font-size: 1rem;
  }
  .video__carusel-text2 {
    max-width: 230px;
  }
  .video-carusel--vertical .swiperbox {
    overflow: unset;
    max-width: 240px;
  }
}
.section-map-gma {
  margin-top: 140px;
}
.section-map-gma .container-full {
  padding: 0;
}
.section-map-gma .section__header {
  padding-left: 30px;
  padding-right: 30px;
}
.section-map-gma .btn {
  margin: 40px auto 0 auto;
}
.section-map-gma .section__text {
  padding: 0 100px;
}

@media (max-width: 1360px) {
  .section-map-gma .section__header {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .section-map-gma {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-map-gma .section__header {
    margin-bottom: 30px;
    max-width: 100%;
    text-align: left;
  }
  .section-map-gma .section__text {
    padding: 0 !important;
  }
}
.map-center {
  height: 52vw !important;
}
.map-center .wrapper-icon .details {
  bottom: 80px;
}
.map-center .wrapper-icon .details .btn {
  margin-top: 0;
}
.map-center .wrapper-icon svg {
  max-height: 33px;
}
.map-center .wrapper-icon svg path {
  transition: all 0.3s;
}
.map-center .wrapper-icon:hover svg path:first-child {
  fill: #73a823 !important;
}
.map-center .wrapper-icon .icon-text {
  margin-top: 5px;
  font-size: 0.9rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .map-center {
    min-height: 400px !important;
  }
  .map-center .details {
    bottom: 45px !important;
  }
  .map-center .icon-text {
    display: none;
  }
}
.section-map-gma svg circle {
  fill: #3d6a2b;
}

.section-list {
  min-height: 910px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  background-position: center bottom;
  position: relative;
}
.section-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 85.44%);
}
.section-list video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-list .container-full {
  position: relative;
  z-index: 1;
}

.section__text--list ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__text--list li {
  list-style: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #18191A;
  position: relative;
  margin: 8px 0;
}
.section__text--list li::before {
  content: url("../img/list.png");
  position: absolute;
  left: -20px;
  top: 0;
}
.section__text--list li.li-center {
  font-size: 1.5rem;
}
.section__text--list li.li-center::before {
  top: -4px;
}
.section__text--list li.li-center2 {
  font-size: 1.25rem;
}
.section__text--list li.li-center2::before {
  top: -2px;
}
.section__text--list .section__title span {
  background-image: url("../img/text-bg.jpg");
}

@media (max-width: 900px) {
  .section-list {
    min-height: 680px;
    padding-top: 60px;
  }
  .section-list .section__header {
    max-width: 100%;
  }
  .section-list li {
    font-size: 0.875rem !important;
  }
  .section-list .li-center {
    font-size: 1.25rem !important;
  }
  .section-list .li-center2 {
    font-size: 1rem !important;
  }
}
.section-text-img {
  margin-top: 150px;
  margin-bottom: 150px;
}
.section-text-img .wrapper.right {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .section-text-img .wrapper.right {
    flex-direction: column-reverse;
  }
}
.section-text-img .wrapper.right .col-6:last-child {
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 900px) {
  .section-text-img .wrapper.right .col-6:last-child {
    padding-right: 0;
  }
}
.section-text-img .col-6:last-child {
  padding-left: 80px;
}
.section-text-img .section__text strong, .section-text-img .section__text b {
  font-weight: 700;
}
.section-text-img .text-img__left img {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 900px) {
  .hide-mobile {
    display: none;
  }
  .with-animality {
    position: relative;
  }
  .with-animality::after {
    position: absolute;
    right: 0;
    top: -60px;
    content: url("../img/with-animality.svg");
  }
  .breadcrumb + .section-text-img .text-img__right {
    order: -1;
    margin-bottom: 30px;
  }
  .section-text-img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-text-img .btn.btn-save-calendar {
    margin-left: 0;
  }
  .section-text-img .wrapper {
    flex-direction: column-reverse;
  }
  .section-text-img .wrapper .text-img__left {
    margin-top: 30px;
  }
  .section-text-img .text-img__left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .text-img__right {
    padding-left: 0 !important;
    margin-left: 0;
    max-width: 100%;
  }
}
.section-video-2x-text-bg.carusel--vertical .carusel__btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.section-video-2x-text-bg.carusel--vertical .carusel__btn:hover {
  background-color: #f39200;
  border-color: #f39200;
}

.position-2 .video-x2__left {
  order: 2;
}
.position-2 .carusel__pagination {
  left: unset;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.position-2 .video-x2__right {
  padding-right: 100px;
}

.position-1 .video-x2__right {
  padding-left: 100px;
}
.position-1 .carusel__pagination {
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.section-video-2x-text-bg {
  overflow-x: hidden;
  padding-top: 150px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
  position: relative;
}
.section-video-2x-text-bg:before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.section-video-2x-text-bg .video-x2__right {
  position: relative;
  z-index: 1;
}
.section-video-2x-text-bg .section__title {
  color: #fff;
}
.section-video-2x-text-bg .section__text {
  color: #fff;
}
.section-video-2x-text-bg .wrapper {
  justify-content: space-between;
}

.video-item-slidewraper {
  display: flex;
  gap: 30px;
}
.video-item-slidewraper .video-item {
  max-width: 270px;
  max-height: 240px;
}
.video-item-slidewraper .video-item .play-btn {
  width: 50px;
  height: 50px;
}
.video-item-slidewraper .video-item .video-item__text {
  left: 20px;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 1400px) {
  .position-2 .carusel__pagination {
    right: 20px;
  }
  .position-2 .video-x2__left {
    padding-right: 70px;
  }
  .position-2 .video-x2__right {
    padding-right: 50px;
  }
  .position-1 .video-x2__right {
    padding-left: 50px;
  }
  .position-1 .video-x2__left {
    padding-left: 70px;
  }
  .position-1 .carusel__pagination {
    left: 20px;
  }
  .video-item-slidewraper {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .position-2 .video-x2__right {
    padding-right: 20px;
  }
  .video-x2__right {
    max-width: 40%;
  }
  .video-x2__left {
    max-width: 60%;
  }
}
@media (max-width: 900px) {
  .section-video-2x-text-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-video-2x-text-bg .section__title br {
    display: none;
  }
  .video-x2__right, .video-x2__left {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .video-x2__left {
    padding-top: 30px;
    order: 2;
  }
  .video-x2__right {
    max-width: 100%;
  }
  .video-x2__left {
    max-width: 100%;
  }
  .section-video-2x-text-bg .carusel__pagination {
    display: none;
  }
  .video-x2__left {
    min-width: 520px;
    overflow-x: hidden;
  }
  .video-x2__left .video-item-slidewraper .video-item {
    max-height: 160px;
  }
  .video-x2__left .video-item-slidewraper .video-item .play-btn {
    width: 44px;
    height: 44px;
  }
}
.faq__img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
}

.section-faq {
  margin-top: 140px;
  margin-bottom: 140px;
  background-color: #f3f3f3;
}
.section-faq .section__title {
  text-align: center;
}

.faq__list dl {
  margin-top: 70px;
  border-bottom: 1px solid rgba(61, 106, 43, 0.3);
}
.faq__list dt button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
  line-height: 1.6;
  color: #3D6A2B;
  font-weight: 500;
  align-items: center;
  font-size: 1.25rem;
  padding: 20px 0;
  border: none;
  background-color: transparent;
  width: 100%;
  border-top: 1px solid rgba(61, 106, 43, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.faq__list dt button:hover {
  color: #81ba27;
  text-decoration: underline !important;
}
.faq__list dt button:after {
  content: url("../img/icon/faq-q-close.svg");
}
.faq__list dt.open button:after {
  content: url("../img/icon/faq-q-open.svg");
}
.faq__list dt.open + dd {
  height: auto;
  padding-bottom: 20px;
}
.faq__list dd {
  margin-bottom: 0;
  transition: all 0.3s;
  overflow: hidden;
  height: 0;
}
.faq__list dd p {
  margin-bottom: 10px;
  padding-right: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #49454F;
}

@media (max-width: 900px) {
  .section-faq {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .faq__img {
    max-width: 230px;
  }
  .faq__list dd p {
    font-size: 0.875rem;
  }
  .faq__list dt button {
    font-size: 1rem;
  }
}
.section-contact {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-contact.elephant {
  background-image: url(../img/contact-bg.jpg);
}
.section-contact.elephant::after {
  content: url("../img/contact-elefant.png");
  position: absolute;
  left: 0;
  bottom: -50px;
}
.section-contact.lion {
  background-image: url(../img/contact-bg-lion.jpg);
}
.section-contact.lion::after {
  content: url("../img/contact-lion.png");
  position: absolute;
  left: 80px;
  bottom: -5px;
}
.section-contact .btn {
  border: none;
  margin-left: auto;
  margin-top: 30px;
  transition: all 0.4s;
}

.contact__text {
  margin-top: 30px;
  color: #18191A;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .contact__text {
    padding-right: 0;
  }
}
.contact__text p {
  margin-bottom: 30px;
}
.contact__text a {
  color: #18191A;
}
.contact__text a:hover {
  color: #80ba27;
}

.contact__form p {
  margin-bottom: 0;
}
.contact__form label {
  margin-top: 30px;
  color: #18191A;
  margin-bottom: 5px;
}
.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form input[type=url],
.contact__form textarea {
  outline-color: #80BA27;
  padding: 10px;
  border: 1px solid #C3C6C9;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
}
.contact__form .form-row {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.contact__form .form-row p {
  width: 100%;
}

.wpcf7-acceptance {
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  margin-top: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  color: #7E7E7E;
  font-size: 0.625rem;
  font-weight: 300;
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  background-color: #fff;
  border: 1px solid #C3C6C9 !important;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #80BA27;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpcf7-response-output {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0 !important;
}

.map-contact {
  width: 100%;
  height: 500px;
}

.section-contact-map {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-contact-map .contact__text {
  margin-top: 0 !important;
}

@media (max-width: 1200px) {
  .section-contact.lion::after {
    transform: scale(0.6);
    left: -40px;
    bottom: -90px;
  }
}
@media (max-width: 900px) {
  .section-contact {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .form-row {
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .contact__form {
    max-width: 100%;
  }
  .section-contact .wrapper {
    flex-direction: column;
  }
  .contact__text {
    max-width: 100%;
  }
  .section-contact.elephant::after {
    transform: scale(0.4);
    left: -120px;
    bottom: -110px;
  }
  .section-contact.lion::after {
    transform: scale(0.4);
    left: -100px;
    bottom: -140px;
  }
  .section-contact {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.breadcrumb + .section-contact {
  margin-top: 20px;
}

.map-pin path {
  fill: #0a58ca !important;
}

#cc-main .pm__close-btn {
  background-color: #fab400 !important;
}

.section-map-gma .wrapper-icon .details {
  bottom: 50px;
}
.section-map-gma .wrapper-icon {
  position: relative;
}
.section-map-gma .wrapper-icon .icon-text {
  top: 30px;
  text-align: center;
  left: unset;
}

.section-contact .wrapper-icon .icon-text {
  top: 45px;
}

.wrapper-icon {
  position: relative;
}
.wrapper-icon .icon-text {
  top: 30px;
  position: absolute;
  text-align: center;
  left: unset;
}

.wrapper-icon {
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wrapper-icon svg path {
  transition: all 0.3s;
}
.wrapper-icon:hover svg path:first-child {
  fill: #73a823 !important;
}
.wrapper-icon .icon {
  display: flex;
  justify-content: center;
}
.wrapper-icon .icon-text {
  font-size: 1rem;
  font-weight: 700;
  color: #18191A;
  max-width: 100px;
  text-align: center;
  line-height: 1;
}
.wrapper-icon .details {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 70px;
  z-index: 1;
  display: none;
}
.wrapper-icon .details.active {
  display: flex;
}
.wrapper-icon .details::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  display: block;
  left: calc(50% - 5px);
  bottom: -5px;
}
.wrapper-icon .details img {
  max-width: 170px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.wrapper-icon .details strong {
  margin-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.wrapper-icon .details .btn {
  font-weight: 400;
  margin-top: 10px;
}

#map .avia-google-maps .gm-style-iw-t {
  display: none;
}

.z2 {
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .wrapper-icon svg {
    max-height: 33px;
  }
  .wrapper-icon .details {
    bottom: 50px !important;
  }
  .wrapper-icon .icon-text {
    display: none;
  }
}
@media (max-width: 500px) {
  .map-contact {
    max-height: 400px;
  }
}
.section-logos {
  margin-top: 140px;
  margin-bottom: 30px;
}
.section-logos .btn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.section-logos p {
  color: #949A9F;
  margin-bottom: 50px;
}
.section-logos .section__title {
  margin-bottom: 70px;
}

.logos__left {
  border-right: 1px solid #949A9F;
  padding-right: 30px;
}

.logos__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1000px) {
  .logos__list {
    gap: 50px;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .section-logos {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-logos .section__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .logos__left {
    padding-right: 0;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #949A9F;
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .logos__left p {
    text-align: center;
    margin-bottom: 20px;
  }
  .logos__right {
    max-width: 100%;
  }
  .logos__right p {
    text-align: center;
    margin-bottom: 20px;
  }
  .logos__right .logos__list {
    justify-content: space-around;
    row-gap: 30px;
    column-gap: 40px;
  }
  .logos__right .logos__list img {
    max-width: 140px;
  }
}
.footer {
  margin-top: 30px;
}
.footer .footer__columns {
  background-color: #263a00;
}
.footer .footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1460px;
  padding: 80px 30px 70px 30px;
}
.footer .wrapper {
  justify-content: space-between;
}
.footer .footer__socials {
  margin-top: 40px;
}
.footer .footer__socials a:not(:last-child) {
  margin-right: 14px;
}
.footer .footer__socials a svg {
  height: 23px;
  width: auto;
}
.footer .footer__socials a svg path {
  fill: #80BA27;
}
.footer .footer__socials a:hover {
  opacity: 0.8;
}
.footer .footer__title {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.footer .footer__list {
  margin: 8px 0 0 0;
  padding: 0;
}
.footer .footer__list li {
  list-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer .footer__list a {
  font-size: 1rem;
  color: #80BA27;
  font-weight: 500;
  line-height: 1;
}
.footer .footer__list a:hover {
  text-decoration: underline !important;
}

.footer__menu {
  padding: 50px 30px;
  background-color: #80ba27;
  position: relative;
}
.footer__menu ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  row-gap: 20px;
  column-gap: 40px;
}
.footer__menu ul a {
  color: #263A00;
  font-weight: 500;
}
.footer__menu ul a:hover {
  text-decoration: underline !important;
}

.copyright01 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.copyright01 a {
  color: #fff;
  font-weight: 500;
}
.copyright01 a:hover {
  text-decoration: underline !important;
}

.footer__logo--wrap {
  flex-shrink: 0;
}

.to-top {
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #FAB400;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: 60px;
}
.to-top:hover {
  background-color: #f39200;
}
.to-top svg {
  max-width: 22px;
  height: auto;
}

@media (max-width: 1300px) {
  .footer__logo--wrap {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .to-top {
    right: 20px;
  }
  .footer__columns .col-2 {
    max-width: calc(50% - 20px);
    padding-bottom: 20px;
  }
  .footer__logo--wrap {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer__logo--wrap .footer__socials {
    margin-top: 20px;
  }
  .footer .footer__container {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .footer__menu-list {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .footer__menu-list li {
    width: calc(50% - 20px);
  }
}
.section-header-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-header {
  min-height: 600px;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}
.section-header:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 36%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 46.52%, rgba(0, 0, 0, 0) 99.86%);
}
.section-header::after {
  z-index: 1;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #FAB400 25%, #F39200 25%, #F39200 50%, #80BA27 50%, #80BA27 75%, #C99555 75%, #C99555 100%);
}
.section-header .btn-header {
  font-weight: 300;
  font-size: 1rem;
}
.section-header .play-btn {
  width: 110px;
  height: 110px;
  top: 25%;
  left: 50%;
  z-index: 2;
}
.section-header .play-btn img {
  height: 50px;
}
.section-header .play-btn:hover {
  background-color: #f39200 !important;
}

.sheader__text {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}

.sheader__title--color {
  font-family: "Centaurus", sans-serif;
  color: #fab400;
  font-size: 6rem;
  margin-bottom: 60px;
}

.sheader__title {
  font-size: 2.4375rem;
  color: #fff;
  font-family: "Centaurus", sans-serif;
  margin-bottom: 30px;
}

.sheader__text {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Centaurus", sans-serif;
}

.breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.625rem;
  display: flex;
  align-items: flex-end;
  color: #949A9F !important;
}
.breadcrumb a {
  color: #949A9F !important;
}
.breadcrumb svg {
  margin-right: 5px;
}
.breadcrumb a:first-of-type {
  color: #18191A !important;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}
.breadcrumb + section {
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .section-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 900px) {
  .sheader__title--color {
    font-size: 2.75rem;
    margin-bottom: 0;
    line-height: 1.1;
  }
  .sheader__title {
    font-size: 1.625rem;
  }
  .sheader__text {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media (max-width: 800px) {
  .sheader__title {
    margin-bottom: 10px;
  }
  .section-header {
    min-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .section-header .play-btn {
    width: 57px;
    height: 57px;
  }
  .section-header .play-btn img {
    max-height: 26px;
  }
}
@media (max-width: 600px) {
  .section-header {
    background: none !important;
  }
  .section-header:before {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 44.44%, rgba(0, 0, 0, 0) 97.78%);
  }
}
.sheader__text--no-subtitle {
  max-width: unset;
}
.sheader__text--no-subtitle .sheader__title--color {
  margin-bottom: 0;
}

.section-icons {
  padding-top: 110px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.section-icons:before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.section-icons .section__title {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
}
.section-icons .wrapper {
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 180px;
  z-index: 1;
  position: relative;
  justify-content: center;
}

.icon__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 260px;
  width: 100%;
}
.icon__item span {
  font-size: 1rem;
  color: #fff;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .section-icons {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-icons .wrapper {
    column-gap: 30px;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .icons-mobile .wrapper .icon__item {
    max-width: 100% !important;
  }
  .section-icons .wrapper {
    column-gap: 30px;
  }
  .section-icons .wrapper .icon__item {
    max-width: calc(50% - 30px);
  }
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}

.ui-widget-shadow {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.tooltip-hint-icon {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #FAB400;
	align-items: center;
	justify-content: center;	
}

.tooltip-hint-icon:after {
	content: url("../img/icon/question-mark.svg");
	width: 22px;
	margin: auto;
}





.bigint__img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.section-text-bigimg {
  margin-top: 140px;
  margin-bottom: 140px;
}

.breadcrumb + .section-text-bigimg .section__title {
  position: relative;
}
.breadcrumb + .section-text-bigimg .section__title::after {
  content: url("../img/title.png");
  position: absolute;
  bottom: 20px;
  right: 10px;
}

@media (max-width: 900px) {
  .section-text-bigimg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-text-bigimg .section__title {
    text-align: left;
  }
  .section-text-bigimg .section__header {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .section-text-bigimg .container-full {
    padding: 0;
  }
}
.with-horse {
  position: relative;
}
.with-horse.horse::after {
  content: url("../img/horse.png");
  position: absolute;
  top: 180px;
  left: -210px;
  z-index: -1;
}
.with-horse.horse2::after {
  content: url("../img/horse2.svg");
  position: absolute;
  top: 100px;
  left: -240px;
  z-index: -1;
}
.with-horse.chicken {
  margin-top: 80px;
}
.with-horse.chicken::after {
  content: url("../img/chicken.png");
  position: absolute;
  top: -60px;
  left: -70px;
}
.with-horse.lama::after {
  content: url("../img/lama.png");
  position: absolute;
  bottom: 0;
  left: -223px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .with-horse.lama::after {
    left: -87px;
  }
}
@media (max-width: 900px) {
  .with-horse.lama::after {
    content: url("../img/lama-mobile.svg");
    bottom: -5px;
    left: 44px;
  }
}
.with-horse.beaver::after {
  content: url("../img/beaver.png");
  position: absolute;
  bottom: 40px;
  left: -223px;
  z-index: -1;
}
@media (max-width: 767px) {
  .with-horse.beaver::after {
    content: url("../img/beaver-mobile.png");
    bottom: 17px;
    left: 43px;
    z-index: 2;
  }
}

.logo-up {
  display: flex;
  flex-direction: column;
}
.logo-up > img {
  order: -1;
  margin-bottom: 40px !important;
}

.header-decoration {
  font-size: 6.25rem;
  line-height: 5rem;
  font-weight: 400;
  color: #18191a;
  text-transform: uppercase;
  margin: 0 auto 70px;
  letter-spacing: 1px;
  font-family: "Centaurus", sans-serif;
  position: relative;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .header-decoration {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
.header-decoration span {
  background-image: url("../img/video-header-bg.jpg");
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1170px) {
  .header-decoration span {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .header-decoration span {
    padding-left: 0;
  }
}
.header-decoration::before {
  content: url("../img/header-elephant.svg");
  position: absolute;
  top: -2px;
  left: -56px;
}
@media (max-width: 1170px) {
  .header-decoration::before {
    left: -6px;
  }
}
@media (max-width: 767px) {
  .header-decoration::before {
    content: url("../img/header-elephant-mobile.svg");
    top: -8px;
    left: -17px;
  }
}

.video__header {
  font-size: 6.25rem;
  line-height: 5rem;
  font-weight: 400;
  color: #18191a;
  text-transform: uppercase;
  margin: 0 auto 70px;
  letter-spacing: 1px;
  font-family: "Centaurus", sans-serif;
  position: relative;
  padding-top: 5px;
}
@media (max-width: 1170px) {
  .video__header {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .video__header {
    font-size: 2.5rem;
    margin: 0 auto 30px;
    padding-top: 0;
    padding-left: 0;
  }
}
.video__header span {
  background-image: url("../img/video-header-bg.jpg");
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.video__header::before {
  content: url("../img/header-elephant.svg");
  position: absolute;
  top: -2px;
  left: -56px;
}
@media (max-width: 1170px) {
  .video__header::before {
    left: -6px;
  }
}
@media (max-width: 767px) {
  .video__header::before {
    content: url("../img/header-elephant-mobile.svg");
    top: -8px;
    left: -17px;
  }
}

.section-video-text-icon {
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
}
.section-video-text-icon.no-paddingleft .wrapper {
  padding-left: 30px !important;
}
.section-video-text-icon.no-paddingleft .wrapper .video__left {
  padding-left: 0 !important;
  max-width: 46% !important;
}
.section-video-text-icon .icons-wrap {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.section-video-text-icon .icon-item:nth-child(1) {
  color: #FAB400;
}
.section-video-text-icon .icon-item:nth-child(2) {
  color: #F39200;
}
.section-video-text-icon .icon-item:nth-child(3) {
  color: #C99555;
}
.section-video-text-icon .icon-item:nth-child(4) {
  color: #80BA27;
}
.section-video-text-icon .icon-item__img {
  width: 120px;
  height: 120px;
  background-color: #fff8e6;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.section-video-text-icon .icon-item__text {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  display: block;
}
.section-video-text-icon .swiper-slide {
  height: auto;
}
.section-video-text-icon .video-carusel__textbox p {
  color: #18191A;
  margin-bottom: 26px;
}
.section-video-text-icon .video-carusel__textbox p > img {
  margin-bottom: 20px;
  margin-right: 30px;
}
.section-video-text-icon .video-carusel__textbox p strong {
  font-weight: 700;
  color: #18191a;
}
.section-video-text-icon .video-carusel__textbox p strong em {
  color: #fab400;
}
.section-video-text-icon .video-carusel__textbox p em {
  font-weight: 700;
  font-style: normal !important;
  color: #F39200;
}
.section-video-text-icon .video-carusel__textbox p em strong {
  color: #fab400;
}
.section-video-text-icon .video-carusel__textbox p span {
  font-weight: 700;
  text-decoration: none !important;
  color: #C99555;
}
.section-video-text-icon .video-carusel__textbox p del {
  font-weight: 700;
  text-decoration: none !important;
  color: #80BA27;
}
.section-video-text-icon .video-carusel__textbox > img {
  margin-bottom: 60px;
}
.section-video-text-icon .video-carusel__textbox .btn {
  margin-top: 40px;
}
.section-video-text-icon .container {
  max-width: 1230px;
}
.section-video-text-icon .wrapper {
  justify-content: space-between;
  column-gap: 90px;
}
@media (max-width: 1430px) {
  .section-video-text-icon .wrapper {
    justify-content: flex-end;
    column-gap: 45px;
  }
}
.section-video-text-icon .col-6 {
  max-width: calc(50% - 45px);
}

@media (max-width: 1430px) {
  .section-video-carusel-text .wrapper {
    justify-content: flex-end;
    column-gap: 45px;
  }
  .video__left {
    max-width: 40% !important;
  }
}
@media (max-width: 900px) {
  .section-video-carusel-text .wrapper {
    flex-direction: column-reverse;
    column-gap: 0;
  }
  .section-video-carusel-text .carusel__pagination {
    display: none;
  }
  .video__left {
    max-width: 100% !important;
    margin-top: 30px;
    padding-left: 70px;
  }
  .section-video-carusel-text {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .section-video-carusel-text .section__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .video-carusel__textbox > img {
    margin-bottom: 25px;
  }
  .video-carusel__textbox {
    max-width: 100% !important;
  }
  .section__text {
    font-size: 0.875rem;
  }
  .section-video-carusel-text::before {
    content: unset;
  }
  .with-tucan::before {
    content: url("../img/animality-moblie.png");
    bottom: 25px;
    left: -12px;
  }
  .with-tucan::after {
    content: url("../img/tucan-mobile.png");
    bottom: 90px;
    left: 45px;
  }
  .video-item {
    max-width: 230px !important;
    max-height: 160px;
  }
  .video-item__text {
    font-size: 0.75rem;
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
}
.section-video-text-icon .video-carusel__textbox p > img {
  width: calc(50% - 32px);
}

@media (max-width: 1630px) {
  .section-video-text-icon .wrapper {
    margin-left: 200px;
  }
}
@media (max-width: 1430px) {
  .section-video-text-icon .wrapper {
    margin-left: 0;
    padding-left: 130px;
  }
  .section-video-text-icon .icons-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section-video-text-icon .icons-wrap .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1100px) {
  .with-horse.horse::after {
    top: 20px;
  }
  .with-horse.horse2::after {
    top: 20px;
  }
  .with-horse.chicken::after {
    top: -56px;
    left: -100px;
    transform: scale(0.8);
  }
}
@media (max-width: 1000px) {
  .with-horse.horse::after {
    left: -130px;
  }
  .with-horse.horse::after {
    transform: scale(0.5);
  }
  .with-horse.horse2::after {
    left: -130px;
  }
  .with-horse.horse2::after {
    transform: scale(0.5);
  }
  .section-video-text-icon .wrapper {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .with-horse.chicken::after {
    top: -44px;
    left: -50px;
    transform: scale(0.4);
  }
  .section-video-text-icon {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-video-text-icon .video-carusel__textbox {
    padding-left: 30px;
    order: -1;
  }
  .section-video-text-icon .video-carusel__textbox img {
    margin-bottom: 20px;
  }
  .section-video-text-icon.no-paddingleft .video-carusel__textbox {
    padding-left: 0;
  }
  .section-video-text-icon.no-paddingleft .wrapper .video__left {
    max-width: 100% !important;
  }
  .section-video-text-icon .video__left {
    padding-left: 0;
    margin-top: 40px;
  }
  .section-video-text-icon .video__left .play-btn {
    width: 32px;
    height: 32px;
  }
  .section-video-text-icon .video__left .play-btn img {
    max-height: 18px;
  }
  .section-video-text-icon .video__left .swiper-slide {
    padding-left: 120px;
  }
  .section-video-text-icon .icons-wrap {
    padding-left: 30px;
  }
  .with-horse.horse::after {
    left: -80px;
    top: -60px;
  }
  .with-horse.horse2 {
    padding-bottom: 50px;
  }
  .with-horse.horse2::after {
    left: -80px;
    top: -60px;
  }
  .section-video-text-icon .video-carusel__textbox p {
    margin-bottom: 0;
  }
  .section-video-text-icon .video-carusel__textbox p > img {
    width: calc(50% - 12px);
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.section-timeline {
  background-color: #f3f3f3;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 90px;
}

.timeline__inner {
  background-color: #fff;
  padding: 30px 30px 25px 30px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.timeline__item {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.4);
  max-width: 440px;
  position: relative;
  z-index: 2;
}
.timeline__item::after {
  content: url(../img/timeline-item.png);
  position: absolute;
  top: 48%;
}
.timeline__item p {
  color: #18191A;
  margin: 0;
  padding: 0;
}
.timeline__item--left {
  margin-right: 35px;
  left: -230px;
  transform: translateX(-100%);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
}
.timeline__item--left::after {
  right: -5px;
}
.timeline__item--right {
  margin-left: 35px;
  right: -240px;
  transform: translateX(100%);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
}
.timeline__item--right::after {
  left: -5px;
  transform: rotate(180deg);
}
.timeline__item--1:before {
  content: url("../img/timeline1.svg");
  position: absolute;
  left: -100px;
  bottom: 0;
}
.timeline__item--2:before {
  content: url("../img/timeline2.svg");
  position: absolute;
  right: -100px;
  bottom: 40px;
}
.timeline__item--3:before {
  content: url("../img/timeline3.svg");
  position: absolute;
  left: -100px;
  bottom: -40px;
}
.timeline__item--4:before {
  content: url("../img/timeline4.svg");
  position: absolute;
  right: -100px;
  top: -70px;
}
.timeline__item--5:before {
  content: url("../img/timeline5.svg");
  position: absolute;
  left: -100px;
  bottom: -130px;
}
.timeline__item--6:before {
  content: url("../img/timeline6.svg");
  position: absolute;
  right: -100px;
  top: -80px;
}

.timeline__date {
  color: #fab400;
  font-size: 1.25rem;
  font-family: "Centaurus", sans-serif;
}

.timeline__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.timeline__line {
  width: 10px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 1s ease;
}
.timeline__line:before {
  transition: all 1s ease;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #c3c6c9;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  left: -4px;
}

.timeline__itembox {
  position: relative;
}
.timeline__itembox:first-of-type .timeline__line {
  background: linear-gradient(180deg, #fab400 0%, #fab400 51%, #d9d9d9 51%, #d9d9d9 100%);
}
.timeline__itembox:first-of-type .timeline__line:before {
  background-color: #fab400;
}
.timeline__itembox.visible .timeline__item {
  transform: translateX(0);
  opacity: 1;
}
.timeline__itembox.visible .timeline__line {
  background: #fab400;
}
.timeline__itembox.visible .timeline__line:before {
  background-color: #fab400;
}

@media (max-width: 980px) {
  .section-timeline .section__header {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .section-timeline .section__header .section__title {
    text-align: left;
    margin-left: -30px;
    margin-right: -30px;
  }
  .timeline__item--left {
    left: 0;
  }
  .timeline__item--right {
    right: 0;
  }
  .timeline__wrap {
    row-gap: 30px;
  }
  .timeline__item {
    max-width: 380px;
  }
  .section-timeline .container-full {
    padding: 0 60px;
  }
  .section-timeline {
    overflow-x: hidden;
  }
  .section-timeline {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .timeline__item {
    max-width: 320px;
  }
  .section-timeline .container-full {
    padding: 0 60px;
  }
  .timeline__inner {
    padding: 20px;
  }
  .timeline__inner .timeline__date {
    font-size: 1rem;
  }
  .timeline__inner p {
    font-size: 0.75rem;
  }
  .timeline__item:before {
    top: -10px;
  }
  .timeline__wrap {
    row-gap: 20px;
  }
}
.section-tils-img-text {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-tils-img-text .section__text {
  margin-top: 60px;
}
.section-tils-img-text.bg-item .tils__item--3 {
  position: relative;
}
.section-tils-img-text.bg-item .tils__item--3::after {
  content: url("../img/tils2.png");
  position: absolute;
  top: -80px;
  right: 0;
}
.section-tils-img-text.bg-item .tils__item--4 {
  position: relative;
}
.section-tils-img-text.bg-item .tils__item--4::after {
  content: url("../img/tils1.png");
  position: absolute;
  top: -40px;
  left: 0;
}
.section-tils-img-text .wrapper {
  column-gap: 30px;
  row-gap: 70px;
}
.section-tils-img-text .section__title {
  margin-bottom: 0;
}
.section-tils-img-text .tils__item {
  max-width: 370px;
}
.section-tils-img-text .tils__img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.09);
}
.section-tils-img-text p {
  color: #18191A;
  margin: 0;
  padding: 0;
  text-align: center;
}
.section-tils-img-text .tils__bigimg {
  margin-top: 40px;
}

@media (max-width: 1700px) {
  .breadcrumb + .section-text-bigimg .section__title::after {
    right: -80px;
  }
}
@media (max-width: 1260px) {
  .section-tils-img-text .tils__item {
    min-width: 300px;
    max-width: calc(33% - 20px);
  }
  .section-tils-img-text .wrapper {
    justify-content: center;
  }
}
@media (max-width: 1020px) {
  .section-tils-img-text.bg-item .tils__item::after {
    content: unset !important;
  }
}
@media (max-width: 900px) {
  .section-tils-img-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .breadcrumb + .section-text-bigimg .section__title::after {
    right: 0;
  }
  .section-tils-img-text .wrapper {
    row-gap: 20px;
  }
  .section-tils-img-text .tils__img {
    margin-bottom: 10px;
  }
  .section-tils-img-text .section__text {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .section-tils-img-text .tils__bigimg {
    margin-top: 30px;
  }
  .section-tils-img-text .section__header {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .breadcrumb + .section-text-bigimg .section__title::after {
    transform: scale(0.6);
    top: -50px;
  }
}
@media (max-width: 450px) {
  .section-tils-img-text .section__title,
  .section-tils-img-text .section__text {
    text-align: center;
  }
}
.section-tils-circle-img-text {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-tils-circle-img-text .tils__item {
  max-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-tils-circle-img-text .tils__item:nth-child(1) {
  position: relative;
}
.section-tils-circle-img-text .tils__item:nth-child(1)::after {
  content: url("../img/tils3.svg");
  position: absolute;
  top: -90px;
  left: 20px;
}
.section-tils-circle-img-text .wrapper {
  gap: 30px;
  justify-content: space-between;
}
.section-tils-circle-img-text .tils__img {
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  margin-bottom: 20px;
}


.section-tils-img-full {
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .section-tils-img-full {
    margin-bottom: 50px;
  }
}
.section-tils-img-full:after {
  background: linear-gradient(0deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 85.44%);
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 600px;
}
.section-tils-img-full .section__header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-tils-img-full .section__header {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 15px;
    max-width: 100%;
    text-align: left;
  }
}
.section-tils-img-full .section__header .section__title {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .section-tils-img-full .section__header .section__title {
    margin-bottom: 21px;
  }
}
.section-tils-img-full .wrapper {
  position: relative;
  z-index: 1;
  gap: 0;
}
.section-tils-img-full .wrapper .tils-item {
  border-radius: 0;
  width: 33.33333%;
}
@media (max-width: 900px) {
  .section-tils-img-full .wrapper .tils-item {
    max-width: 50% !important;
    max-height: max-content;
    width: 50%;
  }
}
@media (max-width: 700px) {
  .section-tils-img-full .wrapper .tils-item {
    width: 100%;
    max-width: 100% !important;
  }
}
.section-tils-img-full .wrapper .tils-item:first-of-type {
  width: 100%;
}
@media (max-width: 900px) {
  .section-tils-img-full .wrapper .tils-item:first-of-type {
    max-width: 50% !important;
    width: 50%;
  }
}
@media (max-width: 700px) {
  .section-tils-img-full .wrapper .tils-item:first-of-type {
    max-width: 100% !important;
    width: 100%;
  }
}
.section-tils-img-full .wrapper .tils-item .desktop {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-tils-img-full .wrapper .tils-item .desktop {
    display: none;
  }
}
.section-tils-img-full .wrapper .tils-item .mobile {
  display: none;
}
@media (max-width: 900px) {
  .section-tils-img-full .wrapper .tils-item .mobile {
    display: block;
  }
}


.tils__item:nth-child(1) .tils__title {
  color: #FAB400;
}
.tils__item:nth-child(2) .tils__title {
  color: #F39200;
}
.tils__item:nth-child(3) .tils__title {
  color: #81BA27;
}
.tils__item:nth-child(4) .tils__title {
  color: #C99555;
}
.tils__item:nth-child(5) .tils__title {
  color: #FAB400;
}

.tils__title {
  font-size: 1.25rem;
  font-family: "Centaurus", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.tils__desc {
  text-align: center;
  color: #18191A;
}

@media (max-width: 1260px) {
  .section-tils-circle-img-text .wrapper {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .section-tils-circle-img-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-tils-circle-img-text .tils__item:nth-child(2) {
    position: relative;
  }
  .section-tils-circle-img-text .tils__item:nth-child(2):after {
    content: url("../img/bird99.svg");
    top: -20px;
    position: absolute;
    right: 24px;
  }
  .section-tils-circle-img-text .section__header {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .section-tils-circle-img-text .tils__item:nth-child(1)::after {
    content: unset;
  }
}
@media (max-width: 600px) {
  .section-tils-circle-img-text .wrapper {
    justify-content: flex-start;
    gap: 10px;
  }
  .section-tils-circle-img-text .tils__item {
    max-width: calc(50% - 5px);
  }
  .section-tils-circle-img-text .section__header {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .section-tils-circle-img-text .section__header {
    text-align: left;
  }
}
.section-center-select {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-center-select .wrapper {
  align-items: center;
  flex-direction: column;
}
.section-center-select .section__header {
  margin-bottom: 0;
}

.select__box {
  margin-bottom: 40px;
  position: relative;
}
.select__box:hover .select__box-list {
  display: block;
}
.select__box:hover .select__btn svg {
  transform: rotate(180deg);
}

.select__btn {
  display: flex;
  max-width: 100%;
  width: 480px;
  height: 40px;
  padding: 0px 20px;
  align-items: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  justify-content: space-between;
  border: 1px solid #49454F;
  background-color: #f3f3f3;
  color: #49454F;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.233px;
}
.select__btn svg {
  transition: all 0.3s;
}

.select__label {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #49454F;
}

.select__box-list {
  transition: all 1s;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #49454F;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: none;
  z-index: 100;
  padding-top: 15px;
  padding-bottom: 10px;
}
.select__box-list button {
  width: 100%;
  transition: all 0.3s;
  border: none;
  padding-left: 20px;
  color: #49454F;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}
.select__box-list button:hover {
  color: #3d6a2b;
}

@media (max-width: 900px) {
  .section-center-select {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-center-select .section__header {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .select__btn, .select__box {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .section-center-select .section__header,
  .section-center-select .select__text {
    text-align: left;
  }
}
.section-program-7days {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-program-7days .wrapper {
  gap: 66px 30px;
  justify-content: center;
  margin-top: 90px;
}

.days__item {
  padding: 30px;
  color: #fff;
  max-width: 270px;
  position: relative;
}
.days__item::before {
  position: absolute;
  top: -45px;
  left: calc(50% - 20px);
}
.days__item:nth-child(1) {
  background-color: #fab400;
}
.days__item:nth-child(1)::before {
  content: url("../img/pin1.svg");
}
.days__item:nth-child(2) {
  background-color: #f39200;
}
.days__item:nth-child(2)::before {
  content: url("../img/pin2.svg");
}
.days__item:nth-child(3) {
  background-color: #c99555;
}
.days__item:nth-child(3)::before {
  content: url("../img/pin3.svg");
}
.days__item:nth-child(4) {
  background-color: #80ba27;
}
.days__item:nth-child(4)::before {
  content: url("../img/pin4.svg");
}
.days__item:nth-child(5) {
  background-color: #c99555;
}
.days__item:nth-child(5)::before {
  content: url("../img/pin5.svg");
}
.days__item:nth-child(6) {
  background-color: #81ba27;
}
.days__item:nth-child(6)::before {
  content: url("../img/pin6.svg");
}
.days__item:nth-child(7) {
  background-color: #fab400;
}
.days__item:nth-child(7)::before {
  content: url("../img/pin7.svg");
}

.days__title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Centaurus", sans-serif;
}

.days__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
}
.days__text b, .days__text strong {
  font-weight: 700;
}
.days__text ul {
  padding: 0;
  margin: 0;
}
.days__text ul li {
  list-style: none;
}

@media (max-width: 900px) {
  .section-program-7days {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-program-7days .section__title {
    margin-bottom: 0;
  }
  .section-program-7days .section__header {
    margin: 0;
    max-width: 100%;
  }
  .section-program-7days .wrapper {
    margin-top: 70px;
  }
}
@media (max-width: 450px) {
  .section-program-7days .days__item {
    max-width: 100%;
  }
}
.section-tils-video {
  margin-top: 140px;
  padding-top: 140px;
  margin-bottom: 140px;
  background-image: url(../img/section-tils-video.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 900px) {
  .section-tils-video {
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.section-tils-video.chicken:before {
  content: url("../img/chicken-top.svg");
  position: absolute;
  top: -45px;
  right: 200px;
}
.section-tils-video.lemur:before {
  content: url("../img/lemur.svg");
  position: absolute;
  top: -115px;
  right: 10px;
}
@media (max-width: 900px) {
  .section-tils-video.lemur:before {
    content: url("../img/lemur-mobile.svg");
    top: -60px;
  }
}
.section-tils-video.lion:before {
  content: url("../img/lion.svg");
  position: absolute;
  top: -217px;
  right: 10px;
}
@media (max-width: 900px) {
  .section-tils-video.lion:before {
    content: url("../img/lion-mobile.svg");
    top: -67px;
  }
}
.section-tils-video:after {
  background: linear-gradient(0deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 85.44%);
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 600px;
}
.section-tils-video .section__title {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-tils-video .section__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.section-tils-video .section__header {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .section-tils-video .section__header {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section-tils-video .wrapper {
  position: relative;
  z-index: 1;
  gap: 26px;
  justify-content: center;
}
@media (max-width: 900px) {
  .section-tils-video .wrapper {
    min-width: 720px;
    column-gap: 8px;
  }
}
@media (max-width: 700px) {
  .section-tils-video .wrapper {
    justify-content: start;
  }
}
@media (max-width: 900px) {
  .section-tils-video .wrapper .video-item .play-btn {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 900px) {
  .section-tils-video .wrapper .video-item .play-btn img {
    height: 20px;
  }
}

@media (max-width: 900px) {
  .section-tils-video .wrapper-hiden {
    overflow-x: scroll;
    margin-right: -30px;
  }
  .section-list-cite-video.carusel .container-mr {
    padding-right: 0;
  }
}
.section-carusel-cite-video {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-carusel-cite-video .section__header {
  margin-bottom: 0;
}
.section-carusel-cite-video .cite {
  border-bottom: 2px solid #81BA27;
}
.section-carusel-cite-video .cite .wrapper {
  padding-top: 100px;
}
.section-carusel-cite-video .cite .video__left a {
  margin-left: auto;
}

.cite-box .d-flex {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 900px) {
  .cite-box .d-flex {
    column-gap: 8px;
  }
}
.cite-box .cite__title {
  font-size: 2.25rem;
  color: #81BA27;
  font-family: "Centaurus", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .cite-box .cite__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.cite-box img {
  max-width: 120px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
@media (max-width: 900px) {
  .cite-box img {
    max-width: 68px;
  }
}

.cite__text {
  position: relative;
  padding-left: 70px;
  margin-top: 20px;
  color: #80BA27;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .cite__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 30px;
  }
}
.cite__text:before {
  content: url("../img/cite.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.cite__video {
  max-width: 370px;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.09);
}
.cite__video .video-item__text {
  left: 25px;
  bottom: 25px;
}

.cite-item {
  padding-bottom: 100px;
}

.decoration-turtle::before {
  position: absolute;
  top: -100px;
  right: 10px;
  z-index: 1;
  content: url("../img/turtle.svg");
}

.decoration-butterfly::before {
  position: absolute;
  top: -80px;
  right: 10px;
  content: url("../img/butterfly.svg");
  z-index: 1;
}

.cite-carusel {
  top: -2px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
.cite-carusel .swiper-slide {
  display: flex;
  padding-top: 100px;
  justify-content: center;
}
.cite-carusel .carusel__btn {
  position: absolute;
  top: calc(50% - 25px);
}
.cite-carusel .carusel__btn--prev {
  left: 0;
}
.cite-carusel .carusel__btn--next {
  right: 0;
}
.cite-carusel .active {
  position: relative;
}
.cite-carusel .active .cite-carusel__avatar:before {
  opacity: 1;
}
.cite-carusel .active:after {
  content: url("../img/person-check.png");
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #f3f3f3;
}
.cite-carusel .active .cite-carusel__name {
  color: #81BA27;
}

.cite-carusel__item {
  margin-left: 10px;
  margin-right: 10px;
}

.cite-carusel__item:hover .cite-carusel__avatar:before {
  opacity: 1;
}
.cite-carusel__item:hover .cite-carusel__name {
  color: #81BA27;
}

.cite-carusel__avatar {
  max-width: 170px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  position: relative;
}
.cite-carusel__avatar:before {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 4px solid #81BA27;
}

.cite-carusel__name {
  margin-top: 20px;
  font-family: "Centaurus", sans-serif;
  transition: all 0.3s;
  color: #18191A;
  font-size: 1.25rem;
  text-align: center;
}

@media (max-width: 1060px) {
  .section-carusel-cite-video .carusel__btn {
    display: none;
  }
  .section-carusel-cite-video .cite-carusel {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .section-carusel-cite-video .cite-carusel {
    padding-top: 0;
  }
  .section-carusel-cite-video .cite-carusel .swiper-slide {
    padding-top: 40px;
  }
  .section-carusel-cite-video .play-btn {
    width: 32px;
    height: 32px;
  }
  .section-carusel-cite-video .play-btn img {
    max-height: 18px;
  }
  .section-carusel-cite-video .section__header {
    margin: 0;
    max-width: 100%;
  }
  .cite__text:before {
    transform: scale(0.4);
    top: -6px;
  }
  .decoration-turtle::before {
    transform: scale(0.6);
    top: -85px;
    right: 0px;
  }
  .decoration-butterfly::before {
    transform: scale(0.8);
    top: -75px;
    right: 0px;
  }
  .cite-carusel__name {
    font-size: 0.625rem;
    margin-top: 10px;
  }
  .cite-carusel__avatar {
    min-width: 70px;
  }
  .section-carusel-cite-video .cite .wrapper {
    padding-bottom: 30px;
  }
  .cite-carusel {
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .section-carusel-cite-video {
    overflow-x: hidden;
  }
  .section-carusel-cite-video .video__left {
    margin-top: 80px;
  }
  .cite-carusel {
    min-width: 430px;
    overflow-x: hidden;
  }
  .cite-box {
    max-width: 100%;
  }
}
.section-media {
  margin-top: 80px;
  margin-bottom: 100px;
}
.section-media .col-6:last-child {
  padding-left: 80px;
}

.media-head .wrapper {
  padding-bottom: 170px;
  position: relative;
  overflow: hidden;
}
.media-head .wrapper:after {
  content: url("../img/z1.svg");
  position: absolute;
  left: 0;
  bottom: -10px;
}

.media-body {
  display: flex;
  flex-wrap: wrap;
}

.media__item {
  position: relative;
  max-width: 317px;
  max-height: 420px;
  width: 16.6666666667%;
}
.media__item:hover .media__front {
  opacity: 1;
}
.media__item--1 .media__front {
  background-color: #fab400;
}
.media__item--2 .media__front {
  background-color: #f39200;
}
.media__item--3 .media__front {
  background-color: #c99555;
}
.media__item--4 .media__front {
  background-color: #81ba27;
}

.media__back img {
  object-fit: cover;
}

.media__front {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.4s;
}
.media__front p {
  padding-bottom: 20px;
  margin: 0;
}
.media__front .btn {
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #fff;
}
.media__front .btn:hover {
  border-color: #18191a;
}

.singlenews.single-media {
  margin-bottom: 100px;
}
.singlenews.single-media .title {
  margin-bottom: 20px;
}
.singlenews.single-media .media__text {
  color: #18191A;
  font-size: 1.25rem;
  font-weight: 700;
}
.singlenews.single-media .media__head {
  margin-bottom: 55px;
}
.singlenews.single-media .media__img {
  margin-bottom: 70px;
}

.singlenews__content h2 {
  color: #18191A;
  font-family: Barlow;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.233px;
  margin-bottom: 20px !important;
}

@media (max-width: 1400px) {
  .media__item {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .media__item {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .media__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 900px) {
  .media-head .wrapper:after {
    bottom: -80px;
    transform: scale(0.5);
  }
  .single-media .news__widget {
    display: none;
  }
}
@media (max-width: 650px) {
  .media__item {
    width: 50%;
  }
  .media-head .wrapper:after {
    left: -80px;
    transform: scale(0.5);
  }
  .media-head .wrapper {
    padding-bottom: 130px;
  }
  .media__front p {
    font-size: 0.875rem;
  }
  .media__front .btn {
    min-width: 90%;
    font-size: 0.625rem;
  }
}
.section-title-lead {
  margin-top: 0 !important;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section-title-lead.elephant {
  background-image: url(../img/contact-bg.jpg);
}
.section-title-lead.elephant::after {
  content: url("../img/el3.svg");
  position: absolute;
  left: 0;
  bottom: -50px;
}
.section-title-lead.elephant::before {
  content: url("../img/el2.svg");
  position: absolute;
  right: 200px;
  top: 100px;
}
.section-title-lead .section__header {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .section-title-lead .section__header {
    max-width: 80%;
  }
  .section-title-lead.elephant::before {
    right: 0;
  }
  .section-title-lead.elephant::after {
    left: -100px;
    bottom: -80px;
    transform: scale(0.6);
  }
}
@media (max-width: 900px) {
  .section-title-lead {
    padding-top: 60px;
  }
  .section-title-lead.elephant::after {
    left: -150px;
    bottom: -120px;
    transform: scale(0.4);
  }
  .section-title-lead.elephant::before {
    right: 0;
    transform: scale(0.6);
    bottom: -640px;
  }
}
@media (max-width: 550px) {
  .section-title-lead .section__header {
    max-width: 100%;
    text-align: left;
  }
}
.section-list-files {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-list-files .section__title {
  margin-bottom: 50px;
}
.section-list-files .wrapper {
  gap: 10px 30px;
}

.file__item {
  min-width: 200px;
  border: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.file__item .ico {
  background-color: #3c6a2b;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 42px;
  width: 42px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Centaurus", sans-serif;
  color: #fff;
  line-height: 1;
}
.file__item .ico svg {
  max-width: 27px;
}
.file__item .icons {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.file__item .icons path {
  transition: all 0.3s;
}
.file__item--1 {
  width: calc(50% - 30px);
}
.file__item--1 .ico {
  margin-right: 18px;
}
.file__item--2 {
  flex-direction: column;
  width: calc(25% - 90px);
}
.file__item--2 .ico {
  margin-bottom: 20px;
}
.file__item--2 .file__title {
  text-align: center;
}
.file__item--2 .icons {
  margin-top: 15px;
  margin-right: auto;
  align-items: center;
}

.file__title {
  color: #18191A;
  font-size: 1rem;
}

.file__link {
  transition: all 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.file__link:hover {
  background-color: #3d6a2b;
}
.file__link:hover .file__title {
  color: #fff;
}
.file__link:hover path {
  stroke: #fff;
}

.file__size {
  color: #949A9F;
  text-align: center;
  font-size: 0.75rem;
  margin-top: 10px;
}

.bg-item-butterfly1 .wrapper {
  position: relative;
}
.bg-item-butterfly1 .wrapper:after {
  content: url("../img/b1.svg");
  position: absolute;
  right: 110px;
  top: -70px;
}

.bg-item-butterfly2 {
  position: relative;
}
.bg-item-butterfly2:after {
  content: url("../img/b2.svg");
  position: absolute;
  right: 170px;
  bottom: -130px;
}

.bg-item-butterfly3 {
  position: relative;
}
.bg-item-butterfly3:after {
  content: url("../img/b3.svg");
  position: absolute;
  left: 150px;
  top: -80px;
}

@media (max-width: 1700px) {
  .bg-item-butterfly3:after {
    left: 10px;
  }
}
@media (max-width: 1400px) {
  .bg-item-butterfly3:after {
    top: -130px;
  }
}
@media (max-width: 900px) {
  .section-list-files.type-item-1 .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .section-list-files.type-item-1 .wrapper .file__item {
    width: 100%;
  }
  .section-list-files .section__title {
    margin-bottom: 30px;
  }
  .section-list-files {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .bg-item-butterfly1 .wrapper:after {
    right: 20px;
    top: -50px;
    transform: scale(0.4);
  }
  .bg-item-butterfly2:after {
    transform: scale(0.5);
    right: 0;
  }
  .bg-item-butterfly3:after {
    content: unset;
  }
}
@media (max-width: 700px) {
  .section-list-files.type-item-1 .wrapper .file__item {
    align-items: center;
    padding: 10px;
  }
  .section-list-files.type-item-1 .wrapper .file__item .ico {
    margin-bottom: 0;
  }
  .section-list-files.type-item-2 .wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-list-files.type-item-2 .wrapper .file__item {
    padding: 10px;
    min-width: 140px;
    min-height: 150px;
  }
  .section-list-files .wrapper .file__title {
    font-size: 0.75rem;
  }
  .section-list-files .wrapper .file__size {
    font-size: 0.5rem;
  }
  .section-list-files .wrapper .file__link svg {
    width: 32px;
    height: 32px;
  }
  .section-list-files .wrapper .file__item .ico {
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
  }
  .section-list-files .wrapper .file__item .ico svg {
    max-width: 16px;
  }
}
.section-form {
  margin: 50px 0;
  padding: 0 30px;
  display: flex;
  justify-content: center;
}
.section-form .section__title {
  margin-bottom: 0;
}

.form__box {
  max-width: 1170px;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 90px 70px 60px 70px;
  position: relative;
}

.bg-monkey {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 130px;
}
.bg-monkey .form__textbox {
  padding-top: 100px;
}
.bg-monkey:before {
  content: url(../img/monkey.svg);
  top: 0;
  left: 0;
  position: absolute;
}
.bg-monkey:after {
  content: url(../img/zi.svg);
  bottom: -30px;
  left: 20px;
  position: absolute;
}

.bg-monkey2 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.bg-monkey2 .form__textbox {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.bg-monkey2 .btn {
  margin: 40px auto 40px auto;
}
.bg-monkey2 .form__text {
  padding-top: 10px;
}
.bg-monkey2:before {
  content: url(../img/monkey.svg);
  top: 0;
  left: 0;
  position: absolute;
}

.bg-tiger {
  overflow: hidden;
  padding-bottom: 180px;
}
.bg-tiger:after {
  content: url(../img/tiger.svg);
  bottom: -10px;
  left: 380px;
  position: absolute;
}

.form__text {
  color: #18191A;
}
.form__text p {
  margin-top: 30px;
  margin-bottom: 15px;
}

.form__item .wpcf7-not-valid {
  border-color: #c5c5c6 !important;
}
.form__item label {
  margin-top: 20px;
  font-weight: 500;
  color: #49454F;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.form__item input[type=text],
.form__item input[type=tel],
.form__item input[type=number],
.form__item input[type=email],
.form__item input[type=url],
.form__item select {
  border-color: #c5c5c6;
  padding-left: 16px;
}
.form__item select {
  outline-color: #80BA27;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #49454F;
  min-height: 44px;
}
.form__item select option {
  font-size: 1rem !important;
}
.form__item textarea {
  max-height: 130px;
}
.form__item .btn {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
  border: none;
}
.form__item .wpcf7-spinner {
  position: relative;
  top: -36px;
}

.form__textbox {
  padding-top: 20px;
}
.form__textbox ol {
  padding-left: 1rem;
}
.form__textbox li {
  margin-bottom: 6px;
}

.contact__form p br {
  display: none;
}

.big-form .wpcf7-response-output {
  max-width: calc(50% - 30px);
  margin-left: auto !important;
  margin-top: 30px;
}
.big-form .wpcf7-spinner {
  right: calc(-50% - 30px);
}
.big-form .form__box {
  padding-bottom: 160px;
}
.big-form .form__textbox {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}
.big-form input[type=submit] {
  max-width: calc(50% - 30px);
  margin-left: auto;
}
.big-form .bg-monkey {
  padding-top: 100px;
}

.contact__form form h2 {
  color: #18191A;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #949a9f;
  margin-bottom: 10px;
}
.contact__form form h2:not(:first-of-type) {
  margin-top: 60px;
}
.contact__form form p.d-flex {
  margin-top: 35px;
  flex-direction: column;
}
.contact__form form .btn-add, .contact__form form .btn-attempt, .contact__form form .btn-movie, .contact__form form .btn-cv {
  transition: all 0.4s;
  color: #FAB400;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.contact__form form .btn-add svg, .contact__form form .btn-attempt svg, .contact__form form .btn-movie svg, .contact__form form .btn-cv svg {
  margin-right: 6px;
}
.contact__form form .btn-add:hover, .contact__form form .btn-attempt:hover, .contact__form form .btn-movie:hover, .contact__form form .btn-cv:hover {
  text-decoration: underline;
}
.contact__form form .btn-add + span, .contact__form form .btn-attempt + span, .contact__form form .btn-movie + span, .contact__form form .btn-cv + span {
  display: block;
  padding-left: 30px;
  font-size: 0.75rem;
  color: #49454F;
}
.contact__form form .btn-add + .wpcf7-not-valid-tip, .contact__form form .btn-attempt + .wpcf7-not-valid-tip, .contact__form form .btn-movie + .wpcf7-not-valid-tip, .contact__form form .btn-cv + .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding-left: 30px;
}
.contact__form form .btn-cv {
  padding-left: 0 !important;
}
.contact__form form .btn-cv svg {
  margin-right: 10px;
}
.contact__form form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.wpcf7-form-control.optional .wpcf7-not-valid-tip {
  padding-left: 25px;
  font-size: 0.75rem;
}

.contact__form form .btn-remove-cv, .contact__form form .btn-remove-attempt, .contact__form form .btn-remove-movie {
    display: inline-block;
    font-weight: 500;
	width: 16px;
	height: 16px;
	line-height: 0;
    background: #FAB400;
    border: none;
	border-radius: 10px;
    align-items: center;
    margin-right: 6px;
	padding: 2px;
    transition: all 0.4s;
}

.contact__form form .btn-remove-cv svg path, .contact__form form .btn-remove-attempt svg path, .contact__form form .btn-remove-movie svg path {
	stroke: #fff;
}


@media (max-width: 1200px) {
  .bg-tiger:after {
    left: 20px;
  }
  .wpcf7-response-output {
    max-width: 60%;
    margin-left: auto !important;
  }
}
@media (max-width: 800px) {
  .section-form .section__title, .section-form .form__text {
    text-align: left;
  }
  .section-form .form__textbox a {
    margin-left: 0;
  }
  .wpcf7-response-output {
    max-width: 50%;
    margin-left: auto !important;
  }
  .big-form .form__box {
    padding-bottom: 70px;
  }
  .bg-tiger:after {
    transform: scale(0.7);
    bottom: -30px;
  }
  .form__box {
    padding: 80px 30px 70px 30px;
  }
  .form__box .wrapper {
    flex-direction: column;
  }
  .form__box .form__textbox {
    max-width: 100%;
    padding-top: 0;
  }
  .form__box .contact__form {
    max-width: 100%;
  }
  .form__box .form__text p {
    margin-top: 10px;
  }
  .bg-monkey:before {
    transform: scale(0.5);
    top: -40px;
    left: -60px;
  }
  .bg-monkey2:before {
    transform: scale(0.5);
    top: -40px;
    left: -60px;
  }
  .section-form {
    margin-top: 30px;
    padding: 0;
  }
  .form__item .btn {
    max-width: fit-content;
    margin-left: auto;
  }
  .bg-monkey:after {
    bottom: -70px;
    left: -40px;
    transform: scale(0.5);
  }
  p.d-flex {
    margin-top: 0 !important;
  }
}
.mt-20 {
  margin-top: 20px;
}

.error404 .bg-monkey2:before {
  content: unset;
}
.error404 p a {
  color: #80BA27;
}
.error404 p a:hover {
  text-decoration: underline !important;
}

.img404-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img404-wrap .img404 {
  margin-top: 20px;
  max-width: 260px;
  margin-top: 30px;
}
.img404-wrap .img4042 {
  margin-bottom: 110px;
}

.js-show-login .modal-login {
  background-color: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-show-login .modal-login .cc--anim .cm {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

.hov {
  background-color: #3d6a2b !important;
}

.cm__texts {
  padding-bottom: 30px !important;
}

.modal-login .cm__body {
  padding-bottom: 60px !important;
}
.modal-login .cm-wrapper .cm--box .pm__close-btn {
  height: 50px !important;
  width: 50px !important;
}

@media (max-width: 1260px) {
  .modal-login .cm__body {
    padding-bottom: 0 !important;
  }
  .modal-login .cm--box {
    height: 510px !important;
  }
}
@media (max-width: 520px) {
  .modal-login .cm--box {
    height: 430px !important;
  }
  .modal-login .cm-wrapper .cm--box .pm__close-btn {
    height: 30px !important;
    width: 30px !important;
    top: 10px !important;
    z-index: 9 !important;
  }
}
.section-list-cite-video {
  margin-top: 140px;
  margin-bottom: 140px;
}
.section-list-cite-video.carusel {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .section-list-cite-video.carusel {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .section-list-cite-video.carusel .cite-box {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .section-list-cite-video.carusel .cite-box .cite__text:before {
    content: url("../img/cite-mobile.svg");
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 900px) {
  .section-list-cite-video.carusel .video__left {
    max-width: 40% !important;
  }
}
@media (max-width: 700px) {
  .section-list-cite-video.carusel .video__left {
    padding-left: 0;
    max-width: 100% !important;
  }
  .section-list-cite-video.carusel .video__left .video-item {
    max-width: 100% !important;
  }
  .section-list-cite-video.carusel .video__left .video-item .play-btn {
    width: 44px;
    height: 44px;
  }
  .section-list-cite-video.carusel .video__left .video-item .play-btn img {
    height: 20px;
  }
  .section-list-cite-video.carusel .video__left .video-item .video-item__text {
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 900px) {
  .section-list-cite-video.carusel .play-btn {
    width: 32px;
    height: 32px;
  }
  .section-list-cite-video.carusel .play-btn img {
    max-height: 18px;
  }
}
.section-list-cite-video .cite-item {
  padding-bottom: 0;
}
.section-list-cite-video .cite-item:not(:last-of-type) {
  margin-bottom: 120px;
}
.section-list-cite-video .decoration-chicken::before {
  position: absolute;
  bottom: 0;
  right: -70px;
  content: url(../img/chicken-two.svg);
  z-index: 1;
}
.section-list-cite-video .carusel__pagination {
  margin: 70px auto 0;
  justify-content: center;
}
@media (max-width: 900px) {
  .section-list-cite-video .carusel__pagination {
    display: none;
  }
}

.cite-item--right .cite-box {
  order: 2;
}
.cite-item--right .cite__text, .cite-item--right .cite__title {
  color: #FAB400;
}
.cite-item--right .cite__text:before {
  content: url(../img/cite2.svg);
}

@media (max-width: 900px) {
  .section-list-cite-video.list .section__header {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .section-list-cite-video.list .cite-item {
    margin-bottom: 30px;
  }
  .section-list-cite-video.list .cite-box {
    order: -1;
  }
  .section-list-cite-video.list .play-btn {
    width: 32px;
    height: 32px;
  }
  .section-list-cite-video.list .play-btn img {
    max-height: 18px;
  }
  .section-list-cite-video.list .decoration-butterfly::before {
    top: 20px;
    right: unset;
    left: -40px;
  }
  .section-list-cite-video.list .decoration-chicken {
    padding-left: 0;
  }
  .section-list-cite-video.list .decoration-chicken::before {
    right: unset;
    left: 200px;
    bottom: -20px;
  }
}
@media (max-width: 600px) {
  .cite-item--left .video__left a {
    margin-left: auto;
  }
}
.section-search-help {
  background-image: url(../img/help-bg.png);
  padding-bottom: 100px;
  padding-top: 90px;
  position: relative;
}
.section-search-help .search__form input {
  border-color: #949a9f;
}
.section-search-help .section__title {
  margin-bottom: 50px;
}
.section-search-help .section__header {
  margin-bottom: 0;
}
.section-search-help .search__form {
  position: relative;
}
.section-search-help .search__form .search__submit {
  margin-right: 0;
  position: absolute;
  right: 5px;
}
.section-search-help .search__form .search__submit svg {
  max-height: 24px;
}
.section-search-help .search__form .search__submit svg stroke {
  fill: #949a9f;
}
.section-search-help::after {
  position: absolute;
  content: url("../img/lion31.svg");
  right: 30px;
  bottom: 0;
}

@media (max-width: 970px) {
  .section-search-help .section__title {
    margin-bottom: 30px;
  }
  .section-search-help {
    padding-bottom: 200px;
  }
  .section-search-help::after {
    transform: scale(0.7) translateX(50%);
    bottom: -42px;
    right: 50%;
  }
  .section-search-help .section__header {
    max-width: 100%;
  }
  .section-search-help .search__field {
    min-width: 270px;
  }
}
.section-price-list {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 50px;
}
.section-price-list .section__title {
  position: relative;
}
.section-price-list .section__title::after {
  position: absolute;
  right: -70px;
  top: -30px;
  content: url("../img/price.png");
  display: block;
}

.price-list table {
  border-collapse: collapse;
  width: 100%;
}
.price-list table td, .price-list table th {
  color: #18191A;
  font-size: 1rem;
  letter-spacing: 0.233px;
  padding: 20px 50px;
}
.price-list table td:first-child, .price-list table th:first-child {
  min-width: 120px;
}
.price-list table th {
  text-transform: uppercase;
  vertical-align: bottom;
  font-weight: 800;
}
.price-list table thead th:nth-child(2) {
  color: #F39200;
}
.price-list table thead th:nth-child(3) {
  color: #C99555;
}
.price-list table thead th:nth-child(4) {
  color: #80BA27;
}
.price-list table tbody tr {
  border-top: 1px solid #F3F3F3 !important;
}
.price-list table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.price-list table tbody tr td:nth-child(2) {
  color: #F39200;
  font-weight: 500;
  text-transform: uppercase;
}
.price-list table tbody tr td:nth-child(3) {
  color: #C99555;
  font-weight: 500;
  text-transform: uppercase;
}
.price-list table tbody tr td:nth-child(4) {
  color: #80BA27;
  font-weight: 500;
  text-transform: uppercase;
}
.price-list table tbody tr td {
  border-top: 1px solid #F3F3F3 !important;
}
.price-list table tbody tr:last-child {
  border-bottom: 1px solid #F3F3F3;
}

@media (max-width: 1100px) {
  .section-price-list .section__header {
    max-width: 100%;
  }
  .section-price-list .section__title::after {
    right: 0;
  }
}
@media (max-width: 900px) {
  .section-price-list .section__title::after {
    transform: scale(0.8);
  }
}
@media (max-width: 769px) {
  .price-list table th, .price-list table td {
    padding: 10px 20px 10px 0;
  }
  .price-list table th:last-child, .price-list table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 650px) {
  .section-price-list .section__title::after {
    transform: scale(0.5);
    top: -90px;
    right: -20px;
  }
  .price-list table th, .price-list table td {
    font-size: 0.75rem;
  }
  .price-list table th:last-child, .price-list table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  .section-price-list .price-list-wrap {
    overflow-x: scroll;
  }
  .section-price-list .price-list-wrap .price-list {
    min-width: 330px;
  }
}
.section-counselor {
  position: relative;
  padding: 140px 0 30px;
}
@media (max-width: 767px) {
  .section-counselor {
    padding: 55px 0 0;
  }
}
.section-counselor .section__title {
  text-align: center;
  width: 100%;
}

.counselor {
  gap: 30px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
.counselor::after {
  content: url("../img/tukan2.png");
  width: 48px;
  height: 108px;
  right: 17px;
  bottom: 47%;
  display: block;
  position: absolute;
  z-index: 0;
}
@media (max-width: 991px) {
  .counselor::after {
    right: 10%;
    bottom: 14.2%;
  }
}
@media (max-width: 767px) {
  .counselor::after {
    right: 20px;
    bottom: 7%;
    z-index: 2;
  }
}
.counselor .counselor__item {
  width: calc(33.33333% - 20px);
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .counselor .counselor__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .counselor .counselor__item {
    width: 100%;
    padding-bottom: 0;
  }
}
.counselor .counselor__item:nth-child(5n+1) .title {
  color: #fab400;
}
.counselor .counselor__item:nth-child(5n+2) .title {
  color: #F39200;
}
.counselor .counselor__item:nth-child(5n+3) .title {
  color: #80BA27;
}
.counselor .counselor__item:nth-child(5n+4) .title {
  color: #F39200;
}
.counselor .counselor__item:nth-child(5n+5) .title {
  color: #80BA27;
}
.counselor .counselor__item .picture {
  height: 270px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .counselor .counselor__item .picture {
    margin-bottom: 16px;
  }
}
.counselor .counselor__item .title {
  font-size: 1.25rem;
  color: #fab400;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Centaurus", sans-serif;
}
@media (max-width: 767px) {
  .counselor .counselor__item .title {
    font-size: 1.125rem;
  }
}
.counselor .counselor__item .text {
  text-align: center;
  font-size: 1rem;
  color: #18191a;
}
@media (max-width: 767px) {
  .counselor .counselor__item .text {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
.counselor .counselor__item .btn-arrow-text {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.counselor .counselor__item .btn-arrow-text .btn-arrow {
  border: 2px solid #18191a;
}
.counselor .counselor__item .btn-arrow-text .btn-arrow::before {
  content: url("../img/icon/arrow-up-black.svg");
  width: 22px;
  height: 21px;
  margin: auto;
}
.counselor .counselor__item .btn-arrow-text .btn-arrow img {
  transform: rotate(0);
}
.counselor .counselor__item .btn-arrow-text span {
  font-size: 0.875rem;
  color: #18191a;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.counselor .counselor__item .btn-arrow-text:hover .btn-arrow {
  background-color: #f39200;
  border-color: #f39200;
}
.counselor .counselor__item .btn-arrow-text:hover .btn-arrow::before {
  content: url("../img/icon/arrow-up-white.svg");
  width: 22px;
  height: 21px;
  margin: auto;
}
.counselor .counselor__item .btn-arrow-text:hover span {
  color: #f39200;
  text-decoration: underline;
}

.postcounselor {
  max-width: 780px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.postcounselor .title {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "Centaurus", sans-serif;
  margin-bottom: 50px;
  text-align: center;
}
.postcounselor .singlenews__image {
  margin-bottom: 65px;
}
.postcounselor .singlenews__image img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.postcounselor .singlenews__content {
  color: #18191A;
}
.postcounselor .singlenews__content p {
  margin-bottom: 30px;
}

.section-ideas {
  position: relative;
  padding: 40px 0 130px;
}
@media (max-width: 767px) {
  .section-ideas {
    padding: 40px 0 50px;
  }
}
.section-ideas .section__title {
  text-align: center;
  width: 100%;
}

.ideas {
  column-gap: 30px;
  row-gap: 70px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .ideas {
    margin-top: 0;
    row-gap: 30px;
  }
}
.ideas::after {
  content: url("../img/tukan2.png");
  width: 48px;
  height: 108px;
  right: 17px;
  top: -95px;
  display: block;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .ideas::after {
    right: 10%;
    bottom: 14.2%;
  }
}
@media (max-width: 767px) {
  .ideas::after {
    content: url("../img/tucan-mobile-small.png");
    height: 50px;
    width: 22px;
    right: 26px;
    top: -42px;
    z-index: 2;
  }
}
.ideas .ideas__item {
  width: calc(33.33333% - 20px);
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: left;
}
@media (max-width: 991px) {
  .ideas .ideas__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .ideas .ideas__item {
    width: 100%;
    padding-bottom: 0;
  }
}
.ideas .ideas__item:nth-child(5n+1) .content p {
  color: #fab400;
}
.ideas .ideas__item:nth-child(5n+2) .content p {
  color: #F39200;
}
.ideas .ideas__item:nth-child(5n+3) .content p {
  color: #80BA27;
}
.ideas .ideas__item:nth-child(5n+4) .content p {
  color: #F39200;
}
.ideas .ideas__item:nth-child(5n+5) .content p {
  color: #80BA27;
}
.ideas .ideas__item .picture {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 18px 40px 0px rgba(66, 68, 90, 0.09);
  -moz-box-shadow: 0px 18px 40px 0px rgba(66, 68, 90, 0.09);
  box-shadow: 0px 18px 40px 0px rgba(66, 68, 90, 0.09);
}
@media (max-width: 767px) {
  .ideas .ideas__item .picture {
    margin-bottom: 10px;
    height: 250px;
  }
}
.ideas .ideas__item .content {
  display: flex;
  gap: 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .ideas .ideas__item .content {
    margin-bottom: 11px;
    gap: 10px;
  }
}
.ideas .ideas__item .content .avatar {
  height: 70px;
  width: 70px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .ideas .ideas__item .content .avatar {
    height: 50px;
    width: 50px;
  }
}
.ideas .ideas__item .content .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ideas .ideas__item .content .content-text p {
  font-size: 0.625rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Centaurus", sans-serif;
}
@media (max-width: 767px) {
  .ideas .ideas__item .content .content-text p {
    font-size: 0.5rem;
    line-height: 0.625rem;
  }
}
.ideas .ideas__item .content .content-text p.title {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Centaurus", sans-serif;
}
@media (max-width: 767px) {
  .ideas .ideas__item .content .content-text p.title {
    font-size: 0.875rem;
  }
}
.ideas .ideas__item .text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #18191a;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ideas .ideas__item .text {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 0;
  }
}

.section-news {
  position: relative;
}
@media (max-width: 767px) {
  .section-news {
    margin-top: 54px !important;
  }
}
.section-news .section__title {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .section-news .section__title {
    margin-bottom: 20px;
  }
}

.news {
  display: flex;
  gap: 100px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .news {
    flex-direction: column-reverse;
    gap: 55px;
  }
}
.news .news__content .news__item {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news .news__content .news__item {
    flex-direction: column;
    gap: 15px;
  }
}
.news .news__content .news__item .news__image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-width: 370px;
  max-width: 370px;
  height: 250px;
}
@media (max-width: 991px) {
  .news .news__content .news__item .news__image {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.news .news__content .news__item .news__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news__content .news__item .news__image .news__category {
  font-size: 0.75rem;
  top: 10px;
  left: 10px;
  position: absolute;
  color: #fff;
  background-color: #81BA27;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 10px 16px;
  min-width: 100px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news .news__content .news__item .news__image .news__category {
    font-size: 0.625rem;
    padding: 8px 15px;
  }
}
.news .news__content .news__item .news__text {
  position: relative;
}
.news .news__content .news__item .news__text .title {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #18191a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news .news__content .news__item .news__text .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
  }
}
.news .news__content .news__item .news__text .info {
  display: flex;
  color: #949A9F;
  gap: 65px;
  margin-bottom: 11px;
  font-size: 0.625rem;
  line-height: 0.625rem;
}
@media (max-width: 767px) {
  .news .news__content .news__item .news__text .info {
    margin-bottom: 8px;
  }
}
.news .news__content .news__item .news__text .info > div {
  display: flex;
  align-items: center;
}
.news .news__content .news__item .news__text .info img {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  margin-right: 5px;
}
.news .news__content .news__item .news__text .info img.avatar {
  border: 1px solid #80BA27;
}
.news .news__content .news__item .news__text .text {
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #18191a;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news .news__content .news__item .news__text .text {
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-bottom: 15px;
  }
}
.news .news__content .news__item .news__text .text strong {
  font-weight: 400;
}
.news .news__content .news__item .news__text .btn-arrow-text {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.news .news__content .news__item .news__text .btn-arrow-text .btn-arrow {
  background: #fab400;
  border: 2px solid #fab400;
}
.news .news__content .news__item .news__text .btn-arrow-text span {
  font-size: 0.875rem;
  color: #fab400;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.news .news__content .news__item .news__text .btn-arrow-text:hover .btn-arrow {
  background-color: #f39200;
  border-color: #f39200;
}
.news .news__content .news__item .news__text .btn-arrow-text:hover span {
  color: #f39200;
  text-decoration: underline;
}
.news .news__content .news__item:hover .news__image > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news .news__content .news__item:hover .news__text .title {
  color: #fab400;
}
.news .news__content .news__pagination {
  margin-top: 70px;
  border-top: 1px solid #D9D9D9;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .news .news__content .news__pagination {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.news .news__content .news__pagination .page-numbers {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #fab400;
  background: #fab400;
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news__content .news__pagination .page-numbers:hover {
  background: #f39200;
  border: 1px solid #f39200;
}
.news .news__content .news__pagination .page-numbers.current {
  background: #fff;
  border: 1px solid #949A9F;
  color: #949A9F;
}
.news .news__content .news__pagination .prev {
  display: none;
}
.news .news__content .news__pagination .next.page-numbers {
  font-size: 0;
}
.news .news__content .news__pagination .next.page-numbers::before {
  content: url("../img/icon/arrow-up-pagination.svg");
  width: 22px;
  height: 21px;
  display: block;
  position: absolute;
  z-index: 1;
}
.news .news__content .images {
  display: none;
}
@media (max-width: 991px) {
  .news .news__content .images {
    display: block;
    width: 270px;
    margin: 0 auto 60px;
  }
}

.singlenews {
  display: flex;
  gap: 100px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .singlenews {
    flex-direction: column-reverse;
    gap: 55px;
    margin-top: 55px;
  }
}
.singlenews .title {
  margin-bottom: 55px;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #18191a;
  font-weight: 400;
  font-family: "Centaurus", sans-serif;
}
@media (max-width: 767px) {
  .singlenews .title {
    margin-bottom: 30px;
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.singlenews .singlenews__image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  height: 428px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .singlenews .singlenews__image {
    height: 200px;
    margin-bottom: 15px;
  }
}
.singlenews .singlenews__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.singlenews .singlenews__image .news__category {
  font-size: 0.75rem;
  top: 10px;
  left: 10px;
  position: absolute;
  color: #fff;
  background-color: #81BA27;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 10px 16px;
  min-width: 100px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .singlenews .singlenews__image .news__category {
    font-size: 0.625rem;
    padding: 8px 15px;
  }
}
.singlenews .info {
  display: flex;
  color: #949A9F;
  gap: 65px;
  margin-bottom: 30px;
  font-size: 0.625rem;
  line-height: 0.625rem;
}
@media (max-width: 767px) {
  .singlenews .info {
    margin-bottom: 15px;
  }
}
.singlenews .info > div {
  display: flex;
  align-items: center;
}
.singlenews .info img {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  margin-right: 5px;
}
.singlenews .info img.avatar {
  border: 1px solid #80BA27;
}
.singlenews .singlenews__content p, .singlenews .singlenews__content h2, .singlenews .singlenews__content h3, .singlenews .singlenews__content h4, .singlenews .singlenews__content h5, .singlenews .singlenews__content h6 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .singlenews .singlenews__content p, .singlenews .singlenews__content h2, .singlenews .singlenews__content h3, .singlenews .singlenews__content h4, .singlenews .singlenews__content h5, .singlenews .singlenews__content h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .singlenews .singlenews__content p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.singlenews .singlenews__content ul {
  margin: 70px 0 50px;
}
@media (max-width: 767px) {
  .singlenews .singlenews__content ul {
    margin: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .singlenews .singlenews__content ul li {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.singlenews .singlenews__content blockquote {
  margin: 70px 0 70px;
  position: relative;
}
@media (max-width: 767px) {
  .singlenews .singlenews__content blockquote {
    margin: 35px 0;
  }
}
.singlenews .singlenews__content blockquote::before {
  content: url("../img/icon/blockquote.svg");
  width: 34px;
  height: 27px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .singlenews .singlenews__content blockquote::before {
    content: url("../img/icon/blockquote-mobile.svg");
    width: 19px;
    height: 27px;
  }
}
.singlenews .singlenews__content blockquote p {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #80BA27;
  padding-left: 70px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .singlenews .singlenews__content blockquote p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 30px;
  }
}
.singlenews .singlenews__socialmedia {
  padding: 70px 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.singlenews .singlenews__author {
  padding: 50px 0;
  display: flex;
  gap: 30px;
  font-size: 1rem;
  line-height: 1.625rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.singlenews .singlenews__author img {
  width: 69px;
  height: 69px;
  border-radius: 100px;
}
.singlenews .singlenews__author .name {
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #80BA27;
  font-weight: 400;
  font-family: "Centaurus", sans-serif;
}
@media (max-width: 767px) {
  .singlenews .singlenews__author .name {
    font-size: 1.25rem;
  }
}
.singlenews .singlenews__pagination {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .singlenews .singlenews__pagination {
    padding: 60px 0;
  }
}
.singlenews .singlenews__pagination a {
  padding: 20px 30px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 12px;
  display: block;
  max-width: fit-content;
  min-width: 170px;
  text-align: center;
  background: #80BA27;
  color: #fff;
}
@media (max-width: 767px) {
  .singlenews .singlenews__pagination a {
    padding: 20px 10px;
    font-size: 0.875rem;
    max-width: 150px;
    min-width: auto;
  }
}
.singlenews .singlenews__pagination a:hover {
  background: #3d6a2b;
}
.singlenews .images {
  display: none;
}
@media (max-width: 991px) {
  .singlenews .images {
    display: block;
    width: 270px;
    margin: 0 auto 60px;
  }
}

.news__widget {
  max-width: 270px;
  min-width: 270px;
}
@media (max-width: 500px) {
  .news__widget {
    max-width: 100%;
    min-width: 100%;
  }
}
.news__widget .search__title {
  position: relative;
}
.news__widget .search__title::after {
  content: url("../img/search-title.svg");
  width: 37px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 160px;
  top: -30px;
}
@media (max-width: 991px) {
  .news__widget .search__title::after {
    content: url("../img/search-title-mobile.svg");
    width: 28px;
    height: 30px;
    left: 98px;
    top: -20px;
  }
}
.news__widget .news__search {
  border-radius: 12px;
  border: 1px solid #949A9F;
  font-size: 16px;
  color: #949A9F;
  padding: 10px 40px 10px 20px;
  line-height: 16px;
  width: 100%;
}
.news__widget .news__search::-webkit-input-placeholder {
  color: #949A9F;
}
.news__widget .news__search:-moz-placeholder {
  color: #949A9F;
  opacity: 1;
}
.news__widget .news__search::-moz-placeholder {
  color: #949A9F;
  opacity: 1;
}
.news__widget .news__search:-ms-input-placeholder {
  color: #949A9F;
}
.news__widget .news__search:focus {
  outline: none;
}
.news__widget .news__search--submit {
  position: absolute;
  right: 2px;
  border: 0;
  background: transparent;
  top: 0;
  bottom: 0;
}
.news__widget .images {
  margin: 150px 0 70px;
  width: 270px;
  display: block;
}
@media (max-width: 991px) {
  .news__widget .images {
    display: none;
  }
}
@media (max-width: 991px) {
  .news__widget .category__title {
    display: none;
  }
}
.news__widget .list-category {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 991px) {
  .news__widget .list-category {
    display: none;
  }
}
.news__widget .list-category a {
  color: #18191a;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.news__widget .list-category a:hover {
  color: #fab400;
}

.section-tils-partners {
  margin-bottom: 70px;
}
.section-tils-partners .section__header {
  margin: 0 auto 54px auto;
}
@media (max-width: 767px) {
  .section-tils-partners .section__header {
    text-align: left;
    margin: 0 0 30px;
    max-width: 100%;
  }
}
.section-tils-partners .wrapper {
  position: relative;
  display: flex;
  row-gap: 70px;
  column-gap: 30px;
  padding-bottom: 70px;
  border-bottom: 1px solid #C3C6C9;
}
@media (max-width: 767px) {
  .section-tils-partners .wrapper {
    row-gap: 30px;
    padding-bottom: 30px;
  }
}
.section-tils-partners .wrapper .partners-item {
  width: calc(33.33333% - 30px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-tils-partners .wrapper .partners-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .section-tils-partners .wrapper .partners-item {
    width: 100%;
  }
}
.section-tils-partners .wrapper .partners-item .partners-logo {
  height: 270px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  position: relative;
}
@media (max-width: 767px) {
  .section-tils-partners .wrapper .partners-item .partners-logo {
    height: 215px;
  }
}
.section-tils-partners .wrapper .partners-item .partners-logo span {
  opacity: 0;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .section-tils-partners .wrapper .partners-item .partners-logo span {
    font-size: 0.625rem;
  }
}
.section-tils-partners .wrapper .partners-item .partners-logo:hover {
  background: #80ba27;
}
.section-tils-partners .wrapper .partners-item .partners-logo:hover span {
  opacity: 1;
  color: #fff;
}

.section-tils-video-full {
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .section-tils-video-full {
    margin-bottom: 50px;
  }
}
.section-tils-video-full:after {
  background: linear-gradient(0deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 85.44%);
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 600px;
}
.section-tils-video-full .section__header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-tils-video-full .section__header {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 15px;
    max-width: 100%;
    text-align: left;
  }
}
.section-tils-video-full .section__header .section__title {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .section-tils-video-full .section__header .section__title {
    margin-bottom: 21px;
  }
}
.section-tils-video-full .wrapper {
  position: relative;
  z-index: 1;
  gap: 0;
}
.section-tils-video-full .wrapper .video-item {
  border-radius: 0;
  width: 33.33333%;
}
@media (max-width: 900px) {
  .section-tils-video-full .wrapper .video-item {
    max-width: 50% !important;
    max-height: max-content;
    width: 50%;
  }
}
@media (max-width: 700px) {
  .section-tils-video-full .wrapper .video-item {
    width: 100%;
    max-width: 100% !important;
  }
}
.section-tils-video-full .wrapper .video-item:first-of-type {
  width: 100%;
}
@media (max-width: 900px) {
  .section-tils-video-full .wrapper .video-item:first-of-type {
    max-width: 50% !important;
    width: 50%;
  }
}
@media (max-width: 700px) {
  .section-tils-video-full .wrapper .video-item:first-of-type {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .section-tils-video-full .wrapper .video-item .play-btn {
    width: 42px;
    height: 42px;
    top: 50%;
  }
}
@media (max-width: 900px) {
  .section-tils-video-full .wrapper .video-item .play-btn img {
    height: 20px;
  }
}
.section-tils-video-full .wrapper .video-item .desktop {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-tils-video-full .wrapper .video-item .desktop {
    display: none;
  }
}
.section-tils-video-full .wrapper .video-item .mobile {
  display: none;
}
@media (max-width: 900px) {
  .section-tils-video-full .wrapper .video-item .mobile {
    display: block;
  }
}

.section-tils-video-description {
  margin-top: 140px;
  padding-top: 0;
  margin-bottom: 140px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 900px) {
  .section-tils-video-description {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.section-tils-video-description.chicken:before {
  content: url("../img/chicken-top.svg");
  position: absolute;
  top: -45px;
  right: 200px;
}
.section-tils-video-description .section__title {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .section-tils-video-description .section__title {
    display: block;
    margin-bottom: 30px;
  }
}
.section-tils-video-description .section__header {
  margin-bottom: 65px;
}
@media (max-width: 900px) {
  .section-tils-video-description .section__header {
    text-align: left;
    margin: 0 0 50px 0;
    max-width: 100%;
  }
}
.section-tils-video-description .wrapper {
  position: relative;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .section-tils-video-description .wrapper {
    row-gap: 12px;
    padding-bottom: 30px;
  }
}
.section-tils-video-description .wrapper .item {
  width: calc(33.33333% - 30px);
  overflow: hidden;
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .section-tils-video-description .wrapper .item {
    width: 100%;
  }
}
.section-tils-video-description .wrapper .item .video-item {
  height: 325px;
  margin-bottom: 28px;
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item .video-item {
    max-width: 100% !important;
    margin-bottom: 15px;
    min-height: 220px;
    max-height: 220px;
  }
}
.section-tils-video-description .wrapper .item .video-item .video-item__text {
  left: 30px;
  bottom: 30px;
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item .video-item .video-item__text {
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item .video-item .play-btn {
    width: 42px;
    height: 42px;
    top: 50%;
  }
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item .video-item .play-btn img {
    height: 20px;
  }
}
.section-tils-video-description .wrapper .item .item__title {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 22px;
  font-family: "Centaurus", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item .item__title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
.section-tils-video-description .wrapper .item:nth-child(3n+1) .item__title {
  color: #fab400;
}
.section-tils-video-description .wrapper .item:nth-child(3n+2) .item__title {
  color: #F39200;
}
.section-tils-video-description .wrapper .item:nth-child(3n+3) .item__title {
  color: #80BA27;
}
.section-tils-video-description .wrapper .item:first-child::before {
  position: absolute;
  top: -43px;
  left: 0;
  content: url(../img/chicken-two.svg);
  z-index: 1;
}
@media (max-width: 900px) {
  .section-tils-video-description .wrapper .item:first-child::before {
    content: url("../img/chicken-two-mobile.png");
    top: -20px;
    left: 0;
  }
}

.section-carusel-offerts-work {
  padding-bottom: 140px;
  position: relative;
}
.section-carusel-offerts-work::before {
  content: url("../img/zebra.png");
  position: absolute;
  bottom: -30px;
  right: 120px;
  z-index: 1;
}
@media (max-width: 900px) {
  .section-carusel-offerts-work::before {
    content: url("../img/zebra-mobile.png");
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.section-carusel-offerts-work .section__title {
  margin: 0 auto 55px;
}
@media (max-width: 900px) {
  .section-carusel-offerts-work .section__title {
    margin: 0 0 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) {
  .section-carusel-offerts-work .wrapper {
    padding: 0 0 0 30px;
  }
}
.section-carusel-offerts-work .swiper-wrapper {
  height: auto;
}
@media (max-width: 900px) {
  .section-carusel-offerts-work .swiper-wrapper .swiper-slide .offerts-work__item {
    flex-direction: column;
    column-gap: 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 9px 13px -10px rgb(66, 68, 90);
    -moz-box-shadow: 0px 9px 13px -10px rgb(66, 68, 90);
    box-shadow: 0px 9px 13px -10px rgb(66, 68, 90);
    margin-bottom: 12px;
  }
}
.section-carusel-offerts-work .swiper-wrapper .swiper-slide .offerts-work__item img {
  height: 270px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 28px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .section-carusel-offerts-work .swiper-wrapper .swiper-slide .offerts-work__item img {
    margin-bottom: 17px;
    min-height: 190px;
    max-height: 180px;
  }
}
.section-carusel-offerts-work .swiper-wrapper .swiper-slide .offerts-work__item .title {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: "Centaurus", sans-serif;
}
@media (max-width: 900px) {
  .section-carusel-offerts-work .swiper-wrapper .swiper-slide .offerts-work__item .title {
    font-size: 1.125rem;
    margin-bottom: 17px;
  }
}
.section-carusel-offerts-work .swiper-wrapper .swiper-slide:nth-child(3n+1) .offerts-work__item .title {
  color: #fab400;
}
.section-carusel-offerts-work .swiper-wrapper .swiper-slide:nth-child(3n+2) .offerts-work__item .title {
  color: #F39200;
}
.section-carusel-offerts-work .swiper-wrapper .swiper-slide:nth-child(3n+3) .offerts-work__item .title {
  color: #80BA27;
}
.section-carusel-offerts-work .carusel__pagination {
  margin-top: 70px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .section-carusel-offerts-work .carusel__pagination {
    display: none;
  }
}

.section-singlework {
  background-color: #fff;
  padding: 110px 0 150px;
  position: relative;
}
@media (max-width: 900px) {
  .section-singlework {
    padding: 60px 0;
  }
}
.section-singlework .container::after {
  content: url("../img/butterflies.png");
  position: absolute;
  bottom: 45px;
  right: 70px;
}
@media (max-width: 900px) {
  .section-singlework .container::after {
    content: url("../img/butterflies-mobile.png");
    bottom: 13px;
    right: 0;
  }
}
.section-singlework .singlework-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 13px;
  padding-bottom: 26px;
}
@media (max-width: 900px) {
  .section-singlework .singlework-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.section-singlework .singlework-header p {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-singlework .singlework-header p {
    font-size: 1.125rem;
  }
}
.section-singlework .singlework-info {
  display: flex;
  gap: 30px;
  margin-bottom: 78px;
}
@media (max-width: 900px) {
  .section-singlework .singlework-info {
    font-size: 1.125rem;
    flex-wrap: wrap;
    margin-bottom: 30px;
    column-gap: 5px;
    row-gap: 20px;
  }
}
.section-singlework .singlework-info > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #49454F;
}
@media (max-width: 900px) {
  .section-singlework .singlework-info > div {
    gap: 0;
    width: 48%;
  }
}
.section-singlework .singlework-info > div span {
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.section-singlework .singlenews__content {
  width: 60%;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .section-singlework .singlenews__content {
    width: 100%;
    margin-bottom: 60px;
  }
}
.section-singlework .singlenews__content p, .section-singlework .singlenews__content li {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (max-width: 900px) {
  .section-singlework .singlenews__content p, .section-singlework .singlenews__content li {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-singlework .singlenews__btn {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-weight: 800;
}
@media (max-width: 900px) {
  .section-singlework .singlenews__btn {
    font-size: 1.125rem;
    line-height: 1.5rem;
    gap: 30px;
  }
}

.section-other-posts {
  padding: 140px 0 70px;
}
@media (max-width: 900px) {
  .section-other-posts {
    width: 100%;
    padding: 60px 0;
  }
}

.single-work .section-header {
  padding-bottom: 40px;
}
.single-work .sheader__text {
  max-width: 100%;
}
.single-work .sheader__title--color {
  margin-bottom: 0;
}
.single-work .section-carusel-offerts-work::before {
  display: none;
}

.section-carusel-img-text {
  margin-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
.section-carusel-img-text .container {
  max-width: 1230px;
}
@media (max-width: 900px) {
  .section-carusel-img-text .container {
    padding: 0 0 0 30px;
  }
}
.section-carusel-img-text .section__header_title {
  display: none;
}
@media (max-width: 900px) {
  .section-carusel-img-text .section__header_title {
    display: block;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 400;
    color: #18191a;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: "Centaurus", sans-serif;
  }
}
.section-carusel-img-text .wrapper {
  justify-content: space-between;
  column-gap: 90px;
}
@media (max-width: 900px) {
  .section-carusel-img-text .wrapper {
    -webkit-box-shadow: 0px 9px 13px -10px rgb(66, 68, 90);
    -moz-box-shadow: 0px 9px 13px -10px rgb(66, 68, 90);
    box-shadow: 0px 9px 13px -10px rgb(66, 68, 90);
  }
}
.section-carusel-img-text .wrapper .img__left img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 900px) {
  .section-carusel-img-text .wrapper .img__left img {
    height: 160px;
  }
}
.section-carusel-img-text .col-6 {
  max-width: calc(50% - 45px);
}

.img-carusel__textbox span {
  font-size: 1.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #80BA27;
  text-transform: uppercase;
  font-family: "Centaurus", sans-serif;
  padding-bottom: 30px;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .img-carusel__textbox span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-bottom: 15px;
  }
}

.desktop {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 900px) {
  .section-carusel-img-text .swiper-slide .wrapper {
    margin-bottom: 15px;
  }
  .section-carusel-img-text .wrapper {
    flex-direction: column;
    column-gap: 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
  }
  .section-carusel-img-text .carusel__pagination {
    display: none;
  }
  .img__left {
    max-width: 100% !important;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .section-carusel-img-text {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .img-carusel__textbox > img {
    margin-bottom: 25px;
  }
  .img-carusel__textbox {
    max-width: 100% !important;
  }
  .section-carusel-img-text::before {
    content: unset;
  }
  .img-item {
    max-width: 100% !important;
    max-height: 160px;
    min-height: 160px;
    height: 160px;
  }
  .img-item__text {
    font-size: 0.75rem;
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
}
.section-text .wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
}
@media (max-width: 1170px) {
  .section-text .wrapper {
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .section-text .wrapper {
    gap: 45px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 900px) {
  .section-text .section-text-left {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .section-text .section-text-left .section__title {
    margin-bottom: 40px;
  }
}
.section-text .section-text-left .item {
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .section-text .section-text-left .item {
    margin-bottom: 60px;
  }
}
.section-text .section-text-left .item .title {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .section-text .section-text-left .item .title {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 20px;
  }
}
.section-text .section-text-left .item p strong em {
  color: #fab400;
  font-style: normal;
  text-decoration: underline;
}
.section-text .section-text-left .item p em {
  color: #fab400;
  font-style: normal;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .section-text .section-text-right {
    max-width: 100%;
  }
}
.section-text .section-text-right .section__title {
  position: relative;
}
.section-text .section-text-right .section__title::after {
  content: url("../img/search-title.svg");
  width: 37px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 240px;
  top: -30px;
}
@media (max-width: 991px) {
  .section-text .section-text-right .section__title::after {
    content: url("../img/search-title-mobile.svg");
    width: 28px;
    height: 30px;
    left: 150px;
    top: -20px;
  }
}
.section-text .section-text-right .item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 900px) {
  .section-text .section-text-right .item {
    gap: 20px;
  }
}
.section-text .section-text-right .item a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #18191a;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .section-text .section-text-right .item a {
    font-size: 16px;
    line-height: 26px;
    color: #18191a;
  }
}
.section-text .section-text-right .item a:hover {
  color: #fab400;
}

/*# sourceMappingURL=main.css.map */
