/***** FONTS *****/
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/geist-black.woff2") format("woff2"), url("../fonts/geist-black.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/geist-bold.woff2") format("woff2"), url("../fonts/geist-bold.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/geist-extrabold.woff2") format("woff2"), url("../fonts/geist-extrabold.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/geist-extralight.woff2") format("woff2"), url("../fonts/geist-extralight.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/geist-light.woff2") format("woff2"), url("../fonts/geist-light.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/geist-medium.woff2") format("woff2"), url("../fonts/geist-medium.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/geist-regular.woff2") format("woff2"), url("../fonts/geist-regular.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/geist-semibold.woff2") format("woff2"), url("../fonts/geist-semibold.woff") format("woff");
}
@font-face {
  font-family: "geist";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/geist-thin.woff2") format("woff2"), url("../fonts/geist-thin.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1840px;
  --container-offset: 40px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white-color: #ffffff;
  --black-color: #000000;
  --title-color: #444444;
  --font-color: #2E353A;
  --font-color-gray: rgba(46,53,58,.7);
  --green-color: #20C4B2;
  --red-color: #FF006D;
  --violet-color: #8D6490;
  --grey-color: #F2F2F2;
  --header-height: 104px;
}

/***** Mixins *****/
@media screen and (max-width: 1560px) {
  :root {
    --container-offset: 20px;
  }
}
@media screen and (max-width: 1365px) {
  :root {
    --header-height: 80px;
  }
}
@media screen and (max-width: 359px) {
  :root {
    --container-offset: 14px;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "geist", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--font-color);
  background: var(--grey-color);
  margin: 0;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

[id] {
  scroll-margin-top: var(--header-height);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.container-padding {
  width: 100%;
  box-sizing: border-box;
  padding-left: calc((100vw - var(--content-width)) / 2);
  padding-right: calc((100vw - var(--content-width)) / 2);
  max-width: 100%;
}

.container-left {
  width: 100%;
  padding-left: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-left: 0;
}

.container-right {
  width: 100%;
  padding-right: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-right: 0;
}

.link-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-scroll {
  overflow: hidden;
  height: 100vh;
}

.hidden,
.screen-reader-text {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title-color);
}

::-webkit-scrollbar {
  width: 0.375rem;
  background: #EAEAEA;
}

::-webkit-scrollbar-thumb {
  width: 0.375rem;
  height: 7rem;
  background: rgba(68, 68, 68, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--green-color);
}

/***** COMPONENTS GLOBAL *****/
/*----header-----*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  transition: position 10s ease-in, background-color 0.3s ease-in;
}
.header.active {
  background: var(--white-color);
}
.header__logo {
  flex-shrink: 0;
  width: 210px;
  margin-right: 48px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: var(--header-height);
  border-bottom: 1px solid var(--red-color);
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__nav-head {
  display: none;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__menu > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 104px;
}
.header__menu > li:not(:last-child) {
  margin-right: 30px;
}
.header__menu > li > a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #444444;
}
.header__menu > li > a:hover {
  color: var(--red-color);
}
.header .second-search {
  margin-left: auto;
}
.header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 15px;
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__buttons a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  padding: 12px;
  border-radius: 12px;
  background-color: var(--green-color);
  transition: opacity 0.3s ease;
}
.header__buttons a:not(:last-child) {
  margin-right: 15px;
}
.header__buttons a:hover {
  opacity: 0.5;
}
.header__phone {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.header__phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white-color);
  border-radius: 12px;
  background-color: var(--red-color);
  transition: 0.3s ease;
}
.header__phone a:hover {
  opacity: 0.5;
}
.header__phone p {
  display: none;
  margin: 2px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #444444;
}

.sub-menu__button {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/chevron-down--red.svg");
  padding: 0;
  margin: 0 0 0 8px;
  border: 0;
  outline: none;
  background-color: transparent;
}
.sub-menu__title {
  margin-bottom: 26px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--title-color);
}
.sub-menu__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
  width: 100%;
  max-width: 100%;
}
.sub-menu__col > a {
  margin-top: 0;
  margin-bottom: 16px;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025px;
  color: var(--title-color);
  transition: color 0.3s ease;
}
.sub-menu__col > a:hover {
  color: var(--green-color);
}
.sub-menu__col ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.sub-menu__col ul li {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.35;
  padding-left: 30px;
  width: 100%;
}
.sub-menu__col ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.9042 6.99846C16.9394 6.72529 16.8381 6.44106 16.6002 6.23155L10.0404 0.453771C9.62592 0.0887331 8.95397 0.0887333 8.53953 0.453771C8.12508 0.818809 8.12508 1.41065 8.53953 1.77569L13.2136 5.8925L1.08984 5.8925C0.53756 5.8925 0.0898438 6.34021 0.0898438 6.8925C0.0898438 7.44478 0.53756 7.8925 1.08984 7.8925L13.4541 7.8925L8.53952 12.2212C8.12508 12.5863 8.12508 13.1781 8.53952 13.5431C8.95397 13.9082 9.62592 13.9082 10.0404 13.5431L16.6002 7.76536C16.838 7.55585 16.9394 7.27163 16.9042 6.99846Z" fill="%2320C4B2"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-menu__col ul li a {
  display: inline-flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.15px;
  color: var(--font-color);
  transition: color 0.3s ease;
}
.sub-menu__col ul li a:hover {
  color: var(--green-color);
}
.sub-menu__col ul li:not(:last-child) {
  margin-bottom: 8px;
}

/* Search */
.searchform {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px;
}
.searchform-input {
  box-sizing: border-box !important;
  padding: 14px 52px 14px 18px;
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(68, 68, 68) !important;
  border-radius: 12px;
  outline: none;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: var(--white-color) !important;
  transition: 0.3s ease;
}
.searchform-input::placeholder {
  color: rgba(68, 68, 68, 0.5) !important;
}
.searchform-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  color: var(--green-color);
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.searchform-btn:hover {
  opacity: 0.8;
}
.searchform-btn svg {
  width: 24px;
  height: 24px;
}

.burger__open,
.burger__close {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 0 16px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 0;
  outline: none;
  background-color: var(--green-color);
  transition: 0.3s ease;
}

@media screen and (min-width: 1441px) {
  .header__menu > li {
    position: relative;
  }
  .header__menu > li .sub-menu {
    position: absolute;
    left: -40px;
    top: calc(100% + 1px);
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 40px;
    margin: 0;
    width: 384px;
    max-height: calc(100vh - 105px - var(--container-offset));
    overflow-y: auto;
    list-style: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #F9F9F9;
    box-shadow: 0px 10px 43.2px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__menu > li .sub-menu::-webkit-scrollbar {
    width: 5px;
    background: rgba(68, 68, 68, 0.3);
  }
  .header__menu > li .sub-menu::-webkit-scrollbar-thumb {
    width: 5px;
    background: rgba(68, 68, 68, 0.5);
  }
  .header__menu > li .sub-menu > li {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.35;
    width: 100%;
  }
  .header__menu > li .sub-menu > li a {
    display: inline-flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.15px;
    color: var(--font-color);
    transition: color 0.3s ease;
  }
  .header__menu > li .sub-menu > li a:hover {
    color: var(--green-color);
  }
  .header__menu > li .sub-menu > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .header__menu > li:hover > a {
    color: var(--red-color);
  }
  .header__menu > li:hover .sub-menu, .header__menu > li:hover::before {
    height: auto;
    opacity: 100%;
    visibility: visible;
  }
  .header__menu > li:hover .sub-menu__button {
    transform: rotate(-180deg);
  }
  .header__menu > li:nth-child(1) {
    position: unset;
  }
  .header__menu > li:nth-child(1) .sub-menu {
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 44px 40px 60px 40px;
    margin: 0;
    width: 100%;
    height: 0;
    max-height: calc(100vh - 105px - var(--container-offset));
    overflow-y: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #F9F9F9;
    box-shadow: 0px 10px 43.2px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__menu > li:nth-child(1) .sub-menu::-webkit-scrollbar {
    width: 5px;
    background: rgba(68, 68, 68, 0.3);
  }
  .header__menu > li:nth-child(1) .sub-menu::-webkit-scrollbar-thumb {
    width: 5px;
    background: rgba(68, 68, 68, 0.5);
  }
  .header__menu > li:nth-child(1):hover > a {
    color: var(--red-color);
  }
  .header__menu > li:nth-child(1):hover .sub-menu, .header__menu > li:nth-child(1):hover::before {
    height: auto;
    opacity: 100%;
    visibility: visible;
  }
  .header__menu > li:nth-child(1):hover .sub-menu__button {
    transform: rotate(-180deg);
  }
  /* Second search */
  .second-search {
    width: 48px;
    border-radius: 12px;
    background-color: var(--green-color);
  }
  .second-search:hover {
    background-color: transparent;
  }
  .second-search:hover .searchform-btn {
    color: var(--green-color);
    border: 2px solid var(--green-color);
  }
  .second-search .searchform-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    opacity: 0;
  }
  .second-search .searchform-btn {
    color: var(--white-color);
    border-radius: 12px;
  }
  .second-search.active {
    background-color: transparent;
  }
  .second-search.active .searchform-input {
    width: 240px;
    opacity: 1;
  }
  .second-search.active .searchform-btn {
    color: var(--green-color);
  }
  .second-search.active:hover .searchform-btn {
    border: 0 !important;
  }
}
@media screen and (max-width: 1440px) {
  .burger__open,
.burger__close {
    display: flex;
  }
  .header__logo {
    width: 160px;
  }
  .header__nav {
    position: fixed;
    right: -100%;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 20px 20px 20px;
    overflow-y: auto;
    width: 360px;
    max-width: 100%;
    height: 100vh;
    border-left: 1px solid rgba(68, 68, 68, 0.3);
    background: var(--grey-color);
    transition: right 0.4s ease;
  }
  .header__nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    height: 80px;
    margin-bottom: 44px;
    border-bottom: 1px solid var(--red-color);
    order: -1;
  }
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 60px;
    order: 1;
  }
  .header__menu > li {
    position: relative;
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .header__menu > li.menu-item-has-children.open .sub-menu__button {
    transform: rotate(-180deg);
  }
  .header__menu > li.menu-item-has-children.open .sub-menu {
    visibility: visible;
  }
  .header__menu .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    max-height: none;
    overflow-y: none;
    border-radius: 0;
    background: none;
    opacity: 1;
    z-index: 1000;
    overflow: hidden;
    height: 0;
    transition: 0.3s ease;
  }
  .header__menu > li.menu-item-has-children:not(:first-child) ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .header__menu > li.menu-item-has-children:not(:first-child) ul > li > a {
    font-size: 18px !important;
    color: var(--font-color-gray) !important;
  }
  .header__menu > li.menu-item-has-children:not(:first-child).open ul {
    position: relative;
    margin-top: 32px;
    margin-bottom: 8px;
    overflow: visible;
  }
  .header__menu > li.menu-item-has-children:not(:first-child).open ul::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--red-color);
  }
  .header .second-search {
    margin-bottom: 36px;
    order: 0;
  }
  .header__contacts {
    order: 2;
    margin-top: auto;
    margin-left: 0;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .header__phone {
    margin-left: 0;
    margin-right: 16px;
  }
  .header__phone a {
    justify-content: flex-start;
    height: auto;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--title-color);
    border-radius: 0;
    background-color: transparent;
  }
  .header__phone a:hover {
    opacity: 1;
  }
  .header__phone p {
    display: block;
  }
  .sub-menu__button {
    right: 0;
    top: 14px;
  }
  .sub-menu__title {
    display: none;
  }
  .sub-menu__grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-template-columns: unset;
    gap: 0;
    padding-top: 16px;
    padding-bottom: 8px;
    margin-top: 16px;
    border-top: 1px solid var(--red-color);
  }
  .sub-menu__col:not(:last-child) {
    margin-bottom: 24px;
  }
  .sub-menu__col > a {
    font-size: 18px;
  }
  .sub-menu__col ul li {
    padding-left: 0;
  }
  .sub-menu__col ul li::before {
    display: none;
  }
  .sub-menu__col ul li a {
    font-size: 18px;
    color: var(--font-color-gray);
  }
}
@media screen and (max-width: 576px) {
  .header__nav {
    width: 100%;
    border-left: 0;
  }
}
/* Show menu */
.header__nav.open-menu {
  right: 0;
  z-index: 1000;
}

