@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);




.subtitleFont {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Oxygen', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Oxygen', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Oxygen', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #00a885 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #00a885;
  border-color: #00a885;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #005c48;
  border-color: #005c48;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #005c48 !important;
  border-color: #005c48 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #004234;
  color: #004234;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00a885;
  border-color: #00a885;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00a885 !important;
  border-color: #00a885 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-success {
  color: #00a885 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #00a885;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #ffffff;
}
.btn-social:hover {
  background: #ffffff;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ffffff;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.lead a,
.lead a:hover {
  color: #ffffff;
}
.lead blockquote {
  border-color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #28ffd2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #ffffff;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-jb H3 {
  font-size: 46px;
}
#header2-jb .mbr-section-text B {
  font-size: 15px;
}
#header2-jb .mbr-section-text {
  color: #000000;
  text-align: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 15px;
}
#header2-jb .mbr-section-title {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#header3-17b .mbr-section-title,
#header3-17b .mbr-section-subtitle {
  text-align: center;
}
#header3-17b .mbr-section-title {
  font-size: 32px;
}
#header3-17b .mbr-section-subtitle {
  color: #28324e;
  font-size: 16px;
}
#features1-17a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-17a .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
}
#features1-17a .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#features1-17a .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#msg-box1-9b H3 {
  font-size: 36px;
  text-align: center;
}
#msg-box1-9b H2 {
  color: #28324e;
  font-size: 18px;
}
#msg-box1-9b .mbr-header .mbr-header__text {
  color: #fff;
}
#msg-box1-9b .mbr-article {
  color: #fff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-k0 .mbr-section-title,
#social-buttons4-k0 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box8-14 .mbr-section-title,
#msg-box8-14 p {
  color: #fff;
}
#msg-box8-14 .mbr-section-title {
  font-size: 46px;
}
#msg-box8-10 .mbr-section-title,
#msg-box8-10 p {
  color: #fff;
}
#msg-box8-2j .mbr-section-title,
#msg-box8-2j p {
  color: #fff;
}
#msg-box8-2e .mbr-section-title,
#msg-box8-2e p {
  color: #fff;
}
#msg-box8-2h .mbr-section-title,
#msg-box8-2h p {
  color: #fff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-16o .mbr-section-title,
#social-buttons4-16o .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box8-1j .mbr-section-title,
#msg-box8-1j p {
  color: #fff;
}
#msg-box8-1j .mbr-section-title {
  font-size: 46px;
}
#header3-2u .mbr-section-title,
#header3-2u .mbr-section-subtitle {
  text-align: center;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-16p .mbr-section-title,
#social-buttons4-16p .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box8-1u .mbr-section-title,
#msg-box8-1u p {
  color: #fff;
}
#msg-box8-1u .mbr-section-title {
  font-size: 46px;
}
#msg-box8-3d .mbr-section-title,
#msg-box8-3d p {
  color: #fff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-171 .mbr-section-title,
#social-buttons4-171 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box8-2a .mbr-section-title,
#msg-box8-2a p {
  color: #fff;
}
#msg-box1-16u H3 {
  font-size: 36px;
  text-align: center;
}
#msg-box1-16u H2 {
  color: #28324e;
  font-size: 18px;
}
#msg-box1-8b H3 {
  font-size: 36px;
  text-align: center;
}
#msg-box1-8b H2 {
  color: #28324e;
  font-size: 18px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-173 .mbr-section-title,
#social-buttons4-173 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header1-58 .mbr-section-lead {
  font-size: 20px;
}
#header1-58 .mbr-section-title {
  font-size: 60px;
}
#msg-box8-5c .mbr-section-title,
#msg-box8-5c p {
  color: #fff;
}
#msg-box8-5c .lead P {
  color: #000000;
}
#msg-box8-59 .mbr-section-title,
#msg-box8-59 p {
  color: #fff;
}
#msg-box8-59 .mbr-section-title {
  font-size: 36px;
}
#msg-box3-5e .mbr-section-title,
#msg-box3-5e p {
  color: #000;
}
#msg-box8-53 .mbr-section-title,
#msg-box8-53 p {
  color: #fff;
}
#msg-box8-53 .mbr-section-title {
  color: #000000;
}
#msg-box5-151 H3 {
  font-size: 25px;
}
#msg-box5-153 H3 {
  font-size: 25px;
}
#msg-box5-152 H3 {
  font-size: 25px;
}
#msg-box5-154 H3 {
  font-size: 25px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-16k .mbr-section-title,
