@charset "UTF-8";
@import url("https://use.typekit.net/yyw6xhj.css");
@import url("https://use.fontawesome.com/releases/v6.5.0/css/all.css");
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
section,
samp,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
}

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

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

ol,
ul {
  list-style: none;
}

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

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

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: none !important;
  box-shadow: none !important;
}

html {
  box-sizing: border-box;
}

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

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

body {
  color: #414949;
  font-family: "nimbus-sans", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main > *:not(header, footer, .contacts) {
  flex-grow: 1;
}

a {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

img, img a {
  border: none;
}

img {
  display: block;
  max-width: 100%;
}

.wrapper {
  position: relative;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.wrapper.small-wrapper {
  max-width: 1065px;
}
.wrapper.big-wrapper {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .wrapper.big-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.section {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}
.section.section-with-iframe {
  padding: 20px 0 64px;
}
@media (max-width: 767px) {
  .section.section-with-iframe {
    padding: 0 0 80px;
  }
}

.section.bg-color-white + .section.bg-color-white,
.section.bg-color-cream + .section.bg-color-cream {
  padding-top: 0 !important;
}

.bg-color-cream {
  background-color: #F6F4F0;
}

.bg-green-light {
  background-color: #B3DCDB;
}

.bg-green-dark {
  background-color: #589B9E;
}

.text-center {
  text-align: center;
}

.border-radius-16 {
  border-radius: 16px;
}

.show-desktop {
  display: block;
}
@media (max-width: 767px) {
  .show-desktop {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

#CybotCookiebotDialog {
  max-width: 100% !important;
  width: 100% !important;
  left: unset !important;
  top: unset !important;
  transform: unset !important;
  transition-property: unset !important;
  bottom: 0px !important;
}

@media screen and (max-width: 1279px) {
  #CybotCookiebotDialog {
    max-width: 100% !important;
    width: 100% !important;
    left: unset !important;
    top: unset !important;
    transform: unset !important;
    transition-property: unset !important;
    bottom: 0px !important;
  }
}
#CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#cloudflare-widget .error-msg {
  color: #dd221c;
  font-size: 14px;
}

.email .c_sp:before {
  content: attr(data-website) "@" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

header {
  background-color: transparent;
  width: 100%;
  height: 80px;
  padding: 28px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  header.active {
    background-color: #FFF;
    position: fixed;
    height: 100vh;
    overflow: hidden;
  }
  header.active .main-nav {
    display: block;
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 150px);
  }
  header.active .logo-white {
    display: none;
  }
  header.active .logo-green {
    display: block;
  }
}
header.header-simple {
  background-color: #FFF;
  position: relative;
}
header.header-simple .logo-white {
  display: none;
}
header.header-simple .logo-green {
  display: block;
}
header.header-simple .main-nav ul li a {
  color: #589B9E;
}
header.header-simple .main-nav ul li a:after {
  border-bottom: 2px solid #589B9E;
  border-right: 2px solid #589B9E;
}
header.header-simple .main-nav ul li.has-submenu a {
  color: #566464;
}
header.header-simple .main-nav ul li.has-submenu a:hover {
  color: #589B9E;
  text-decoration: underline;
}
header.header-simple .main-nav ul li.has-submenu > a {
  color: #589B9E;
}
header.header-simple .main-nav ul li.has-submenu > a:hover {
  text-decoration: none;
}
header .header-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header .header-container {
    display: block;
  }
}
header .logo {
  max-width: 250px;
}
header .logo img {
  width: 250px;
}
header .logo-green {
  display: none;
}
@media (max-width: 991px) {
  header .main-nav {
    display: none;
  }
}
header .main-nav ul {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  header .main-nav ul {
    display: block;
  }
}
header .main-nav li {
  position: relative;
}
@media (max-width: 991px) {
  header .main-nav li {
    margin-bottom: 30px;
    text-align: center;
  }
}
header .main-nav li a {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .main-nav li a {
    color: #589B9E;
    font-size: 20px;
    font-weight: bold;
  }
}
header .main-nav li.has-submenu > a:after {
  content: " ";
  display: inline-block;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  margin-left: 10px;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  header .main-nav li.has-submenu > a:after {
    display: none;
  }
}
header .main-nav li.has-submenu > a:hover:after {
  transform: rotate(-135deg);
  margin-top: 2px;
}
header .main-nav .has-submenu {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  header .main-nav .has-submenu {
    padding-bottom: 0;
  }
}
header .main-nav .has-submenu:hover .submenu {
  display: block;
  transition-delay: 0.3s;
}
header .main-nav .has-submenu:hover > a:after {
  transform: rotate(-135deg);
  margin-top: 2px;
}
header .main-nav .submenu {
  display: none;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.3215686275);
  width: 240px;
  padding: 32px 10px;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: display 0.3s ease-in-out;
}
@media (max-width: 991px) {
  header .main-nav .submenu {
    display: block;
    box-shadow: none;
    position: relative;
    top: auto;
    width: 100%;
    padding: 15px 10px;
  }
}
header .main-nav .submenu li {
  margin-bottom: 15px;
}
header .main-nav .submenu li:last-child {
  margin-bottom: 0;
}
header .main-nav .submenu li a {
  color: #566464;
  text-transform: none;
}
header .main-nav .submenu li a:hover {
  color: #589B9E;
  text-decoration: underline;
}
@media (max-width: 991px) {
  header .main-nav .submenu li a {
    font-size: 16px;
    font-weight: normal;
  }
}

.burger-menu {
  display: none;
  cursor: pointer;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 32px;
}
@media (max-width: 991px) {
  .burger-menu {
    display: block;
  }
}
.burger-menu .burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.burger-menu .burger-line:nth-child(1) {
  top: 0;
}
.burger-menu .burger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.burger-menu .burger-line:nth-child(3) {
  bottom: 0;
}
.burger-menu.active .burger-line {
  background-color: #589B9E;
}
.burger-menu.active .burger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-menu.active .burger-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.header-simple .burger-menu .burger-line {
  background-color: #589B9E;
}

footer {
  background-color: #589B9E;
  padding: 27px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  footer ul {
    flex-direction: column;
    gap: 5px;
  }
}
footer ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}
footer ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}