/*-----footer-----*/
.footer {
  position: relative;
  width: 100%;
}
.footer__wrapper {
  padding: 28px 40px 40px 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #F9F9F9;
}
.footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer__container > div:nth-child(1) {
  width: calc(20% - 15px);
}
.footer__container > div:nth-child(2) {
  width: calc(15% - 15px);
}
.footer__container > div:nth-child(3) {
  width: fit-content;
}
.footer__container > div:nth-child(4) {
  width: calc(15% - 15px);
}
.footer__container > div:nth-child(5) {
  width: calc(15% - 15px);
}
.footer__container > div:not(:last-child) {
  margin-right: 20px;
}
.footer__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: #444444;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__menu ul li {
  width: calc(50% - 10px);
  margin-bottom: 8px;
}
.footer__menu ul li:nth-child(odd) {
  margin-right: 20px;
}
.footer__menu ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.footer__menu ul li a:hover {
  color: var(--green-color);
}
.footer__contacts a {
  display: inline-flex;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.footer__contacts a:hover {
  color: var(--green-color);
}
.footer__contacts a:not(:last-child) {
  margin-bottom: 16px;
}
.footer__contacts p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.footer__contacts .social {
  width: auto;
  color: var(--red-color);
}
.footer__contacts .social:hover {
  color: var(--green-color);
}
.footer__contacts .social:not(:last-child) {
  margin-right: 20px;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.footer__bottom a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
  text-decoration: underline;
}
.footer__bottom a:hover {
  text-decoration: none;
  color: var(--green-color);
}
.footer__bottom p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.footer__bottom .footer__copy {
  margin-left: 16px;
}

@media screen and (max-width: 1024px) {
  .footer {
    background-color: #F9F9F9;
  }
  .footer__wrapper {
    padding: 28px 0 40px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .footer__container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer__container > div:nth-child(1) {
    width: 100%;
  }
  .footer__container > div:nth-child(2) {
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .footer__container > div:nth-child(3) {
    width: calc(50% - 10px);
  }
  .footer__container > div:nth-child(4) {
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .footer__container > div:nth-child(5) {
    width: calc(50% - 10px);
  }
  .footer__container > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 36px;
  }
  .footer__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .footer__menu ul li a {
    font-size: 16px;
  }
  .footer__contacts a {
    font-size: 16px;
  }
  .footer__contacts a:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer__contacts p {
    font-size: 16px;
  }
  .footer__contacts .social {
    margin-bottom: 0 !important;
  }
  .footer__contacts .social:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 0 !important;
  }
  .footer__bottom a {
    font-size: 16px;
  }
  .footer__bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .footer__wrapper {
    padding-top: 20px;
  }
  .footer__wrapper .section-title {
    margin-bottom: 28px;
  }
  .footer__container > div:nth-child(1) {
    width: 100%;
  }
  .footer__container > div:nth-child(2) {
    width: 100%;
    margin-right: 0 !important;
  }
  .footer__container > div:nth-child(3) {
    width: 100%;
  }
  .footer__container > div:nth-child(4) {
    width: 100%;
    margin-right: 0 !important;
  }
  .footer__container > div:nth-child(5) {
    width: 100%;
  }
  .footer__title {
    margin-bottom: 12px;
  }
  .footer__menu ul li a {
    font-size: 14px;
  }
  .footer__contacts a {
    font-size: 14px;
  }
  .footer__contacts a:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer__contacts p {
    font-size: 14px;
  }
  .footer__bottom a {
    font-size: 14px;
  }
  .footer__bottom p {
    font-size: 14px;
  }
}
/*-----buttons----*/
.btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 32px 14px 32px;
  min-width: 180px;
  min-height: 64px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--white-color);
  border: 3px solid var(--green-color);
  outline: none;
  border-radius: 15px;
  background-color: var(--green-color);
  transition: 0.3s ease;
}
.button:hover {
  color: var(--green-color);
  background-color: transparent;
}
.button svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.button.disabled {
  opacity: 0.4;
  cursor: auto;
}

.button-rounded {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  min-width: 180px;
  min-height: 64px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--green-color);
  border: 3px solid var(--green-color);
  outline: none;
  border-radius: 15px;
  background-color: transparent;
  transition: 0.3s ease;
}
.button-rounded:hover {
  color: var(--white-color);
  background-color: var(--green-color);
}
.button-rounded.disabled {
  opacity: 0.4;
  cursor: auto;
}

.button-icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--white-color);
  outline: none;
  border: 3px solid var(--green-color);
  border-radius: 10px;
  background-color: var(--green-color);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.button-icon-arrow svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.button-icon-arrow:hover {
  color: var(--green-color);
  background-color: transparent;
}

.link-witharrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--green-color);
  transition: 0.3s ease;
}
.link-witharrow svg {
  margin-left: 12px;
}
.link-witharrow:hover {
  color: var(--red-color);
}

@media screen and (max-width: 1024px) {
  .button,
.button-rounded {
    padding: 10px 32px;
    min-width: 150px;
    min-height: 52px;
    font-size: 16px;
    border-radius: 10px;
  }
  .button svg,
.button-rounded svg {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
  }
  .button-icon-arrow {
    width: 36px;
    height: 36px;
  }
  .button-icon-arrow svg {
    top: 7px;
    right: 7px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 576px) {
  .button,
.button-rounded {
    padding: 10px 32px;
    min-width: 120px;
    min-height: 44px;
    font-size: 14px;
    border-radius: 10px;
  }
  .button svg,
.button-rounded svg {
    top: 6px;
    right: 6px;
    width: 14px;
    height: 14px;
  }
  .button-icon-arrow {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .button-icon-arrow svg {
    top: 5px;
    right: 5px;
  }
  .link-witharrow {
    font-size: 12px;
  }
}
.page-template-page-text,
.page-template-page-services,
.page-template-page-industry,
.page-template-archive,
.archive,
.single,
.page-template-page-about-us,
.page-template-page-contacts,
.page-template-page-faq {
  background-image: url("../img/desktop-page-decor.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: top right;
  z-index: -1;
}

@media screen and (max-width: 576px) {
  .page-template-page-text,
.page-template-page-services,
.page-template-page-industry,
.page-template-archive,
.single,
.archive,
.page-template-page-about-us,
.page-template-page-contacts,
.page-template-page-faq {
    background-image: url("../img/mobile-page-decor.svg");
    background-position-y: 80px;
    background-size: 100% auto;
  }
}
/*-----breadcrumbs-----*/
.kama_breadcrumbs {
  display: inline;
  margin: 104px auto 20px auto;
  padding: 20px var(--container-offset);
  max-width: var(--container-width);
  width: var(--container-width);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.kama_breadcrumbs span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #5d5d5d;
}

.kama_breadcrumbs a,
.kama_breadcrumbs a span {
  position: relative;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #acacac;
  transition: color 0.3s ease-in;
}

.kama_breadcrumbs a:hover span,
.kama_breadcrumbs a:hover {
  color: var(--red-color);
}

.kb_sep {
  color: #acacac !important;
}

@media screen and (max-width: 1365px) {
  .kama_breadcrumbs {
    margin-top: 80px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  /*-----breadcrumbs-----*/
  .kama_breadcrumbs {
    padding-top: 16px;
    font-size: 14px;
  }
  .kama_breadcrumbs a,
.kama_breadcrumbs a span,
.kama_breadcrumbs span {
    font-size: 14px;
  }
}
/*-----title----*/
.heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 48px;
}
.heading-row .page-title {
  margin-right: 44px;
  margin-bottom: 0;
}
.heading-row p {
  max-width: 380px;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--font-color);
}

.page-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #444444;
}
.page-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}

.section-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #444444;
}

@media screen and (max-width: 1560px) {
  .heading-row .page-title {
    margin-right: 36px;
  }
  .heading-row p {
    margin-top: 4px;
  }
  .page-title {
    margin-bottom: 24px;
    font-size: 60px;
  }
  .page-subtitle {
    font-size: 40px;
  }
  .section-title {
    margin-bottom: 24px;
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .heading-row {
    flex-direction: column;
  }
  .heading-row .page-title {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .heading-row p {
    margin-top: 0;
    font-size: 14px;
    max-width: 600px;
  }
  .page-title {
    margin-bottom: 24px;
    font-size: 48px;
  }
  .page-subtitle {
    font-size: 28px;
  }
  .section-title {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .heading-row {
    margin-bottom: 36px;
  }
  .heading-row p {
    font-size: 12px;
    max-width: 100%;
  }
  .page-title {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .page-subtitle {
    font-size: 24px;
  }
  .section-title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.swiper {
  width: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-buttons {
  display: flex;
  align-items: center;
}
.slider-buttons .slider-button-prev,
.slider-buttons .slider-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
.slider-buttons .slider-button-prev:not(:last-child),
.slider-buttons .slider-button-next:not(:last-child) {
  margin-right: 15px;
}

.slider-button-prev,
.slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--red-color);
  transition: all 0.3s ease;
  z-index: 0;
  cursor: pointer;
}
.slider-button-prev.swiper-button-lock,
.slider-button-next.swiper-button-lock {
  display: none !important;
}
.slider-button-prev svg,
.slider-button-next svg {
  display: block;
  width: 100%;
  height: auto;
}
.slider-button-prev:hover,
.slider-button-next:hover {
  color: var(--green-color);
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0.3;
  color: var(--red-color) !important;
  cursor: auto;
}

@media screen and (max-width: 576px) {
  .slider-buttons .slider-button-prev:not(:last-child),
.slider-buttons .slider-button-next:not(:last-child) {
    margin-right: 11px;
  }
  .slider-button-prev, .slider-button-next {
    width: 32px;
    height: 32px;
  }
}
.accordion {
  width: 100%;
}
.accordion-item {
  width: 100%;
  padding: 32px 44px 30px 40px;
  border-radius: 15px;
  min-height: 110px;
  background-color: #F9F9F9;
}
.accordion-item:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.accordion-header h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--title-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .accordion-header:hover h3 {
    color: var(--red-color);
  }
}
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 10px;
  flex-shrink: 0;
  width: 22px;
  height: 18px;
  color: var(--font-color);
}
.accordion-button svg {
  width: 100%;
  height: auto;
}
.accordion-content {
  padding: 0 60px 0 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
}
.accordion-content p, .accordion-content ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--font-color);
}
.accordion-content p:not(:last-child), .accordion-content ul:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-open .accordion-header {
  margin-bottom: 28px;
}
.accordion-open .accordion-header h3 {
  color: var(--red-color);
}
.accordion-open .accordion-button {
  transform: rotate(-180deg);
}