#social-buttons4-16k .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-8e H3 {
  font-size: 46px;
}
#header2-8e .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-8e .mbr-section-text {
  color: #ffffff;
}
#msg-box8-8h .mbr-section-title,
#msg-box8-8h p {
  color: #fff;
}
#msg-box8-8h .lead P {
  text-align: left;
}
#msg-box8-8h .mbr-section-title {
  font-size: 36px;
}
#msg-box8-8f .mbr-section-title,
#msg-box8-8f p {
  color: #fff;
}
#msg-box8-8f .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-8g P {
  text-align: left;
}
#msg-box8-jh .mbr-section-title,
#msg-box8-jh p {
  color: #fff;
}
#msg-box8-jh .lead P {
  text-align: left;
}
#msg-box8-jh .mbr-section-title {
  font-size: 36px;
}
#msg-box8-8j .mbr-section-title,
#msg-box8-8j p {
  color: #fff;
}
#msg-box8-8j .lead P {
  text-align: left;
}
#msg-box8-8j .mbr-section-title {
  font-size: 36px;
}
#msg-box8-90 .mbr-section-title,
#msg-box8-90 p {
  color: #fff;
}
#msg-box8-90 .mbr-section-title {
  color: #000000;
}
#msg-box8-90 .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-8l .mbr-section-title,
#msg-box8-8l p {
  color: #fff;
}
#msg-box8-8l .lead P {
  text-align: left;
}
#msg-box8-8l .mbr-section-title {
  font-size: 36px;
}
#msg-box8-91 .mbr-section-title,
#msg-box8-91 p {
  color: #fff;
}
#msg-box8-91 .mbr-section-title {
  color: #000000;
}
#msg-box8-91 .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-8n .mbr-section-title,
#msg-box8-8n p {
  color: #fff;
}
#msg-box8-8n .lead P {
  text-align: left;
}
#msg-box8-8n .mbr-section-title {
  font-size: 36px;
}
#msg-box8-8p .mbr-section-title,
#msg-box8-8p p {
  color: #fff;
}
#msg-box8-8p .lead P {
  text-align: left;
}
#msg-box8-8p .mbr-section-title {
  font-size: 36px;
}
#msg-box8-8q .mbr-section-title,
#msg-box8-8q p {
  color: #fff;
}
#msg-box8-8q .mbr-section-title {
  color: #000000;
}
#msg-box8-8q .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-w2 .mbr-section-title,
#msg-box8-w2 p {
  color: #fff;
}
#msg-box8-w2 .mbr-section-title {
  color: #ffffff;
}
#msg-box5-w1 H3 {
  font-size: 25px;
}
#msg-box5-sz H3 {
  font-size: 25px;
}
#msg-box5-yg H3 {
  font-size: 25px;
}
#msg-box4-153 H3 {
  font-size: 36px;
}
#msg-box4-15y H3 {
  font-size: 36px;
}
#msg-box4-as H3 {
  font-size: 36px;
}
#msg-box4-mp H3 {
  font-size: 36px;
}
#msg-box8-97 .mbr-section-title,
#msg-box8-97 p {
  color: #fff;
}
#msg-box8-97 .mbr-section-title {
  color: #000000;
}
#msg-box8-97 .lead P {
  color: #000000;
}
#msg-box8-97 .lead {
  color: #ffffff;
}
#msg-box4-15j H3 {
  font-size: 30px;
}
#msg-box8-8u .mbr-section-title,
#msg-box8-8u p {
  color: #fff;
}
#msg-box8-8u .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-170 .mbr-section-title,
#social-buttons4-170 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-9d H3 {
  font-size: 46px;
}
#header2-9d .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-9d .mbr-section-text {
  color: #ffffff;
}
#msg-box8-9e .mbr-section-title,
#msg-box8-9e p {
  color: #fff;
}
#msg-box8-9e .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-9f P {
  text-align: left;
}
#msg-box8-9g .mbr-section-title,
#msg-box8-9g p {
  color: #fff;
}
#msg-box8-9g .lead P {
  text-align: left;
}
#msg-box8-9g .mbr-section-title {
  font-size: 36px;
}
#msg-box8-9i .mbr-section-title,
#msg-box8-9i p {
  color: #fff;
}
#msg-box8-9i .lead P {
  text-align: left;
}
#msg-box8-9i .mbr-section-title {
  font-size: 36px;
}
#msg-box8-9k .mbr-section-title,
#msg-box8-9k p {
  color: #fff;
}
#msg-box8-9k .lead P {
  text-align: left;
}
#msg-box8-9k .mbr-section-title {
  font-size: 36px;
}
#msg-box8-9l .mbr-section-title,
#msg-box8-9l p {
  color: #fff;
}
#msg-box8-9l .mbr-section-title {
  color: #000000;
}
#msg-box8-9l .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-x5 .mbr-section-title,
#msg-box8-x5 p {
  color: #fff;
}
#msg-box8-x5 .lead P {
  text-align: left;
}
#msg-box8-x5 .mbr-section-title {
  font-size: 36px;
}
#msg-box4-a3 H3 {
  font-size: 30px;
}
#msg-box8-9s .mbr-section-title,
#msg-box8-9s p {
  color: #fff;
}
#msg-box8-9s .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-16y .mbr-section-title,
#social-buttons4-16y .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-bo H3 {
  font-size: 46px;
}
#header2-bo .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-bo .mbr-section-text {
  color: #ffffff;
}
#msg-box8-bp .mbr-section-title,
#msg-box8-bp p {
  color: #fff;
}
#msg-box8-bp .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-br .mbr-section-title,
#msg-box8-br p {
  color: #fff;
}
#msg-box8-br .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-bs P {
  text-align: left;
}
#msg-box8-bt .mbr-section-title,
#msg-box8-bt p {
  color: #fff;
}
#msg-box8-bt .lead P {
  text-align: left;
}
#msg-box8-bt .mbr-section-title {
  font-size: 36px;
}
#msg-box8-cc .mbr-section-title,
#msg-box8-cc p {
  color: #fff;
}
#msg-box8-cc .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-ca H3 {
  font-size: 36px;
}
#msg-box5-c9 H3 {
  font-size: 36px;
}
#msg-box5-cb H3 {
  font-size: 36px;
}
#msg-box5-hu H3 {
  font-size: 36px;
}
#msg-box5-jx H3 {
  font-size: 36px;
}
#msg-box5-jt H3 {
  font-size: 36px;
}
#msg-box4-c1 H3 {
  font-size: 36px;
}
#msg-box4-c2 H3 {
  font-size: 36px;
}
#msg-box4-i6 H3 {
  font-size: 30px;
}
#msg-box8-c3 .mbr-section-title,
#msg-box8-c3 p {
  color: #fff;
}
#msg-box8-c3 .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-c7 .mbr-section-title,
#social-buttons4-c7 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-ce H3 {
  font-size: 46px;
}
#header2-ce .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-ce .mbr-section-text {
  color: #ffffff;
}
#msg-box8-cf .mbr-section-title,
#msg-box8-cf p {
  color: #fff;
}
#msg-box8-cf .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-cg P {
  text-align: left;
}
#msg-box8-150 .mbr-section-title,
#msg-box8-150 p {
  color: #fff;
}
#msg-box8-150 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-151 .mbr-section-title,
#msg-box8-151 p {
  color: #fff;
}
#msg-box8-151 .mbr-section-title {
  color: #000000;
}
#msg-box8-151 .lead P {
  color: #000000;
  text-align: left;
}
#msg-box4-15v H3 {
  font-size: 36px;
}
#msg-box8-ch .mbr-section-title,
#msg-box8-ch p {
  color: #fff;
}
#msg-box8-ch .lead P {
  text-align: left;
}
#msg-box8-ch .mbr-section-title {
  font-size: 36px;
}
#msg-box5-12o H3 {
  font-size: 36px;
}
#msg-box5-cw H3 {
  font-size: 36px;
}
#msg-box5-ph H3 {
  font-size: 36px;
}
#msg-box5-dq H3 {
  font-size: 36px;
}
#msg-box4-15m H3 {
  font-size: 30px;
}
#msg-box8-co .mbr-section-title,
#msg-box8-co p {
  color: #fff;
}
#msg-box8-co .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-cs .mbr-section-title,
#social-buttons4-cs .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-em H3 {
  font-size: 46px;
}
#header2-em .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-em .mbr-section-text {
  color: #ffffff;
}
#msg-box8-en .mbr-section-title,
#msg-box8-en p {
  color: #fff;
}
#msg-box8-en .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-et .mbr-section-title,
#msg-box8-et p {
  color: #fff;
}
#msg-box8-et .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-fu H3 {
  font-size: 36px;
}
#msg-box5-o8 H3 {
  font-size: 36px;
}
#msg-box8-yy .mbr-section-title,
#msg-box8-yy p {
  color: #fff;
}
#msg-box8-yy .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-f3 .mbr-section-title,
#social-buttons4-f3 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-fw H3 {
  font-size: 46px;
}
#header2-fw .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-fw .mbr-section-text {
  color: #ffffff;
}
#msg-box8-gi .mbr-section-title,
#msg-box8-gi p {
  color: #fff;
}
#msg-box8-gi .mbr-section-title {
  color: #000000;
}
#msg-box8-gi .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-gj .mbr-section-title,
#msg-box8-gj p {
  color: #fff;
}
#msg-box8-gj .mbr-section-title {
  color: #000000;
}
#msg-box8-gj .lead P {
  color: #000000;
}
#msg-box8-gj .lead {
  color: #ffffff;
}
#msg-box8-gc .mbr-section-title,
#msg-box8-gc p {
  color: #fff;
}
#msg-box8-gc .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-gg .mbr-section-title,
#social-buttons4-gg .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-hc H3 {
  font-size: 46px;
}
#header2-hc .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-hc .mbr-section-text {
  color: #ffffff;
}
#msg-box8-hd .mbr-section-title,
#msg-box8-hd p {
  color: #fff;
}
#msg-box8-hd .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-hn .mbr-section-title,
#msg-box8-hn p {
  color: #fff;
}
#msg-box8-hn .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-ho .mbr-section-title,
#msg-box8-ho p {
  color: #fff;
}
#msg-box8-ho .mbr-section-title {
  color: #000000;
}
#msg-box8-ho .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-hp .mbr-section-title,
#msg-box8-hp p {
  color: #fff;
}
#msg-box8-hp .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-hr .mbr-section-title,
#msg-box8-hr p {
  color: #fff;
}
#msg-box8-hr .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-hs .mbr-section-title,
#msg-box8-hs p {
  color: #fff;
}
#msg-box8-hs .mbr-section-title {
  color: #000000;
}
#msg-box8-hs .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-hh .mbr-section-title,
#msg-box8-hh p {
  color: #fff;
}
#msg-box8-hh .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-hl .mbr-section-title,
#social-buttons4-hl .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-u7 H3 {
  font-size: 46px;
}
#header2-u7 .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header2-u7 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-u8 .mbr-section-title,
#msg-box8-u8 p {
  color: #fff;
}
#msg-box8-u8 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-u9 P {
  text-align: left;
}
#msg-box8-uh .mbr-section-title,
#msg-box8-uh p {
  color: #fff;
}
#msg-box8-uh .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-ul .mbr-section-title,
#social-buttons4-ul .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box8-ea .mbr-section-title,
#msg-box8-ea p {
  color: #fff;
}
#msg-box8-ea .mbr-section-title {
  font-size: 46px;
}
#msg-box8-ei .mbr-section-title,
#msg-box8-ei p {
  color: #fff;
}
#msg-box8-ei .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-eg .mbr-section-title,
#msg-box8-eg p {
  color: #fff;
}
#msg-box8-eg .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box4-eb H3 {
  font-size: 36px;
}
#msg-box4-ee H3 {
  font-size: 36px;
}
#msg-box4-ec H3 {
  font-size: 36px;
}
#msg-box4-i0 H3 {
  font-size: 36px;
}
#msg-box4-152 H3 {
  font-size: 36px;
}
#msg-box4-15w H3 {
  font-size: 36px;
}
#msg-box4-15x H3 {
  font-size: 36px;
}
#msg-box4-u5 H3 {
  font-size: 36px;
}
#msg-box4-k2 H3 {
  font-size: 36px;
}
#msg-box4-151 H3 {
  font-size: 36px;
}
#msg-box4-u3 H3 {
  font-size: 36px;
}
#msg-box8-eh .mbr-section-title,
#msg-box8-eh p {
  color: #fff;
}
#msg-box8-eh .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box4-ef H3 {
  font-size: 30px;
}
#msg-box4-15e H3 {
  font-size: 30px;
}
#msg-box4-i7 H3 {
  font-size: 30px;
}
#msg-box4-15h H3 {
  font-size: 30px;
}
#msg-box4-i2 H3 {
  font-size: 30px;
}
#msg-box4-ib H3 {
  font-size: 30px;
}
#msg-box4-l2 H3 {
  font-size: 30px;
}
#msg-box8-ky .mbr-section-title,
#msg-box8-ky p {
  color: #fff;
}
#msg-box8-ky .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-175 .mbr-section-title,
#social-buttons4-175 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box5-5x H3 {
  color: #ffffff;
}
#msg-box5-5x P {
  color: #ffffff;
}
#msg-box8-6j .mbr-section-title,
#msg-box8-6j p {
  color: #fff;
}
#msg-box5-6k P {
  text-align: left;
}
#msg-box8-6l .mbr-section-title,
#msg-box8-6l p {
  color: #fff;
}
#msg-box8-6n .mbr-section-title,
#msg-box8-6n p {
  color: #fff;
}
#msg-box5-6b H3 {
  font-size: 36px;
}
#msg-box5-o1 H3 {
  font-size: 36px;
}
#msg-box5-6e H3 {
  font-size: 36px;
}
#msg-box5-12n H3 {
  font-size: 36px;
}
#msg-box5-6p H3 {
  font-size: 36px;
}
#msg-box5-6c H3 {
  font-size: 36px;
}
#msg-box5-6f H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-69 .mbr-section-title,
#social-buttons4-69 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-6s H3 {
  font-size: 46px;
}
#header2-6s .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#msg-box8-6t .mbr-section-title,
#msg-box8-6t p {
  color: #fff;
}
#msg-box8-6t .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-6u P {
  text-align: left;
}
#msg-box8-6x .mbr-section-title,
#msg-box8-6x p {
  color: #fff;
}
#msg-box8-6x .lead P {
  text-align: left;
}
#msg-box8-6x .mbr-section-title {
  font-size: 36px;
}
#msg-box8-77 .mbr-section-title,
#msg-box8-77 p {
  color: #fff;
}
#msg-box8-77 .lead P {
  text-align: left;
}
#msg-box8-77 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-78 .mbr-section-title,
#msg-box8-78 p {
  color: #fff;
}
#msg-box8-78 .lead P {
  text-align: left;
}
#msg-box8-78 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-79 .mbr-section-title,
#msg-box8-79 p {
  color: #fff;
}
#msg-box8-79 .lead P {
  text-align: left;
}
#msg-box8-79 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7b .mbr-section-title,
#msg-box8-7b p {
  color: #fff;
}
#msg-box8-7b .lead P {
  text-align: left;
}
#msg-box8-7b .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7f .mbr-section-title,
#msg-box8-7f p {
  color: #fff;
}
#msg-box8-7f .mbr-section-title {
  color: #000000;
}
#msg-box8-7f .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-7d .mbr-section-title,
#msg-box8-7d p {
  color: #fff;
}
#msg-box8-7d .lead P {
  text-align: left;
}
#msg-box8-7d .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7g .mbr-section-title,
#msg-box8-7g p {
  color: #fff;
}
#msg-box8-7g .mbr-section-title {
  color: #000000;
}
#msg-box8-7g .lead P {
  color: #000000;
  text-align: left;
}
#msg-box4-hz H3 {
  font-size: 36px;
}
#msg-box4-if H3 {
  font-size: 30px;
}
#msg-box8-71 .mbr-section-title,
#msg-box8-71 p {
  color: #fff;
}
#msg-box8-71 .mbr-section-title {
  color: #000000;
}
#msg-box5-o2 H3 {
  font-size: 36px;
}
#msg-box5-149 H3 {
  font-size: 25px;
}
#msg-box5-r2 H3 {
  font-size: 36px;
}
#msg-box5-14p H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-74 .mbr-section-title,
#social-buttons4-74 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-nd H3 {
  font-size: 46px;
}
#header2-nd .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#msg-box8-ne .mbr-section-title,
#msg-box8-ne p {
  color: #fff;
}
#msg-box8-ne .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-nf P {
  text-align: left;
}
#msg-box8-nk .mbr-section-title,
#msg-box8-nk p {
  color: #fff;
}
#msg-box8-nk .lead P {
  text-align: left;
}
#msg-box8-nk .mbr-section-title {
  font-size: 36px;
}
#msg-box8-nm .mbr-section-title,
#msg-box8-nm p {
  color: #fff;
}
#msg-box8-nm .lead P {
  text-align: left;
}
#msg-box8-nm .mbr-section-title {
  font-size: 36px;
}
#msg-box8-no .mbr-section-title,
#msg-box8-no p {
  color: #fff;
}
#msg-box8-no .lead P {
  text-align: left;
}
#msg-box8-no .mbr-section-title {
  font-size: 36px;
}
#msg-box8-np .mbr-section-title,
#msg-box8-np p {
  color: #fff;
}
#msg-box8-np .mbr-section-title {
  color: #000000;
}
#msg-box8-np .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-nq .mbr-section-title,
#msg-box8-nq p {
  color: #fff;
}
#msg-box8-nq .lead P {
  text-align: left;
}
#msg-box8-nq .mbr-section-title {
  font-size: 36px;
}
#msg-box8-nr .mbr-section-title,
#msg-box8-nr p {
  color: #fff;
}
#msg-box8-nr .mbr-section-title {
  color: #000000;
}
#msg-box8-nr .lead P {
  color: #000000;
  text-align: left;
}
#msg-box4-ns H3 {
  font-size: 36px;
}
#msg-box4-15d H3 {
  font-size: 30px;
}
#msg-box8-nu .mbr-section-title,
#msg-box8-nu p {
  color: #fff;
}
#msg-box8-nu .mbr-section-title {
  color: #000000;
}
#msg-box5-o0 H3 {
  font-size: 36px;
}
#msg-box5-14b H3 {
  font-size: 25px;
}
#msg-box5-r3 H3 {
  font-size: 36px;
}
#msg-box5-14q H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-ny .mbr-section-title,
#social-buttons4-ny .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#msg-box5-5k H3 {
  color: #ffffff;
}
#msg-box5-5k P {
  color: #ffffff;
}
#msg-box8-5j .mbr-section-title,
#msg-box8-5j p {
  color: #fff;
}
#msg-box8-5j .mbr-section-title {
  font-size: 36px;
}
#msg-box8-5i .mbr-section-title,
#msg-box8-5i p {
  color: #fff;
}
#msg-box8-5i .lead P {
  color: #000000;
}
#msg-box8-5i .lead UL {
  text-align: left;
}
#msg-box8-5r .mbr-section-title,
#msg-box8-5r p {
  color: #fff;
}
#msg-box8-5r .mbr-section-title {
  font-size: 36px;
}
#msg-box3-5l .mbr-section-title,
#msg-box3-5l p {
  color: #000;
}
#msg-box3-5l .lead UL {
  text-align: left;
}
#msg-box8-5s .mbr-section-title,
#msg-box8-5s p {
  color: #fff;
}
#msg-box8-5s .mbr-section-title {
  font-size: 36px;
}
#msg-box8-5t .mbr-section-title,
#msg-box8-5t p {
  color: #fff;
}
#msg-box8-5t .mbr-section-title {
  font-size: 36px;
}
#msg-box8-5m .mbr-section-title,
#msg-box8-5m p {
  color: #fff;
}
#msg-box8-5m .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-5p .mbr-section-title,
#social-buttons4-5p .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-49 H3 {
  font-size: 46px;
}
#msg-box5-4b P {
  text-align: left;
}
#msg-box5-4n P {
  text-align: left;
}
#msg-box8-4c .mbr-section-title,
#msg-box8-4c p {
  color: #fff;
}
#msg-box8-4c .lead P {
  text-align: left;
}
#msg-box8-4e .mbr-section-title,
#msg-box8-4e p {
  color: #fff;
}
#msg-box8-4e .lead P {
  text-align: left;
}
#msg-box8-4o .mbr-section-title,
#msg-box8-4o p {
  color: #fff;
}
#msg-box5-4q P {
  color: #000000;
}
#msg-box5-4q H3 {
  color: #000000;
}
#msg-box8-4i .mbr-section-title,
#msg-box8-4i p {
  color: #fff;
}
#msg-box8-4i .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-16j .mbr-section-title,
#social-buttons4-16j .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-3l H3 {
  font-size: 46px;
}
#msg-box8-3u .mbr-section-title,
#msg-box8-3u p {
  color: #fff;
}
#msg-box8-3u .mbr-section-title {
  color: #ffffff;
}
#msg-box5-3x P {
  text-align: left;
}
#msg-box8-3y .mbr-section-title,
#msg-box8-3y p {
  color: #fff;
}
#msg-box8-3y .lead P {
  text-align: left;
}
#msg-box8-40 .mbr-section-title,
#msg-box8-40 p {
  color: #fff;
}
#msg-box8-40 .lead P {
  text-align: left;
}
#msg-box8-47 .mbr-section-title,
#msg-box8-47 p {
  color: #fff;
}
#msg-box8-47 .mbr-section-title {
  color: #000000;
}
#msg-box5-15o H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-16i .mbr-section-title,
#social-buttons4-16i .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-qc H3 {
  font-size: 46px;
}
#header2-qc .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#msg-box8-qd .mbr-section-title,
#msg-box8-qd p {
  color: #fff;
}
#msg-box8-qd .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-qe P {
  text-align: left;
}
#msg-box8-qf .mbr-section-title,
#msg-box8-qf p {
  color: #fff;
}
#msg-box8-qf .lead P {
  text-align: left;
}
#msg-box8-qf .mbr-section-title {
  font-size: 36px;
}
#msg-box8-qh .mbr-section-title,
#msg-box8-qh p {
  color: #fff;
}
#msg-box8-qh .lead P {
  text-align: left;
}
#msg-box8-qh .mbr-section-title {
  font-size: 36px;
}
#msg-box4-qr H3 {
  font-size: 36px;
}
#msg-box4-15c H3 {
  font-size: 30px;
}
#msg-box8-qt .mbr-section-title,
#msg-box8-qt p {
  color: #fff;
}
#msg-box8-qt .mbr-section-title {
  color: #000000;
}
#msg-box5-r0 H3 {
  font-size: 36px;
}
#msg-box5-14a H3 {
  font-size: 25px;
}
#msg-box5-qu H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-qy .mbr-section-title,
#social-buttons4-qy .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-7l H3 {
  font-size: 46px;
}
#header2-7l .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-7l .mbr-section-text {
  color: #ffffff;
}
#msg-box8-7m .mbr-section-title,
#msg-box8-7m p {
  color: #fff;
}
#msg-box8-7m .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-7n P {
  text-align: left;
}
#msg-box8-7o .mbr-section-title,
#msg-box8-7o p {
  color: #fff;
}
#msg-box8-7o .lead P {
  text-align: left;
}
#msg-box8-7o .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7q .mbr-section-title,
#msg-box8-7q p {
  color: #fff;
}
#msg-box8-7q .lead P {
  text-align: left;
}
#msg-box8-7q .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7s .mbr-section-title,
#msg-box8-7s p {
  color: #fff;
}
#msg-box8-7s .lead P {
  text-align: left;
}
#msg-box8-7s .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7u .mbr-section-title,
#msg-box8-7u p {
  color: #fff;
}
#msg-box8-7u .lead P {
  text-align: left;
}
#msg-box8-7u .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7w .mbr-section-title,
#msg-box8-7w p {
  color: #fff;
}
#msg-box8-7w .lead P {
  text-align: left;
}
#msg-box8-7w .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7x .mbr-section-title,
#msg-box8-7x p {
  color: #fff;
}
#msg-box8-7x .mbr-section-title {
  color: #000000;
}
#msg-box8-7x .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-7y .mbr-section-title,
#msg-box8-7y p {
  color: #fff;
}
#msg-box8-7y .lead P {
  text-align: left;
}
#msg-box8-7y .mbr-section-title {
  font-size: 36px;
}
#msg-box8-7z .mbr-section-title,
#msg-box8-7z p {
  color: #fff;
}
#msg-box8-7z .mbr-section-title {
  color: #000000;
}
#msg-box8-7z .lead P {
  color: #000000;
  text-align: left;
}
#msg-box4-8c H3 {
  font-size: 36px;
}
#msg-box4-k1 H3 {
  font-size: 36px;
}
#msg-box8-14s .mbr-section-title,
#msg-box8-14s p {
  color: #fff;
}
#msg-box8-14s .mbr-section-title {
  color: #ffffff;
}
#msg-box5-14i H3 {
  font-size: 36px;
}
#msg-box5-14j H3 {
  font-size: 36px;
}
#msg-box5-14r H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-84 .mbr-section-title,
#social-buttons4-84 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-a6 H3 {
  font-size: 46px;
}
#header2-a6 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-a6 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-a7 .mbr-section-title,
#msg-box8-a7 p {
  color: #fff;
}
#msg-box8-a7 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-a8 P {
  text-align: left;
}
#msg-box8-a9 .mbr-section-title,
#msg-box8-a9 p {
  color: #fff;
}
#msg-box8-a9 .lead P {
  text-align: left;
}
#msg-box8-a9 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-ab .mbr-section-title,
#msg-box8-ab p {
  color: #fff;
}
#msg-box8-ab .lead P {
  text-align: left;
}
#msg-box8-ab .mbr-section-title {
  font-size: 36px;
}
#msg-box5-ac P {
  font-size: 20px;
}
#msg-box8-ad .mbr-section-title,
#msg-box8-ad p {
  color: #fff;
}
#msg-box8-ad .lead P {
  text-align: left;
}
#msg-box8-ad .mbr-section-title {
  font-size: 36px;
}
#msg-box8-af .mbr-section-title,
#msg-box8-af p {
  color: #fff;
}
#msg-box8-af .lead P {
  text-align: left;
}
#msg-box8-af .mbr-section-title {
  font-size: 36px;
}
#msg-box8-aj .mbr-section-title,
#msg-box8-aj p {
  color: #fff;
}
#msg-box8-aj .lead P {
  text-align: left;
}
#msg-box8-aj .mbr-section-title {
  font-size: 36px;
}
#msg-box8-ak .mbr-section-title,
#msg-box8-ak p {
  color: #fff;
}
#msg-box8-ak .mbr-section-title {
  color: #000000;
}
#msg-box8-ak .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-14t .mbr-section-title,
#msg-box8-14t p {
  color: #fff;
}
#msg-box8-14t .mbr-section-title {
  color: #ffffff;
}
#msg-box5-14u H3 {
  font-size: 36px;
}
#msg-box5-14v H3 {
  font-size: 36px;
}
#msg-box5-14w H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-aq .mbr-section-title,
#social-buttons4-aq .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-au H3 {
  font-size: 46px;
}
#header2-au .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-au .mbr-section-text {
  color: #ffffff;
}
#msg-box8-be .mbr-section-title,
#msg-box8-be p {
  color: #fff;
}
#msg-box8-be .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-av .mbr-section-title,
#msg-box8-av p {
  color: #fff;
}
#msg-box8-av .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-aw P {
  text-align: left;
}
#msg-box8-ax .mbr-section-title,
#msg-box8-ax p {
  color: #fff;
}
#msg-box8-ax .lead P {
  text-align: left;
}
#msg-box8-ax .mbr-section-title {
  font-size: 36px;
}
#msg-box8-az .mbr-section-title,
#msg-box8-az p {
  color: #fff;
}
#msg-box8-az .lead P {
  text-align: left;
}
#msg-box8-az .mbr-section-title {
  font-size: 36px;
}
#msg-box5-b0 P {
  font-size: 20px;
}
#msg-box8-b1 .mbr-section-title,
#msg-box8-b1 p {
  color: #fff;
}
#msg-box8-b1 .lead P {
  text-align: left;
}
#msg-box8-b1 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-bj .mbr-section-title,
#msg-box8-bj p {
  color: #fff;
}
#msg-box8-bj .mbr-section-title {
  color: #000000;
}
#msg-box8-bj .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-b3 .mbr-section-title,
#msg-box8-b3 p {
  color: #fff;
}
#msg-box8-b3 .lead P {
  text-align: left;
}
#msg-box8-b3 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-bi .mbr-section-title,
#msg-box8-bi p {
  color: #fff;
}
#msg-box8-bi .mbr-section-title {
  color: #000000;
}
#msg-box8-bi .lead P {
  color: #000000;
  text-align: left;
}
#msg-box4-bl H3 {
  font-size: 36px;
}
#msg-box4-bk H3 {
  font-size: 36px;
}
#msg-box4-hv H3 {
  font-size: 30px;
}
#msg-box8-14x .mbr-section-title,
#msg-box8-14x p {
  color: #fff;
}
#msg-box8-14x .mbr-section-title {
  color: #ffffff;
}
#msg-box5-14y H3 {
  font-size: 36px;
}
#msg-box5-14z H3 {
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-bb .mbr-section-title,
#social-buttons4-bb .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-gl H3 {
  font-size: 46px;
}
#header2-gl .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-gl .mbr-section-text {
  color: #ffffff;
}
#msg-box8-gm .mbr-section-title,
#msg-box8-gm p {
  color: #fff;
}
#msg-box8-gm .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-go .mbr-section-title,
#msg-box8-go p {
  color: #fff;
}
#msg-box8-go .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-gp P {
  text-align: left;
}
#msg-box8-k5 .mbr-section-title,
#msg-box8-k5 p {
  color: #fff;
}
#msg-box8-k5 .lead P {
  text-align: left;
}
#msg-box8-k5 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-gq .mbr-section-title,
#msg-box8-gq p {
  color: #fff;
}
#msg-box8-gq .lead P {
  text-align: left;
}
#msg-box8-gq .mbr-section-title {
  font-size: 36px;
}
#msg-box8-10q .mbr-section-title,
#msg-box8-10q p {
  color: #fff;
}
#msg-box8-10q .mbr-section-title {
  color: #000000;
}
#msg-box8-10q .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-gs .mbr-section-title,
#msg-box8-gs p {
  color: #fff;
}
#msg-box8-gs .lead P {
  text-align: left;
}
#msg-box8-gs .mbr-section-title {
  font-size: 36px;
}
#msg-box5-gt P {
  font-size: 17px;
}
#msg-box8-10r .mbr-section-title,
#msg-box8-10r p {
  color: #fff;
}
#msg-box8-10r .lead P {
  text-align: left;
}
#msg-box8-10r .mbr-section-title {
  font-size: 36px;
}
#msg-box5-10s P {
  font-size: 17px;
}
#msg-box8-10t .mbr-section-title,
#msg-box8-10t p {
  color: #fff;
}
#msg-box8-10t .lead P {
  text-align: left;
}
#msg-box8-10t .mbr-section-title {
  font-size: 36px;
}
#msg-box8-10u .mbr-section-title,
#msg-box8-10u p {
  color: #fff;
}
#msg-box8-10u .mbr-section-title {
  color: #000000;
}
#msg-box8-10u .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-h0 .mbr-section-title,
#msg-box8-h0 p {
  color: #fff;
}
#msg-box8-h0 .mbr-section-title {
  color: #ffffff;
}
#msg-box5-10x H3 {
  font-size: 25px;
}
#msg-box5-tv H3 {
  font-size: 25px;
}
#msg-box5-ow H3 {
  font-size: 25px;
}
#msg-box5-q4 H3 {
  font-size: 25px;
}
#msg-box5-wq H3 {
  font-size: 25px;
}
#msg-box5-wz H3 {
  font-size: 25px;
}
#msg-box5-s2 H3 {
  font-size: 25px;
}
#msg-box5-12z H3 {
  font-size: 36px;
}
#msg-box4-ic H3 {
  font-size: 30px;
}
#msg-box4-l3 H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-h4 .mbr-section-title,
#social-buttons4-h4 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-10z H3 {
  font-size: 46px;
}
#header2-10z .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-10z .mbr-section-text {
  color: #ffffff;
}
#msg-box5-11u H3 {
  font-size: 25px;
}
#msg-box5-11v H3 {
  font-size: 25px;
}
#msg-box5-11f H3 {
  font-size: 25px;
}
#msg-box5-11g H3 {
  font-size: 25px;
}
#msg-box5-11h H3 {
  font-size: 25px;
}
#msg-box5-11i H3 {
  font-size: 25px;
}
#msg-box5-11j H3 {
  font-size: 25px;
}
#msg-box5-11k H3 {
  font-size: 25px;
}
#msg-box5-11l H3 {
  font-size: 25px;
}
#msg-box5-12s H3 {
  font-size: 36px;
}
#msg-box4-11n H3 {
  font-size: 30px;
}
#msg-box4-11o H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-11s .mbr-section-title,
#social-buttons4-11s .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-zy H3 {
  font-size: 46px;
}
#header2-zy .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-zy .mbr-section-text {
  color: #ffffff;
}
#msg-box8-101 .mbr-section-title,
#msg-box8-101 p {
  color: #fff;
}
#msg-box8-101 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-102 P {
  text-align: left;
}
#msg-box8-103 .mbr-section-title,
#msg-box8-103 p {
  color: #fff;
}
#msg-box8-103 .lead P {
  text-align: left;
}
#msg-box8-103 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-104 .mbr-section-title,
#msg-box8-104 p {
  color: #fff;
}
#msg-box8-104 .mbr-section-title {
  color: #000000;
}
#msg-box8-104 .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-105 .mbr-section-title,
#msg-box8-105 p {
  color: #fff;
}
#msg-box8-105 .lead P {
  text-align: left;
}
#msg-box8-105 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-107 .mbr-section-title,
#msg-box8-107 p {
  color: #fff;
}
#msg-box8-107 .lead P {
  text-align: left;
}
#msg-box8-107 .mbr-section-title {
  font-size: 36px;
}
#msg-box5-108 P {
  font-size: 17px;
}
#msg-box8-109 .mbr-section-title,
#msg-box8-109 p {
  color: #fff;
}
#msg-box8-109 .mbr-section-title {
  color: #ffffff;
}
#msg-box5-10a H3 {
  font-size: 25px;
}
#msg-box5-10b H3 {
  font-size: 25px;
}
#msg-box5-10c H3 {
  font-size: 25px;
}
#msg-box5-10d H3 {
  font-size: 25px;
}
#msg-box5-10e H3 {
  font-size: 25px;
}
#msg-box5-10f H3 {
  font-size: 25px;
}
#msg-box5-130 H3 {
  font-size: 36px;
}
#msg-box4-10h H3 {
  font-size: 30px;
}
#msg-box4-10i H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-10m .mbr-section-title,
#social-buttons4-10m .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-z0 H3 {
  font-size: 46px;
}
#header2-z0 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-z0 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-z1 .mbr-section-title,
#msg-box8-z1 p {
  color: #fff;
}
#msg-box8-z1 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-z3 .mbr-section-title,
#msg-box8-z3 p {
  color: #fff;
}
#msg-box8-z3 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-z4 P {
  text-align: left;
}
#msg-box8-z5 .mbr-section-title,
#msg-box8-z5 p {
  color: #fff;
}
#msg-box8-z5 .lead P {
  text-align: left;
}
#msg-box8-z5 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-z6 .mbr-section-title,
#msg-box8-z6 p {
  color: #fff;
}
#msg-box8-z6 .mbr-section-title {
  color: #000000;
}
#msg-box8-z6 .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-z7 .mbr-section-title,
#msg-box8-z7 p {
  color: #fff;
}
#msg-box8-z7 .lead P {
  text-align: left;
}
#msg-box8-z7 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-z9 .mbr-section-title,
#msg-box8-z9 p {
  color: #fff;
}
#msg-box8-z9 .lead P {
  text-align: left;
}
#msg-box8-z9 .mbr-section-title {
  font-size: 36px;
}
#msg-box5-za P {
  font-size: 17px;
}
#msg-box8-zq .mbr-section-title,
#msg-box8-zq p {
  color: #fff;
}
#msg-box8-zq .lead P {
  text-align: left;
}
#msg-box8-zq .mbr-section-title {
  font-size: 36px;
}
#msg-box5-zr P {
  font-size: 17px;
}
#msg-box8-zt .mbr-section-title,
#msg-box8-zt p {
  color: #fff;
}
#msg-box8-zt .lead P {
  text-align: left;
}
#msg-box8-zt .mbr-section-title {
  font-size: 36px;
}
#msg-box5-zu P {
  font-size: 17px;
}
#msg-box8-zv .mbr-section-title,
#msg-box8-zv p {
  color: #fff;
}
#msg-box8-zv .lead P {
  text-align: left;
}
#msg-box8-zv .mbr-section-title {
  font-size: 36px;
}
#msg-box8-11x .mbr-section-title,
#msg-box8-11x p {
  color: #fff;
}
#msg-box8-11x .mbr-section-title {
  color: #000000;
}
#msg-box8-11x .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-zb .mbr-section-title,
#msg-box8-zb p {
  color: #fff;
}
#msg-box8-zb .mbr-section-title {
  color: #ffffff;
}
#msg-box5-zc H3 {
  font-size: 25px;
}
#msg-box5-11w H3 {
  font-size: 25px;
}
#msg-box5-12t H3 {
  font-size: 25px;
}
#msg-box5-zd H3 {
  font-size: 25px;
}
#msg-box5-ze H3 {
  font-size: 25px;
}
#msg-box5-zf H3 {
  font-size: 25px;
}
#msg-box5-zg H3 {
  font-size: 25px;
}
#msg-box5-zh H3 {
  font-size: 25px;
}
#msg-box4-zj H3 {
  font-size: 30px;
}
#msg-box4-zk H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-zo .mbr-section-title,
#social-buttons4-zo .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-t4 H3 {
  font-size: 46px;
}
#header2-t4 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-t4 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-t5 .mbr-section-title,
#msg-box8-t5 p {
  color: #fff;
}
#msg-box8-t5 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-t7 .mbr-section-title,
#msg-box8-t7 p {
  color: #fff;
}
#msg-box8-t7 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-t8 P {
  text-align: left;
}
#msg-box5-tt P {
  text-align: left;
}
#msg-box5-tu P {
  text-align: left;
}
#msg-box8-tf .mbr-section-title,
#msg-box8-tf p {
  color: #fff;
}
#msg-box8-tf .mbr-section-title {
  color: #ffffff;
}
#msg-box5-u1 H3 {
  font-size: 25px;
}
#msg-box5-tg H3 {
  font-size: 25px;
}
#msg-box5-th H3 {
  font-size: 25px;
}
#msg-box5-wr H3 {
  font-size: 25px;
}
#msg-box5-x0 H3 {
  font-size: 25px;
}
#msg-box5-ti H3 {
  font-size: 25px;
}
#msg-box5-131 H3 {
  font-size: 36px;
}
#msg-box4-tk H3 {
  font-size: 30px;
}
#msg-box4-tl H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-tp .mbr-section-title,
#social-buttons4-tp .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-r5 H3 {
  font-size: 46px;
}
#header2-r5 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-r5 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-r6 .mbr-section-title,
#msg-box8-r6 p {
  color: #fff;
}
#msg-box8-r6 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-r8 .mbr-section-title,
#msg-box8-r8 p {
  color: #fff;
}
#msg-box8-r8 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-r9 P {
  text-align: left;
}
#msg-box8-ra .mbr-section-title,
#msg-box8-ra p {
  color: #fff;
}
#msg-box8-ra .lead P {
  text-align: left;
}
#msg-box8-ra .mbr-section-title {
  font-size: 36px;
}
#msg-box8-rb .mbr-section-title,
#msg-box8-rb p {
  color: #fff;
}
#msg-box8-rb .mbr-section-title {
  color: #000000;
}
#msg-box8-rb .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-rc .mbr-section-title,
#msg-box8-rc p {
  color: #fff;
}
#msg-box8-rc .lead P {
  text-align: left;
}
#msg-box8-rc .mbr-section-title {
  font-size: 36px;
}
#msg-box8-re .mbr-section-title,
#msg-box8-re p {
  color: #fff;
}
#msg-box8-re .lead P {
  text-align: left;
}
#msg-box8-re .mbr-section-title {
  font-size: 36px;
}
#msg-box5-rf P {
  font-size: 20px;
}
#msg-box8-rr .mbr-section-title,
#msg-box8-rr p {
  color: #fff;
}
#msg-box8-rr .lead P {
  text-align: left;
}
#msg-box8-rr .mbr-section-title {
  font-size: 36px;
}
#msg-box8-rs .mbr-section-title,
#msg-box8-rs p {
  color: #fff;
}
#msg-box8-rs .mbr-section-title {
  color: #000000;
}
#msg-box8-rs .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-rt .mbr-section-title,
#msg-box8-rt p {
  color: #fff;
}
#msg-box8-rt .lead P {
  text-align: left;
}
#msg-box8-rt .mbr-section-title {
  font-size: 36px;
}
#msg-box5-ru P {
  font-size: 20px;
}
#msg-box8-rv .mbr-section-title,
#msg-box8-rv p {
  color: #fff;
}
#msg-box8-rv .lead P {
  text-align: left;
}
#msg-box8-rv .mbr-section-title {
  font-size: 36px;
}
#msg-box5-rw P {
  font-size: 20px;
}
#msg-box8-rx .mbr-section-title,
#msg-box8-rx p {
  color: #fff;
}
#msg-box8-rx .lead P {
  text-align: left;
}
#msg-box8-rx .mbr-section-title {
  font-size: 36px;
}
#msg-box5-ry P {
  font-size: 20px;
}
#msg-box8-rz .mbr-section-title,
#msg-box8-rz p {
  color: #fff;
}
#msg-box8-rz .lead P {
  text-align: left;
}
#msg-box8-rz .mbr-section-title {
  font-size: 36px;
}
#msg-box5-s0 P {
  font-size: 20px;
}
#msg-box8-rg .mbr-section-title,
#msg-box8-rg p {
  color: #fff;
}
#msg-box8-rg .mbr-section-title {
  color: #ffffff;
}
#msg-box5-rh H3 {
  font-size: 25px;
}
#msg-box5-ri H3 {
  font-size: 25px;
}
#msg-box5-12u H3 {
  font-size: 25px;
}
#msg-box5-tw H3 {
  font-size: 25px;
}
#msg-box5-ws H3 {
  font-size: 25px;
}
#msg-box5-x1 H3 {
  font-size: 25px;
}
#msg-box5-132 H3 {
  font-size: 36px;
}
#msg-box4-rk H3 {
  font-size: 30px;
}
#msg-box4-rl H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-rp .mbr-section-title,
#social-buttons4-rp .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-138 H3 {
  font-size: 46px;
}
#header2-138 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-138 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-139 .mbr-section-title,
#msg-box8-139 p {
  color: #fff;
}
#msg-box8-139 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-13b .mbr-section-title,
#msg-box8-13b p {
  color: #fff;
}
#msg-box8-13b .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-13c P {
  text-align: left;
}
#msg-box8-13d .mbr-section-title,
#msg-box8-13d p {
  color: #fff;
}
#msg-box8-13d .lead P {
  text-align: left;
}
#msg-box8-13d .mbr-section-title {
  font-size: 36px;
}
#msg-box8-13f .mbr-section-title,
#msg-box8-13f p {
  color: #fff;
}
#msg-box8-13f .lead P {
  text-align: left;
}
#msg-box8-13f .mbr-section-title {
  font-size: 36px;
}
#msg-box8-13e .mbr-section-title,
#msg-box8-13e p {
  color: #fff;
}
#msg-box8-13e .mbr-section-title {
  color: #000000;
}
#msg-box8-13e .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-13h .mbr-section-title,
#msg-box8-13h p {
  color: #fff;
}
#msg-box8-13h .lead P {
  text-align: left;
}
#msg-box8-13h .mbr-section-title {
  font-size: 36px;
}
#msg-box5-13i P {
  font-size: 20px;
}
#msg-box8-13j .mbr-section-title,
#msg-box8-13j p {
  color: #fff;
}
#msg-box8-13j .lead P {
  text-align: left;
}
#msg-box8-13j .mbr-section-title {
  font-size: 36px;
}
#msg-box8-13k .mbr-section-title,
#msg-box8-13k p {
  color: #fff;
}
#msg-box8-13k .mbr-section-title {
  color: #000000;
}
#msg-box8-13k .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-13l .mbr-section-title,
#msg-box8-13l p {
  color: #fff;
}
#msg-box8-13l .lead P {
  text-align: left;
}
#msg-box8-13l .mbr-section-title {
  font-size: 36px;
}
#msg-box5-13m P {
  font-size: 20px;
}
#msg-box8-13n .mbr-section-title,
#msg-box8-13n p {
  color: #fff;
}
#msg-box8-13n .lead P {
  text-align: left;
}
#msg-box8-13n .mbr-section-title {
  font-size: 36px;
}
#msg-box5-13o P {
  font-size: 17px;
  text-align: left;
}
#msg-box8-14c .mbr-section-title,
#msg-box8-14c p {
  color: #fff;
}
#msg-box8-14c .lead P {
  text-align: left;
}
#msg-box8-14c .mbr-section-title {
  font-size: 36px;
}
#msg-box5-14f P {
  font-size: 17px;
}
#msg-box8-14d .mbr-section-title,
#msg-box8-14d p {
  color: #fff;
}
#msg-box8-14d .lead P {
  text-align: left;
}
#msg-box8-14d .mbr-section-title {
  font-size: 36px;
}
#msg-box8-14h .mbr-section-title,
#msg-box8-14h p {
  color: #fff;
}
#msg-box8-14h .mbr-section-title {
  color: #000000;
}
#msg-box8-14h .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-13t .mbr-section-title,
#msg-box8-13t p {
  color: #fff;
}
#msg-box8-13t .mbr-section-title {
  color: #ffffff;
}
#msg-box5-14l H3 {
  font-size: 36px;
}
#msg-box5-14m H3 {
  font-size: 36px;
}
#msg-box5-14n H3 {
  font-size: 36px;
}
#msg-box5-14o H3 {
  font-size: 36px;
}
#msg-box5-140 H3 {
  font-size: 36px;
}
#msg-box4-141 H3 {
  font-size: 30px;
}
#msg-box4-142 H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-146 .mbr-section-title,
#social-buttons4-146 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-ob H3 {
  font-size: 46px;
}
#header2-ob .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-ob .mbr-section-text {
  color: #ffffff;
  font-size: 18px;
}
#msg-box8-oc .mbr-section-title,
#msg-box8-oc p {
  color: #fff;
}
#msg-box8-oc .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-ok .mbr-section-title,
#msg-box8-ok p {
  color: #fff;
}
#msg-box8-ok .lead P {
  text-align: left;
}
#msg-box8-ok .mbr-section-title {
  font-size: 36px;
}
#msg-box5-ol P {
  font-size: 17px;
}
#msg-box8-oe .mbr-section-title,
#msg-box8-oe p {
  color: #fff;
}
#msg-box8-oe .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-of P {
  text-align: left;
}
#msg-box8-og .mbr-section-title,
#msg-box8-og p {
  color: #fff;
}
#msg-box8-og .lead P {
  text-align: left;
}
#msg-box8-og .mbr-section-title {
  font-size: 36px;
}
#msg-box8-oi .mbr-section-title,
#msg-box8-oi p {
  color: #fff;
}
#msg-box8-oi .lead P {
  text-align: left;
}
#msg-box8-oi .mbr-section-title {
  font-size: 36px;
}
#msg-box8-om .mbr-section-title,
#msg-box8-om p {
  color: #fff;
}
#msg-box8-om .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#msg-box5-q9 H3 {
  font-size: 25px;
}
#msg-box5-12v H3 {
  font-size: 25px;
}
#msg-box5-tx H3 {
  font-size: 25px;
}
#msg-box5-wt H3 {
  font-size: 25px;
}
#msg-box5-x3 H3 {
  font-size: 25px;
}
#msg-box5-s3 H3 {
  font-size: 25px;
}
#msg-box5-133 H3 {
  font-size: 36px;
}
#msg-box4-oo H3 {
  font-size: 30px;
}
#msg-box4-op H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-ot .mbr-section-title,
#social-buttons4-ot .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-pk H3 {
  font-size: 46px;
}
#header2-pk .mbr-section-title {
  text-align: left;
  font-size: 36px;
  color: #000000;
}
#header2-pk .mbr-section-text {
  color: #000000;
  font-size: 18px;
}
#msg-box8-pv .mbr-section-title,
#msg-box8-pv p {
  color: #fff;
}
#msg-box8-pv .mbr-section-title {
  color: #ffffff;
}
#msg-box5-q6 H3 {
  font-size: 25px;
}
#msg-box5-12w H3 {
  font-size: 25px;
}
#msg-box5-ty H3 {
  font-size: 25px;
}
#msg-box5-wu H3 {
  font-size: 25px;
}
#msg-box5-x4 H3 {
  font-size: 25px;
}
#msg-box5-s4 H3 {
  font-size: 25px;
}
#msg-box5-134 H3 {
  font-size: 36px;
}
#msg-box4-px H3 {
  font-size: 30px;
}
#msg-box4-py H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-q2 .mbr-section-title,
#social-buttons4-q2 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-w7 H3 {
  font-size: 46px;
}
#header2-w7 .mbr-section-title {
  text-align: left;
  font-size: 36px;
  color: #ffffff;
}
#header2-w7 .mbr-section-text {
  color: #ffffff;
  font-size: 18px;
}
#msg-box8-wl .mbr-section-title,
#msg-box8-wl p {
  color: #fff;
}
#msg-box8-wl .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-wn .mbr-section-title,
#msg-box8-wn p {
  color: #fff;
}
#msg-box8-wn .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-w8 .mbr-section-title,
#msg-box8-w8 p {
  color: #fff;
}
#msg-box8-w8 .mbr-section-title {
  color: #ffffff;
}
#msg-box5-w9 H3 {
  font-size: 25px;
}
#msg-box5-12x H3 {
  font-size: 25px;
}
#msg-box5-wb H3 {
  font-size: 25px;
}
#msg-box5-wy H3 {
  font-size: 25px;
}
#msg-box5-wc H3 {
  font-size: 25px;
}
#msg-box5-135 H3 {
  font-size: 36px;
}
#msg-box4-we H3 {
  font-size: 30px;
}
#msg-box4-wf H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-wj .mbr-section-title,
#social-buttons4-wj .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-k8 H3 {
  font-size: 46px;
}
#header2-k8 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-k8 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-k9 .mbr-section-title,
#msg-box8-k9 p {
  color: #fff;
}
#msg-box8-k9 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-kw .mbr-section-title,
#msg-box8-kw p {
  color: #fff;
}
#msg-box8-kw .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-kt P {
  text-align: left;
}
#msg-box8-kb .mbr-section-title,
#msg-box8-kb p {
  color: #fff;
}
#msg-box8-kb .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-kc P {
  text-align: left;
}
#msg-box8-ku .mbr-section-title,
#msg-box8-ku p {
  color: #fff;
}
#msg-box8-ku .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-kx P {
  text-align: left;
}
#msg-box8-kf .mbr-section-title,
#msg-box8-kf p {
  color: #fff;
}
#msg-box8-kf .lead P {
  text-align: left;
}
#msg-box8-kf .mbr-section-title {
  font-size: 36px;
}
#msg-box8-kh .mbr-section-title,
#msg-box8-kh p {
  color: #fff;
}
#msg-box8-kh .lead P {
  text-align: left;
}
#msg-box8-kh .mbr-section-title {
  font-size: 36px;
}
#msg-box5-ki P {
  font-size: 17px;
}
#msg-box8-kj .mbr-section-title,
#msg-box8-kj p {
  color: #fff;
}
#msg-box8-kj .mbr-section-title {
  color: #ffffff;
}
#msg-box5-wv H3 {
  font-size: 25px;
}
#msg-box5-s5 H3 {
  font-size: 25px;
}
#msg-box5-12y H3 {
  font-size: 25px;
}
#msg-box5-u0 H3 {
  font-size: 25px;
}
#msg-box5-ww H3 {
  font-size: 25px;
}
#msg-box5-wx H3 {
  font-size: 25px;
}
#msg-box5-136 H3 {
  font-size: 36px;
}
#msg-box4-kl H3 {
  font-size: 30px;
}
#msg-box4-l1 H3 {
  font-size: 30px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-kp .mbr-section-title,
