@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

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

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #41403d;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

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

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

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

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

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

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

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

header {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 150;
}
@media (max-width: 991px) {
  header {
    padding: 15px 0;
  }
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-wrapper .left-side .lang-menu--wrapper {
  position: relative;
}
header .header-wrapper .left-side .lang-menu--wrapper.active .lang-menu--title .lang-menu--right img {
  transform: rotate(180deg) !important;
}
header .header-wrapper .left-side .lang-menu--wrapper:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  header .header-wrapper .left-side .lang-menu--wrapper:hover .lang-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
  }
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #149c98;
  padding: 8px;
  border-radius: 91px;
  cursor: pointer;
  min-width: 95px;
}
@media (max-width: 991px) {
  header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title {
    padding: 6px;
    min-width: 91px;
    min-height: 37px;
  }
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title:hover .lang-menu--right img {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title:hover .lang-menu--right img {
    transform: rotate(0);
  }
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--left svg {
  display: block;
  width: 22px;
  min-width: 22px;
  object-fit: contain;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--left span {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #f5f6f9;
  margin: 0 0 0 11px;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--right {
  margin: 0 0 0 7px;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--right img {
  display: block;
  width: 12px;
  min-width: 12px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  header .header-wrapper .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--right img {
    width: 10px;
    min-width: 10px;
  }
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu {
  border: 1px solid #149c98;
  border-radius: 10px;
  padding: 10px 16px;
  position: absolute;
  top: calc(100% + 15px);
  box-shadow: 2px 19px 28px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  z-index: 150;
  transition: 0.3s all ease;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu li {
  margin: 0 0 4px;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu li:nth-last-child(1) {
  margin: 0;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #262b2e;
  padding: 5px 15px;
  white-space: nowrap;
  border-radius: 10px;
  text-transform: capitalize !important;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu li a:hover {
  background: #f4f4f4;
  color: #149c98;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu li a img {
  display: block;
  width: 43px;
  min-width: 43px;
  height: 30px;
  object-fit: contain;
  margin: 0 10px 0 0;
}
header .header-wrapper .left-side .lang-menu--wrapper .lang-menu li.active a {
  background: #f4f4f4;
  color: #149c98;
}
header .header-wrapper .left-side .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header .header-wrapper .left-side .header-menu {
    display: none;
  }
}
header .header-wrapper .left-side .header-menu li {
  position: relative;
  margin: 0 0 0 36px;
}
@media (max-width: 1141px) {
  header .header-wrapper .left-side .header-menu li {
    margin: 0 0 0 24px;
  }
}
header .header-wrapper .left-side .header-menu li:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .header-wrapper .left-side .header-menu li.has-child:hover > a {
  color: #149c98;
}
header .header-wrapper .left-side .header-menu li.has-child:hover > a img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(89%) saturate(711%) hue-rotate(137deg) brightness(89%) contrast(84%);
  transform: rotate(180deg);
}
header .header-wrapper .left-side .header-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #5f5f5f;
}
@media (max-width: 1141px) {
  header .header-wrapper .left-side .header-menu li a {
    font-size: 18px;
  }
}
header .header-wrapper .left-side .header-menu li a:hover {
  color: #149c98;
}
header .header-wrapper .left-side .header-menu li a:hover img {
  transform: rotate(180deg);
}
header .header-wrapper .left-side .header-menu li a img {
  display: block;
  width: 8px;
  height: 8px;
  transition: 0.3s all ease;
  margin: 0 0 0 3px;
}
header .header-wrapper .left-side .header-menu li .header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  transform: translateY(20px);
}
header .header-wrapper .left-side .header-menu li .header-submenu ul {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
header .header-wrapper .left-side .header-menu li .header-submenu ul li {
  margin: 0 0 15px;
}
header .header-wrapper .left-side .header-menu li .header-submenu ul li a {
  white-space: nowrap;
}
@media (max-width: 991px) {
  header .header-wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
header .header-wrapper .right-side ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-wrapper .right-side ul li {
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  header .header-wrapper .right-side ul li {
    display: none;
    margin: 0;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .right-side ul li:nth-last-child(1) {
    display: block;
  }
}
header .header-wrapper .right-side ul li a {
  display: block;
}
header .header-wrapper .right-side ul li a:hover {
  opacity: 0.7;
}
header .header-wrapper .right-side ul li a img {
  display: block;
}
@media (max-width: 991px) {
  header .header-wrapper .right-side ul li a img {
    width: 46px;
    height: 46px;
    object-fit: contain;
  }
}

.desktop-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(25.2999992371px);
  background: rgba(0, 0, 0, 0.1);
  z-index: 160;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.desktop-menu.visible {
  opacity: 1;
  visibility: visible;
}
.desktop-menu.visible .desktop-menu--wrapper {
  transform: translateX(0);
}
.desktop-menu .desktop-menu--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100dvh;
  background: #fff;
  border-radius: 50px 0 0 50px;
  transform: translateX(100%);
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper {
    border-radius: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    transform: translateX(0);
    transform: translateY(-100%);
  }
}
.desktop-menu .desktop-menu--wrapper .close-desktop--menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 57px;
  height: 250px;
  background: url("../img/desktop-menu--decoration.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .close-desktop--menu {
    top: 100%;
    width: 220px;
    height: 55px;
    right: initial;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
    background: url("../img/desktop-menu--decoration--mob.png") center no-repeat;
    background-size: contain;
  }
}
.desktop-menu .desktop-menu--wrapper .close-desktop--menu img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: auto;
  padding: 32px 48px;
  height: 100dvh;
}
@media (max-width: 1440px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content {
    padding: 30px 40px 50px;
    height: 100%;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top {
    margin: 0 0 20px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo {
    margin: 0;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo:hover {
  opacity: 0.7;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo img {
  display: block;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo img {
    height: 60px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.23;
  color: #149c98;
  width: 100%;
  max-width: 140px;
  margin: 0 0 0 8px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .logo p {
    font-size: 14px;
    max-width: 120px;
    margin: 0 0 0 6px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper {
    display: none;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-width: 58px;
  height: 58px;
  background: #f4f4f4;
  border-radius: 50%;
  margin: 0 17px 0 0;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .phone-btn:hover {
  background: #149c98;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .phone-btn:hover path {
  fill: #fff;
  stroke: #fff;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .phone-btn svg {
  display: block;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .phone-btn svg path {
  transition: 0.3s all ease;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .btn {
  font-size: 17px;
  min-height: 58px;
}
@media (max-width: 1440px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .btn {
    padding: 16px 32px;
  }
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--top .btns-wrapper .btn {
    padding: 10px 24px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu {
  width: 100%;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu {
    margin: 0 0 10px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul {
    align-items: flex-start;
    max-width: 100%;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul li {
  width: calc(50% - 50px);
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul li {
    width: calc(50% - 30px);
    margin: 0 0 24px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #5f5f5f;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul li a {
    font-size: 18px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul li a:hover {
  color: #149c98;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--menu ul li a span {
    display: none;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info {
  width: 100%;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info {
    margin: 0 0 10px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info ul li {
  margin: 0 0 24px;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info ul li:nth-last-child(1) {
  margin: 0;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info ul li span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34524;
  color: #919191;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info ul li span {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info ul li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--info ul li p {
    font-size: 16px;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials {
  width: 100%;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials {
    display: none;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials ul li {
  margin: 0 10px 0 0;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials ul li a {
  display: block;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials ul li a:hover {
  opacity: 0.7;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--socials ul li a img {
  display: block;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob {
    width: 100%;
    display: block;
  }
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob .btn-wrapper .btn {
  width: 100%;
  margin: 0 0 24px;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob ul li {
  margin: 0 5px;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob ul li a {
  display: block;
}
.desktop-menu .desktop-menu--wrapper .desktop-menu--content .desktop-menu--mob ul li a img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.main-dropdown {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .main-dropdown {
    display: none;
  }
}
.main-dropdown .lines-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-dropdown .lines-wrapper .line {
  display: block;
  width: 2px;
  height: 26px;
  background-color: #7e776f;
  border-radius: 50px;
  margin: 0 3.5px;
}
.main-dropdown .lines-wrapper:hover {
  cursor: pointer;
}

.section-main {
  padding: 16px 0 60px 0;
}
@media (max-width: 991px) {
  .section-main {
    padding: 10px 0 35px 0;
  }
}
@media (max-width: 991px) {
  .section-main .container-fluid {
    padding: 0;
  }
}
.section-main .main-wrapper {
  position: relative;
  overflow: hidden;
  background: url("../img/main-bg.png") center no-repeat;
  background-size: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper {
    background: url("../img/main-bg--mob.png") center no-repeat;
    background-size: cover;
  }
}
.section-main .main-wrapper .main-decoration--top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 600px;
  height: 108px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .main-decoration--top {
    display: none;
  }
}
.section-main .main-wrapper .main-decoration--top--mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 171px;
  height: 93px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .main-decoration--top--mob {
    display: block;
  }
}
.section-main .main-wrapper .main-decoration--right {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right;
  width: 47px;
  height: 243px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .main-decoration--right {
    display: none;
  }
}
.section-main .main-wrapper .main-decoration--bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: bottom;
  width: 215px;
  height: 81px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .main-decoration--bottom {
    width: 185px;
    height: 70px;
  }
}
.section-main .main-wrapper .main-content {
  border-radius: 50px;
  padding: 72px 80px 22px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper .main-content {
    padding: 85px 32px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .main-content {
    padding: 85px 16px 235px 16px;
  }
}
.section-main .main-wrapper--top {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--top {
    margin: 0 0 25px;
  }
}
.section-main .main-wrapper--top .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.section-main .main-wrapper--top .logo-wrapper:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--top .logo-wrapper {
    margin: 0 0 14px;
  }
}
.section-main .main-wrapper--top .logo-wrapper img {
  display: block;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--top .logo-wrapper img {
    height: 55px;
  }
}
.section-main .main-wrapper--top h1 span {
  display: block;
}
.section-main .main-wrapper--top p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #262b2e;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 27px;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper--top p {
    font-size: 20px;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper--top p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper--top p {
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper--top p br {
    display: none;
  }
}
.section-main .main-wrapper--top .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-main .main-wrapper--top .btn-wrapper .btn {
  min-height: 84px;
  font-size: 26px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--top .btn-wrapper .btn {
    min-height: 65px;
    font-size: 19px;
    width: 100%;
    max-width: 300px;
  }
}
.section-main .main-wrapper--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -158px 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper--bottom {
    margin: -130px 0 0 0;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper--bottom {
    margin: -80px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper--bottom {
    margin: 0;
  }
}
.section-main .main-wrapper--bottom .left-side {
  width: 100%;
  max-width: 430px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--bottom .left-side {
    max-width: 100%;
  }
}
.section-main .main-wrapper--bottom .left-side .main-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 24px;
  box-shadow: inset 8px 6px 15px 0 rgba(255, 255, 255, 0.31);
  background: rgba(255, 223, 177, 0.17);
  border: 1px solid #bdb7ae;
  padding: 30px 20px;
  height: 100%;
  min-height: 200px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--bottom .left-side .main-item {
    padding: 14px 10px 16px 16px;
    min-height: 125px;
    border-radius: 10px;
  }
}
.section-main .main-wrapper--bottom .left-side .main-item p {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--bottom .left-side .main-item p {
    font-size: 14px;
    margin: 0 0 14px;
  }
}
.section-main .main-wrapper--bottom .left-side .main-item span {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 53px;
  line-height: 1;
  color: rgba(16, 116, 113, 0.72);
}
@media (max-width: 991px) {
  .section-main .main-wrapper--bottom .left-side .main-item span {
    font-size: 36px;
  }
}
.section-main .main-wrapper--bottom .left-side .main-item span small {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper--bottom .left-side .main-item span small {
    font-size: 14px;
  }
}
.section-main .main-wrapper .main-scroll {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: moveUpDown 1.5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .main-scroll {
    bottom: 8px;
  }
}
.section-main .main-wrapper .main-scroll img {
  display: block;
  width: 44px;
  height: 44px;
}

.main-decoration--bottom {
  animation: moveUpDown 1.5s ease-in-out infinite;
}

.section-offers {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-offers {
    padding: 35px 0;
  }
}
.section-offers .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .section-offers .btn-wrapper {
    margin: 25px 0 0 0;
  }
}
.section-offers .btn-wrapper a {
  display: block;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #107471;
  border-bottom: 1px solid #107471;
}
@media (max-width: 991px) {
  .section-offers .btn-wrapper a {
    font-size: 18px;
  }
}
.section-offers .btn-wrapper a:hover {
  border-color: transparent;
}

.offers-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offers-wrapper .offers-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px 20px 20px 30px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item {
    border-radius: 10px;
    padding: 15px 8px 10px;
    margin: 0 0 10px;
    position: relative;
  }
}
.offers-wrapper .offers-item .offers-item--descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 10px);
  min-height: 100%;
  padding: 0 20px 0 0;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr {
    width: 100%;
    order: 1;
    padding: 0 12px;
    min-height: initial;
    margin: 0 0 20px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side {
  width: 100%;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side {
    margin: 0;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(16, 116, 113, 0.49);
  border-radius: 168px;
  padding: 6px 14px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper {
    padding: 4px 8px;
    border-radius: 90px;
    margin: 0 0 12px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper {
  height: 21px;
  position: relative;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper {
    height: 12px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img {
  display: block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: dots-spread-inner 6s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(2) {
  --offset: 10px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(3) {
  --offset: 20px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper span {
  display: block;
  font-weight: 400;
  font-size: 29px;
  text-align: center;
  color: #fff;
  animation: opacity 6s linear infinite;
  padding: 0 0 0 50px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side .percents-wrapper span {
    font-size: 17px;
    animation: opacity 6s linear infinite;
    padding: 0 0 0 25px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .top-side p {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.09;
  color: #41403d;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .top-side p {
    max-width: 260px;
    font-size: 20px;
  }
}
.offers-wrapper .offers-item .offers-item--descr .bottom-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.offers-wrapper .offers-item .offers-item--descr .bottom-side p {
  font-weight: 400;
  font-size: 18px;
  color: #7d7d7d;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .bottom-side p {
    font-size: 13px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: calc(100% - 140px);
    text-align: right;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--descr .bottom-side .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 5;
  }
}
.offers-wrapper .offers-item .offers-item--image {
  width: calc(50% - 10px);
  position: relative;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image {
    width: 100%;
    order: 2;
  }
}
.offers-wrapper .offers-item .offers-item--image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image img {
    height: 400px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .offers-wrapper .offers-item .offers-item--image img {
    height: 220px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before {
    top: 20px;
    left: 14px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper {
  position: relative;
  height: 10px;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper {
    margin: 0 0 4px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  animation: dots-spread 2.5s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img {
    width: 7px;
    height: 7px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img:nth-child(2) {
  --offset: 6px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img:nth-child(3) {
  --offset: 12px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-before p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 116, 113, 0.37);
  border-radius: 141px;
  padding: 7px 21px;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #fff;
  animation: sway 3s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-before p {
    font-size: 14px;
    padding: 3px 14px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after {
  position: absolute;
  bottom: 60px;
  right: 30px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after {
    bottom: 90px;
    right: 11px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper {
  position: relative;
  height: 10px;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper {
    margin: 0 0 4px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  animation: dots-spread 2.5s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img {
    width: 7px;
    height: 7px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img:nth-child(2) {
  --offset: 6px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img:nth-child(3) {
  --offset: 12px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.offers-wrapper .offers-item .offers-item--image .image-after p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 116, 113, 0.37);
  border-radius: 141px;
  padding: 7px 21px;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #fff;
  animation: sway 3s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-item .offers-item--image .image-after p {
    font-size: 14px;
    padding: 3px 14px;
  }
}
.offers-wrapper .offers-green--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  background: #149c98;
  border-radius: 20px;
  margin: 0 0 20px;
  min-height: 380px;
}
@media (max-width: 1141px) {
  .offers-wrapper .offers-green--item {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
    position: relative;
    min-height: 190px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  min-height: 100%;
  padding: 30px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr {
    width: 60%;
    padding: 15px 0 20px 20px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side {
  width: 100%;
  margin: 0 0 15px;
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 168px;
  padding: 6px 14px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper {
    padding: 4px 8px;
    border-radius: 90px;
    margin: 0 0 12px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper {
  height: 21px;
  position: relative;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper {
    height: 12px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img {
  display: block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: dots-spread-inner 6s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(2) {
  --offset: 10px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(3) {
  --offset: 20px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper span {
  display: block;
  font-weight: 400;
  font-size: 29px;
  text-align: center;
  color: #fff;
  animation: opacity 6s linear infinite;
  padding: 0 0 0 50px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .top-side .percents-wrapper span {
    animation: opacity 6s linear infinite;
    font-size: 17px;
    padding: 0 0 0 25px;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .bottom-side {
  width: 100%;
}
.offers-wrapper .offers-green--item .offers-item--descr .bottom-side p {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.09;
  color: #fff;
  width: 100%;
  max-width: 240px;
  margin: 0 0 28px;
}
@media (max-width: 1141px) {
  .offers-wrapper .offers-green--item .offers-item--descr .bottom-side p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .bottom-side p {
    max-width: 260px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .bottom-side p br {
    display: none;
  }
}
.offers-wrapper .offers-green--item .offers-item--descr .bottom-side span {
  font-weight: 400;
  font-size: 18px;
  color: #efefef;
}
@media (max-width: 1141px) {
  .offers-wrapper .offers-green--item .offers-item--descr .bottom-side span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--descr .bottom-side span {
    font-size: 13px;
  }
}
.offers-wrapper .offers-green--item .offers-item--image {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--image {
    width: 40%;
  }
}
.offers-wrapper .offers-green--item .offers-item--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-green--item .offers-item--image img {
    border-radius: 10px;
  }
}
.offers-wrapper .offers-small--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  background: #f4f4f4;
  border-radius: 20px;
  margin: 0 0 20px;
  min-height: 380px;
  padding: 20px 20px 20px 24px;
}
@media (max-width: 1141px) {
  .offers-wrapper .offers-small--item {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
    position: relative;
    min-height: 190px;
    padding: 8px 8px 8px 20px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  min-height: 100%;
  padding: 0 20px 0 0;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr {
    width: 55%;
    padding: 12px 0;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side {
  width: 100%;
  margin: 0 0 15px;
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(16, 116, 113, 0.49);
  border-radius: 168px;
  padding: 6px 14px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper {
    padding: 4px 8px;
    border-radius: 90px;
    margin: 0 0 12px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper {
  height: 21px;
  position: relative;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper {
    height: 12px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img {
  display: block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: dots-spread-inner 6s linear infinite;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(2) {
  --offset: 10px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(3) {
  --offset: 20px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper span {
  display: block;
  font-weight: 400;
  font-size: 29px;
  text-align: center;
  color: #fff;
  animation: opacity 6s linear infinite;
  padding: 0 0 0 50px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .top-side .percents-wrapper span {
    animation: opacity 6s linear infinite;
    font-size: 17px;
    padding: 0 0 0 25px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .bottom-side {
  width: 100%;
}
.offers-wrapper .offers-small--item .offers-item--descr .bottom-side p {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.09;
  color: #41403d;
  width: 100%;
  max-width: 240px;
  margin: 0 0 28px;
}
@media (max-width: 1141px) {
  .offers-wrapper .offers-small--item .offers-item--descr .bottom-side p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .bottom-side p {
    max-width: 260px;
    font-size: 20px;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .bottom-side p small {
  font-weight: 400;
  color: #107471;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .bottom-side p br {
    display: none;
  }
}
.offers-wrapper .offers-small--item .offers-item--descr .bottom-side span {
  font-weight: 400;
  font-size: 18px;
  color: #7d7d7d;
}
@media (max-width: 1141px) {
  .offers-wrapper .offers-small--item .offers-item--descr .bottom-side span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--descr .bottom-side span {
    font-size: 13px;
  }
}
.offers-wrapper .offers-small--item .offers-item--image {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--image {
    width: 45%;
  }
}
.offers-wrapper .offers-small--item .offers-item--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .offers-wrapper .offers-small--item .offers-item--image img {
    border-radius: 10px;
  }
}

.section-main--services {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-main--services {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-main--services h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .section-main--services h2 small,
.section-main--services h2 br {
    display: none;
  }
}
.section-main--services .main-services--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main--services .main-services--wrapper .services-item--wrapper {
  width: calc(50% - 10px);
  background: #f5f5f5;
  padding: 14px;
  border-radius: 8px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper {
    border-radius: 5px;
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .section-main--services .main-services--wrapper .services-item--wrapper {
    width: 100%;
    margin: 0 0 10px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: url("../img/services-1.png") center no-repeat;
  background-size: cover;
  border-radius: 11px;
  overflow: hidden;
  min-height: 485px;
  padding: 24px 10px;
  position: relative;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item {
    padding: 10px 6px;
    border-radius: 7px;
    min-height: 330px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item:hover {
  transform: translateY(-20px);
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item:hover {
    transform: translateY(0);
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item:hover .services-item--descr .btn-wrapper img {
  transform: rotate(45deg);
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 26px;
  left: 10px;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #41403d;
  border: 1px solid #d6cab7;
  border-radius: 140px;
  padding: 10px 21px;
  background: #f6eddf;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .label {
    top: 10px;
    left: 6px;
    padding: 3px 9px;
    font-size: 16px;
    border-radius: 80px;
    min-height: 28px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr {
  width: 100%;
  padding: 10px 20px 20px 20px;
  background: #fafafa;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr {
    padding: 10px;
    border-radius: 5px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr .btn-wrapper {
    margin: 0 0 16px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr .btn-wrapper p {
  font-weight: 400;
  font-size: 26px;
  color: #41403d;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr .btn-wrapper p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr .btn-wrapper img {
  display: block;
  width: 53px;
  height: 53px;
  object-fit: contain;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr .btn-wrapper img {
    width: 32px;
    height: 32px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li {
  width: calc(33.3333333333% - 30px);
  position: relative;
  min-height: 100%;
}
@media (max-width: 1141px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li {
    width: calc(33.3333333333% - 15px);
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  width: 2px;
  height: 100%;
  background: url("../img/line-decoration.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li:after {
    left: calc(100% + 13px);
  }
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li:after {
    left: calc(100% + 10px);
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li:nth-last-child(1):after {
  content: none;
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 6px;
}
@media (max-width: 1141px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li p {
    font-size: 12px;
    margin: 0 0 3px;
  }
}
.section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li span {
  display: block;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  color: rgba(16, 116, 113, 0.72);
}
@media (max-width: 1141px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li span {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-main--services .main-services--wrapper .services-item--wrapper .services-item .services-item--descr ul li span {
    font-size: 24px;
  }
}

.section-why {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-why {
    padding: 35px 0;
  }
}
.section-why .row {
  margin: -20px -10px;
}
@media (max-width: 991px) {
  .section-why .row {
    margin: -7.5px !important;
  }
}
.section-why .row [class*=col-] {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .section-why .row [class*=col-] {
    padding: 7.5px !important;
  }
}
.section-why .row [class*=col-]:nth-child(1) .why-item--wrapper .dots-wrapper span:nth-child(1) {
  background: #149c98;
  border-color: #149c98;
}
.section-why .row [class*=col-]:nth-child(2) .why-item--wrapper .dots-wrapper span:nth-child(1), .section-why .row [class*=col-]:nth-child(2) .why-item--wrapper .dots-wrapper span:nth-child(2) {
  background: #149c98;
  border-color: #149c98;
}
.section-why .row [class*=col-]:nth-child(3) .why-item--wrapper .dots-wrapper span:nth-child(1), .section-why .row [class*=col-]:nth-child(3) .why-item--wrapper .dots-wrapper span:nth-child(2), .section-why .row [class*=col-]:nth-child(3) .why-item--wrapper .dots-wrapper span:nth-child(3) {
  background: #149c98;
  border-color: #149c98;
}
.section-why .row [class*=col-]:nth-child(4) .why-item--wrapper .dots-wrapper span:nth-child(1), .section-why .row [class*=col-]:nth-child(4) .why-item--wrapper .dots-wrapper span:nth-child(2), .section-why .row [class*=col-]:nth-child(4) .why-item--wrapper .dots-wrapper span:nth-child(3), .section-why .row [class*=col-]:nth-child(4) .why-item--wrapper .dots-wrapper span:nth-child(4) {
  background: #149c98;
  border-color: #149c98;
}
.section-why .row [class*=col-]:nth-child(5) .why-item--wrapper .dots-wrapper span:nth-child(1), .section-why .row [class*=col-]:nth-child(5) .why-item--wrapper .dots-wrapper span:nth-child(2), .section-why .row [class*=col-]:nth-child(5) .why-item--wrapper .dots-wrapper span:nth-child(3), .section-why .row [class*=col-]:nth-child(5) .why-item--wrapper .dots-wrapper span:nth-child(4), .section-why .row [class*=col-]:nth-child(5) .why-item--wrapper .dots-wrapper span:nth-child(5) {
  background: #149c98;
  border-color: #149c98;
}
.section-why .row [class*=col-]:nth-child(6) .why-item--wrapper .dots-wrapper span:nth-child(1), .section-why .row [class*=col-]:nth-child(6) .why-item--wrapper .dots-wrapper span:nth-child(2), .section-why .row [class*=col-]:nth-child(6) .why-item--wrapper .dots-wrapper span:nth-child(3), .section-why .row [class*=col-]:nth-child(6) .why-item--wrapper .dots-wrapper span:nth-child(4), .section-why .row [class*=col-]:nth-child(6) .why-item--wrapper .dots-wrapper span:nth-child(5), .section-why .row [class*=col-]:nth-child(6) .why-item--wrapper .dots-wrapper span:nth-child(6) {
  background: #149c98;
  border-color: #149c98;
}
.section-why .why-item--wrapper {
  position: relative;
}
.section-why .why-item--wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 76px;
  background: url("../img/why-decoration.png") top left no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-why .why-item--wrapper:before {
    height: 70px;
    width: 100px;
  }
}
.section-why .why-item--wrapper .dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-why .why-item--wrapper .dots-wrapper {
    width: 52px;
  }
}
.section-why .why-item--wrapper .dots-wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #8abbb9;
  margin: 0 0 2px;
}
@media (max-width: 991px) {
  .section-why .why-item--wrapper .dots-wrapper span {
    width: 16px;
    height: 16px;
  }
}
.section-why .why-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
  height: 100%;
  min-height: 300px;
  padding: 14px 10px 24px 30px;
}
@media (max-width: 1141px) {
  .section-why .why-item {
    padding: 16px 24px;
    min-height: 260px;
  }
}
@media (max-width: 991px) {
  .section-why .why-item {
    padding: 9px 24px 40px 40px;
    border-radius: 10px;
  }
}
.section-why .why-item .why-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-why .why-item .why-bg {
    border-radius: 10px;
  }
}
.section-why .why-item .why-image--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 991px) {
  .section-why .why-item .why-image--wrapper {
    margin: 0 0 4px;
  }
}
.section-why .why-item .why-image--wrapper .why-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1141px) {
  .section-why .why-item .why-image--wrapper .why-image {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 991px) {
  .section-why .why-item .why-image--wrapper .why-image {
    width: 66px;
    height: 66px;
  }
}
.section-why .why-item .why-image--wrapper .why-image img {
  display: block;
  width: 47px;
  object-fit: contain;
}
@media (max-width: 1141px) {
  .section-why .why-item .why-image--wrapper .why-image img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .section-why .why-item .why-image--wrapper .why-image img {
    width: 33px;
    height: 33px;
  }
}
.section-why .why-item .why-item--descr {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-why .why-item .why-item--descr p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.09;
  color: #5f503f;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  .section-why .why-item .why-item--descr p {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .section-why .why-item .why-item--descr p {
    font-size: 24px;
    margin: 0 0 12px;
  }
}
.section-why .why-item .why-item--descr span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
  color: #5f5f5f;
}
@media (max-width: 1141px) {
  .section-why .why-item .why-item--descr span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-why .why-item .why-item--descr span {
    max-width: 250px;
  }
}

.section-reviews {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-reviews {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-reviews h2 {
    margin: 0 0 51px;
  }
}
.section-reviews .reviews-slider--wrapper {
  position: relative;
}
.section-reviews .reviews-slider--wrapper .reviews-slider {
  margin: 0 -5px;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slick-list {
  display: flex;
  align-items: initial;
  overflow: initial;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slick-list .slick-track {
  display: flex;
  align-items: initial;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item {
  min-height: 100%;
  margin: 0 5px;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  border-radius: 15px;
  padding: 21px 16px 25px 30px;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item {
    height: 100%;
    min-height: 375px;
    border-radius: 12px;
    padding: 16px 14px 20px 20px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top {
  width: 100%;
  padding: 0 0 30px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top {
    padding: 0 0 24px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .stars-wrapper img {
  display: block;
  margin: 0 0 0 3px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .stars-wrapper img {
    margin: 0 0 0 2px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .reviews-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.09;
  color: #107471;
  margin: 0 0 17px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .reviews-name {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .reviews-date {
  font-weight: 400;
  font-size: 18px;
  color: #a4a4a4;
  margin: 0 0 27px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .reviews-date {
    font-size: 15px;
    margin: 0 0 24px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .reviews-review {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
  color: #5f5f5f;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .reviews-review {
    font-size: 15px;
    margin: 0 0 32px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .btn-wrapper a {
  font-weight: 400;
  font-size: 18px;
  color: #149c98;
  border-bottom: 1px solid #149c98;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .btn-wrapper a {
    font-size: 16px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--top .btn-wrapper a:hover {
  border-color: transparent;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 27px 0 0 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom {
    padding: 24px 0 0 0;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .image-wrapper {
  margin: 0 10px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .image-wrapper {
    margin: 0 7px 0 0;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 116, 113, 0.35);
  z-index: 2;
  border-radius: 50%;
  mix-blend-mode: overlay;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .image-wrapper img {
  display: block;
  border-radius: 50%;
  width: 75px;
  min-width: 75px;
  height: 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .image-wrapper img {
    width: 62px;
    height: 62px;
    min-width: 62px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side .right-side--top {
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side .right-side--top {
    margin: 0 0 10px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side .right-side--top p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.09;
  color: #107471;
  margin: 0 0 4px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side .right-side--top p {
    font-size: 14px;
    margin: 0 0 1px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side .right-side--top span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.23;
  color: #5f5f5f;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side .right-side--top span {
    font-size: 13px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side small {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #a4a4a4;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--bottom .right-side small {
    font-size: 13px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 15px;
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image {
    padding: 13px;
    border-radius: 12px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 116, 113, 0.31);
  z-index: 2;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-item--img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 15px 20px 30px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr {
    padding: 16px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .name-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 9px;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .name-wrapper p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.09;
  color: #107471;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .name-wrapper p {
    font-size: 18px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .name-wrapper .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .name-wrapper .stars-wrapper img {
  display: block;
  margin: 0 0 0 3px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .name-wrapper .stars-wrapper img {
    margin: 0 0 0 2px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .reviews {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.23;
  color: #5f5f5f;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-slider .slider-item .reviews-item--image .reviews-descr .reviews {
    font-size: 13px;
  }
}
.section-reviews .reviews-slider--wrapper .slider-hand {
  position: absolute;
  bottom: calc(100% + 30px);
  right: 0;
  display: block;
  animation: moveLeftRight 1.5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .slider-hand {
    bottom: calc(100% + 10px);
    height: 34px;
  }
}

.section-map {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-map {
    padding: 35px 0;
  }
}
.section-map .map-wrapper {
  position: relative;
  height: 685px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper {
    height: 805px;
  }
}
.section-map .map-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper iframe {
    border-radius: 10px;
  }
}
.section-map .map-wrapper .map-info {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: calc(100% - 80px);
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 30px 30px 40px;
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info {
    display: block;
    padding: 20px;
    border-radius: 10px;
  }
}
.section-map .map-wrapper .map-info .left-side {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info .left-side {
    max-width: 185px;
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 0 7px;
  }
}
.section-map .map-wrapper .map-info .left-side p {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.09;
  color: #149c98;
  margin: 0 0 15px;
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info .left-side p {
    font-size: 40px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .left-side p {
    font-size: 26px;
    margin: 0 10px 0 0;
  }
}
.section-map .map-wrapper .map-info .left-side a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #919191;
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info .left-side a {
    font-size: 16px;
  }
}
.section-map .map-wrapper .map-info .left-side a:hover {
  text-decoration: none;
}
.section-map .map-wrapper .map-info .right-side {
  width: calc(100% - 260px);
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info .right-side {
    width: calc(100% - 260px);
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .right-side {
    width: 100%;
  }
}
.section-map .map-wrapper .map-info .right-side ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-map .map-wrapper .map-info .right-side ul li {
  width: calc(33.3333333333% - 30px);
  position: relative;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .right-side ul li {
    width: 100%;
    padding: 13px 0;
  }
}
.section-map .map-wrapper .map-info .right-side ul li:nth-last-child(1):after {
  content: none;
}
.section-map .map-wrapper .map-info .right-side ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 1px;
  height: 100%;
  background: #c2c2c2;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .right-side ul li:after {
    left: 0;
    width: 120px;
    height: 1px;
    top: initial;
    bottom: 0;
  }
}
.section-map .map-wrapper .map-info .right-side ul li p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 18px;
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info .right-side ul li p {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .right-side ul li p {
    margin: 0 0 5px;
  }
}
.section-map .map-wrapper .map-info .right-side ul li p img {
  display: block;
  width: 20px;
  object-fit: contain;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .right-side ul li p img {
    margin: 0 6px 0 0;
  }
}
.section-map .map-wrapper .map-info .right-side ul li span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 1440px) {
  .section-map .map-wrapper .map-info .right-side ul li span {
    font-size: 16px;
  }
}

.section-promo {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-promo {
    padding: 35px 0;
  }
}
.section-promo .promo-wrapper {
  padding: 115px 130px 85px;
  border-radius: 20px;
  position: relative;
  background: url("../img/promo-bg.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .section-promo .promo-wrapper {
    padding: 120px 60px 85px;
  }
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper {
    padding: 80px 30px 340px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .section-promo .promo-wrapper {
    background: url("../img/promo-bg--mob.png") bottom no-repeat;
    background-size: cover;
  }
}
.section-promo .promo-wrapper .promo-decoration {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: top;
  width: 450px;
  height: 82px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-decoration {
    width: 275px;
    height: 50px;
    z-index: 1;
  }
}
.section-promo .promo-wrapper .promo-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(16, 116, 113, 0.49);
  padding: 12px 26px;
  border-radius: 176px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle {
    border-radius: 80px;
    top: 0;
    padding: 9px 18px;
    min-height: 40px;
    min-width: 220px;
  }
}
.section-promo .promo-wrapper .promo-subtitle .dots-wrapper {
  height: 21px;
  position: relative;
  margin: 0 13px 0 0;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle .dots-wrapper {
    height: 12px;
    margin: 0 10px 0 0;
  }
}
.section-promo .promo-wrapper .promo-subtitle .dots-wrapper img {
  display: block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: dots-spread-inner 6s linear infinite;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle .dots-wrapper img {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.section-promo .promo-wrapper .promo-subtitle .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.section-promo .promo-wrapper .promo-subtitle .dots-wrapper img:nth-child(2) {
  --offset: 10px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.section-promo .promo-wrapper .promo-subtitle .dots-wrapper img:nth-child(3) {
  --offset: 20px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.section-promo .promo-wrapper .promo-subtitle p {
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  color: #fff;
  animation: opacity 6s linear infinite;
  padding: 0 0 0 50px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-subtitle p {
    font-size: 15px;
    padding: 0 0 0 25px;
  }
}
.section-promo .promo-wrapper .promo-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content {
    position: static;
  }
}
.section-promo .promo-wrapper .promo-content h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.23;
  color: #149c98;
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content h6 {
    font-size: 16px;
    text-align: center;
  }
}
.section-promo .promo-wrapper .promo-content h2 {
  font-size: 49px;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content h2 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 20px;
  }
}
.section-promo .promo-wrapper .promo-content p {
  font-weight: 400;
  font-size: 38px;
  color: #5f5f5f;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content p {
    font-size: 24px;
    text-align: center;
    margin: 0 0 32px;
  }
}
.section-promo .promo-wrapper .promo-content p span {
  font-weight: 700;
  color: #149c98;
  line-height: 1.1;
  border-bottom: 1px solid #149c98;
}
.section-promo .promo-wrapper .promo-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .btn-wrapper {
    justify-content: center;
    margin: 0 0 24px;
  }
}
.section-promo .promo-wrapper .promo-content .btn-wrapper .btn {
  width: 100%;
  max-width: 363px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .btn-wrapper .btn {
    max-width: 240px;
  }
}
.section-promo .promo-wrapper .promo-content small {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.23;
  color: #5f5f5f;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content small {
    width: 100%;
    max-width: 240px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }
}
.section-promo .promo-wrapper .promo-content .label .dots-wrapper {
  position: relative;
  height: 10px;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label .dots-wrapper {
    margin: 0 0 4px;
  }
}
.section-promo .promo-wrapper .promo-content .label .dots-wrapper img {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  animation: dots-spread 2.5s linear infinite;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label .dots-wrapper img {
    width: 7px;
    height: 7px;
  }
}
.section-promo .promo-wrapper .promo-content .label .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.section-promo .promo-wrapper .promo-content .label .dots-wrapper img:nth-child(2) {
  --offset: 6px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.section-promo .promo-wrapper .promo-content .label .dots-wrapper img:nth-child(3) {
  --offset: 12px;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.section-promo .promo-wrapper .promo-content .label p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 116, 113, 0.37);
  border-radius: 141px;
  padding: 7px 21px;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #fff;
  margin: 0;
  animation: sway 3s linear infinite;
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label p {
    background: rgba(16, 116, 113, 0.6);
    font-size: 14px;
    padding: 9px 20px;
  }
}
.section-promo .promo-wrapper .promo-content .label-before {
  position: absolute;
  top: 0;
  right: -60px;
}
@media (max-width: 1440px) {
  .section-promo .promo-wrapper .promo-content .label-before {
    right: 0;
  }
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label-before {
    top: initial;
    right: initial;
    left: 20px;
    bottom: 160px;
  }
}
.section-promo .promo-wrapper .promo-content .label-after {
  position: absolute;
  bottom: 126px;
  right: 200px;
}
@media (max-width: 1440px) {
  .section-promo .promo-wrapper .promo-content .label-after {
    bottom: 100px;
    right: 150px;
  }
}
@media (max-width: 991px) {
  .section-promo .promo-wrapper .promo-content .label-after {
    top: initial;
    right: 13px;
    bottom: 250px;
  }
}

.section-about--main {
  padding: 16px 0 60px 0;
}
@media (max-width: 991px) {
  .section-about--main {
    padding: 10px 0 35px 0;
  }
}
@media (max-width: 991px) {
  .section-about--main .container-fluid {
    padding: 0;
  }
}
.section-about--main .main-wrapper {
  position: relative;
  overflow: hidden;
  background: url("../img/about-bg.png") center no-repeat;
  background-size: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .section-about--main .main-wrapper {
    background: url("../img/about-bg--mob.png") center no-repeat;
    background-size: cover;
  }
}
.section-about--main .main-wrapper .main-decoration--top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 600px;
  height: 108px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper .main-decoration--top {
    display: none;
  }
}
.section-about--main .main-wrapper .main-decoration--top--mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 171px;
  height: 93px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper .main-decoration--top--mob {
    display: block;
  }
}
.section-about--main .main-wrapper .main-decoration--right {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right;
  width: 47px;
  height: 243px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper .main-decoration--right {
    display: none;
  }
}
.section-about--main .main-wrapper .main-decoration--bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: bottom;
  width: 215px;
  height: 81px;
  z-index: 1;
  animation: moveUpDown 1.5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper .main-decoration--bottom {
    width: 185px;
    height: 70px;
  }
}
.section-about--main .main-wrapper .main-content {
  border-radius: 50px;
  padding: 72px 80px 40px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-about--main .main-wrapper .main-content {
    padding: 85px 32px;
  }
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper .main-content {
    padding: 85px 16px 270px 16px;
  }
}
.section-about--main .main-wrapper--top {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--top {
    margin: 0 0 25px;
  }
}
.section-about--main .main-wrapper--top .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--top .logo-wrapper {
    margin: 0 0 14px;
  }
}
.section-about--main .main-wrapper--top .logo-wrapper:hover {
  opacity: 0.7;
}
.section-about--main .main-wrapper--top .logo-wrapper img {
  display: block;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--top .logo-wrapper img {
    height: 55px;
  }
}
.section-about--main .main-wrapper--top h1 span {
  display: block;
}
.section-about--main .main-wrapper--top p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #262b2e;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 37px;
}
@media (max-width: 1440px) {
  .section-about--main .main-wrapper--top p {
    font-size: 20px;
  }
}
@media (max-width: 1141px) {
  .section-about--main .main-wrapper--top p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-about--main .main-wrapper--top p {
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .section-about--main .main-wrapper--top p br {
    display: none;
  }
}
.section-about--main .main-wrapper--top .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about--main .main-wrapper--top .btn-wrapper .btn {
  min-height: 84px;
  font-size: 26px;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--top .btn-wrapper .btn {
    min-height: 65px;
    font-size: 19px;
    width: 100%;
    max-width: 300px;
  }
}
.section-about--main .main-wrapper--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 9px 0 0 0;
  position: relative;
  z-index: 1;
}
.section-about--main .main-wrapper--bottom .main-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 24px;
  box-shadow: inset 8px 6px 15px 0 rgba(255, 255, 255, 0.31);
  background: rgba(255, 223, 177, 0.17);
  border: 1px solid #bdb7ae;
  padding: 30px 20px;
  height: 100%;
  min-height: 200px;
  width: 100%;
  max-width: 205px;
}
@media (max-width: 767px) {
  .section-about--main .main-wrapper--bottom .main-item {
    padding: 10px;
    width: calc(50% - 5px);
    max-width: initial;
    min-height: 125px;
    border-radius: 10px;
  }
}
.section-about--main .main-wrapper--bottom .main-item p {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--bottom .main-item p {
    font-size: 14px;
    margin: 0 0 14px;
  }
}
.section-about--main .main-wrapper--bottom .main-item span {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 53px;
  line-height: 1;
  color: rgba(16, 116, 113, 0.72);
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--bottom .main-item span {
    font-size: 36px;
  }
}
.section-about--main .main-wrapper--bottom .main-item span small {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  .section-about--main .main-wrapper--bottom .main-item span small {
    font-size: 14px;
  }
}
.section-about--main .main-wrapper .main-scroll {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: moveUpDown 1.5s ease-in-out infinite;
}
.section-about--main .main-wrapper .main-scroll img {
  display: block;
  width: 44px;
  height: 44px;
}

.section-about--guaranty {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-about--guaranty {
    padding: 35px 0;
  }
}
.section-about--guaranty h2 {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section-about--guaranty h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .section-about--guaranty h2 small,
.section-about--guaranty h2 br {
    display: none;
  }
}
.section-about--guaranty .guaranty-descr--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-about--guaranty .guaranty-descr--wrapper {
    flex-direction: column-reverse;
    margin: 0;
  }
}
.section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item {
  width: calc(50% - 20px);
  padding: 0 0 0 21px;
  position: relative;
}
@media (max-width: 991px) {
  .section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 25px;
  }
}
.section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: url("../img/line-decoration--long.svg") center no-repeat;
  background-size: contain;
}
.section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item:nth-child(1) {
  margin: 45px 0 0 0;
}
@media (max-width: 991px) {
  .section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item:nth-child(1) {
    margin: 0 0 25px;
  }
}
.section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item h6 {
  font-weight: 400;
  font-size: 38px;
  line-height: 1.09;
  color: #41403d;
  margin: 0 0 11px;
}
@media (max-width: 991px) {
  .section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item h6 {
    font-size: 26px;
    margin: 0 0 4px;
  }
}
.section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item p {
  font-weight: 400;
  font-size: 22px;
  color: #262b2e;
}
@media (max-width: 991px) {
  .section-about--guaranty .guaranty-descr--wrapper .guaranty-descr--item p {
    font-size: 16px;
  }
}
.section-about--guaranty .guarantee-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.section-about--guaranty .guarantee-wrapper .guarantee-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #149c98;
  border-radius: 50%;
  width: 33.3333333333%;
  min-width: 400px;
  height: 400px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1440px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item {
    min-width: 380px;
    height: 380px;
  }
}
@media (max-width: 1141px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item {
    min-width: 330px;
    height: 330px;
  }
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item {
    min-width: initial;
    width: 335px;
    height: 335px;
  }
}
.section-about--guaranty .guarantee-wrapper .guarantee-item:not(:first-child) {
  margin: 0 0 0 -20px;
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item:not(:first-child) {
    margin: -15px 0 0 0;
  }
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .left-side {
  width: 50%;
  min-height: 100%;
  position: relative;
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .left-side:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 116, 113, 0.26);
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .left-side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .right-side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  padding: 60px 15px 120px;
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item .right-side {
    padding: 50px 0 115px 10px;
  }
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .top-side {
  width: 100%;
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .top-side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.09;
  color: #41403d;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .top-side p {
    font-size: 14px;
  }
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .top-side span {
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.09;
  color: #41403d;
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .top-side span {
    font-size: 22px;
  }
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .bottom-side {
  width: 100%;
}
.section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .bottom-side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.23;
  color: #5f5f5f;
}
@media (max-width: 1141px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .bottom-side p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-about--guaranty .guarantee-wrapper .guarantee-item .right-side .bottom-side p {
    font-size: 15px;
  }
}

.section-specialists {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-specialists {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-specialists h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .section-specialists h2 small,
.section-specialists h2 br {
    display: none;
  }
}
.section-specialists h5 span {
  border-bottom: 1px solid #149c98;
}

.specialists-wrapper .specialist-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item {
    margin: 0 0 20px;
  }
}
.specialists-wrapper .specialist-item:nth-last-child(1) {
  margin: 0;
}
.specialists-wrapper .specialist-item .specialist-item--left {
  width: 100%;
  max-width: 350px;
  min-height: 100%;
}
@media (max-width: 1141px) {
  .specialists-wrapper .specialist-item .specialist-item--left {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--left {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--left img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--left img {
    height: 450px;
    object-position: top;
  }
}
@media (max-width: 767px) {
  .specialists-wrapper .specialist-item .specialist-item--left img {
    height: 320px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right {
  width: calc(100% - 370px);
  padding: 24px 40px 40px 60px;
  border-radius: 8px;
  background: #fafafa;
}
@media (max-width: 1141px) {
  .specialists-wrapper .specialist-item .specialist-item--right {
    width: calc(100% - 320px);
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right {
    width: 100%;
    padding: 55px 16px 32px 16px;
    position: relative;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .top-side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .top-side {
    margin: 0 0 18px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .top-side p {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: #149c98;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .top-side p {
    font-size: 18px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .top-side .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .top-side .stars-wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .top-side .stars-wrapper img {
  display: block;
  width: 17px;
  object-fit: contain;
  margin: 0 0 0 4px;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side {
    display: block;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  min-height: 100%;
  border-right: 1px solid #eaeaea;
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side {
    display: block;
    width: 100%;
    min-height: initial;
    padding: 0;
    margin: 0 0 20px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul {
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul {
    margin: 0 0 24px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35173;
  color: #969696;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul li {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul li:nth-last-child(1) {
  margin: 0;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul li span,
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul li b,
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side ul li strong {
  color: #41403d;
  font-weight: 400;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side .btn-wrapper .btn {
  min-height: 64px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .left-side .btn-wrapper .btn {
    min-height: 52px;
    font-size: 18px;
    width: 100%;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  min-height: 100%;
  padding: 0 0 0 60px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side {
    display: block;
    width: 100%;
    min-height: initial;
    padding: 0;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts {
    margin: 0 0 24px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li {
    margin: 0 0 15px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li:nth-last-child(1) {
  margin: 0;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li span,
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li b,
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.34524;
  color: #919191;
  margin: 0 0 2px;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li a {
    font-size: 16px;
  }
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-contacts li a:hover {
  color: #107471;
  border-color: #107471;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-socials li {
  margin: 0 10px 0 0;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-socials li a {
  display: block;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-socials li a:hover {
  opacity: 0.7;
}
.specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-socials li a img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .specialists-wrapper .specialist-item .specialist-item--right .bottom-side .right-side .specialist-socials li a img {
    width: 44px;
    height: 44px;
  }
}

.section-services--main {
  padding: 16px 0 60px 0;
}
@media (max-width: 991px) {
  .section-services--main {
    padding: 10px 0 35px 0;
  }
}
@media (max-width: 991px) {
  .section-services--main .container-fluid {
    padding: 0;
  }
}
.section-services--main .main-wrapper {
  position: relative;
  overflow: hidden;
  background: url("../img/services-main-bg.png") center no-repeat;
  background-size: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .section-services--main .main-wrapper {
    background: url("../img/services-main-bg--mob.png") center no-repeat;
    background-size: cover;
  }
}
.section-services--main .main-wrapper .main-decoration--top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 600px;
  height: 108px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .main-decoration--top {
    display: none;
  }
}
.section-services--main .main-wrapper .main-decoration--top--mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 171px;
  height: 93px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .main-decoration--top--mob {
    display: block;
  }
}
.section-services--main .main-wrapper .main-decoration--right {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right;
  width: 47px;
  height: 243px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .main-decoration--right {
    display: none;
  }
}
.section-services--main .main-wrapper .main-decoration--bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: bottom;
  width: 215px;
  height: 81px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .main-decoration--bottom {
    width: 185px;
    height: 70px;
  }
}
.section-services--main .main-wrapper .main-content {
  border-radius: 50px;
  padding: 72px 80px 70px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-services--main .main-wrapper .main-content {
    padding: 85px 32px;
  }
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .main-content {
    padding: 85px 16px 302px 16px;
  }
}
.section-services--main .main-wrapper--top {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top {
    margin: 0 0 25px;
  }
}
.section-services--main .main-wrapper--top .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top .logo-wrapper {
    margin: 0 0 14px;
  }
}
.section-services--main .main-wrapper--top .logo-wrapper:hover {
  opacity: 0.7;
}
.section-services--main .main-wrapper--top .logo-wrapper img {
  display: block;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top .logo-wrapper img {
    height: 55px;
  }
}
.section-services--main .main-wrapper--top h1 {
  width: 100%;
  max-width: 780px;
  text-align: left;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top h1 {
    text-align: center;
    margin: 0 auto 15px;
  }
}
.section-services--main .main-wrapper--top p {
  width: 100%;
  max-width: 550px;
  font-weight: 400;
  font-size: 22px;
  color: #262b2e;
  width: 100%;
  margin: 0 0 77px;
}
@media (max-width: 1440px) {
  .section-services--main .main-wrapper--top p {
    font-size: 20px;
  }
}
@media (max-width: 1141px) {
  .section-services--main .main-wrapper--top p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top p {
    text-align: center;
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top p br {
    display: none;
  }
}
.section-services--main .main-wrapper--top .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-services--main .main-wrapper--top .btn-wrapper .btn {
  min-height: 84px;
  font-size: 26px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--top .btn-wrapper .btn {
    min-height: 65px;
    font-size: 19px;
    width: 100%;
    max-width: 300px;
  }
}
.section-services--main .main-wrapper--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 9px 0 0 0;
  position: relative;
  z-index: 1;
}
.section-services--main .main-wrapper--bottom .main-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 24px;
  box-shadow: inset 8px 6px 15px 0 rgba(255, 255, 255, 0.31);
  background: rgba(255, 223, 177, 0.17);
  border: 1px solid #bdb7ae;
  padding: 15px 20px 30px 20px;
  height: 100%;
  min-height: 200px;
  max-width: 330px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--bottom .main-item {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-services--main .main-wrapper--bottom .main-item {
    padding: 10px;
    min-height: 125px;
    border-radius: 10px;
    width: 100%;
  }
}
.section-services--main .main-wrapper--bottom .main-item .icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--bottom .main-item .icons-wrapper {
    margin: 0 0 16px;
  }
}
.section-services--main .main-wrapper--bottom .main-item .icons-wrapper img {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #9bd0d0;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--bottom .main-item .icons-wrapper img {
    width: 65px;
    height: 65px;
  }
}
.section-services--main .main-wrapper--bottom .main-item .icons-wrapper img:not(:first-child) {
  margin: 0 0 0 -17px;
}
.section-services--main .main-wrapper--bottom .main-item p {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--bottom .main-item p {
    font-size: 14px;
    margin: 0 0 14px;
  }
}
.section-services--main .main-wrapper--bottom .main-item span {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 53px;
  line-height: 1;
  color: rgba(16, 116, 113, 0.72);
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--bottom .main-item span {
    align-items: center;
    font-size: 46px;
  }
}
.section-services--main .main-wrapper--bottom .main-item span small {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper--bottom .main-item span small {
    font-size: 15px;
    max-width: 135px;
    margin: 0 0 0 24px;
  }
}
.section-services--main .main-wrapper .main-scroll {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: moveUpDown 1.5s ease-in-out infinite;
}
.section-services--main .main-wrapper .main-scroll img {
  display: block;
  width: 44px;
  height: 44px;
}
.section-services--main .main-wrapper .label .dots-wrapper {
  position: relative;
  height: 10px;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label .dots-wrapper {
    margin: 0 0 4px;
  }
}
.section-services--main .main-wrapper .label .dots-wrapper img {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  animation: dots-spread 2.5s linear infinite;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label .dots-wrapper img {
    width: 7px;
    height: 7px;
  }
}
.section-services--main .main-wrapper .label .dots-wrapper img:nth-child(1) {
  --offset: 0px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label .dots-wrapper img:nth-child(1) {
    --offset: 0px;
  }
}
.section-services--main .main-wrapper .label .dots-wrapper img:nth-child(2) {
  --offset: 6px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label .dots-wrapper img:nth-child(2) {
    --offset: 4px;
  }
}
.section-services--main .main-wrapper .label .dots-wrapper img:nth-child(3) {
  --offset: 12px;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label .dots-wrapper img:nth-child(3) {
    --offset: 8px ;
  }
}
.section-services--main .main-wrapper .label p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 116, 113, 0.37);
  border-radius: 141px;
  padding: 7px 21px;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #fff;
  margin: 0;
  animation: sway 3s linear infinite;
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label p {
    background: rgba(16, 116, 113, 0.6);
    font-size: 16px;
    padding: 9px 20px;
  }
}
.section-services--main .main-wrapper .label-before {
  position: absolute;
  top: 235px;
  right: 60px;
}
@media (max-width: 1440px) {
  .section-services--main .main-wrapper .label-before {
    top: 335px;
    right: 60px;
  }
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label-before {
    top: initial;
    right: initial;
    left: 25%;
    bottom: 220px;
  }
}
.section-services--main .main-wrapper .label-after {
  position: absolute;
  bottom: 270px;
  right: 320px;
}
@media (max-width: 1440px) {
  .section-services--main .main-wrapper .label-after {
    bottom: 200px;
    right: 200px;
  }
}
@media (max-width: 991px) {
  .section-services--main .main-wrapper .label-after {
    top: initial;
    right: 10%;
    bottom: 80px;
  }
}

.section-services {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-services {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-services h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .section-services h2 small,
.section-services h2 br {
    display: none;
  }
}
.section-services .services-wrapper .services-main--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url("../img/services-bg.png") left bottom no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 32px 20px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item {
    background: url("../img/services-bg--mob.png") top right no-repeat;
    background-size: cover;
    padding: 14px 12px 35px;
    border-radius: 13px;
  }
}
.section-services .services-wrapper .services-main--item:nth-child(even) .image-side {
  order: 2;
}
.section-services .services-wrapper .services-main--item:nth-child(even) .description-side {
  order: 1;
}
.section-services .services-wrapper .services-main--item:nth-last-child(1) {
  margin: 0;
}
.section-services .services-wrapper .services-main--item .image-side {
  width: calc(50% - 30px);
  position: relative;
}
@media (max-width: 1440px) {
  .section-services .services-wrapper .services-main--item .image-side {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .image-side {
    width: 100%;
    order: 1 !important;
    margin: 0 0 15px;
  }
}
.section-services .services-wrapper .services-main--item .image-side img {
  display: block;
  width: 100%;
  height: 430px;
  border-radius: 11px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1141px) {
  .section-services .services-wrapper .services-main--item .image-side img {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .image-side img {
    height: 340px;
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .section-services .services-wrapper .services-main--item .image-side img {
    height: 260px;
  }
}
.section-services .services-wrapper .services-main--item .image-side .label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  left: 20px;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #41403d;
  border: 1px solid #d6cab7;
  border-radius: 140px;
  padding: 10px 21px;
  background: #f6eddf;
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .image-side .label {
    top: 10px;
    left: 6px;
    padding: 3px 9px;
    font-size: 16px;
    border-radius: 80px;
    min-height: 28px;
  }
}
.section-services .services-wrapper .services-main--item .description-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 10px);
  padding: 0 0 0 20px;
}
@media (max-width: 1440px) {
  .section-services .services-wrapper .services-main--item .description-side {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side {
    width: 100%;
    padding: 0;
    order: 2 !important;
  }
}
.section-services .services-wrapper .services-main--item .description-side .description-top {
  width: 100%;
}
.section-services .services-wrapper .services-main--item .description-side .description-top h4 {
  font-weight: 400;
  font-size: 36px;
  color: #262b2e;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top h4 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.section-services .services-wrapper .services-main--item .description-side .description-top p {
  font-weight: 400;
  font-size: 22px;
  color: #262b2e;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top p {
    font-size: 16px;
    margin: 0 0 24px;
  }
}
.section-services .services-wrapper .services-main--item .description-side .description-top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-services .services-wrapper .services-main--item .description-side .description-top ul li {
  width: calc(33.3333333333% - 30px);
  position: relative;
  min-height: 100%;
}
@media (max-width: 1141px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top ul li {
    width: calc(33.3333333333% - 2.5px);
  }
}
.section-services .services-wrapper .services-main--item .description-side .description-top ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(29, 27, 24, 0.56);
  margin: 0 0 6px;
}
@media (max-width: 1141px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top ul li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top ul li p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.section-services .services-wrapper .services-main--item .description-side .description-top ul li span {
  display: block;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  color: rgba(16, 116, 113, 0.72);
}
@media (max-width: 1141px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top ul li span {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .description-top ul li span {
    text-align: center;
    font-size: 26px;
  }
}
.section-services .services-wrapper .services-main--item .description-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .btns-wrapper {
    margin: 25px 0 0 0;
  }
}
.section-services .services-wrapper .services-main--item .description-side .btns-wrapper .btn {
  width: calc(50% - 5px);
}
@media (max-width: 1440px) {
  .section-services .services-wrapper .services-main--item .description-side .btns-wrapper .btn {
    font-size: 20px;
  }
}
@media (max-width: 1141px) {
  .section-services .services-wrapper .services-main--item .description-side .btns-wrapper .btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-services .services-wrapper .services-main--item .description-side .btns-wrapper .btn {
    width: 100%;
    margin: 7.5px 0;
  }
}

.section-services--details--main {
  padding: 16px 0 60px 0;
}
@media (max-width: 991px) {
  .section-services--details--main {
    padding: 10px 0 35px 0;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .container-fluid {
    padding: 0;
  }
}
.section-services--details--main .main-wrapper {
  position: relative;
  overflow: hidden;
  background: url("../img/services-details--bg.png") center no-repeat;
  background-size: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .section-services--details--main .main-wrapper {
    background: url("../img/services-details--bg--mob.png") center no-repeat;
    background-size: cover;
  }
}
.section-services--details--main .main-wrapper .main-decoration--top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 600px;
  height: 108px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-decoration--top {
    display: none;
  }
}
.section-services--details--main .main-wrapper .main-decoration--top--mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left top;
  width: 171px;
  height: 93px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-decoration--top--mob {
    display: block;
  }
}
.section-services--details--main .main-wrapper .main-decoration--right {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right;
  width: 47px;
  height: 243px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-decoration--right {
    display: none;
  }
}
.section-services--details--main .main-wrapper .main-decoration--bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: bottom;
  width: 215px;
  height: 81px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-decoration--bottom {
    width: 185px;
    height: 70px;
  }
}
.section-services--details--main .main-wrapper .main-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 50px;
  padding: 52px 80px 20px;
  position: relative;
}
@media (max-width: 1440px) {
  .section-services--details--main .main-wrapper .main-content {
    padding: 75px 32px;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-content {
    padding: 85px 16px 100px 16px;
  }
}
.section-services--details--main .main-wrapper .main-content .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 16px;
}
@media (max-width: 1440px) {
  .section-services--details--main .main-wrapper .main-content .logo-wrapper {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-content .logo-wrapper {
    margin: 0 0 14px;
  }
}
.section-services--details--main .main-wrapper .main-content .logo-wrapper:hover {
  opacity: 0.7;
}
.section-services--details--main .main-wrapper .main-content .logo-wrapper img {
  display: block;
  height: 90px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper .main-content .logo-wrapper img {
    height: 55px;
  }
}
.section-services--details--main .main-wrapper--left {
  width: 50%;
  padding: 0 80px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .section-services--details--main .main-wrapper--left {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
  }
}
.section-services--details--main .main-wrapper--left h1 {
  margin: 0 0 26px;
}
@media (max-width: 1440px) {
  .section-services--details--main .main-wrapper--left h1 {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left h1 {
    margin: 0 auto 15px;
  }
}
.section-services--details--main .main-wrapper--left h1 span {
  display: block;
}
.section-services--details--main .main-wrapper--left p {
  width: 100%;
  max-width: 550px;
  font-weight: 400;
  font-size: 22px;
  color: #262b2e;
  text-align: center;
  width: 100%;
  margin: 0 0 36px;
}
@media (max-width: 1440px) {
  .section-services--details--main .main-wrapper--left p {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1141px) {
  .section-services--details--main .main-wrapper--left p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left p {
    text-align: center;
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left p br {
    display: none;
  }
}
.section-services--details--main .main-wrapper--left .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 325px;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left .btns-wrapper {
    display: none;
  }
}
.section-services--details--main .main-wrapper--left .btns-wrapper .btn {
  min-height: 84px;
  font-size: 26px;
  margin: 0 0 26px;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left .btns-wrapper .btn {
    min-height: 65px;
    font-size: 19px;
    width: 100%;
    max-width: 300px;
  }
}
.section-services--details--main .main-wrapper--left .btns-wrapper .services-details--btn {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #149c98;
  border-bottom: 1px solid #149c98;
}
.section-services--details--main .main-wrapper--left .btns-wrapper .services-details--btn:hover {
  border-color: transparent;
}
.section-services--details--main .main-wrapper--left .details-main--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #b3aba2;
  padding: 16px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .section-services--details--main .main-wrapper--left .details-main--wrapper {
    padding: 6px;
    border-radius: 15px;
  }
}
.section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(33.3333333333% - 3.5px);
  background: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
  padding: 10px 16px 16px;
  border-radius: 13px;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item {
    width: calc(50% - 4.5px);
  }
}
.section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  color: rgba(16, 116, 113, 0.72);
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0 0 10px;
}
.section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item p img {
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0 0 0 5px;
}
.section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(29, 27, 24, 0.56);
  width: 100%;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--item span {
    font-size: 13px;
  }
}
.section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--image {
  display: block;
  width: calc(33.3333333333% - 3.5px);
  border-radius: 13px;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section-services--details--main .main-wrapper--left .details-main--wrapper .details-main--image {
    display: none;
  }
}
.section-services--details--main .main-wrapper--right {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--right {
    width: 100%;
  }
}
.section-services--details--main .main-wrapper--right img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--right img {
    display: none;
    height: 500px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section-services--details--main .main-wrapper--right img {
    height: initial;
    max-height: 350px;
  }
}
.section-services--details--main .main-wrapper--right .main-image--mob {
  display: none;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--right .main-image--mob {
    display: block;
  }
}
.section-services--details--main .main-wrapper--right .btns-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 25px;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--right .btns-wrapper {
    display: flex;
  }
}
.section-services--details--main .main-wrapper--right .btns-wrapper .btn {
  min-height: 84px;
  font-size: 26px;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-services--details--main .main-wrapper--right .btns-wrapper .btn {
    min-height: 65px;
    font-size: 19px;
    width: 100%;
    max-width: 300px;
  }
}
.section-services--details--main .main-wrapper--right .btns-wrapper .services-details--btn {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #149c98;
  border-bottom: 1px solid #149c98;
}
.section-services--details--main .main-wrapper--right .btns-wrapper .services-details--btn:hover {
  border-color: transparent;
}
.section-services--details--main .main-wrapper .main-scroll {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: moveUpDown 1.5s ease-in-out infinite;
}
.section-services--details--main .main-wrapper .main-scroll img {
  display: block;
  width: 44px;
  height: 44px;
}

.section-for {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-for {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-for h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .section-for h2 small,
.section-for h2 br {
    display: none;
  }
}
.section-for .for-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 27px 40px 32px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
  height: 100%;
}
@media (max-width: 991px) {
  .section-for .for-item {
    padding: 14px 20px 30px 20px;
    min-height: 152px;
    display: block;
  }
}
.section-for .for-item img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-for .for-item img {
    width: 28px;
    height: 28px;
    margin: 0 0 15px;
  }
}
.section-for .for-item p {
  font-weight: 400;
  font-size: 18px;
  color: #262b2e;
}
@media (max-width: 991px) {
  .section-for .for-item p {
    font-size: 16px;
  }
}

.section-price {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-price {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-price .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-price h2 {
    padding: 0 15px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .section-price h2 small,
.section-price h2 br {
    display: none;
  }
}
.section-price .table-wrapper {
  overflow: auto;
}
.section-price .table-wrapper table {
  width: 100%;
}
.section-price .table-wrapper table thead {
  padding: 0 0 15px;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table thead {
    display: none;
  }
}
.section-price .table-wrapper table thead tr {
  background: #149c98;
}
.section-price .table-wrapper table thead tr th {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  padding: 20px;
}
.section-price .table-wrapper table thead tr th:nth-child(1) {
  border-radius: 7px 0 0 7px;
}
.section-price .table-wrapper table thead tr th:nth-last-child(1) {
  border-radius: 0 7px 7px 0;
}
.section-price .table-wrapper table tbody:before {
  content: "";
  display: table-row;
  height: 15px;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody:before {
    content: none;
  }
}
.section-price .table-wrapper table tbody tr:nth-child(odd) {
  background: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
  }
}
.section-price .table-wrapper table tbody tr td {
  font-weight: 400;
  font-size: 22px;
  color: #41403d;
  vertical-align: middle;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td {
    vertical-align: text-top;
    font-size: 16px;
    padding: 0 5px;
  }
}
.section-price .table-wrapper table tbody tr td:nth-child(1) {
  border-radius: 7px 0 0 7px;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td:nth-child(1) {
    width: 100%;
    max-width: 135px;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td:nth-child(3) {
    width: 100%;
    max-width: 90px;
    text-align: right;
  }
}
.section-price .table-wrapper table tbody tr td:nth-last-child(1) {
  border-radius: 0 7px 7px 0;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td:nth-last-child(1) {
    width: 100%;
    border-radius: 0;
    margin: 15px 0 0 0;
  }
}
.section-price .table-wrapper table tbody tr td a {
  display: inline-block;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.section-price .table-wrapper table tbody tr td a:hover {
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td a:hover {
    transform: rotate(0);
  }
}
.section-price .table-wrapper table tbody tr td a:hover i {
  background: #149c98;
}
.section-price .table-wrapper table tbody tr td a:hover i svg path {
  fill: #fff;
}
.section-price .table-wrapper table tbody tr td a i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #149c98;
  width: 52px;
  height: 52px;
  min-width: 52px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td a i {
    display: none;
  }
}
.section-price .table-wrapper table tbody tr td a i svg {
  width: 17px;
  height: 17px;
  display: block;
}
.section-price .table-wrapper table tbody tr td a i svg path {
  transition: 0.3s all ease;
}
.section-price .table-wrapper table tbody tr td a span {
  display: none;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #149c98;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
.section-price .table-wrapper table tbody tr td a span:hover {
  border-color: #149c98;
}
@media (max-width: 991px) {
  .section-price .table-wrapper table tbody tr td a span {
    display: block;
  }
}

.section-faq {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-faq {
    padding: 35px 0;
  }
}
.section-faq .dropdown-qna {
  position: relative;
  width: 100%;
}
.section-faq .dropdown-qna .qna-item {
  margin: 0 0 12px;
}
.section-faq .dropdown-qna .qna-item:nth-last-child(1) {
  margin: 0;
}
.section-faq .dropdown-qna .qna-item.active .title-dropdown--qna .qna_plus .vertical {
  transform: translate(-50%, -50%) rotate(-270deg) !important;
}
.section-faq .dropdown-qna .qna-item.active .title-dropdown--qna svg {
  transform: rotate(135deg);
}
.section-faq .dropdown-qna .qna-item.active .title-dropdown--qna svg path {
  stroke: #fff;
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 24px 24px 37px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #41403d;
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna {
    text-align: left;
    font-size: 15px;
    padding: 16px 12px 16px 18px;
    border-radius: 7px;
  }
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: relative;
  background: rgba(20, 156, 152, 0.26);
  border-radius: 50%;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus small {
  display: block;
  background: #149c98;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
  width: 26px;
  height: 3px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
    width: 16px;
    height: 2px;
  }
}
.section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
  width: 3px;
  height: 26px;
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
    width: 2px;
    height: 16px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu {
  display: none;
  padding: 40px;
  background: #fafafa;
  border-radius: 10px;
  margin: 13px 0 0 0;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu {
    padding: 18px;
    border-radius: 7px;
    margin: 5px 0 0 0;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: #41403d;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu p {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu ul {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu ul {
    margin: 0 0 15px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: #4b4b4b;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu ul li {
    font-size: 15px;
    padding: 0 0 0 16px;
  }
}
.section-faq .dropdown-qna .qna-item .default-submenu ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 5px;
  height: 5px;
  background: #41403d;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-faq .dropdown-qna .qna-item .default-submenu ul li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }
}

footer {
  padding: 30px 0 60px 0;
}
@media (max-width: 991px) {
  footer {
    padding: 20px 0 30px 0;
  }
}
footer .footer-wrapper {
  position: relative;
}
footer .footer-wrapper .footer-decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 265px;
  height: 96px;
  object-fit: cover;
  object-position: bottom right;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-decoration {
    width: 180px;
    height: 66px;
  }
}
footer .footer-wrapper .footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
footer .footer-wrapper .footer-logo img {
  display: block;
  height: 75px;
  object-fit: contain;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-logo img {
    height: 50px;
  }
}
footer .footer-wrapper .footer-logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.23;
  color: #149c98;
  width: 100%;
  max-width: 140px;
  margin: 0 0 0 8px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-logo p {
    font-size: 13px;
    max-width: 110px;
    margin: 0 0 0 6px;
  }
}
footer .footer-wrapper .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 44px 80px 80px;
}
@media (max-width: 1440px) {
  footer .footer-wrapper .footer-content {
    padding: 40px 24px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content {
    padding: 100px 30px 30px 30px;
    border-radius: 10px;
  }
}
footer .footer-wrapper .footer-content .left-side {
  width: 100%;
  max-width: 390px;
  padding: 85px 0 0 0;
}
@media (max-width: 1440px) {
  footer .footer-wrapper .footer-content .left-side {
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .left-side {
    max-width: 100%;
    padding: 0;
    order: 2;
  }
}
footer .footer-wrapper .footer-content .left-side p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34524;
  color: #919191;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .footer-content .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .left-side p {
    margin: 0 0 12px;
  }
}
footer .footer-wrapper .footer-content .left-side p b {
  font-weight: 500;
}
footer .footer-wrapper .footer-content .left-side ul li {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .left-side ul li {
    margin: 0 0 12px;
  }
}
footer .footer-wrapper .footer-content .left-side ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34524;
  color: #107471;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .footer-content .left-side ul li a {
    font-size: 16px;
  }
}
footer .footer-wrapper .footer-content .left-side ul li a:hover {
  border-color: #107471;
}
footer .footer-wrapper .footer-content .right-side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 500px);
}
@media (max-width: 1440px) {
  footer .footer-wrapper .footer-content .right-side {
    width: calc(100% - 390px);
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .right-side {
    flex-wrap: wrap;
    width: 100%;
    order: 1;
  }
}
footer .footer-wrapper .footer-content .right-side .footer-item {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  footer .footer-wrapper .footer-content .right-side .footer-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
footer .footer-wrapper .footer-content .right-side .footer-item p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.34524;
  color: #7e776f;
  margin: 0 0 27px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .right-side .footer-item p {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
footer .footer-wrapper .footer-content .right-side .footer-item ul li {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .right-side .footer-item ul li {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .footer-content .right-side .footer-item ul li:nth-last-child(1) {
    margin: 0;
  }
}
footer .footer-wrapper .footer-content .right-side .footer-item ul li:nth-last-child(1) a {
  color: #107471;
}
footer .footer-wrapper .footer-content .right-side .footer-item ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.34524;
  color: #919191;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .footer-content .right-side .footer-item ul li a {
    font-size: 16px;
  }
}
footer .footer-wrapper .footer-content .right-side .footer-item ul li a:hover {
  color: #107471;
  border-color: #107471;
}

@keyframes moveUpDown {
  0% {
    transform: translateX(-50%) translateY(1px);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
  100% {
    transform: translateX(-50%) translateY(1px);
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes dots-spread {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    transform: translateX(var(--offset));
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes dots-spread-inner {
  0% {
    transform: translateX(0) translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(var(--offset)) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 0;
  }
}
@keyframes sway {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
h1,
.h1 {
  font-weight: 500;
  font-size: 57px;
  line-height: 1.09;
  text-align: center;
  color: #41403d;
  margin: 0 0 32px;
}
@media (max-width: 1440px) {
  h1,
.h1 {
    font-size: 50px;
  }
}
@media (max-width: 1141px) {
  h1,
.h1 {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 33px;
    margin: 0 0 15px;
  }
}
h1 span,
.h1 span {
  font-weight: 600;
  color: #128985;
}

h2,
.h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.09;
  color: #41403d;
  margin: 0 0 30px;
}
@media (max-width: 1141px) {
  h2,
.h2 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 26px;
  }
}
h2 small,
.h2 small {
  display: inline-block;
  width: 250px;
}
@media (max-width: 1141px) {
  h2 small,
.h2 small {
    width: 150px;
  }
}
@media (max-width: 991px) {
  h2 small,
.h2 small {
    width: 22px;
  }
}
h2 span,
.h2 span {
  color: #149c98;
}

h5,
.h5 {
  font-weight: 400;
  font-size: 22px;
  color: #262b2e;
  padding: 0 0 0 250px;
  margin: 0 0 55px;
}
@media (max-width: 1141px) {
  h5,
.h5 {
    padding: 0 0 0 150px;
  }
}
@media (max-width: 991px) {
  h5,
.h5 {
    font-size: 16px;
    padding: 0 0 0 22px;
    margin: 0 0 30px;
  }
}
h5 span,
.h5 span {
  color: #149c98;
}
@media (max-width: 575px) {
  h5 br,
.h5 br {
    display: none;
  }
}
h5 a,
.h5 a {
  font-weight: 500;
  border-bottom: 1px solid #149c98;
  color: #149c98;
}
h5 a:hover,
.h5 a:hover {
  border-color: transparent;
  color: #149c98;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 64px;
}
@media (max-width: 1141px) {
  .btn {
    padding: 10px 48px;
  }
}
@media (max-width: 991px) {
  .btn {
    padding: 10px 24px;
  }
}
.btn-green {
  background: #149c98;
  border-radius: 50px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  border: 1px solid #149c98;
  min-height: 70px;
}
@media (max-width: 991px) {
  .btn-green {
    min-height: 52px;
    font-size: 16px;
  }
}
.btn-green:hover {
  background: #fff;
  color: #149c98;
}
.btn-white--bordered {
  background: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 22px;
  color: #107471;
  border: 1px solid rgba(16, 116, 113, 0.32);
  min-height: 70px;
  padding: 9px 27px;
}
@media (max-width: 991px) {
  .btn-white--bordered {
    min-height: 52px;
    font-size: 16px;
  }
}
.btn-white--bordered span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(16, 116, 113, 0.4);
  margin: 0 10px 0 0;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .btn-white--bordered span {
    width: 32px;
    height: 32px;
  }
}
.btn-white--bordered span img,
.btn-white--bordered span svg {
  display: block;
}
.btn-white--bordered:hover {
  background: transparent;
  color: #fff;
  border-color: #149c98;
  background: #149c98;
}
.btn-white--bordered:hover span {
  background: rgba(255, 255, 255, 0.4);
}

.row {
  margin: -5px;
}
.row [class*=col-] {
  padding: 5px;
}

.fixed-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 999;
}
@media (max-width: 991px) {
  .fixed-btn {
    bottom: 30px;
    right: 15px;
  }
}
.fixed-btn a {
  display: block;
}
.fixed-btn a:hover {
  opacity: 0.7;
}
.fixed-btn a img {
  display: block;
}
@media (max-width: 991px) {
  .fixed-btn a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}

.slick-arrow {
  display: none !important;
}

.menu-box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 151;
}
@media (max-width: 991px) {
  .menu-box {
    display: flex;
    margin: 0 0 0 7.5px;
  }
}
.menu-box .lines-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
  height: 46px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(16, 116, 113) 0%, rgb(20, 156, 152) 100%);
  border-radius: 50%;
}
.menu-box .lines-wrapper .line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 0 4px;
}
.menu-box .lines-wrapper .line:nth-last-child(1) {
  margin: 0;
}
.menu-box .lines-wrapper:hover {
  cursor: pointer;
}

.check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.check p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66667;
  color: #000;
  text-align: left;
  margin: 0 0 0 12px;
}
.check p a:hover {
  text-decoration: underline;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #000;
  background: #fff;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #bb693d;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal {
  z-index: 10000;
}
.modal.services-modal {
  overflow: auto;
}
.modal.services-modal .modal-dialog {
  max-width: 1220px;
  border: none;
  border-radius: 0;
}
.modal.services-modal .modal-dialog .modal-content {
  border: none;
  background: linear-gradient(270deg, #e2f4ff 0%, #e2f4ff 50.48%, #e2f4ff 100%);
  overflow: hidden;
  border: 1px solid #149c98;
  border-radius: 20px;
  padding: 40px 60px;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content {
    padding: 30px 10px;
  }
}
.modal.services-modal .modal-dialog .modal-content .close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  opacity: 1;
  z-index: 50;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .close {
    width: 16px;
    right: 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .close:hover {
  opacity: 0.7;
}
.modal.services-modal .modal-dialog .modal-content .close svg {
  display: block;
  width: 25px;
  height: 25px;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .close svg {
    width: 16px;
    height: 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .close svg rect {
  transition: 0.3s all ease;
}
.modal.services-modal .modal-dialog .modal-content .label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .label {
    margin: 0 0 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .label p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #696969;
  padding: 10px 24px;
  border-radius: 37px;
  background: #fff;
  border: 1px solid rgba(0, 131, 218, 0.34);
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .label p {
    font-size: 14px;
  }
}
.modal.services-modal .modal-dialog .modal-content h3 {
  color: #149c98;
  margin: 0 0 33px;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content h3 {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content h3 {
    font-size: 22px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper {
    display: block;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul {
  width: calc(50% - 30px);
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul {
    width: 100%;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li {
    margin: 0 0 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #92c4e0;
  border-radius: 50%;
  z-index: 3;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #7a7a7a;
  z-index: 1;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:after {
    bottom: 6px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #7a7a7a;
  padding: 0 10px 3px 32px;
  background: #e2f4ff;
  z-index: 2;
  position: relative;
  max-width: calc(100% - 60px);
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p {
    padding: 0 10px 3px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p {
    padding: 0 5px 3px 10px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p:nth-last-child(1) {
  text-align: right;
  font-weight: 600;
  color: #4b4b4b;
  min-width: 55px;
  padding: 0 0 3px 3px;
  max-width: initial;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p:nth-last-child(1) {
    min-width: 45px;
    padding: 0 0 3px;
  }
}

.ohidden,
.catalog-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

section {
  opacity: 0;
  transition: opacity 2s ease-out;
}

section.visible {
  opacity: 1;
}

.slick-dots {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .slick-dots {
    display: flex !important;
  }
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: calc(25% - 4px);
  height: 3px;
  background: #ddd;
  margin: 0 2px;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 43px;
}
.slick-dots li.slick-active {
  background: #107471;
}
.slick-dots li:hover {
  background: #107471;
}

.section-policy {
  padding: 80px 0 60px 0;
}
@media (max-width: 991px) {
  .section-policy {
    padding: 60px 0 35px 0;
  }
}
.section-policy h1 {
  text-align: left;
}
.section-policy p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #41403d;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-policy p {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.section-policy ul {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-policy ul {
    margin: 0 0 15px;
  }
}
.section-policy ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #4b4b4b;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section-policy ul li {
    font-size: 16px;
    padding: 0 0 0 16px;
  }
}
.section-policy ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 5px;
  height: 5px;
  background: #41403d;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-policy ul li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }
}
.section-policy a {
  font-weight: 400;
  font-size: 24px;
  color: #107471;
  border-bottom: 1px solid #107471;
}
@media (max-width: 991px) {
  .section-policy a {
    font-size: 16px;
  }
}
.section-policy a:hover {
  border-color: transparent;
}
.section-policy strong {
  font-weight: 700;
}
.section-policy .content-item,
.section-policy .wp-block-group {
  margin: 0 0 64px;
}
@media (max-width: 991px) {
  .section-policy .content-item,
.section-policy .wp-block-group {
    margin: 0 0 48px;
  }
}
.section-policy .content-item p,
.section-policy .wp-block-group p {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-policy .content-item p,
.section-policy .wp-block-group p {
    margin: 0 0 15px;
  }
}
.section-policy .content-item p:nth-last-child(1),
.section-policy .wp-block-group p:nth-last-child(1) {
  margin: 0;
}

/*# sourceMappingURL=app.css.map */