@media screen and (max-width: 1024px) {
  .accordion-item {
    padding: 24px 28px 24px 24px;
    min-height: auto;
  }
  .accordion-header h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  .accordion-button {
    margin-left: 6px;
    width: 18px;
    height: 16px;
  }
  .accordion-content {
    padding-right: 40px;
  }
  .accordion-content p, .accordion-content ul {
    font-size: 18px;
  }
  .accordion-open .accordion-header {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .accordion-item {
    padding: 18px 16px 18px 20px;
  }
  .accordion-header h3 {
    font-size: 20px;
  }
  .accordion-button {
    margin-left: 6px;
    width: 18px;
    height: 16px;
  }
  .accordion-content {
    padding-right: 0;
  }
  .accordion-content p, .accordion-content ul {
    font-size: 16px;
  }
  .accordion-open .accordion-header {
    margin-bottom: 18px;
  }
}
/*-----form-----*/
.form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form-group {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.form label {
  display: block;
}
.form-input {
  box-sizing: border-box !important;
  padding: 19px 20px 19px 32px;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  color: rgb(68, 68, 68) !important;
  border-radius: 15px;
  outline: none;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: var(--white-color) !important;
  transition: 0.3s ease;
}
.form-input::placeholder {
  color: rgba(68, 68, 68, 0.5) !important;
}
.form textarea {
  box-sizing: border-box !important;
  padding: 19px 20px 19px 32px;
  resize: none;
  max-width: 100%;
  width: 100%;
  height: 100px;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  color: rgb(68, 68, 68) !important;
  border-radius: 15px;
  outline: none;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: var(--white-color) !important;
  transition: 0.3s ease;
}
.form textarea::placeholder {
  color: rgba(68, 68, 68, 0.5) !important;
}
.form .accept {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--font-color);
}
.form .accept a {
  text-decoration: underline;
}
.form .accept a:hover {
  color: var(--green-color);
  text-decoration: none;
}

/* Checkbox */
.checkbox {
  display: block;
  margin: 0 0 12px 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  /* Checked */
}
.checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.checkbox span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--font-color);
}
.checkbox span a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--font-color);
}
.checkbox span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: var(--grey-color);
}
.checkbox input[type=checkbox]:checked + span:before {
  background-color: var(--grey-color);
}
.checkbox input[type=checkbox]:checked + span:after {
  content: "\e903";
  position: absolute;
  left: 1px;
  top: 0px;
  width: 17px;
  height: 17px;
  font-family: "icomoon";
  font-size: 17px;
  color: var(--gold-color);
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

@media screen and (max-width: 1024px) {
  .form-group {
    margin-bottom: 12px;
  }
  .form-input {
    padding: 14px 18px 14px 18px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 12px;
  }
  .form textarea {
    padding: 14px 18px 14px 18px;
    height: 70px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 12px;
  }
  .form .accept {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .form .accept {
    font-size: 12px;
  }
}
/*-----pagination-----*/
.screen-reader-text {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  width: 100%;
}

.nav-links {
  display: flex;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  margin: 0 5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: #444444;
  border-radius: 30px;
  min-width: 44px;
  height: 44px;
  background-color: #eaeaea;
  transition: all 0.3s ease;
}
.page-numbers.disabled {
  opacity: 0.5;
  cursor: auto;
}
.page-numbers:hover, .page-numbers.current {
  color: var(--white-color) !important;
  background-color: var(--red-color);
}
.page-numbers.prev {
  margin-right: 20px;
  margin-left: 0 !important;
}
.page-numbers.next {
  margin-left: 20px;
  margin-right: 0 !important;
}
.page-numbers.prev, .page-numbers.next {
  color: #444444;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  color: var(--red-color) !important;
}

@media screen and (max-width: 576px) {
  .pagination {
    margin-top: 32px;
  }
  .page-numbers {
    padding: 0 6px;
    margin: 0 4px;
    font-size: 18px;
    line-height: 36px;
    min-width: 36px;
    height: 36px;
  }
  .page-numbers.prev {
    margin-right: 4px;
  }
  .page-numbers.prev svg {
    width: 18px;
    height: 18px;
  }
  .page-numbers.next {
    margin-left: 4px;
  }
  .page-numbers.next svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 359px) {
  .page-numbers {
    font-size: 17px;
    line-height: 32px;
    min-width: 32px;
    height: 32px;
  }
}
.article h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--title-color);
}
.article h2:not(:first-child) {
  margin-top: 60px;
}
.article h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--title-color);
}
.article h3:not(:first-child) {
  margin-top: 60px;
}
.article p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: var(--font-color);
}
.article p:first-child {
  margin-top: 0;
}
.article p:last-child {
  margin-bottom: 0;
}
.article table {
  min-width: 500px;
  flex-shrink: 0;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--font-color);
}
.article table td {
  padding: 20px 36px;
  background: var(--white-color);
}
.article table tr td:first-child {
  border-left: 1px solid var(--title-color) !important;
}
.article table tr td:last-child {
  border-right: 1px solid var(--title-color) !important;
}
.article table tr:first-child td {
  font-weight: 700 !important;
  border-top: 1px solid var(--title-color) !important;
  border-bottom: 1px solid var(--title-color) !important;
}
.article table tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.article table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.article table tr:last-child td {
  border-bottom: 1px solid var(--title-color) !important;
}
.article table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.article table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.article table tr:not(:first-child) td, .article table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
}
.article ul, .article ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--font-color);
}
.article ul li:not(:last-child), .article ol li:not(:last-child) {
  margin-bottom: 3px;
}
.article ul:first-child, .article ol:first-child {
  margin-top: 0;
}
.article ul:last-child, .article ol:last-child {
  margin-bottom: 0;
}
.article blockquote {
  width: 1540px;
  max-width: 100%;
  margin: 60px 0 60px 0;
  padding: 6px 0 6px 16px;
  border-left: 1px solid var(--font-color);
}
.article blockquote p, .article blockquote cite {
  margin: 0 !important;
  font-size: 20px;
  line-height: 1.4;
}
.article blockquote p:not(:last-child), .article blockquote cite:not(:last-child) {
  margin-bottom: 8px !important;
}
.article .row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
.article .row-2:not(:first-child) {
  margin-top: 60px;
}
.article .row-2:not(:last-child) {
  margin-bottom: 60px;
}
.article .row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}
.article .row-4:not(:first-child) {
  margin-top: 36px;
}
.article .row-4:not(:last-child) {
  margin-bottom: 60px;
}
.article .wp-block-image {
  width: 100%;
}
.article .wp-block-image:not(:first-child) {
  margin-top: 80px;
}
.article .wp-block-image:not(:last-child) {
  margin-bottom: 80px;
}
.article .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

@media screen and (max-width: 1560px) {
  .article h2 {
    font-size: 44px;
  }
  .article h3 {
    font-size: 28px;
  }
  .article p {
    font-size: 18px;
  }
  .article ul, .article ol {
    font-size: 18px;
  }
  .article blockquote p, .article blockquote cite {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .article h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .article h2:not(:first-child) {
    margin-top: 40px;
  }
  .article h3 {
    font-size: 26px;
  }
  .article h3:not(:first-child) {
    margin-top: 40px;
  }
  .article p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .article ul, .article ol {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 28px;
  }
  .article blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article .row-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .article .row-2:not(:first-child) {
    margin-top: 40px;
  }
  .article .row-2:not(:last-child) {
    margin-bottom: 40px;
  }
  .article .row-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
  }
  .article .row-4:not(:first-child) {
    margin-top: 24px;
  }
  .article .row-4:not(:last-child) {
    margin-bottom: 40px;
  }
  .article table {
    font-size: 16px;
  }
  .article table td {
    padding: 16px 20px;
  }
  .article .wp-block-image:not(:first-child) {
    margin-top: 48px;
  }
  .article .wp-block-image:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 576px) {
  .article h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .article h2:not(:first-child) {
    margin-top: 28px;
  }
  .article h3 {
    font-size: 24px;
  }
  .article h3:not(:first-child) {
    margin-top: 28px;
  }
  .article p {
    font-size: 16px;
  }
  .article ul, .article ol {
    font-size: 16px;
  }
  .article blockquote {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .article blockquote p, .article blockquote cite {
    font-size: 16px;
  }
  .article .row-2 {
    gap: 16px;
  }
  .article .row-2:not(:first-child) {
    margin-top: 28px;
  }
  .article .row-2:not(:last-child) {
    margin-bottom: 28px;
  }
  .article .row-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .article .row-4:not(:last-child) {
    margin-bottom: 28px;
  }
  .article table {
    font-size: 14px;
  }
  .article table td {
    padding: 10px 12px;
  }
  .article .wp-block-image:not(:first-child) {
    margin-top: 24px;
  }
  .article .wp-block-image:not(:last-child) {
    margin-bottom: 24px;
  }
}
/***** SECTIONS GLOBAL (Widgets) *****/
.section1 {
  padding-top: 216px;
  margin-bottom: 132px;
}
.section1__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section1__container .page-title {
  font-weight: 500;
  text-align: center;
  text-transform: none;
  line-height: 1.1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.section1__container .page-title span {
  display: block;
  color: var(--red-color);
}
.section1__container p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 526px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: #444444;
}
.section1__container .button {
  padding-right: 52px;
  padding-left: 52px;
}
.section1__container .button:not(:last-child) {
  margin-right: 32px;
}
.section1__row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section1__rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1__rating p {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #444444;
}
.section1__rating svg {
  width: auto;
  height: 22px;
}
.section1__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin-top: 120px;
}
.section1-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 206px;
  padding: 20px 16px;
  border-radius: 15px;
  background: #F9F9F9;
}
.section1-item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
}
.section1-item p span {
  display: block;
  margin-bottom: 6px;
  font-size: 60px;
  font-weight: 500;
  color: var(--red-color);
}
.section1-item p span small {
  font-size: 30px;
}
.section1-desktop-bg, .section1-mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.section1-mobile-bg {
  display: none;
}