#social-buttons4-kp .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-f8 H3 {
  font-size: 46px;
}
#header2-f8 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-f8 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-f9 .mbr-section-title,
#msg-box8-f9 p {
  color: #fff;
}
#msg-box8-f9 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-fj .mbr-section-title,
#msg-box8-fj p {
  color: #fff;
}
#msg-box8-fj .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-fm .mbr-section-title,
#msg-box8-fm p {
  color: #fff;
}
#msg-box8-fm .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-fq .mbr-section-title,
#msg-box8-fq p {
  color: #fff;
}
#msg-box8-fq .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-mq .mbr-section-title,
#msg-box8-mq p {
  color: #fff;
}
#msg-box8-mq .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-fb .mbr-section-title,
#msg-box8-fb p {
  color: #fff;
}
#msg-box8-fb .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-o9 H3 {
  font-size: 36px;
}
#msg-box5-fs H3 {
  font-size: 36px;
}
#msg-box8-fc .mbr-section-title,
#msg-box8-fc p {
  color: #fff;
}
#msg-box8-fc .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-fg .mbr-section-title,
#social-buttons4-fg .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-mt H3 {
  font-size: 46px;
}
#header2-mt .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-mt .mbr-section-text {
  color: #ffffff;
}
#msg-box8-mu .mbr-section-title,
#msg-box8-mu p {
  color: #fff;
}
#msg-box8-mu .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-mw .mbr-section-title,
#msg-box8-mw p {
  color: #fff;
}
#msg-box8-mw .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-my .mbr-section-title,
#msg-box8-my p {
  color: #fff;
}
#msg-box8-my .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-n0 .mbr-section-title,
#msg-box8-n0 p {
  color: #fff;
}
#msg-box8-n0 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-n2 .mbr-section-title,
#msg-box8-n2 p {
  color: #fff;
}
#msg-box8-n2 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-o3 .mbr-section-title,
#msg-box8-o3 p {
  color: #fff;
}
#msg-box8-o3 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-o5 .mbr-section-title,
#msg-box8-o5 p {
  color: #fff;
}
#msg-box8-o5 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-o6 .mbr-section-title,
#msg-box8-o6 p {
  color: #fff;
}
#msg-box8-o6 .mbr-section-title {
  color: #000000;
}
#msg-box8-o6 .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-n4 .mbr-section-title,
#msg-box8-n4 p {
  color: #fff;
}
#msg-box8-n4 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-o7 H3 {
  font-size: 36px;
}
#msg-box5-n5 H3 {
  font-size: 36px;
}
#msg-box8-n6 .mbr-section-title,
#msg-box8-n6 p {
  color: #fff;
}
#msg-box8-n6 .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-na .mbr-section-title,
#social-buttons4-na .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-v2 H3 {
  font-size: 46px;
}
#header2-v2 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-v2 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-v3 .mbr-section-title,
#msg-box8-v3 p {
  color: #fff;
}
#msg-box8-v3 .lead P {
  text-align: left;
}
#msg-box8-v3 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-vt .mbr-section-title,
#msg-box8-vt p {
  color: #fff;
}
#msg-box8-vt .lead P {
  text-align: left;
}
#msg-box8-vt .mbr-section-title {
  font-size: 36px;
}
#msg-box8-vy .mbr-section-title,
#msg-box8-vy p {
  color: #fff;
}
#msg-box8-vy .lead P {
  text-align: left;
}
#msg-box8-vy .mbr-section-title {
  font-size: 36px;
}
#msg-box8-vv .mbr-section-title,
#msg-box8-vv p {
  color: #fff;
}
#msg-box8-vv .lead P {
  text-align: left;
}
#msg-box8-vv .mbr-section-title {
  font-size: 36px;
}
#msg-box8-v5 .mbr-section-title,
#msg-box8-v5 p {
  color: #fff;
}
#msg-box8-v5 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-v6 P {
  text-align: left;
}
#msg-box8-v7 .mbr-section-title,
#msg-box8-v7 p {
  color: #fff;
}
#msg-box8-v7 .lead P {
  text-align: left;
}
#msg-box8-v7 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-vx .mbr-section-title,
#msg-box8-vx p {
  color: #fff;
}
#msg-box8-vx .mbr-section-title {
  color: #ffffff;
}
#msg-box5-w4 H3 {
  font-size: 25px;
}
#msg-box5-vh H3 {
  font-size: 25px;
}
#msg-box5-yv H3 {
  font-size: 25px;
}
#msg-box4-154 H3 {
  font-size: 36px;
}
#msg-box4-15z H3 {
  font-size: 36px;
}
#msg-box4-vk H3 {
  font-size: 36px;
}
#msg-box4-vl H3 {
  font-size: 36px;
}
#msg-box4-15i H3 {
  font-size: 30px;
}
#msg-box8-vi .mbr-section-title,
#msg-box8-vi p {
  color: #fff;
}
#msg-box8-vi .mbr-section-title {
  color: #000000;
}
#msg-box8-vi .lead P {
  color: #000000;
}
#msg-box8-vi .lead {
  color: #ffffff;
}
#msg-box8-vn .mbr-section-title,
#msg-box8-vn p {
  color: #fff;
}
#msg-box8-vn .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-vr .mbr-section-title,
#social-buttons4-vr .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-s7 H3 {
  font-size: 46px;
}
#header2-s7 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-s7 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-s8 .mbr-section-title,
#msg-box8-s8 p {
  color: #fff;
}
#msg-box8-s8 .lead P {
  text-align: left;
}
#msg-box8-s8 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-sa .mbr-section-title,
#msg-box8-sa p {
  color: #fff;
}
#msg-box8-sa .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-sb P {
  text-align: left;
}
#msg-box8-yi .mbr-section-title,
#msg-box8-yi p {
  color: #fff;
}
#msg-box8-yi .mbr-section-title {
  color: #ffffff;
}
#msg-box5-yj H3 {
  font-size: 25px;
}
#msg-box5-w5 H3 {
  font-size: 25px;
}
#msg-box5-yw H3 {
  font-size: 25px;
}
#msg-box4-155 H3 {
  font-size: 36px;
}
#msg-box4-160 H3 {
  font-size: 36px;
}
#msg-box4-so H3 {
  font-size: 36px;
}
#msg-box4-t2 H3 {
  font-size: 36px;
}
#msg-box8-sm .mbr-section-title,
#msg-box8-sm p {
  color: #fff;
}
#msg-box8-sm .mbr-section-title {
  color: #000000;
}
#msg-box8-sm .lead P {
  color: #000000;
}
#msg-box8-sm .lead {
  color: #ffffff;
}
#msg-box4-15k H3 {
  font-size: 30px;
}
#msg-box8-sr .mbr-section-title,
#msg-box8-sr p {
  color: #fff;
}
#msg-box8-sr .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-sv .mbr-section-title,
#social-buttons4-sv .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-lw H3 {
  font-size: 46px;
}
#header2-lw .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-lw .mbr-section-text {
  color: #ffffff;
}
#msg-box8-m1 .mbr-section-title,
#msg-box8-m1 p {
  color: #fff;
}
#msg-box8-m1 .lead P {
  text-align: left;
}
#msg-box8-m1 .mbr-section-title {
  font-size: 36px;
}
#msg-box5-m0 P {
  text-align: left;
}
#msg-box8-ym .mbr-section-title,
#msg-box8-ym p {
  color: #fff;
}
#msg-box8-ym .mbr-section-title {
  color: #ffffff;
}
#msg-box5-yn H3 {
  font-size: 25px;
}
#msg-box5-yo H3 {
  font-size: 25px;
}
#msg-box5-t0 H3 {
  font-size: 25px;
}
#msg-box5-yx H3 {
  font-size: 25px;
}
#msg-box4-156 H3 {
  font-size: 36px;
}
#msg-box4-161 H3 {
  font-size: 36px;
}
#msg-box4-md H3 {
  font-size: 36px;
}
#msg-box8-mb .mbr-section-title,
#msg-box8-mb p {
  color: #fff;
}
#msg-box8-mb .mbr-section-title {
  color: #000000;
}
#msg-box8-mb .lead P {
  color: #000000;
}
#msg-box8-mb .lead {
  color: #ffffff;
}
#msg-box4-15l H3 {
  font-size: 30px;
}
#msg-box8-mf .mbr-section-title,
#msg-box8-mf p {
  color: #fff;
}
#msg-box8-mf .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-mj .mbr-section-title,
#social-buttons4-mj .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-xt H3 {
  font-size: 46px;
}
#header2-xt .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-xt .mbr-section-text {
  color: #ffffff;
}
#msg-box8-ya .mbr-section-title,
#msg-box8-ya p {
  color: #fff;
}
#msg-box8-ya .lead P {
  text-align: left;
}
#msg-box8-ya .mbr-section-title {
  font-size: 36px;
}
#msg-box8-yb .mbr-section-title,
#msg-box8-yb p {
  color: #fff;
}
#msg-box8-yb .lead P {
  text-align: left;
}
#msg-box8-yb .mbr-section-title {
  font-size: 36px;
}
#msg-box8-yc .mbr-section-title,
#msg-box8-yc p {
  color: #fff;
}
#msg-box8-yc .lead P {
  text-align: left;
}
#msg-box8-yc .mbr-section-title {
  font-size: 36px;
}
#msg-box8-xv .mbr-section-title,
#msg-box8-xv p {
  color: #fff;
}
#msg-box8-xv .lead P {
  text-align: left;
}
#msg-box8-xv .mbr-section-title {
  font-size: 36px;
}
#msg-box5-xw P {
  text-align: left;
}
#msg-box8-yq .mbr-section-title,
#msg-box8-yq p {
  color: #fff;
}
#msg-box8-yq .mbr-section-title {
  color: #ffffff;
}
#msg-box5-yr H3 {
  font-size: 25px;
}
#msg-box5-ys H3 {
  font-size: 25px;
}
#msg-box5-xy H3 {
  font-size: 25px;
}
#msg-box4-157 H3 {
  font-size: 36px;
}
#msg-box4-162 H3 {
  font-size: 36px;
}
#msg-box4-y1 H3 {
  font-size: 36px;
}
#msg-box8-xz .mbr-section-title,
#msg-box8-xz p {
  color: #fff;
}
#msg-box8-xz .mbr-section-title {
  color: #000000;
}
#msg-box8-xz .lead P {
  color: #000000;
}
#msg-box8-xz .lead {
  color: #ffffff;
}
#msg-box4-y2 H3 {
  font-size: 30px;
}
#msg-box8-y3 .mbr-section-title,
#msg-box8-y3 p {
  color: #fff;
}
#msg-box8-y3 .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-y7 .mbr-section-title,
#social-buttons4-y7 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-11z H3 {
  font-size: 46px;
}
#header2-11z .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-11z .mbr-section-text {
  color: #ffffff;
}
#msg-box8-120 .mbr-section-title,
#msg-box8-120 p {
  color: #fff;
}
#msg-box8-120 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-121 P {
  text-align: left;
}
#msg-box8-12d .mbr-section-title,
#msg-box8-12d p {
  color: #fff;
}
#msg-box8-12d .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-12e P {
  text-align: left;
}
#msg-box8-12f .mbr-section-title,
#msg-box8-12f p {
  color: #fff;
}
#msg-box8-12f .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-12g P {
  text-align: left;
}
#msg-box8-12h .mbr-section-title,
#msg-box8-12h p {
  color: #fff;
}
#msg-box8-12h .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-12l .mbr-section-title,
#msg-box8-12l p {
  color: #fff;
}
#msg-box8-12l .mbr-section-title {
  color: #000000;
}
#msg-box8-12l .lead P {
  color: #000000;
  text-align: left;
}
#msg-box8-12j .mbr-section-title,
#msg-box8-12j p {
  color: #fff;
}
#msg-box8-12j .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box8-12m .mbr-section-title,
#msg-box8-12m p {
  color: #fff;
}
#msg-box8-12m .mbr-section-title {
  color: #000000;
}
#msg-box8-12m .lead P {
  color: #000000;
  text-align: left;
}
#msg-box4-150 H3 {
  font-size: 36px;
}
#msg-box4-15t H3 {
  font-size: 36px;
}
#msg-box8-122 .mbr-section-title,
#msg-box8-122 p {
  color: #fff;
}
#msg-box8-122 .lead P {
  text-align: left;
}
#msg-box8-122 .mbr-section-title {
  font-size: 36px;
}
#msg-box4-15n H3 {
  font-size: 30px;
}
#msg-box5-123 H3 {
  font-size: 36px;
}
#msg-box5-124 H3 {
  font-size: 36px;
}
#msg-box5-125 H3 {
  font-size: 36px;
}
#msg-box8-127 .mbr-section-title,
#msg-box8-127 p {
  color: #fff;
}
#msg-box8-127 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-12b .mbr-section-title,
#social-buttons4-12b .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-cy H3 {
  font-size: 46px;
}
#header2-cy .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-cy .mbr-section-text {
  color: #ffffff;
}
#msg-box4-15u H3 {
  font-size: 36px;
}
#msg-box8-d1 .mbr-section-title,
#msg-box8-d1 p {
  color: #fff;
}
#msg-box8-d1 .lead P {
  text-align: left;
}
#msg-box8-d1 .mbr-section-title {
  font-size: 36px;
}
#msg-box5-12p H3 {
  font-size: 36px;
}
#msg-box5-ds H3 {
  font-size: 36px;
}
#msg-box5-pi H3 {
  font-size: 36px;
}
#msg-box8-d4 .mbr-section-title,
#msg-box8-d4 p {
  color: #fff;
}
#msg-box8-d4 .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-d8 .mbr-section-title,
#social-buttons4-d8 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-p0 H3 {
  font-size: 46px;
}
#header2-p0 .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-p0 .mbr-section-text {
  color: #ffffff;
}
#msg-box8-p9 .mbr-section-title,
#msg-box8-p9 p {
  color: #fff;
}
#msg-box8-p9 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-pa P {
  text-align: left;
}
#msg-box8-pb .mbr-section-title,
#msg-box8-pb p {
  color: #fff;
}
#msg-box8-pb .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-pc P {
  text-align: left;
}
#msg-box8-pd .mbr-section-title,
#msg-box8-pd p {
  color: #fff;
}
#msg-box8-pd .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-pe P {
  text-align: left;
}
#msg-box8-pf .mbr-section-title,
#msg-box8-pf p {
  color: #fff;
}
#msg-box8-pf .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-pg P {
  text-align: left;
}
#msg-box8-p1 .mbr-section-title,
#msg-box8-p1 p {
  color: #fff;
}
#msg-box8-p1 .lead P {
  text-align: left;
}
#msg-box8-p1 .mbr-section-title {
  font-size: 36px;
}
#msg-box5-12q H3 {
  font-size: 36px;
}
#msg-box5-p2 H3 {
  font-size: 36px;
}
#msg-box8-p3 .mbr-section-title,
#msg-box8-p3 p {
  color: #fff;
}
#msg-box8-p3 .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-p7 .mbr-section-title,
#social-buttons4-p7 .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-df H3 {
  font-size: 46px;
}
#header2-df .mbr-section-title {
  text-align: left;
  font-size: 36px;
}
#header2-df .mbr-section-text {
  color: #ffffff;
}
#msg-box8-dg .mbr-section-title,
#msg-box8-dg p {
  color: #fff;
}
#msg-box8-dg .lead P {
  text-align: left;
}
#msg-box8-dg .mbr-section-title {
  font-size: 36px;
}
#msg-box5-12r H3 {
  font-size: 36px;
}
#msg-box5-dt H3 {
  font-size: 36px;
}
#msg-box8-di .mbr-section-title,
#msg-box8-di p {
  color: #fff;
}
#msg-box8-di .mbr-section-title {
  color: #ffffff;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-dm .mbr-section-title,