.hero-section {
  position: relative;
  height: 660px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .hero-section {
    height: auto;
  }
}
.hero-section .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero-section .hero-image {
    height: 600px;
  }
}
.hero-section .hero-image:before {
  content: "";
  background: transparent linear-gradient(180deg, #303326 0%, #303326 0%, rgba(48, 51, 38, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.8;
}
.hero-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .wrapper {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .hero-section .wrapper {
    margin-top: 45vh;
  }
}

.hero-content-container {
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.3215686275);
  max-width: 500px;
  padding: 40px 32px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .hero-content-container {
    padding: 32px;
  }
}
@media (max-width: 415px) {
  .hero-content-container {
    padding: 25px 20px;
  }
}
.hero-content-container h1 {
  color: #74A0A4;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .hero-content-container h1 {
    font-size: 24px;
  }
}
.hero-content-container p {
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0;
}
.hero-content-container p.time {
  color: #589B9E;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 20px 0 0;
}
.hero-content-container p.time img {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.hero-content-container ul {
  margin: 32px 0 40px;
}
.hero-content-container ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
}
.hero-content-container .btn {
  margin-top: 16px;
}
.hero-content-container .fa-check {
  color: #589B9E;
  margin-right: 5px;
  margin-top: 4px;
}

.hero-section-simple {
  position: relative;
  height: 480px;
}
@media (max-width: 1199px) {
  .hero-section-simple {
    height: 320px;
  }
}
.hero-section-simple .wrapper {
  height: 100%;
}
.hero-section-simple .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section-simple .hero-image:before {
  content: "";
  background: transparent linear-gradient(180deg, #303326 0%, #303326 0%, rgba(48, 51, 38, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.8;
}
.hero-section-simple .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-simple .custom-badge {
  bottom: 40px;
}
@media (max-width: 767px) {
  .hero-section-simple .custom-badge {
    top: auto;
    bottom: 20px;
  }
}

.custom-badge {
  border-radius: 50%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1607843137);
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 40px;
  bottom: -60px;
  width: 190px;
  height: 190px;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-15deg);
}
@media (max-width: 1199px) {
  .custom-badge {
    left: 32px;
  }
}
@media (max-width: 767px) {
  .custom-badge {
    width: 150px;
    height: 150px;
    top: -120px;
    bottom: auto;
    right: auto;
  }
}
.custom-badge.badge-text {
  background-color: #589B9E;
  border: 3px solid #FFF;
}
.custom-badge .badge-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  width: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  .custom-badge .badge-content {
    padding: 10px;
  }
}
.custom-badge .badge {
  position: absolute;
  transition: opacity 0.7s;
}
.custom-badge .badge.active {
  opacity: 1;
}
.custom-badge .badge.hidden {
  display: block;
  opacity: 0;
}
.custom-badge .badge-bg {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: #589B9E;
  border: 3px solid #FFF;
}
.custom-badge h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .custom-badge h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.custom-badge p {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767px) {
  .custom-badge p {
    font-size: 13px;
  }
}