@media screen and (max-width: 1800px) {
  .section1__grid {
    gap: 20px;
  }
  .section1-item p {
    font-size: 22px;
  }
  .section1-item p span {
    font-size: 52px;
  }
  .section1-item p span small {
    font-size: 28px;
  }
}
@media screen and (max-width: 1560px) {
  .section1 {
    padding-top: 180px;
  }
  .section1__container .page-title {
    max-width: 1300px;
  }
  .section1__grid {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding-top: 160px;
    margin-bottom: 80px;
  }
  .section1__container .page-title {
    margin-bottom: 24px;
  }
  .section1__container .button:not(:last-child) {
    margin-right: 0;
  }
  .section1__row {
    flex-direction: column-reverse;
  }
  .section1__rating {
    margin-bottom: 28px;
  }
  .section1__rating p {
    margin-right: 12px;
    font-size: 18px;
  }
  .section1__rating svg {
    height: 18px;
  }
  .section1__grid {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .section1-item {
    min-height: 160px;
  }
}
@media screen and (max-width: 576px) {
  .section1 {
    padding-top: 140px;
    margin-bottom: 60px;
  }
  .section1__container .page-title {
    margin-bottom: 16px;
  }
  .section1__container p {
    font-size: 15px;
  }
  .section1__container .button {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section1__rating {
    margin-bottom: 20px;
  }
  .section1__rating p {
    margin-right: 8px;
    font-size: 15px;
  }
  .section1__rating svg {
    height: 14px;
  }
  .section1__grid {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .section1-item {
    padding-right: 8px;
    padding-left: 8px;
    min-height: 120px;
  }
  .section1-item p {
    font-size: 15px;
  }
  .section1-item p span {
    margin-bottom: 2px;
    font-size: 32px;
  }
  .section1-item p span small {
    font-size: 18px;
  }
  .section1-desktop-bg {
    display: none;
  }
  .section1-mobile-bg {
    display: block;
  }
}
.section2 {
  width: 100%;
  margin-bottom: 76px;
}
.section2__wrapper {
  width: 100%;
  padding: 40px 40px 56px 40px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section2__wrapper .section-title {
  margin-bottom: 40px;
}
.section2__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 28px;
  width: 100%;
  max-width: 100%;
}
.section2-item {
  position: relative;
  width: 100%;
  padding: 40px 40px 48px 80px;
  border-radius: 20px;
  background: var(--grey-color);
}
.section2-item::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 19px;
  height: calc(100% - 42px);
  border-radius: 5px;
  background: var(--green-color);
}
.section2-item h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--font-color);
}
.section2-item p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 480px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: var(--title-color);
}