#social-buttons4-dm .btn-social {
  color: #fff;
}


#menu-16w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-16w .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .navbar-toggler {
  color: #00a885;
}
#menu-16w .link,
#menu-16w .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-16w .link {
  font-size: 0.9rem;
}
#menu-16w .dropdown-item,
#menu-16w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-16w .link:hover,
#menu-16w .dropdown-item:hover,
#menu-16w .link:focus,
#menu-16w .dropdown-item:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-menu {
  background: #d6d6d6;
}
#menu-16w .nav-dropdown-sm .link:focus,
#menu-16w .nav-dropdown-sm .link:hover,
#menu-16w .nav-dropdown-sm .dropdown-item:focus,
#menu-16w .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-16w .navbar,
#menu-16w .nav-dropdown-sm,
#menu-16w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-16w .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-16w .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-16w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-16w .bg-color.transparent.opened .link:hover,
#menu-16w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-16w .link[aria-expanded="true"],
#menu-16w .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-16w.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-16w .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-16w .close-icon::before,
#menu-16w .close-icon::after {
  background-color: #00a885;
}
#menu-16w .btn {
  font-size: 10px;
}
#header2-uo H3 {
  font-size: 46px;
}
#header2-uo .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#header2-uo .mbr-section-text {
  color: #ffffff;
}
#msg-box8-up .mbr-section-title,
#msg-box8-up p {
  color: #fff;
}
#msg-box8-up .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-uq P {
  text-align: left;
}
#msg-box8-ux .mbr-section-title,
#msg-box8-ux p {
  color: #fff;
}
#msg-box8-ux .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-uy P {
  text-align: left;
}
#msg-box8-uz .mbr-section-title,
#msg-box8-uz p {
  color: #fff;
}
#msg-box8-uz .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-v0 P {
  text-align: left;
}
#msg-box8-ur .mbr-section-title,
#msg-box8-ur p {
  color: #fff;
}
#msg-box8-ur .mbr-section-title {
  color: #000000;
}
#contacts4-174 P {
  color: #ffffff;
}
#contacts4-174 SPAN {
  color: #cccccc;
}
#contacts4-174 STRONG {
  color: #cccccc;
}
#contacts4-174 UL {
  color: #ffffff;
}
#contacts4-174 .mbr-contacts p {
  color: #ffffff;
}
#social-buttons4-uv .mbr-section-title,
#social-buttons4-uv .btn-social {
  color: #fff;
}