.custom-button {
  display: inline-block;
  background-color: #589B9E;
  border: none;
  border-radius: 32px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1607843137);
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  padding: 20px 55px;
}
@media (max-width: 860px) {
  .custom-button {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .custom-button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 15px;
  }
}
@media (max-width: 415px) {
  .custom-button {
    width: 100%;
  }
}
.custom-button:hover {
  background-color: #438489;
  color: #FFF;
}
.custom-button i {
  display: inline-block;
  margin-top: -5px;
  margin-right: 12px;
  width: 18px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .custom-button i {
    width: 16px;
  }
}

.button-holder {
  margin: 48px 0 0;
  text-align: center;
}

.form-container h2 {
  color: #74A0A4;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .form-container h2 {
    font-size: 24px;
    text-align: center;
  }
}

.two-items-container .contacts .wrapper {
  padding-left: 0;
  padding-right: 0;
}

.custom-form-container form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.custom-form-container .input-container {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .custom-form-container .input-container {
    width: 100%;
  }
}
.custom-form-container .input-container label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px;
}
.custom-form-container .input-container input, .custom-form-container .input-container select {
  background-color: #F5F6F6;
  border-radius: 8px;
  border: none !important;
  outline: none !important;
  height: 48px;
  line-height: 48px;
  padding: 16px;
  width: 100%;
}
.custom-form-container .input-container select {
  -webkit-appearance: none;
  padding: 0 16px;
}
.custom-form-container .input-container .select-wrapper {
  position: relative;
}
.custom-form-container .input-container .select-wrapper:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #809190;
  border-right: 2px solid #809190;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 1;
}
.custom-form-container .input-container .submit {
  background-color: #589B9E;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 18px;
  text-align: center;
}
.custom-form-container .input-container .submit:hover {
  background-color: #438489;
}
@media (max-width: 415px) {
  .custom-form-container .input-container .submit {
    width: 100%;
  }
}
.custom-form-container .checkbox-container input[type=checkbox] {
  position: relative;
  background-color: #F5F6F6;
  border: 1px solid #F5F6F6;
  border-radius: 4px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-form-container .checkbox-container input[type=checkbox]:checked {
  background-color: #589B9E;
  border-color: #589B9E;
}
.custom-form-container .checkbox-container input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 9px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-form-container .checkbox-container label {
  font-size: 12px;
}
.custom-form-container .checkbox-container label a {
  color: #414949;
  text-decoration: underline;
}
.custom-form-container .checkbox-container label a:hover {
  text-decoration: none;
}

.iframe-container {
  max-width: 100%;
  margin: 0 auto;
}
.iframe-container .calendly-inline-widget {
  margin: 0 auto;
  height: 600px !important;
}

.form-success-message {
  background-color: #F4F9F9;
  border: 1px solid #589B9E;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.form-success-message p {
  color: #589B9E;
  font-size: 14px;
  line-height: 22px;
}

.hidden {
  display: none;
}

.title-text {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}
.title-text h2 {
  color: #74A0A4;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .title-text h2 {
    font-size: 24px;
  }
}
.title-text p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .title-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.icon-holder {
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.0784313725);
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.icon-holder.icon-holder-green {
  background-color: #B3DCDB;
}
.icon-holder img {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-holder {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-image-holder {
  border-radius: 16px;
  max-width: 440px;
  max-height: 472px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .portrait-image-holder {
    max-width: 100%;
  }
}
.portrait-image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-image-holder img {
  max-width: 180px;
  margin: 0 auto;
}

.items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.items-container.two-items-container {
  gap: 32px;
}
.items-container.two-items-container .item {
  width: calc(50% - 32px);
}
@media (max-width: 767px) {
  .items-container.two-items-container .item {
    width: 100%;
  }
}
.items-container.two-items-container.gap-64 {
  gap: 64px;
}
.items-container.two-items-container.gap-64 .item {
  width: calc(50% - 64px);
}
@media (max-width: 767px) {
  .items-container.two-items-container.gap-64 .item {
    width: 100%;
  }
}
.items-container.three-items-container {
  gap: 40px;
}
.items-container.three-items-container .item {
  width: calc(33.3% - 40px);
}
@media (max-width: 767px) {
  .items-container.three-items-container .item {
    width: 100%;
  }
}
.items-container.three-items-container.gap-64 {
  gap: 64px;
}
.items-container.three-items-container.gap-64 .item {
  width: calc(33.3% - 64px);
}
@media (max-width: 767px) {
  .items-container.three-items-container.gap-64 .item {
    width: 100%;
  }
}
.items-container.four-items-container {
  gap: 32px;
}
.items-container.four-items-container .item {
  width: calc(25% - 32px);
}
@media (max-width: 1199px) {
  .items-container.four-items-container .item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .items-container.four-items-container .item {
    width: 100%;
  }
}

.title-line-text h3 {
  color: #589B9E;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}
.title-line-text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}
.title-line-text.with-border p {
  border-top: 1px solid #000;
  padding-top: 24px;
}

.four-icons .title-line-text h3 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .four-icons .title-line-text h3 {
    line-height: 1;
  }
}

.image-title-text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-top: 24px;
}
.image-title-text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}
.image-title-text p i {
  font-style: italic;
}