@media screen and (max-width: 1560px) {
  .section2__wrapper {
    padding-bottom: 40px;
  }
  .section2__wrapper .section-title {
    margin-bottom: 32px;
  }
  .section2__grid {
    gap: 24px 24px;
  }
  .section2-item h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .section2-item p {
    max-width: 380px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section2 {
    padding-top: 28px;
    padding-bottom: 48px;
    margin-bottom: 100px;
    background: #F9F9F9;
  }
  .section2__wrapper {
    padding: 0;
    border-radius: 0;
  }
  .section2__wrapper .section-title {
    margin-bottom: 24px;
  }
  .section2__grid {
    gap: 20px;
  }
  .section2-item {
    padding: 24px 20px 24px 60px;
  }
  .section2-item::before {
    top: 16px;
    left: 16px;
    width: 14px;
    height: calc(100% - 32px);
  }
  .section2-item h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .section2-item p {
    font-size: 18px;
    max-width: 360px;
  }
}
@media screen and (max-width: 576px) {
  .section2__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2-item {
    padding: 58px 18px 24px 20px;
    min-height: auto;
  }
  .section2-item::before {
    top: 22px;
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .section2-item h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .section2-item p {
    font-size: 16px;
    max-width: 100%;
  }
}
.section3 {
  width: 100%;
  margin-bottom: 140px;
}
.section3 .section-title {
  margin-left: 40px;
  margin-bottom: 40px;
}
.section3__services {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 100%;
}
.section3-service {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 250px;
  padding: 40px;
  border-radius: 15px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}
.section3-service svg {
  margin-left: auto;
  margin-bottom: 10px;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.section3-service p {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.25px;
  text-align: left;
  color: #444444;
  transition: all 0.3s ease;
}
.section3-service:hover {
  background-color: var(--red-color);
}
.section3-service:hover p {
  color: var(--white-color);
}
.section3-service:hover svg {
  --white-color: #FF006D;
  --red-color: #ffffff;
}

@media screen and (max-width: 1800px) {
  .section3__services {
    gap: 20px;
  }
  .section3-service {
    min-height: 200px;
    padding: 32px;
  }
  .section3-service p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1560px) {
  .section3-service {
    min-height: 160px;
    padding: 24px;
  }
  .section3-service svg {
    width: 44px;
    height: 44px;
  }
  .section3-service p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section3 {
    margin-bottom: 100px;
  }
  .section3 .section-title {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .section3__services {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
  }
  .section3-service {
    padding: 20px;
    min-height: 170px;
  }
  .section3-service svg {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }
  .section3-service p {
    font-size: 24px;
  }
  .section3-service:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section3-service p {
    font-size: 24px;
  }
}
.section4 {
  margin-bottom: 100px;
}
.section4 .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.section4 .heading .section-title {
  margin-bottom: 0;
}
.section4 .heading .button-icon-arrow {
  margin-left: 24px;
}
.section4__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
}

.ncard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 32px 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--font-color);
  border-radius: 15px;
  background-color: #f9f9f9;
  transition: 0.3s ease;
  z-index: 0;
}
.ncard__title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: #444444;
  transition: 0.3s ease;
}
.ncard p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
  color: var(--title-color);
  transition: 0.3s ease;
}
.ncard p:not(:last-child) {
  margin-bottom: 16px;
}
.ncard__date {
  margin-bottom: 16px;
  opacity: 0.5;
  color: var(--font-color);
  transition: 0.3s ease;
}
.ncard__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(66deg, #2E353A 30%, rgba(39, 121, 113, 0.67) 100%);
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
}
.ncard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  filter: saturate(0);
  opacity: 0;
  transition: 0.3s ease;
  z-index: -2;
}
.ncard .link-witharrow {
  margin-top: auto;
}
.ncard:hover {
  color: var(--white-color);
}
.ncard:hover p, .ncard:hover h3, .ncard:hover .link-witharrow, .ncard:hover .ncard__date {
  color: var(--white-color);
}
.ncard:hover .ncard__blur {
  opacity: 0.6;
}
.ncard:hover .ncard__image {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .section4 .heading {
    margin-bottom: 32px;
  }
  .section4 .heading .section-title {
    margin-bottom: 0;
  }
  .section4 .heading .button-icon-arrow {
    margin-left: 16px;
  }
  .section4__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ncard {
    padding: 20px 24px;
    font-size: 16px;
  }
  .ncard__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .ncard p {
    font-size: 16px;
  }
  .ncard p:not(:last-child) {
    margin-bottom: 12px;
  }
  .ncard__date {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .section4 .heading {
    margin-bottom: 20px;
  }
  .section4 .heading .button-icon-arrow {
    margin-left: 12px;
  }
  .section4__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .ncard {
    padding: 16px;
    font-size: 13px;
    border-radius: 10px;
  }
  .ncard__title {
    font-size: 16px;
  }
  .ncard p {
    font-size: 14px;
  }
  .ncard__blur, .ncard__image {
    border-radius: 10px;
  }
}
.section5 {
  width: 100%;
  margin-bottom: 100px;
}
.section5-heading {
  margin-bottom: 28px;
}
.section5-heading .section-title {
  margin-bottom: 0;
}
.section5-heading .slider-buttons {
  display: none;
}
.section5-slider .swiper-slide {
  height: auto;
}

.section5 .container {
  position: relative !important;
}
.section5 .ti-widget.ti-goog .ti-review-item > .ti-inner, .section5 .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  font-size: 16px !important;
  line-height: 1.35 !important;
  border-radius: 15px !important;
  background: #F9F9F9 !important;
}
@media (min-width: 1024px) {
  .section5 .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 !important;
  }
}
.section5 .ti-review-header > .ti-platform-icon {
  display: none !important;
}
.section5 .ti-review-item .ti-review-content,
.section5 .ti-review-item .ti-name,
.section5 .ti-review-item .ti-date {
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.section5 .ti-review-item .ti-inner .ti-review-text-container.ti-review-content {
  height: 200px !important;
}
.section5 .ti-review-item .ti-inner .ti-read-more-active {
  display: none !important;
}
.section5 .ti-stars {
  margin-bottom: 15px !important;
}
.section5 .ti-widget.ti-goog .ti-profile-img img {
  width: 48px !important;
  height: 48px !important;
}
.section5 .ti-widget .ti-reviews-container {
  position: unset !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row-reverse !important;
  position: absolute !important;
  top: 20px !important;
  right: var(--container-offset) !important;
  margin: 0 !important;
  height: 44px !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  background: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  color: var(--red-color) !important;
  transition: all 0.3s ease !important;
  z-index: 0 !important;
  cursor: pointer !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next.swiper-button-lock,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev.swiper-button-lock {
  display: none !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next svg,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev svg {
  display: block;
  width: 100%;
  height: auto;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next:hover,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev:hover {
  color: var(--green-color) !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev::before,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev::after,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next::after {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev:hover::before,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next:hover::before {
  opacity: 0 !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev:hover::after,
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next:hover::after {
  opacity: 1 !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev {
  margin-right: 16px !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev::before {
  background-image: url('data:image/svg+xml, <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M30.5149 16C30.5149 24.0163 24.0163 30.5149 16 30.5149C7.98367 30.5149 1.48515 24.0163 1.48515 16C1.48515 7.98367 7.98367 1.48515 16 1.48515C24.0163 1.48515 30.5149 7.98367 30.5149 16ZM16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0Z" fill="rgba(255, 0, 109, 1)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.1079 11.1213L11.3822 15.847C11.0922 16.137 11.0922 16.6072 11.3822 16.8972L16.1079 21.6229C16.3979 21.9129 16.8681 21.9129 17.1581 21.6229C17.4481 21.3329 17.4481 20.8627 17.1581 20.5727L13.7 17.1147H20.8375C21.2476 17.1147 21.5801 16.7822 21.5801 16.3721C21.5801 15.962 21.2476 15.6295 20.8375 15.6295H13.7L17.1581 12.1715C17.4481 11.8815 17.4481 11.4113 17.1581 11.1213C16.8681 10.8313 16.3979 10.8313 16.1079 11.1213Z" fill="rgba(255, 0, 109, 1)"/></svg>') !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-prev::after {
  background-image: url('data:image/svg+xml, <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M30.5149 16C30.5149 24.0163 24.0163 30.5149 16 30.5149C7.98367 30.5149 1.48515 24.0163 1.48515 16C1.48515 7.98367 7.98367 1.48515 16 1.48515C24.0163 1.48515 30.5149 7.98367 30.5149 16ZM16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0Z" fill="rgba(32, 196, 178, 1)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.1079 11.1213L11.3822 15.847C11.0922 16.137 11.0922 16.6072 11.3822 16.8972L16.1079 21.6229C16.3979 21.9129 16.8681 21.9129 17.1581 21.6229C17.4481 21.3329 17.4481 20.8627 17.1581 20.5727L13.7 17.1147H20.8375C21.2476 17.1147 21.5801 16.7822 21.5801 16.3721C21.5801 15.962 21.2476 15.6295 20.8375 15.6295H13.7L17.1581 12.1715C17.4481 11.8815 17.4481 11.4113 17.1581 11.1213C16.8681 10.8313 16.3979 10.8313 16.1079 11.1213Z" fill="rgba(32, 196, 178, 1)"/></svg>') !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next::before {
  background-image: url('data:image/svg+xml, <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.48515 16C1.48515 7.98367 7.98367 1.48515 16 1.48515C24.0163 1.48515 30.5148 7.98367 30.5148 16C30.5148 24.0163 24.0163 30.5148 16 30.5149C7.98367 30.5149 1.48515 24.0163 1.48515 16ZM16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16344 7.16344 -6.26248e-07 16 -1.39876e-06C24.8366 -2.17128e-06 32 7.16344 32 16C32 24.8366 24.8366 32 16 32Z" fill="rgba(255, 0, 109, 1)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.8921 20.8787L20.6178 16.153C20.9078 15.863 20.9078 15.3928 20.6178 15.1028L15.8921 10.3771C15.6021 10.0871 15.1319 10.0871 14.8419 10.3771C14.5519 10.6671 14.5519 11.1373 14.8419 11.4273L18.3 14.8853L11.1625 14.8853C10.7524 14.8853 10.4199 15.2178 10.4199 15.6279C10.4199 16.038 10.7524 16.3705 11.1625 16.3705L18.3 16.3705L14.8419 19.8285C14.5519 20.1185 14.5519 20.5887 14.8419 20.8787C15.1319 21.1687 15.6021 21.1687 15.8921 20.8787Z" fill="rgba(255, 0, 109, 1)"/></svg>') !important;
}
.section5 .ti-widget .ti-reviews-container .ti-controls .ti-next::after {
  background-image: url('data:image/svg+xml, <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.48515 16C1.48515 7.98367 7.98367 1.48515 16 1.48515C24.0163 1.48515 30.5148 7.98367 30.5148 16C30.5148 24.0163 24.0163 30.5148 16 30.5149C7.98367 30.5149 1.48515 24.0163 1.48515 16ZM16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16344 7.16344 -6.26248e-07 16 -1.39876e-06C24.8366 -2.17128e-06 32 7.16344 32 16C32 24.8366 24.8366 32 16 32Z" fill="rgba(32, 196, 178, 1)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.8921 20.8787L20.6178 16.153C20.9078 15.863 20.9078 15.3928 20.6178 15.1028L15.8921 10.3771C15.6021 10.0871 15.1319 10.0871 14.8419 10.3771C14.5519 10.6671 14.5519 11.1373 14.8419 11.4273L18.3 14.8853L11.1625 14.8853C10.7524 14.8853 10.4199 15.2178 10.4199 15.6279C10.4199 16.038 10.7524 16.3705 11.1625 16.3705L18.3 16.3705L14.8419 19.8285C14.5519 20.1185 14.5519 20.5887 14.8419 20.8787C15.1319 21.1687 15.6021 21.1687 15.8921 20.8787Z" fill="rgba(32, 196, 178, 1)"/></svg>') !important;
}

.rcard {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 44px 44px 40px;
  border-radius: 15px;
  background: #F9F9F9;
}
.rcard-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 44px;
}
.rcard-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-right: 22px;
  padding-bottom: 4px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  border-radius: 100px;
  background: #FF7171;
}
.rcard-head-name {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--title-color);
}
.rcard-rating {
  display: flex;
}
.rcard-rating img {
  width: 26px;
  height: 26px;
}
.rcard-content {
  width: 100%;
  margin-bottom: 56px;
}
.rcard-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.15px;
  color: var(--title-color);
}
.rcard-date {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--title-color);
  opacity: 0.5;
}

@media screen and (max-width: 1560px) {
  .section5 .ti-widget .ti-reviews-container .ti-controls {
    top: 8px !important;
  }
}
@media screen and (max-width: 1024px) {
  .section5-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .section5-heading .slider-buttons {
    display: flex;
    margin-left: 10px;
  }
  .section5 .ti-widget .ti-reviews-container {
    position: relative;
  }
  .section5 .ti-widget .ti-reviews-container .ti-controls {
    display: none !important;
  }
  .rcard {
    padding: 20px 20px 20px 20px;
  }
  .rcard-head {
    margin-bottom: 28px;
  }
  .rcard-head-icon {
    width: 60px;
    height: 60px;
    margin-right: 14px;
    padding-bottom: 3px;
    font-size: 28px;
  }
  .rcard-head-name {
    font-size: 16px;
  }
  .rcard-rating img {
    width: 20px;
    height: 20px;
  }
  .rcard-content {
    margin-bottom: 28px;
  }
  .rcard-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .rcard-content p {
    font-size: 14px;
  }
  .rcard-date {
    font-size: 13px;
  }
}
.section6 {
  margin-bottom: 100px;
}
.section6__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 36px 36px 40px 36px;
  border-radius: 15px;
  background-color: #f9f9f9;
}
.section6__container:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: calc(100% + 20px);
  border-radius: 15px;
  background: linear-gradient(270deg, #20C4B2 0%, #FF006D 100%);
  z-index: -1;
}
.section6__container .heading {
  width: 560px;
  margin-bottom: 0;
  margin-right: 40px;
}
.section6__container .heading .section-title {
  font-size: 52px;
  margin-bottom: 14px;
}
.section6__container .heading p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: var(--font-color);
  opacity: 0.7;
}
.section6__container .form {
  width: calc(100% - 560px - 40px);
}
.section6__container .form .wpcf7 {
  width: 100%;
}
.section6-form__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.section6-form__left {
  width: calc(50% - 8px);
  margin-right: 16px;
}
.section6-form__right {
  width: calc(50% - 8px);
}
.section6-form__right .form-group {
  margin-bottom: 32px;
}
.section6-form__right textarea {
  height: 140px;
}
.section6-form__submitrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  position: relative;
}
.section6-form__submitrow .accept {
  max-width: 300px;
  margin-right: 10px;
  color: var(--title-color);
  opacity: 0.7;
}
.section6-form__submitrow p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1560px) {
  .section6__container {
    padding: 28px 28px 32px 28px;
  }
  .section6__container .heading {
    width: 430px;
    margin-right: 28px;
  }
  .section6__container .heading .section-title {
    font-size: 40px;
  }
  .section6__container .form {
    width: calc(100% - 430px - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .section6__container {
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .section6__container .heading {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
  .section6__container .heading .section-title {
    font-size: 36px;
  }
  .section6__container .heading p {
    font-size: 14px;
  }
  .section6__container .form {
    width: 100%;
  }
  .section6__container .form .form-group:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .section6__container .form .form-group:nth-child(2) {
    width: 100%;
  }
  .section6__container .form .button {
    width: 100%;
  }
  .section6__container .form .accept {
    max-width: 100%;
    width: 100%;
    margin: 12px 0 0 0;
  }
  .section6-form__container {
    flex-direction: column;
  }
  .section6-form__left {
    width: 100%;
    margin-right: 0;
  }
  .section6-form__right {
    width: 100%;
  }
  .section6-form__right .form-group {
    margin-bottom: 24px;
  }
  .section6-form__submitrow {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .section6-form__submitrow .accept {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .section6 .container {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .section6__container .heading .section-title {
    font-size: 30px;
  }
}
.section7 {
  width: 100%;
  margin-bottom: 100px;
}
.section7 .heading {
  margin-bottom: 60px;
}
.section7 .heading .page-title {
  margin-bottom: 16px;
}
.section7__grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.section7__grid .scard {
  margin-top: 30px;
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
}
.section7__grid .scard:nth-child(2), .section7__grid .scard:nth-child(5), .section7__grid .scard:nth-child(8), .section7__grid .scard:nth-child(11) {
  margin-right: 0;
}
.section7__grid .scard:nth-child(1) {
  width: calc((100% - 60px) / 3 * 2 + 30px);
}
.section7__grid .scard:nth-child(1) ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  width: 1000px;
  max-width: 100%;
}

.scard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 32px 32px 40px;
  border-radius: 15px;
  background-color: #f9f9f9;
  transition: 0.3s ease;
  z-index: 0;
}
.scard__title {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.25px;
  color: #444444;
  transition: 0.3s ease;
}
.scard ul {
  margin-top: 0;
  margin-bottom: 28px;
  padding: 0;
  list-style: none;
  color: var(--font-color);
}
.scard ul li {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.15px;
  padding-left: 30px;
  width: 100%;
}
.scard ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.9042 6.99846C16.9394 6.72529 16.8381 6.44106 16.6002 6.23155L10.0404 0.453771C9.62592 0.0887331 8.95397 0.0887333 8.53953 0.453771C8.12508 0.818809 8.12508 1.41065 8.53953 1.77569L13.2136 5.8925L1.08984 5.8925C0.53756 5.8925 0.0898438 6.34021 0.0898438 6.8925C0.0898438 7.44478 0.53756 7.8925 1.08984 7.8925L13.4541 7.8925L8.53952 12.2212C8.12508 12.5863 8.12508 13.1781 8.53952 13.5431C8.95397 13.9082 9.62592 13.9082 10.0404 13.5431L16.6002 7.76536C16.838 7.55585 16.9394 7.27163 16.9042 6.99846Z" fill="%2320C4B2"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.scard ul li:not(:last-child) {
  margin-bottom: 8px;
}
.scard__link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: var(--green-color);
  transition: 0.3s ease;
}
.scard__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(68deg, #2E353A 21%, rgba(39, 121, 113, 0.67) 77%, rgba(32, 196, 174, 0.3) 99%);
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
}
.scard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  filter: saturate(0);
  opacity: 0;
  transition: 0.3s ease;
  z-index: -2;
}
.scard:hover {
  color: var(--white-color);
}
.scard:hover ul, .scard:hover .scard__title {
  color: var(--white-color);
}
.scard:hover .scard__blur {
  opacity: 0.7;
}
.scard:hover .scard__image {
  opacity: 1;
}

@media screen and (max-width: 1560px) {
  .section7 .heading {
    margin-bottom: 40px;
  }
  .section7__grid .scard {
    margin-top: 20px;
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
  }
  .section7__grid .scard:nth-child(2), .section7__grid .scard:nth-child(5), .section7__grid .scard:nth-child(8), .section7__grid .scard:nth-child(11) {
    margin-right: 0;
  }
  .section7__grid .scard:nth-child(1) {
    width: calc((100% - 40px) / 3 * 2 + 20px);
  }
  .section7__grid .scard:nth-child(1) ul {
    column-gap: 10px;
  }
  .scard {
    padding: 28px 20px 28px 32px;
  }
  .scard__title {
    margin-bottom: 22px;
    font-size: 26px;
  }
  .scard ul {
    margin-bottom: 24px;
  }
  .scard ul li {
    font-size: 17px;
    padding-left: 25px;
  }
  .scard ul li::before {
    top: 6px;
    width: 15px;
    height: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .section7 .heading {
    margin-bottom: 40px;
  }
  .section7 .heading .page-title {
    margin-bottom: 10px;
  }
  .section7__grid {
    flex-direction: column;
  }
  .section7__grid .scard {
    margin-top: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
  .section7__grid .scard:nth-child(1) {
    width: 100%;
  }
  .section7__grid .scard:nth-child(1) ul {
    display: block;
    gap: unset;
  }
  .section7__grid .scard:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section7 .heading {
    margin-bottom: 36px;
  }
  .scard {
    padding: 20px 20px 24px 20px;
  }
  .scard__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .scard ul {
    margin-bottom: 20px;
  }
  .scard ul li {
    font-size: 16px;
  }
  .scard__link {
    font-size: 12px;
  }
}
.section23 {
  width: 100%;
  margin-bottom: 68px;
}
.section23 .page-title {
  width: 1500px;
  max-width: 100%;
  margin-bottom: 68px;
}
.section23__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 40px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section23__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(43% - 30px);
}
.section23__content .title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: #444444;
}
.section23__content p {
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 660px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--font-color);
}
.section23__content ul {
  margin: 20px 0 20px 0;
  padding-left: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  color: var(--font-color);
}
.section23__content .button {
  margin-top: auto;
}
.section23__image {
  width: calc(57% - 30px);
  border-radius: 15px;
  object-fit: cover;
}

@media screen and (max-width: 1560px) {
  .section23 .page-title {
    margin-bottom: 48px;
  }
  .section23__container {
    padding: 32px 28px;
  }
  .section23__content {
    width: calc(50% - 14px);
  }
  .section23__content .title {
    margin-bottom: 16px;
    font-size: 44px;
  }
  .section23__content p ul {
    font-size: 18px;
    line-height: 1.4;
  }
  .section23__image {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 1024px) {
  .section23 .page-title {
    margin-bottom: 32px;
  }
  .section23__container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .section23__content {
    width: 100%;
  }
  .section23__content .title {
    font-size: 36px;
  }
  .section23__content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .section23__content ul {
    font-size: 14px;
    margin-top: 0;
    padding-left: 20px;
    gap: 4px 16px;
  }
  .section23__image {
    margin-top: 28px;
    width: 100%;
    aspect-ratio: 32/14;
  }
}
@media screen and (max-width: 576px) {
  .section23 {
    margin-bottom: 100px;
  }
  .section23__container {
    padding: 20px;
  }
  .section23__content .title {
    font-size: 24px;
  }
  .section23__content ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section24 {
  width: 100%;
  margin-bottom: 60px;
}
.section24 .section-title {
  margin-bottom: 40px;
}
.section24__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.section24-item {
  position: relative;
  width: 100%;
  padding: 40px 76px 60px 40px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section24-item img {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.section24-item h3 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: var(--title-color);
}
.section24-item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: var(--font-color);
}

@media screen and (max-width: 1560px) {
  .section24__grid {
    gap: 20px;
  }
  .section24-item {
    padding: 36px 56px 36px 36px;
    border-radius: 15px;
    background: #f9f9f9;
  }
  .section24-item img {
    position: absolute;
    top: 36px;
    right: 36px;
    width: 32px;
    height: 32px;
  }
  .section24-item h3 {
    margin-bottom: 24px;
    padding-right: 20px;
    font-size: 26px;
  }
  .section24-item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section24 {
    margin-bottom: 100px;
  }
  .section24 .section-title {
    margin-bottom: 28px;
  }
  .section24__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section24-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 22px 20px;
  }
  .section24-item img {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 12px;
  }
  .section24-item h3 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 24px;
  }
  .section24-item p {
    font-size: 16px;
  }
}
.section25 {
  width: 100%;
  margin-bottom: 92px;
}
.section25 .section-title {
  margin-bottom: 48px;
}

@media screen and (max-width: 1560px) {
  .section25 .section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section25 {
    margin-bottom: 100px;
  }
  .section25 .section-title {
    margin-bottom: 28px;
  }
}
.section26 {
  width: 100%;
  margin-bottom: 116px;
}
.section26 .section-title {
  margin-bottom: 32px;
}
.section26__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1560px) {
  .section26__grid {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section26 {
    margin-bottom: 100px;
  }
  .section26__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section26__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section31 {
  width: 100%;
  margin-bottom: 100px;
}
.section31 .heading-row .page-title {
  margin-bottom: 0 !important;
}
.section31-image {
  width: 100%;
  aspect-ratio: 184/57;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .section31 .heading-row {
    margin-bottom: 32px;
  }
  .section31-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section31 .heading-row {
    margin-bottom: 28px;
  }
  .section31-image {
    aspect-ratio: 32/19;
  }
}
.section32 {
  width: 100%;
  margin-bottom: 160px;
}
.section32 .section-title {
  margin-bottom: 32px;
}
.section32__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.section32-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 340px;
  padding: 40px;
  letter-spacing: 0.15px;
  color: var(--font-color);
  border-radius: 15px;
  background-color: #f9f9f9;
  transition: 0.3s ease;
}
.section32-card p {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--title-color);
  transition: 0.3s ease;
}
.section32-card .link-witharrow {
  margin-top: auto;
}
.section32-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.section32-card:hover p {
  color: var(--green-color);
}
.section32-card:hover .link-witharrow {
  color: var(--red-color);
}

@media screen and (max-width: 1560px) {
  .section32__grid {
    gap: 20px;
  }
  .section32-card {
    padding: 26px;
    min-height: 240px;
  }
  .section32-card p {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .section32-card img {
    bottom: 26px;
    right: 26px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section32 {
    margin-bottom: 100px;
  }
  .section32 .section-title {
    margin-bottom: 24px;
  }
  .section32__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section32__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section32-card {
    padding: 24px 20px 20px 20px;
    min-height: 200px;
  }
  .section32-card p {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .section32-card img {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 12px;
  }
}
.section8 {
  width: 100%;
  margin-bottom: 100px;
}
.section8 .page-title {
  margin-bottom: 48px;
}

@media screen and (max-width: 576px) {
  .section8 .page-title {
    margin-bottom: 36px;
  }
}
.section9 {
  margin-bottom: 100px;
}
.section9 .page-title {
  margin-bottom: 60px;
}
.section9__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.section9__content {
  width: calc(41% - 20px);
  padding: 32px 36px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section9__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 24px;
  width: 100%;
}
.section9-item__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #444444;
}
.section9-item a {
  display: inline-flex;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.section9-item a:hover {
  color: var(--green-color);
}
.section9-item a:not(:last-child) {
  margin-bottom: 16px;
}
.section9-item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.section9-item .social {
  width: auto;
  color: var(--red-color);
}
.section9-item .social:hover {
  color: var(--green-color);
}
.section9-item .social:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0;
}
.section9__map {
  margin-top: -40px;
  width: calc(59% - 20px);
}
.section9__digits {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  color: #444444;
  line-height: 1;
}
.section9__digits .left {
  display: flex;
  align-items: center;
  padding-left: 140px;
}
.section9__digits .left .over {
  position: absolute;
  left: -50px;
  top: 88px;
  transform: rotate(-90deg);
  font-size: 90px;
  line-height: 1;
}
.section9__digits .left .group .numb {
  font-size: 140px;
  line-height: 1;
  color: var(--green-color);
}
.section9__digits .left .group .text {
  font-size: 106px;
  line-height: 1;
}
.section9__digits .right {
  margin-left: 60px;
  padding-top: 144px;
  border-left: 1px solid rgba(68, 68, 68, 0.3);
}
.section9__digits .right .group {
  padding-left: 32px;
  font-size: 56px;
}
.section9__digits .right .group .numb {
  color: var(--red-color);
}
.section9__digits .right .group:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
}

@media screen and (max-width: 1365px) {
  .section9 .page-title {
    margin-bottom: 40px;
  }
  .section9__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .section9__content {
    width: 100%;
    padding: 24px 32px;
    border-radius: 15px;
    background: #f9f9f9;
  }
  .section9__list {
    row-gap: 36px;
  }
  .section9__map {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 32px;
  }
  .section9__digits {
    margin-top: 24px;
    flex-direction: column;
  }
  .section9__digits .left {
    display: flex;
    align-items: center;
    padding-left: 110px;
  }
  .section9__digits .left .over {
    left: -80px;
  }
  .section9__digits .right {
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    border-left: 0;
    border-top: 1px solid rgba(68, 68, 68, 0.3);
  }
  .section9__digits .right .group {
    padding-top: 24px;
    margin-left: 84px;
    padding-left: 32px;
    border-left: 1px solid rgba(68, 68, 68, 0.3);
  }
  .section9__digits .right .group:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section9 {
    margin-bottom: 80px;
  }
  .section9 .page-title {
    margin-bottom: 36px;
  }
  .section9__content {
    width: 100%;
    padding: 24px 20px;
  }
  .section9__digits .left {
    padding-left: 44px;
  }
  .section9__digits .left .over {
    top: 44px;
    left: -36px;
    font-size: 40px;
  }
  .section9__digits .left .group .numb {
    font-size: 72px;
  }
  .section9__digits .left .group .text {
    font-size: 52px;
  }
  .section9__digits .right {
    margin-top: 12px;
    margin-left: 0;
    padding-top: 0;
    border-left: 0;
    border-top: 1px solid rgba(68, 68, 68, 0.3);
  }
  .section9__digits .right .group {
    padding-top: 12px;
    margin-left: 40px;
    padding-left: 14px;
    font-size: 28px;
  }
  .section9__digits .right .group:not(:last-child) {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .section9 {
    margin-bottom: 64px;
  }
  .section9 .page-title {
    margin-bottom: 28px;
  }
  .section9__map {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .section9__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .section9-item__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .section9-item a {
    font-size: 14px;
  }
  .section9-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .section9-item p {
    font-size: 14px;
  }
}
.error404 .section6 {
  display: none;
}

.error-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 104px;
  height: calc(100vh - 120px);
  background-image: url("../img/error-page-desktop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

.error-block__subtitle {
  margin-bottom: 24px;
  display: block;
  font-size: 260px;
  line-height: 0.9;
  color: var(--red-color);
}

@media screen and (max-width: 1365px) {
  .error-block {
    margin-top: 80px;
    height: calc(100vh - 80px);
  }
  .error-block__subtitle {
    margin-bottom: 16px;
    font-size: 180px;
  }
  .error-block .section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .error-block {
    background-image: url("../img/error-page-mobile.svg");
    background-size: 100% auto;
  }
  .error-block__subtitle {
    font-size: 120px;
  }
  .error-block .section-title {
    margin-bottom: 24px;
  }
}
.section10 {
  width: 100%;
  margin-bottom: 100px;
}
.section10__container {
  display: flex;
  width: 100%;
}
.section10__content {
  width: calc(50% - 15px);
  margin-right: 30px;
  padding: 40px 44px 40px 40px;
  border-radius: 15px;
  background-color: #f9f9f9;
}
.section10__content .section-title {
  max-width: 750px;
  margin-bottom: 32px;
}
.section10__content .section-title span {
  color: var(--red-color);
}
.section10-text {
  width: 100%;
  padding-top: 28px;
  border-top: 2px solid var(--red-color);
}
.section10-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--font-color);
}
.section10-text p:not(:last-child) {
  margin-bottom: 24px;
}
.section10__digits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: calc(50% - 15px);
  max-width: 100%;
}
.section10-digit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 270px;
  padding: 24px 16px;
  border-radius: 15px;
  background: #F9F9F9;
}
.section10-digit p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
}
.section10-digit p span {
  display: block;
  margin-bottom: 16px;
  font-size: 84px;
  font-weight: 500;
  color: var(--red-color);
}

@media screen and (max-width: 1560px) {
  .section10__content {
    padding: 36px 40px 36px 40px;
  }
  .section10__content .section-title {
    margin-bottom: 36px;
  }
  .section10-text {
    padding-top: 28px;
  }
  .section10-text p {
    font-size: 18px;
  }
  .section10-text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .section10__digits {
    gap: 24px;
  }
  .section10-digit {
    min-height: 240px;
    padding: 40px 16px 56px;
  }
  .section10-digit p {
    font-size: 26px;
  }
  .section10-digit p span {
    margin-bottom: 16px;
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section10__container {
    flex-direction: column;
  }
  .section10__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 24px 24px 24px 24px;
  }
  .section10__content .section-title {
    margin-bottom: 24px;
  }
  .section10-text {
    padding-top: 24px;
  }
  .section10-text p {
    font-size: 16px;
  }
  .section10-text p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section10__digits {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section10-digit {
    min-height: 220px;
    padding: 20px 12px 44px;
  }
  .section10-digit p {
    font-size: 24px;
  }
  .section10-digit p span {
    margin-bottom: 14px;
    font-size: 68px;
  }
}
@media screen and (max-width: 576px) {
  .section10__content {
    padding: 20px 20px 20px 20px;
  }
  .section10__content .section-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .section10-text {
    border-top-width: 1px;
    padding-top: 16px;
  }
  .section10__digits {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section11 {
  width: 100%;
  margin-bottom: 100px;
}
.section11 .section-title {
  margin-bottom: 40px;
}
.section11__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.section11-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 38px 34px 38px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section11-item__lett {
  margin-bottom: 40px;
  font-size: 102px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: var(--red-color);
}
.section11-item__title {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.15px;
  color: var(--title-color);
}
.section11-item__text {
  width: 100%;
}
.section11-item__text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
}

@media screen and (max-width: 1560px) {
  .section11 .section-title {
    margin-bottom: 32px;
  }
  .section11__grid {
    gap: 20px;
  }
  .section11-item {
    padding: 24px 24px 24px 24px;
  }
  .section11-item__lett {
    margin-bottom: 20px;
    font-size: 84px;
  }
  .section11-item__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .section11-item__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section11__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section11 .section-title {
    margin-bottom: 24px;
  }
  .section11__grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .section11-item {
    padding: 20px 20px 20px 20px;
  }
  .section11-item__lett {
    margin-bottom: 12px;
    font-size: 64px;
  }
  .section11-item__title {
    margin-bottom: 14px;
    font-size: 22px;
  }
  .section11-item__text p {
    font-size: 16px;
  }
}
.section12 {
  width: 100%;
  margin-bottom: 100px;
}
.section12 .section-title {
  margin-bottom: 40px;
}
.section12__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.section12-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section12-item img {
  width: 100%;
  aspect-ratio: 50/47;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 28px;
}
.section12-item h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: var(--title-color);
}
.section12-item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--title-color);
}