#menu-17c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17c .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-17c .navbar-toggler {
  color: #00a885;
}
#menu-17c .link,
#menu-17c .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-17c .link {
  font-size: 0.9rem;
}
#menu-17c .dropdown-item,
#menu-17c .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-17c .link:hover,
#menu-17c .dropdown-item:hover,
#menu-17c .link:focus,
#menu-17c .dropdown-item:focus {
  color: #ffffff;
}
#menu-17c .link[aria-expanded="true"],
#menu-17c .dropdown-menu {
  background: #d6d6d6;
}
#menu-17c .nav-dropdown-sm .link:focus,
#menu-17c .nav-dropdown-sm .link:hover,
#menu-17c .nav-dropdown-sm .dropdown-item:focus,
#menu-17c .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-17c .navbar,
#menu-17c .nav-dropdown-sm,
#menu-17c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17c .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-17c .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-17c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17c .bg-color.transparent.opened .link:hover,
#menu-17c .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-17c .link[aria-expanded="true"],
#menu-17c .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#menu-17c.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-17c .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-17c .close-icon::before,
#menu-17c .close-icon::after {
  background-color: #00a885;
}
#menu-17c .btn {
  font-size: 10px;
}
#msg-box8-17i .mbr-section-title,
#msg-box8-17i .lead {
  color: #fff;
}
#gallery2-17h LI {
  font-family: 'Oxygen', sans-serif;
}
#msg-box1-17l H3 {
  font-size: 36px;
  text-align: center;
}
#msg-box1-17l H2 {
  color: #28324e;
  font-size: 18px;
}
#contacts4-17d P {
  color: #ffffff;
}
#contacts4-17d SPAN {
  color: #cccccc;
}
#contacts4-17d STRONG {
  color: #cccccc;
}
#contacts4-17d UL {
  color: #ffffff;
}
#contacts4-17d .mbr-contacts p {
  color: #ffffff;
}