.top-image-title-text {
  background-color: #FFF;
  border-radius: 16px;
  padding: 24px;
  margin-top: 68px;
}
.top-image-title-text .icon-holder {
  margin-top: -92px;
  margin-bottom: 24px;
}
.top-image-title-text h3 {
  color: #589B9E;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
@media (max-width: 767px) {
  .top-image-title-text h3 {
    text-align: center;
  }
}
.top-image-title-text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-image-title-text p {
    text-align: center;
  }
}

.left-image-title-text {
  background-color: #FFF;
  border-radius: 16px;
  padding: 24px;
  width: 720px !important;
  max-width: 100%;
  display: flex;
  column-gap: 24px;
}
@media (max-width: 767px) {
  .left-image-title-text {
    display: block;
  }
}
.left-image-title-text .icon-holder {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .left-image-title-text .icon-holder {
    margin-bottom: 24px;
  }
}
.left-image-title-text h3 {
  color: #589B9E;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
@media (max-width: 767px) {
  .left-image-title-text h3 {
    text-align: center;
  }
}
.left-image-title-text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .left-image-title-text p {
    text-align: center;
  }
}

.image-title-text-content-component .wrapper {
  max-width: 1088px;
}
.image-title-text-content-component h2 {
  color: #74A0A4;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .image-title-text-content-component h2 {
    font-size: 24px;
  }
}
.image-title-text-content-component p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}
.image-title-text-content-component ul {
  margin-top: 26px;
}
.image-title-text-content-component ul li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.image-title-text-content-component ul li:last-child {
  margin-bottom: 0;
}
.image-title-text-content-component ul li i {
  color: #589B9E;
  margin-top: 4px;
  margin-right: 10px;
}
.image-title-text-content-component .custom-button {
  margin-top: 85px;
  padding: 20px 40px;
}
@media (max-width: 1199px) {
  .image-title-text-content-component .custom-button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .image-title-text-content-component .custom-button {
    margin-top: 40px;
    padding: 20px 30px;
  }
}
@media (max-width: 415px) {
  .image-title-text-content-component .custom-button {
    width: 100%;
  }
}