@media screen and (max-width: 1560px) {
  .section12 .section-title {
    margin-bottom: 32px;
  }
  .section12__grid {
    gap: 20px;
  }
  .section12-item {
    padding: 24px;
  }
  .section12-item img {
    margin-bottom: 20px;
  }
  .section12-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .section12-item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section12__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section12 .section-title {
    margin-bottom: 24px;
  }
  .section12__grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .section12-item {
    padding: 20px;
  }
  .section12-item img {
    margin-bottom: 16px;
  }
  .section12-item h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .section12-item p {
    font-size: 16px;
  }
}
.section13 {
  width: 100%;
  margin-bottom: 100px;
}
.section13-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.section13-heading .section-title {
  margin-bottom: 0;
}
.section13-heading .slider-buttons {
  display: flex;
  margin-left: 10px;
}
.section13-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  aspect-ratio: 1/1;
  border-radius: 15px;
  background: #f9f9f9;
}
.section13-slider .swiper-slide img {
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .section13-heading {
    margin-bottom: 28px;
  }
  .section13-slider .swiper-slide {
    padding: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section13-heading {
    margin-bottom: 20px;
  }
}
.section14 {
  width: 100%;
  margin-bottom: 100px;
}
.section14-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.section14-heading .section-title {
  margin-bottom: 0;
}
.section14-heading .slider-buttons {
  display: flex;
  margin-left: 10px;
}
.section14-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  aspect-ratio: 1/1;
  border-radius: 15px;
  background: #f9f9f9;
}
.section14-slider .swiper-slide img {
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .section14-heading {
    margin-bottom: 28px;
  }
  .section14-slider .swiper-slide {
    padding: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section14-heading {
    margin-bottom: 20px;
  }
}
.section15 {
  width: 100%;
  margin-bottom: 100px;
}
.section15__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1560px) {
  .section15__grid {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section15__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section15__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section16 {
  width: 100%;
  margin-bottom: 100px;
}
.section16 .heading-row .page-title {
  margin-bottom: 0 !important;
}
.section16-image {
  width: 100%;
  aspect-ratio: 184/57;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 80px;
}
.section16-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 48px;
}
.section16-head__left h1 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #444444;
}
.section16-meta {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
  opacity: 0.7;
}
.section16-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-top: 8px;
}
.section16-tags p {
  margin: 10px 0 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 24px 11px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  border-radius: 100px;
  background: var(--green-color);
}