#menu-17o .hide-buttons .nav-btn {
  display: none !important;
}
#menu-17o .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-17o .navbar-toggler {
  color: #00a885;
}
#menu-17o .link,
#menu-17o .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-17o .link {
  font-size: 0.9rem;
}
#menu-17o .dropdown-item,
#menu-17o .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-17o .link:hover,
#menu-17o .dropdown-item:hover,
#menu-17o .link:focus,
#menu-17o .dropdown-item:focus {
  color: #ffffff;
}
#menu-17o .link[aria-expanded="true"],
#menu-17o .dropdown-menu {
  background: #d6d6d6;
}
#menu-17o .nav-dropdown-sm .link:focus,
#menu-17o .nav-dropdown-sm .link:hover,
#menu-17o .nav-dropdown-sm .dropdown-item:focus,
#menu-17o .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-17o .navbar,
#menu-17o .nav-dropdown-sm,
#menu-17o .nav-dropdown-sm .link[aria-expanded="true"],
#menu-17o .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-17o .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-17o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-17o .bg-color.transparent.opened .link:hover,
#menu-17o .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-17o .link[aria-expanded="true"],
#menu-17o .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#menu-17o.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-17o .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-17o .close-icon::before,
#menu-17o .close-icon::after {
  background-color: #00a885;
}
#menu-17o .btn {
  font-size: 10px;
}
#msg-box8-17r .mbr-section-title,
#msg-box8-17r .lead {
  color: #fff;
}
#msg-box8-17r .mbr-section-title {
  font-size: 36px;
}
#msg-box4-17v H3 {
  font-size: 36px;
}
#header3-17x .mbr-section-title,
#header3-17x .mbr-section-subtitle {
  text-align: center;
}
#header3-17x .mbr-section-title {
  font-size: 36px;
}
#header3-17s .mbr-section-title,
#header3-17s .mbr-section-subtitle {
  text-align: center;
}
#header3-17s .mbr-section-title {
  font-size: 36px;
}
#msg-box4-183 H3 {
  font-size: 36px;
}
#header3-181 .mbr-section-title,
#header3-181 .mbr-section-subtitle {
  text-align: center;
}
#header3-181 .mbr-section-title {
  font-size: 36px;
}
#content1-182 P {
  text-align: left;
}
#contacts4-17p P {
  color: #ffffff;
}
#contacts4-17p SPAN {
  color: #cccccc;
}
#contacts4-17p STRONG {
  color: #cccccc;
}
#contacts4-17p UL {
  color: #ffffff;
}
#contacts4-17p .mbr-contacts p {
  color: #ffffff;
}