.testimonials-section .image-title-text p {
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .testimonials-section .image-title-text p {
    text-align: center;
  }
}

.two-column-content .image {
  border-radius: 16px;
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .two-column-content .image {
    max-height: 180px;
    margin-bottom: 24px;
  }
}
.two-column-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column-content h2 {
  color: #74A0A4;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .two-column-content h2 {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.two-column-content .text-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.two-column-content .text-content p:last-child {
  margin-bottom: 0;
}
.two-column-content .text-content p strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .two-column-content .text-content {
    text-align: center;
  }
}
.two-column-content .list-container {
  background-color: #F6F4F0;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 32px 42px;
}
@media (max-width: 767px) {
  .two-column-content .list-container {
    padding: 32px;
  }
}
.two-column-content .list-container h3 {
  font-weight: bold;
}
.two-column-content .list-container li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
.two-column-content .list-container li:last-child {
  margin-bottom: 0;
}
.two-column-content .list-container li:before {
  content: "\f00c";
  display: block;
  color: #589B9E;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.two-column-content a {
  color: #589B9E;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
}
.two-column-content a:hover {
  text-decoration: underline;
}

.contacts {
  padding: 64px 32px;
  text-align: center;
}
.contacts .footer-logo img {
  margin: 0 auto;
  height: 20px;
}
.contacts h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-top: 30px;
}
.contacts .custom-button {
  margin-top: 10px;
}
.contacts .working-time {
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}
.contacts .email {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
}
.contacts .email a {
  color: #414949;
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.social-media a {
  display: block;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0784313725);
  color: #414949;
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.contact-professionals h2 {
  color: #74A0A4;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-professionals h2 {
    font-size: 24px;
    text-align: center;
  }
}
.contact-professionals p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-professionals p {
    text-align: center;
  }
}
.contact-professionals .professionals-container {
  display: flex;
  gap: 64px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact-professionals .professionals-container {
    justify-content: center;
    margin-bottom: 48px;
  }
}
.contact-professionals .professionals-item {
  text-align: center;
}
.contact-professionals .professionals-item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 15px;
}
.contact-professionals .professionals-item p {
  color: #809190;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.contact-professionals .contact-methods li {
  color: #809190;
  display: inline-block;
  vertical-align: middle;
}
.contact-professionals .contact-methods li a {
  color: #809190;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: underline;
}
.contact-professionals .contact-methods li a:hover {
  text-decoration: none;
}

.form-with-image .image {
  border-radius: 16px;
  max-height: 355px;
  overflow: hidden;
}
.form-with-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-with-image p {
  font-size: 16px;
  line-height: 24px;
}
.form-with-image .custom-button {
  margin-top: 32px;
}
@media (max-width: 415px) {
  .form-with-image .custom-button {
    width: 100%;
  }
}

.math-icon {
  background-color: #FFF;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -48px;
}
.math-icon img {
  position: absolute;
  width: 54px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .form-and-contacts {
    padding-bottom: 0;
  }
  .form-and-contacts .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .form-and-contacts .contacts {
    border-radius: 0 !important;
  }
  .form-and-contacts .item:first-child {
    order: 2;
  }
  .form-and-contacts .item:last-child {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
  }
}

.contact-logos-container {
  margin-top: 48px;
  text-align: center;
}
.contact-logos-container .wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
.contact-logos-container h3 {
  color: #414949;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.contact-logos-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 16px auto;
}
@media (max-width: 767px) {
  .contact-logos-container ul {
    gap: 24px 32px;
    /*li {
        width: calc(50% - 32px);
    }*/
  }
}

.n-grid {
  padding: 64px 0;
}
.n-grid .wrapper {
  width: 100%;
  max-width: 1024px;
  /*@media (max-width: 560px) {
      max-width: 354px;
  }*/
}
@media (max-width: 991px) {
  .n-grid .wrapper {
    max-width: 680px;
  }
}
.n-grid .items-container {
  position: relative;
  justify-content: unset;
}