@media screen and (max-width: 1024px) {
  .section16 .heading-row {
    margin-bottom: 32px;
  }
  .section16-image {
    margin-bottom: 20px;
  }
  .section16-head {
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 36px;
  }
  .section16-head__left h1 {
    margin-bottom: 18px;
    font-size: 44px;
  }
  .section16-meta {
    font-size: 18px;
  }
  .section16-tags {
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 28px;
  }
  .section16-tags p {
    margin: 0 8px 8px 0;
    min-height: 38px;
    padding: 6px 20px 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section16 .heading-row {
    margin-bottom: 28px;
  }
  .section16-image {
    aspect-ratio: 32/19;
  }
  .section16-head {
    margin-bottom: 20px;
  }
  .section16-head__left h1 {
    margin-bottom: 12px;
    font-size: 32px;
  }
  .section16-meta {
    font-size: 14px;
  }
  .section16-tags {
    margin-bottom: 24px;
  }
  .section16-tags p {
    margin-right: 6px;
    margin-bottom: 6px;
    min-height: 34px;
    padding: 4px 16px 6px;
    font-size: 15px;
  }
}
.section17 {
  width: 100%;
  margin-bottom: 100px;
}
.section17 .section-title {
  margin-bottom: 40px;
}
.section17__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .section17 .section-title {
    margin-bottom: 32px;
  }
  .section17__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section17 .section-title {
    margin-bottom: 20px;
  }
  .section17__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section18 {
  width: 100%;
  margin-bottom: 100px;
}
.section18 .page-title {
  margin-bottom: 64px;
}
.section18__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}
.section18-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px 28px 40px;
  width: 100%;
  border-radius: 15px;
  background: #f9f9f9;
}
.section18-item p {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.25px;
  color: var(--title-color);
}
.section18-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 11px 11px 11px 21px;
  border-radius: 8px;
  background-color: var(--red-color);
  transition: opacity 0.3s ease;
}
.section18-item a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--white-color) !important;
}
.section18-item a img {
  width: 30px;
  height: auto;
  flex-shrink: 0;
  margin-left: 17px;
}
.section18-item a:hover {
  opacity: 0.7;
}
.section18-item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .section18 .page-title {
    margin-bottom: 32px;
  }
  .section18-item {
    padding: 18px 22px 18px 28px;
  }
  .section18-item p {
    font-size: 22px;
  }
  .section18-item a {
    padding: 9px 10px 9px 16px;
  }
  .section18-item a span {
    font-size: 16px;
  }
  .section18-item a img {
    width: 24px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 576px) {
  .section18 .page-title {
    margin-bottom: 28px;
  }
  .section18-item {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }
  .section18-item p {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section19 {
  width: 100%;
  margin-bottom: 100px;
}
.section19 .page-title {
  margin-bottom: 48px;
}
.section19__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.video-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.video-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 60/35;
  object-fit: cover;
  border-radius: 15px;
}
.video-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 56px;
  background-image: url('data:image/svg+xml,<svg width="80" height="56" viewBox="0 0 80 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M78.2332 8.73444C77.7743 7.04622 76.8792 5.50712 75.637 4.2704C74.3949 3.03368 72.8489 2.1425 71.1532 1.6856C64.9451 0 39.9594 0 39.9594 0C39.9594 0 14.9726 0.0510221 8.76444 1.73662C7.06865 2.19355 5.5227 3.08478 4.28051 4.32155C3.03832 5.55833 2.14325 7.09749 1.68444 8.78578C-0.193377 19.7674 -0.921815 36.5008 1.736 47.0431C2.19486 48.7313 3.08995 50.2704 4.33214 51.5072C5.57432 52.7439 7.12025 53.6351 8.816 54.092C15.0241 55.7776 40.0104 55.7776 40.0104 55.7776C40.0104 55.7776 64.9963 55.7776 71.2041 54.092C72.8999 53.6351 74.4459 52.7439 75.6882 51.5072C76.9304 50.2705 77.8255 48.7314 78.2844 47.0431C80.2651 36.046 80.8754 19.3228 78.2332 8.73444Z" fill="%23FF0000"/><path d="M32.0066 39.8409L52.7341 27.8886L32.0066 15.9364V39.8409Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.video-item:hover::before {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .section19 .page-title {
    margin-bottom: 32px;
  }
  .section19__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .video-item::before {
    width: 44px;
    height: 33px;
  }
}
@media screen and (max-width: 576px) {
  .section19 .page-title {
    margin-bottom: 28px;
  }
  .section19__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section20 {
  width: 100%;
  margin-bottom: 100px;
}
.section20__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.icard {
  display: flex;
  flex-direction: column;
  padding: 40px 36px 34px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: var(--font-color);
  border-radius: 15px;
  background-color: var(--white-color);
  transition: 0.3s ease;
}
.icard__icon {
  width: 64px;
  margin-bottom: 24px;
}
.icard__title {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--title-color);
  transition: 0.3s ease;
}
.icard p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 320px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  transition: 0.3s ease;
}
.icard p:not(:last-child) {
  margin-bottom: 28px;
}
.icard .link-witharrow {
  margin-top: auto;
}
.icard:hover .link-witharrow {
  color: var(--red-color);
}

@media screen and (max-width: 1560px) {
  .section20__grid {
    gap: 20px;
  }
  .icard {
    padding: 36px 28px 28px 32px;
  }
  .icard__icon {
    width: 52px;
    margin-bottom: 20px;
  }
  .icard__title {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .icard p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section20__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .icard {
    padding: 28px 28px 28px 28px;
  }
  .icard__icon {
    width: 48px;
  }
  .icard__title {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .icard p {
    font-size: 18px;
  }
  .icard p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section20__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .icard {
    padding: 20px 20px 18px 20px;
  }
  .icard__icon {
    width: 40px;
  }
  .icard__title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .icard p {
    font-size: 14px;
  }
}
.section21 {
  width: 100%;
  margin-bottom: 100px;
}
.section21-head {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding: 44px 40px;
  height: 490px;
  border-radius: 15px;
}
.section21-head__heading .section-title {
  color: var(--white-color);
  margin-bottom: 8px;
}
.section21-head__heading p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 430px;
}
.section21-head__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  z-index: -2;
}
.section21-head__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(68, 68, 68, 0.4);
  z-index: -1;
}
.section21-about {
  width: 100%;
}
.section21-about__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section21-about__content {
  width: calc(50% - 15px);
  padding: 40px 36px 36px 36px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section21-about__content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
}
.section21-about__content p:not(:last-child) {
  margin-bottom: 20px;
}
.section21-about__features {
  width: calc(50% - 15px);
}
.section21-feature {
  position: relative;
  width: 100%;
  padding: 40px 100px 40px 40px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section21-feature:not(:last-child) {
  margin-bottom: 30px;
}
.section21-feature::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: var(--red-color);
}
.section21-feature__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--title-color);
}
.section21-feature__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.15px;
  color: var(--title-color);
}