#menu-185 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-185 .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-185 .navbar-toggler {
  color: #00a885;
}
#menu-185 .link,
#menu-185 .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-185 .link {
  font-size: 0.9rem;
}
#menu-185 .dropdown-item,
#menu-185 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-185 .link:hover,
#menu-185 .dropdown-item:hover,
#menu-185 .link:focus,
#menu-185 .dropdown-item:focus {
  color: #ffffff;
}
#menu-185 .link[aria-expanded="true"],
#menu-185 .dropdown-menu {
  background: #d6d6d6;
}
#menu-185 .nav-dropdown-sm .link:focus,
#menu-185 .nav-dropdown-sm .link:hover,
#menu-185 .nav-dropdown-sm .dropdown-item:focus,
#menu-185 .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-185 .navbar,
#menu-185 .nav-dropdown-sm,
#menu-185 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-185 .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-185 .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-185 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-185 .bg-color.transparent.opened .link:hover,
#menu-185 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-185 .link[aria-expanded="true"],
#menu-185 .dropdown-item[aria-expanded="true"] {
  color: #7c706b!important;
}
#menu-185.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-185 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-185 .close-icon::before,
#menu-185 .close-icon::after {
  background-color: #00a885;
}
#menu-185 .btn {
  font-size: 10px;
}
#msg-box8-188 .mbr-section-title,
#msg-box8-188 .lead {
  color: #fff;
}
#msg-box8-188 .mbr-section-title {
  font-size: 36px;
}
#header3-18b .mbr-section-title,
#header3-18b .mbr-section-subtitle {
  text-align: center;
}
#header3-18b .mbr-section-title {
  font-size: 36px;
}
#header3-18e .mbr-section-title,
#header3-18e .mbr-section-subtitle {
  text-align: center;
}
#header3-18e .mbr-section-title {
  font-size: 36px;
}
#header3-18g .mbr-section-title,
#header3-18g .mbr-section-subtitle {
  text-align: center;
}
#header3-18g .mbr-section-title {
  font-size: 36px;
}
#header3-18i .mbr-section-title,
#header3-18i .mbr-section-subtitle {
  text-align: center;
}
#header3-18i .mbr-section-title {
  font-size: 36px;
}
#contacts4-186 P {
  color: #ffffff;
}
#contacts4-186 SPAN {
  color: #cccccc;
}
#contacts4-186 STRONG {
  color: #cccccc;
}
#contacts4-186 UL {
  color: #ffffff;
}
#contacts4-186 .mbr-contacts p {
  color: #ffffff;
}