.n-grid .item,
.article .item {
  flex: 1 1 calc(33.3% - 40px);
  max-width: 288px;
  position: relative;
}
@media (max-width: 991px) {
  .n-grid .item,
  .article .item {
    flex: 1 1 calc(50% - 40px);
  }
}
@media (max-width: 560px) {
  .n-grid .item,
  .article .item {
    flex: 1 1 100%;
    max-width: unset;
  }
}
.n-grid .item:hover h3,
.article .item:hover h3 {
  text-decoration: underline;
}
.n-grid .item:hover .n-grid-more,
.article .item:hover .n-grid-more {
  text-decoration: underline;
}
.n-grid .item .n-grid-more,
.article .item .n-grid-more {
  color: #589B9E;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.n-grid .item .n-grid-link,
.article .item .n-grid-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
.n-grid .n-grid-img,
.article .n-grid-img {
  margin-bottom: 16px;
  border-radius: 17px;
  overflow: hidden;
  max-height: 176px;
}
@media (max-width: 560px) {
  .n-grid .n-grid-img,
  .article .n-grid-img {
    width: 100%;
    max-height: unset;
  }
}
.n-grid .n-grid-img img,
.article .n-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-grid .n-grid-desc,
.article .n-grid-desc {
  font-family: "nimbus-sans", sans-serif;
}
.n-grid .n-grid-desc h2, .n-grid .n-grid-desc h3, .n-grid .n-grid-desc h4,
.n-grid .n-grid-desc h2 a, .n-grid .n-grid-desc h3 a, .n-grid .n-grid-desc h4 a,
.article .n-grid-desc h2,
.article .n-grid-desc h3,
.article .n-grid-desc h4,
.article .n-grid-desc h2 a,
.article .n-grid-desc h3 a,
.article .n-grid-desc h4 a {
  color: #589B9E;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}
.n-grid .n-grid-desc .n-publish,
.article .n-grid-desc .n-publish {
  font-size: 12px;
  line-height: 1.1em;
  color: #809190;
  margin-bottom: 10px;
}
.n-grid .n-grid-desc .n-desc,
.article .n-grid-desc .n-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #414949;
}
.n-grid .n-grid-desc a,
.article .n-grid-desc a {
  color: #589B9E;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.lds-ring {
  width: 60px;
  height: 60px;
  color: #589B9E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60%;
  height: 60%;
  margin: 6px;
  border: 6px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.accordion {
  max-width: 720px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #414949;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}
.accordion-header h3 {
  color: #74A0A4;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 767px) {
  .accordion-header h3 {
    line-height: 22px;
  }
}

.accordion-title {
  margin: 0;
  padding-right: 40px;
}

.accordion-icon {
  border: 2px solid #589B9E;
  border-radius: 50%;
  color: #589B9E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 21px;
  right: 0;
  transition: transform 0.3s ease;
}
.accordion-icon svg {
  width: 12px;
  height: auto;
}
.accordion-icon svg path {
  fill: #589B9E;
}

.accordion-content {
  display: none;
  padding-bottom: 20px;
}
.accordion-content p {
  font-size: 16px;
  line-height: 24px;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.slick-slider .slick-arrow {
  background-color: #FFF;
  border-radius: 50%;
  border: none;
  color: transparent;
  outline: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-slider .slick-arrow:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #414949;
  border-right: 2px solid #414949;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-slider .slick-arrow.slick-prev {
  left: -40px;
  transform: rotate(135deg);
}
@media (max-width: 1199px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slick-slider .slick-arrow.slick-next {
  right: -40px;
  transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.carousel .slick-slide {
  margin: 0 40px;
}
.carousel .slick-list {
  margin: 0 -40px;
}

.article {
  padding: 20px 0 64px;
}
.article .wrapper {
  max-width: 1024px;
}
.article .go-back {
  margin-bottom: 40px;
}
.article .go-back a {
  font-size: 12px;
  line-height: 24px;
  color: #809190;
}
.article .art-content {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .article .art-content {
    flex-wrap: wrap;
  }
}
.article .art-box {
  flex: 1 1 100%;
  max-width: 100%;
}
.article .art-box h1 {
  font-size: 28px;
  line-height: 1.2em;
  color: #74A0A4;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .article .art-box h1 {
    font-size: 24px;
  }
}
.article .art-box h2,
.article .art-box h3,
.article .art-box h4,
.article .art-box h5 {
  color: #414949;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.article .art-box h2 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .article .art-box h2 {
    font-size: 22px;
  }
}
.article .art-box h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .article .art-box h3 {
    font-size: 20px;
  }
}
.article .art-box h4 {
  font-size: 20px;
}
.article .art-box h5 {
  font-size: 18px;
}
.article .art-box p {
  font-size: 16px;
  line-height: 24px;
  color: #414949;
  margin-bottom: 25px;
}
.article .art-box p strong {
  font-weight: bolder;
}
.article .art-box ul, .article .art-box ol {
  margin-bottom: 25px;
}
.article .art-box ul li, .article .art-box ol li {
  font-size: 16px;
  line-height: 24px;
  color: #414949;
  position: relative;
  padding-left: 30px;
}
.article .art-box ul li:before, .article .art-box ol li:before {
  position: absolute;
  left: 0;
  top: 0px;
}
.article .art-box ul li strong, .article .art-box ol li strong {
  font-weight: bolder;
}
.article .art-box ul li:before {
  content: "•";
}
.article ol {
  counter-reset: count;
}
.article ol li {
  counter-increment: count;
}
.article ol li:before {
  content: counter(count) ".";
}
.article .art-rel {
  flex: 0 0 288px;
  max-width: 288px;
}
.article .art-rel .item:not(:last-of-type) {
  margin-bottom: 32px;
}
.article .art-rel .n-grid-desc > a {
  color: #414949;
}
@media (max-width: 767px) {
  .article .art-rel {
    flex: 0 0 100%;
    max-width: none;
  }
  .article .art-rel .item {
    margin: 0 auto 23px;
  }
}
.article .news-table {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  background-color: #F6F4F0;
  border-radius: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .article .news-table {
    flex-direction: column;
    gap: 24px;
  }
}
.article .news-table:last-of-type {
  margin-bottom: 32px;
}
.article .news-table .table-col {
  flex: 1 1 100%;
  max-width: 100%;
}
.article .news-table .table-col h3 {
  color: #589B9E;
  font-size: 16px;
  line-height: 20px;
}
.article .news-table .table-col hr {
  border-color: #B3DCDB;
  margin: 12px 0;
}
.article .news-table .table-col p {
  margin-bottom: 0;
}

.rectangles-section .items-container.two-items-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1200px) {
  .rectangles-section .items-container.two-items-container:nth-child(2n+1) .item:first-child {
    order: 2;
  }
  .rectangles-section .items-container.two-items-container:nth-child(2n+1) .item:last-child {
    order: 1;
  }
}
.rectangles-section .items-container.two-items-container .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .rectangles-section .items-container.two-items-container .item {
    flex: 0 0 100%;
  }
}
.rectangles-section .items-container.two-items-container .item .text-container {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .rectangles-section .items-container.two-items-container .item .text-container {
    padding: 32px;
    max-width: 100%;
  }
}
.rectangles-section .items-container.two-items-container .item h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .rectangles-section .items-container.two-items-container .item h2 {
    font-size: 24px;
  }
}
.rectangles-section .items-container.two-items-container .item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.rectangles-section .items-container.two-items-container .item ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.rectangles-section .items-container.two-items-container .item ul li:last-child {
  margin-bottom: 0;
}
.rectangles-section .items-container.two-items-container .item ul li:before {
  content: "\f0da";
  color: #589B9E;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  margin-right: 10px;
}
.rectangles-section .items-container.two-items-container .item .image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 600px;
  width: 100%;
}
.rectangles-section .items-container.two-items-container .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rectangles-section .bg-green-dark h2, .rectangles-section .bg-green-dark p, .rectangles-section .bg-green-dark li {
  color: #FFF;
}
.rectangles-section .bg-green-dark li:before {
  color: #B3DCDB !important;
}

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