@media screen and (max-width: 1560px) {
  .section21-head {
    padding: 32px 28px;
    height: 440px;
    margin-bottom: 20px;
  }
  .section21-about__content {
    width: calc(50% - 10px);
    padding: 28px 28px 28px 28px;
  }
  .section21-about__content p {
    font-size: 18px;
  }
  .section21-about__content p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section21-about__features {
    width: calc(50% - 10px);
  }
  .section21-feature {
    padding: 28px 80px 28px 28px;
  }
  .section21-feature:not(:last-child) {
    margin-bottom: 20px;
  }
  .section21-feature::before {
    top: 28px;
    right: 28px;
    width: 20px;
    height: 20px;
  }
  .section21-feature__title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .section21-feature__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section21-head {
    height: 370px;
  }
  .section21-about__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .section21-about__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .section21-about__features {
    width: 100%;
  }
  .section21-feature__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section21-head {
    padding: 20px;
  }
  .section21-head .section-title {
    font-size: 32px;
  }
  .section21-about__content {
    padding: 20px;
  }
  .section21-about__content p {
    font-size: 16px;
  }
  .section21-about__content p:not(:last-child) {
    margin-bottom: 14px;
  }
  .section21-feature {
    padding: 64px 20px 20px 20px;
  }
  .section21-feature::before {
    top: 22px;
    right: auto;
    left: 20px;
    width: 24px;
    height: 24px;
  }
  .section21-feature__title {
    font-size: 24px;
  }
  .section21-feature__text {
    font-size: 16px;
  }
}
.section22 {
  width: 100%;
  margin-bottom: 100px;
}
.section22 .section-title {
  margin-bottom: 32px;
}
.section22__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.section22-item {
  display: flex;
  flex-direction: column;
  padding: 36px 32px 36px 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: var(--font-color);
  border-radius: 15px;
  background-color: var(--white-color);
  transition: 0.3s ease;
}
.section22-item__title {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--green-color);
  transition: 0.3s ease;
}
.section22-item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--title-color);
  transition: 0.3s ease;
}
.section22-item p:not(:last-child) {
  margin-bottom: 36px;
}
.section22-item .link-witharrow {
  margin-top: auto;
}
.section22-item:hover .link-witharrow {
  color: var(--red-color);
}

@media screen and (max-width: 1560px) {
  .section22__grid {
    gap: 20px;
  }
  .section22-item {
    padding: 26px 20px 26px 26px;
  }
  .section22-item__title {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .section22-item p {
    font-size: 16px;
  }
  .section22-item p:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .section22__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section22__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section22-item {
    padding: 20px 20px 20px 20px;
  }
  .section22-item__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .section22-item p {
    font-size: 16px;
  }
  .section22-item p:not(:last-child) {
    margin-bottom: 20px;
  }
}
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.section27 {
  width: 100%;
  margin-bottom: 100px;
}
.section27 .heading-row {
  margin-bottom: 48px;
}
.section27 .section-title {
  margin-bottom: 40px;
}
.section27__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.ccard {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 36px 36px 36px 36px;
  width: 100%;
  height: 420px;
  color: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
  z-index: 0;
}
.ccard__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.ccard__content > * + * {
  margin-top: 1rem;
}
.ccard__content::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -17px;
  width: 17px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.3534 0.432443L16.7076 6.78664C17.0975 7.17656 17.0975 7.80876 16.7076 8.19868L10.3534 14.5529C9.96344 14.9428 9.33124 14.9428 8.94132 14.5529C8.55139 14.163 8.55139 13.5308 8.94132 13.1408L13.591 8.49112H0V6.49419H13.591L8.94132 1.84449C8.55139 1.45456 8.55139 0.822368 8.94132 0.432443C9.33124 0.0425181 9.96344 0.0425181 10.3534 0.432443Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ccard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 49%, #141414 100%);
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.ccard:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background: rgba(20, 20, 20, 0.8);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
  opacity: 0;
}
.ccard h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 67px;
  overflow: hidden;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.ccard p {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: var(--white-color);
  transition: all 0.5s ease;
}

@media screen and (min-width: 1025px) {
  .ccard:after {
    transform: translateY(0);
    opacity: 0;
  }
  .ccard__content {
    transform: translateY(calc(100% - 67px));
  }
  .ccard__content > *:not(.ccard__title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .ccard:hover,
.ccard:focus-within {
    align-items: flex-start;
  }
  .ccard:hover:before,
.ccard:focus-within:before {
    transform: translateY(-4%);
    background: none;
  }
  .ccard:hover:after,
.ccard:focus-within:after {
    transform: translateY(-50%);
    opacity: 1;
  }
  .ccard:hover .ccard__content,
.ccard:focus-within .ccard__content {
    transform: translateY(0);
  }
  .ccard:hover .ccard__content > *:not(.ccard__title),
.ccard:focus-within .ccard__content > *:not(.ccard__title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .ccard:hover .ccard__title,
.ccard:focus-within .ccard__title {
    max-height: none;
  }
  .ccard:focus-within:before, .ccard:focus-within:after,
.ccard:focus-within .ccard__content,
.ccard:focus-within .ccard__content > *:not(.ccard__title) {
    transition-duration: 0s;
  }
}
@media screen and (max-width: 1560px) {
  .section27__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .ccard {
    padding: 28px 36px 28px 28px;
    height: 380px;
  }
  .ccard h3 {
    max-height: 60px;
    font-size: 24px;
  }
  .ccard p {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .section27 .heading-row {
    margin-bottom: 28px;
  }
  .section27 .section-title {
    margin-bottom: 24px;
  }
  .section27__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ccard {
    height: 340px;
  }
  .ccard h3 {
    max-height: none;
    font-size: 24px;
  }
  .ccard p {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section27 .section-title {
    font-size: 24px;
  }
  .section27__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ccard {
    height: 320px;
    padding: 20px 32px 20px 20px;
  }
}
.section28 {
  width: 100%;
  margin-bottom: 100px;
}
.section28 .page-title {
  margin-bottom: 60px;
}
.section28__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.section28__heading .section-title {
  margin-bottom: 0;
  width: 1300px;
  max-width: 100%;
}
.section28__category {
  margin-left: 10px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 43px;
  padding: 8px 28px;
  border-radius: 50px;
  border: 2px solid var(--red-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--red-color);
}
.section28__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section28__col {
  width: calc(50% - 15px);
  padding: 40px 40px 40px 44px;
  border-radius: 15px;
  background: #f9f9f9;
}
.section28__group {
  width: 100%;
}
.section28__group:not(:last-child) {
  margin-bottom: 60px;
}
.section28__group h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: var(--title-color);
}
.section28__group p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
}
.section28__group p:not(:last-child) {
  margin-bottom: 16px;
}
.section28__group ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.section28__group ul:not(:last-child) {
  margin-bottom: 20px;
}
.section28__group ul li {
  position: relative;
  padding-left: 42px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
}
.section28__group ul li:not(:last-child) {
  margin-bottom: 20px;
}
.section28__group ul li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--red-color);
}
.section28__values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 100%;
}
.section28__values p {
  margin-top: 0;
  margin-bottom: 0;
}
.section28__values p strong {
  display: block;
  margin-bottom: 16px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  color: var(--red-color);
}
.section28__values p span {
  display: block;
  max-width: 240px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: var(--title-color);
}

@media screen and (max-width: 1024px) {
  .section28 .page-title {
    margin-bottom: 40px;
  }
  .section28__heading {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .section28__heading .section-title {
    text-transform: none;
  }
  .section28__category {
    margin-left: 0;
    margin-bottom: 20px;
    min-height: 38px;
    padding: 7px 24px;
    border-width: 1.5px;
    font-size: 16px;
  }
  .section28__container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .section28__col {
    width: 100%;
    padding: 32px 32px 32px 32px;
  }
  .section28__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .section28__group:not(:last-child) {
    margin-bottom: 32px;
  }
  .section28__group h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .section28__group p {
    font-size: 18px;
  }
  .section28__group p:not(:last-child) {
    margin-bottom: 16px;
  }
  .section28__group ul:not(:last-child) {
    margin-bottom: 16px;
  }
  .section28__group ul li {
    padding-left: 34px;
    font-size: 18px;
  }
  .section28__group ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .section28__group ul li::before {
    top: 4px;
    width: 18px;
    height: 18px;
  }
  .section28__values p strong {
    margin-bottom: 12px;
    font-size: 80px;
  }
  .section28__values p span {
    max-width: 200px;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section28 .page-title {
    margin-bottom: 32px;
  }
  .section28__heading {
    margin-bottom: 32px;
  }
  .section28__heading .section-title {
    font-size: 24px;
  }
  .section28__category {
    margin-bottom: 16px;
    min-height: 34px;
    padding: 4px 22px;
    font-size: 15px;
  }
  .section28__col {
    padding: 24px 20px 24px 20px;
  }
  .section28__group:not(:last-child) {
    margin-bottom: 28px;
  }
  .section28__group h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
  }
  .section28__group p {
    font-size: 16px;
  }
  .section28__group p:not(:last-child) {
    margin-bottom: 12px;
  }
  .section28__group ul:not(:last-child) {
    margin-bottom: 12px;
  }
  .section28__group ul li {
    padding-left: 28px;
    font-size: 16px;
  }
  .section28__group ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .section28__group ul li::before {
    top: 3px;
  }
  .section28__values p strong {
    margin-bottom: 8px;
    font-size: 48px;
  }
  .section28__values p span {
    max-width: 180px;
    font-size: 15px;
  }
}
.section29 {
  width: 100%;
  margin-bottom: 100px;
}
.section29 .section-title {
  margin-bottom: 40px;
}
.section29__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
}
.section29-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 440px;
  padding: 40px;
  color: var(--white-color) !important;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.section29-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: -1;
}
.section29-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: var(--white-color);
}

@media screen and (max-width: 1560px) {
  .section29 .section-title {
    margin-bottom: 32px;
  }
  .section29__grid {
    gap: 20px;
  }
  .section29-card {
    padding: 28px;
    height: 300px;
  }
  .section29-card h3 {
    font-size: 24px;
  }
  .section29-card__group:not(:last-child) {
    margin-bottom: 20px;
  }
  .section29-card__group p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section29__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section29-card {
    padding: 20px;
    height: 280px;
  }
  .section29-card h3 {
    font-size: 24px;
  }
  .section29-card__group:not(:last-child) {
    margin-bottom: 20px;
  }
  .section29-card__group p {
    font-size: 16px;
  }
}
.section30 {
  width: 100%;
  margin-bottom: 100px;
}
.section30 .searchform {
  margin-bottom: 40px;
}

.qcard {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: var(--font-color);
  border-radius: 15px;
  background-color: #f9f9f9;
  transition: 0.3s ease;
  z-index: 0;
}
.qcard:not(:last-child) {
  margin-bottom: 12px;
}
.qcard__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.qcard:hover {
  background-color: #E5E5E5;
}
.qcard:hover .qcard__title {
  text-decoration: underline;
  color: var(--red-color);
}
.footer__contacts--adress{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.social-links{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.social-links .social-links__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: 0 !important;
    transition: all 0.3s;
}
.social-links__item:hover{
    transform: scale(1.1);
}
.form textarea.wpcf7-not-valid,
.wpcf7-not-valid{
    border-color: red;
}
.wpcf7-spinner{
    position: absolute;
    right: 5px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.form-group__error,
.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px;
    bottom: 0;
    background: red;
    color: white;
    border-radius: 4px;
    padding: 0 10px;
    left: 10px;
    transform: translateY(50%);
    pointer-events: none;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7 form .wpcf7-response-output{
    padding: 10px;
}
.form-group .iti--separate-dial-code .iti__selected-flag{
    border-radius: 15px 0 0 15px;
}
.form-group__error{
    display: none;
}
.form-group.error .form-group__error{
    display: block;
}