#msg-box5-18n H3 {
  font-size: 36px;
}
#header3-18p .mbr-section-title,
#header3-18p .mbr-section-subtitle {
  text-align: center;
}
#header3-18p .mbr-section-title {
  font-size: 32px;
}
#menu-18k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-18k .navbar-caption {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Oxygen', sans-serif;
}
#menu-18k .navbar-toggler {
  color: #00a885;
}
#menu-18k .link,
#menu-18k .dropdown-item {
  color: #00a885;
  font-family: 'Oxygen', sans-serif;
}
#menu-18k .link {
  font-size: 0.9rem;
}
#menu-18k .dropdown-item,
#menu-18k .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-18k .link:hover,
#menu-18k .dropdown-item:hover,
#menu-18k .link:focus,
#menu-18k .dropdown-item:focus {
  color: #ffffff;
}
#menu-18k .link[aria-expanded="true"],
#menu-18k .dropdown-menu {
  background: #d6d6d6;
}
#menu-18k .nav-dropdown-sm .link:focus,
#menu-18k .nav-dropdown-sm .link:hover,
#menu-18k .nav-dropdown-sm .dropdown-item:focus,
#menu-18k .nav-dropdown-sm .dropdown-item:hover {
  background: #e7e7e7!important;
}
#menu-18k .navbar,
#menu-18k .nav-dropdown-sm,
#menu-18k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-18k .nav-dropdown-sm .dropdown-menu {
  background: #efefef;
}
#menu-18k .bg-color.transparent .link {
  color: #00a885;
  transition: none;
}
#menu-18k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-18k .bg-color.transparent.opened .link:hover,
#menu-18k .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-18k .link[aria-expanded="true"],
#menu-18k .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#menu-18k.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-18k .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-18k .close-icon::before,
#menu-18k .close-icon::after {
  background-color: #00a885;
}
#menu-18k .btn {
  font-size: 10px;
}
#msg-box5-18u H3 {
  font-size: 36px;
}
#msg-box4-18v H3 {
  font-size: 36px;
}
#msg-box4-18w H3 {
  font-size: 36px;
}
#contacts4-18l P {
  color: #ffffff;
}
#contacts4-18l SPAN {
  color: #cccccc;
}
#contacts4-18l STRONG {
  color: #cccccc;
}
#contacts4-18l UL {
  color: #ffffff;
}
#contacts4-18l .mbr-contacts p {
  color: #ffffff;
}
