@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', 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: 'Montserrat', 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: 'Montserrat', sans-serif;
}
.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: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #2b0680 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #2b0680;
  border-color: #2b0680;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #120337;
  border-color: #120337;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #120337 !important;
  border-color: #120337 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !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: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !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: #0a011f;
  color: #0a011f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2b0680;
  border-color: #2b0680;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0680 !important;
  border-color: #2b0680 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !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: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !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: #2b0680 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #2b0680;
}
.btn-social:hover {
  background: #2b0680;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #2b0680;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #2b0680;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2b0680;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2b0680;
}
.lead a,
.lead a:hover {
  color: #2b0680;
}
.lead blockquote {
  border-color: #2b0680;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5612f4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.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: #2b0680;
}
.scrollToTop_wraper {
  display: none;
}
.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;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-0 .navbar-toggler {
  color: #28324e;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #28324e;
}
#ext_menu-0 .link {
  font-size: 0.9rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-0 A {
  font-size: 14px;
}
#content1-19 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-19 DIV {
  text-align: center;
}
#content1-19 B {
  font-size: 18px;
}
#msg-box6-8 h3,
#msg-box6-8 p {
  color: #fff;
}
#msg-box6-8 P {
  color: #000000;
  text-align: left;
}
#header3-6p .mbr-section-title,
#header3-6p .mbr-section-subtitle {
  text-align: center;
}
#header3-6p .mbr-section-title {
  font-size: 24px;
  text-align: left;
}
#header3-6p .mbr-section-subtitle {
  text-align: left;
}
#header3-1c .mbr-section-title,
#header3-1c .mbr-section-subtitle {
  text-align: center;
}
#header3-1c .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: center;
}
#content1-1 DIV {
  color: #000000;
}
#content1-1 P {
  font-size: 18px;
}
#msg-box3-47 .mbr-section-title,
#msg-box3-47 .lead {
  color: #000;
}
#msg-box3-47 .btn {
  font-size: 15px;
}
#footer1-6 P {
  color: #000000;
}
#contacts1-1j P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
#header3-6c .mbr-section-title,
#header3-6c .mbr-section-subtitle {
  text-align: center;
}
#header3-6c .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#features4-6b .card-subtitle {
  color: #bcbcbc;
}
#features4-6b .iconbox {
  background-color: #ffffff;
  border-color: #ffffff;
}

#ext_menu-3h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3h .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-3h .navbar-toggler {
  color: #28324e;
}
#ext_menu-3h .close-icon::before,
#ext_menu-3h .close-icon::after {
  background-color: #28324e;
}
#ext_menu-3h .link,
#ext_menu-3h .dropdown-item {
  color: #28324e;
}
#ext_menu-3h .link {
  font-size: 0.9rem;
}
#ext_menu-3h .dropdown-item,
#ext_menu-3h .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-3h .link:hover,
#ext_menu-3h .dropdown-item:hover,
#ext_menu-3h .link:focus,
#ext_menu-3h .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-3h .link[aria-expanded="true"],
#ext_menu-3h .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-3h .nav-dropdown-sm .link:focus,
#ext_menu-3h .nav-dropdown-sm .link:hover,
#ext_menu-3h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-3h .navbar,
#ext_menu-3h .nav-dropdown-sm,
#ext_menu-3h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-3h .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-3h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3h .bg-color.transparent.opened .link:hover,
#ext_menu-3h .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-3h .link[aria-expanded="true"],
#ext_menu-3h .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-3h A {
  font-size: 14px;
}
#content1-38 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-38 DIV {
  text-align: center;
}
#header3-39 .mbr-section-title,
#header3-39 .mbr-section-subtitle {
  text-align: center;
}
#header3-39 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 30px;
}
#footer1-3i P {
  color: #000000;
}
#contacts1-3j P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-1y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1y .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-1y .navbar-toggler {
  color: #28324e;
}
#ext_menu-1y .close-icon::before,
#ext_menu-1y .close-icon::after {
  background-color: #28324e;
}
#ext_menu-1y .link,
#ext_menu-1y .dropdown-item {
  color: #28324e;
}
#ext_menu-1y .link {
  font-size: 0.9rem;
}
#ext_menu-1y .dropdown-item,
#ext_menu-1y .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-1y .link:hover,
#ext_menu-1y .dropdown-item:hover,
#ext_menu-1y .link:focus,
#ext_menu-1y .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-1y .nav-dropdown-sm .link:focus,
#ext_menu-1y .nav-dropdown-sm .link:hover,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-1y .navbar,
#ext_menu-1y .nav-dropdown-sm,
#ext_menu-1y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1y .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-1y .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-1y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1y .bg-color.transparent.opened .link:hover,
#ext_menu-1y .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-1y A {
  font-size: 14px;
}
#content1-1r P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-1r DIV {
  text-align: center;
}
#header3-1u .mbr-section-title,
#header3-1u .mbr-section-subtitle {
  text-align: center;
}
#header3-1u .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#msg-box5-7d H3 {
  font-size: 19px;
}
#msg-box5-7d P {
  text-align: left;
}
#footer1-22 P {
  color: #000000;
}
#contacts1-24 P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-4j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4j .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-4j .navbar-toggler {
  color: #28324e;
}
#ext_menu-4j .close-icon::before,
#ext_menu-4j .close-icon::after {
  background-color: #28324e;
}
#ext_menu-4j .link,
#ext_menu-4j .dropdown-item {
  color: #28324e;
}
#ext_menu-4j .link {
  font-size: 0.9rem;
}
#ext_menu-4j .dropdown-item,
#ext_menu-4j .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-4j .link:hover,
#ext_menu-4j .dropdown-item:hover,
#ext_menu-4j .link:focus,
#ext_menu-4j .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-4j .link[aria-expanded="true"],
#ext_menu-4j .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-4j .nav-dropdown-sm .link:focus,
#ext_menu-4j .nav-dropdown-sm .link:hover,
#ext_menu-4j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4j .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-4j .navbar,
#ext_menu-4j .nav-dropdown-sm,
#ext_menu-4j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4j .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-4j .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-4j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4j .bg-color.transparent.opened .link:hover,
#ext_menu-4j .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-4j .link[aria-expanded="true"],
#ext_menu-4j .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-4j A {
  font-size: 14px;
}
#content1-4k P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-4k DIV {
  text-align: center;
}
#header3-4l .mbr-section-title,
#header3-4l .mbr-section-subtitle {
  text-align: center;
}
#header3-4l .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#header3-4o .mbr-section-title,
#header3-4o .mbr-section-subtitle {
  text-align: center;
}
#header3-4o .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #1da344;
}
#header3-4x .mbr-section-title,
#header3-4x .mbr-section-subtitle {
  text-align: center;
}
#header3-4x .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #14622b;
}
#footer1-4q P {
  color: #000000;
}
#contacts1-4r P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-4z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4z .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-4z .navbar-toggler {
  color: #28324e;
}
#ext_menu-4z .close-icon::before,
#ext_menu-4z .close-icon::after {
  background-color: #28324e;
}
#ext_menu-4z .link,
#ext_menu-4z .dropdown-item {
  color: #28324e;
}
#ext_menu-4z .link {
  font-size: 0.9rem;
}
#ext_menu-4z .dropdown-item,
#ext_menu-4z .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-4z .link:hover,
#ext_menu-4z .dropdown-item:hover,
#ext_menu-4z .link:focus,
#ext_menu-4z .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-4z .link[aria-expanded="true"],
#ext_menu-4z .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-4z .nav-dropdown-sm .link:focus,
#ext_menu-4z .nav-dropdown-sm .link:hover,
#ext_menu-4z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4z .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-4z .navbar,
#ext_menu-4z .nav-dropdown-sm,
#ext_menu-4z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4z .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-4z .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-4z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4z .bg-color.transparent.opened .link:hover,
#ext_menu-4z .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-4z .link[aria-expanded="true"],
#ext_menu-4z .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-4z A {
  font-size: 14px;
}
#content1-50 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-50 DIV {
  text-align: center;
}
#header3-51 .mbr-section-title,
#header3-51 .mbr-section-subtitle {
  text-align: center;
}
#header3-51 .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#header3-6x .mbr-section-title,
#header3-6x .mbr-section-subtitle {
  text-align: center;
}
#header3-6x .mbr-section-title {
  font-size: 36px;
}
#header3-6z .mbr-section-title,
#header3-6z .mbr-section-subtitle {
  text-align: center;
}
#header3-6z .mbr-section-title {
  font-size: 36px;
  text-align: left;
}
#footer1-56 P {
  color: #000000;
}
#contacts1-57 P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-59 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-59 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-59 .navbar-toggler {
  color: #28324e;
}
#ext_menu-59 .close-icon::before,
#ext_menu-59 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-59 .link,
#ext_menu-59 .dropdown-item {
  color: #28324e;
}
#ext_menu-59 .link {
  font-size: 0.9rem;
}
#ext_menu-59 .dropdown-item,
#ext_menu-59 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-59 .link:hover,
#ext_menu-59 .dropdown-item:hover,
#ext_menu-59 .link:focus,
#ext_menu-59 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-59 .link[aria-expanded="true"],
#ext_menu-59 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-59 .nav-dropdown-sm .link:focus,
#ext_menu-59 .nav-dropdown-sm .link:hover,
#ext_menu-59 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-59 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-59 .navbar,
#ext_menu-59 .nav-dropdown-sm,
#ext_menu-59 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-59 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-59 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-59 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-59 .bg-color.transparent.opened .link:hover,
#ext_menu-59 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-59 .link[aria-expanded="true"],
#ext_menu-59 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-59 A {
  font-size: 14px;
}
#content1-5a P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-5a DIV {
  text-align: center;
}
#header3-5b .mbr-section-title,
#header3-5b .mbr-section-subtitle {
  text-align: center;
}
#header3-5b .mbr-section-title {
  text-align: left;
  color: #ffffff;
  font-size: 25px;
}
#msg-box5-5j H3 {
  font-size: 25px;
}
#header3-5k .mbr-section-title,
#header3-5k .mbr-section-subtitle {
  text-align: center;
}
#header3-5k .mbr-section-title {
  font-size: 25px;
}
#header3-5f .mbr-section-title,
#header3-5f .mbr-section-subtitle {
  text-align: center;
}
#header3-5f .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #ebf6ee;
}
#header3-5q .mbr-section-title,
#header3-5q .mbr-section-subtitle {
  text-align: center;
}
#header3-5q .mbr-section-title {
  font-size: 25px;
  text-align: left;
  color: #ffffff;
}
#footer1-5g P {
  color: #000000;
}
#contacts1-5h P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-5r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-5r .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-5r .navbar-toggler {
  color: #28324e;
}
#ext_menu-5r .close-icon::before,
#ext_menu-5r .close-icon::after {
  background-color: #28324e;
}
#ext_menu-5r .link,
#ext_menu-5r .dropdown-item {
  color: #28324e;
}
#ext_menu-5r .link {
  font-size: 0.9rem;
}
#ext_menu-5r .dropdown-item,
#ext_menu-5r .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-5r .link:hover,
#ext_menu-5r .dropdown-item:hover,
#ext_menu-5r .link:focus,
#ext_menu-5r .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-5r .link[aria-expanded="true"],
#ext_menu-5r .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-5r .nav-dropdown-sm .link:focus,
#ext_menu-5r .nav-dropdown-sm .link:hover,
#ext_menu-5r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-5r .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-5r .navbar,
#ext_menu-5r .nav-dropdown-sm,
#ext_menu-5r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-5r .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-5r .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-5r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-5r .bg-color.transparent.opened .link:hover,
#ext_menu-5r .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-5r .link[aria-expanded="true"],
#ext_menu-5r .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-5r A {
  font-size: 14px;
}
#content1-5s P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-5s DIV {
  text-align: center;
}
#header3-5t .mbr-section-title,
#header3-5t .mbr-section-subtitle {
  text-align: center;
}
#header3-5t .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#footer1-5y P {
  color: #000000;
}
#contacts1-5z P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-61 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-61 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-61 .navbar-toggler {
  color: #28324e;
}
#ext_menu-61 .close-icon::before,
#ext_menu-61 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-61 .link,
#ext_menu-61 .dropdown-item {
  color: #28324e;
}
#ext_menu-61 .link {
  font-size: 0.9rem;
}
#ext_menu-61 .dropdown-item,
#ext_menu-61 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-61 .link:hover,
#ext_menu-61 .dropdown-item:hover,
#ext_menu-61 .link:focus,
#ext_menu-61 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-61 .link[aria-expanded="true"],
#ext_menu-61 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-61 .nav-dropdown-sm .link:focus,
#ext_menu-61 .nav-dropdown-sm .link:hover,
#ext_menu-61 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-61 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-61 .navbar,
#ext_menu-61 .nav-dropdown-sm,
#ext_menu-61 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-61 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-61 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-61 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-61 .bg-color.transparent.opened .link:hover,
#ext_menu-61 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-61 .link[aria-expanded="true"],
#ext_menu-61 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-61 A {
  font-size: 14px;
}
#content1-62 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-62 DIV {
  text-align: center;
}
#header3-63 .mbr-section-title,
#header3-63 .mbr-section-subtitle {
  text-align: center;
}
#header3-63 .mbr-section-title {
  color: #000000;
  font-size: 20px;
  text-align: left;
}
#footer1-64 P {
  color: #000000;
}
#contacts1-65 P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-6h .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6h .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-6h .navbar-toggler {
  color: #28324e;
}
#ext_menu-6h .close-icon::before,
#ext_menu-6h .close-icon::after {
  background-color: #28324e;
}
#ext_menu-6h .link,
#ext_menu-6h .dropdown-item {
  color: #28324e;
}
#ext_menu-6h .link {
  font-size: 0.9rem;
}
#ext_menu-6h .dropdown-item,
#ext_menu-6h .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-6h .link:hover,
#ext_menu-6h .dropdown-item:hover,
#ext_menu-6h .link:focus,
#ext_menu-6h .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-6h .link[aria-expanded="true"],
#ext_menu-6h .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-6h .nav-dropdown-sm .link:focus,
#ext_menu-6h .nav-dropdown-sm .link:hover,
#ext_menu-6h .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6h .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-6h .navbar,
#ext_menu-6h .nav-dropdown-sm,
#ext_menu-6h .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6h .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-6h .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-6h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6h .bg-color.transparent.opened .link:hover,
#ext_menu-6h .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-6h .link[aria-expanded="true"],
#ext_menu-6h .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-6h A {
  font-size: 14px;
}
#content1-6i P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-6i DIV {
  text-align: center;
}
#header3-6j .mbr-section-title,
#header3-6j .mbr-section-subtitle {
  text-align: center;
}
#header3-6j .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#msg-box5-6n P {
  text-align: left;
}
#msg-box5-6n H3 {
  text-align: left;
  font-size: 20px;
}
#footer1-6l P {
  color: #000000;
}
#contacts1-6m P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-6q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6q .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-6q .navbar-toggler {
  color: #28324e;
}
#ext_menu-6q .close-icon::before,
#ext_menu-6q .close-icon::after {
  background-color: #28324e;
}
#ext_menu-6q .link,
#ext_menu-6q .dropdown-item {
  color: #28324e;
}
#ext_menu-6q .link {
  font-size: 0.9rem;
}
#ext_menu-6q .dropdown-item,
#ext_menu-6q .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-6q .link:hover,
#ext_menu-6q .dropdown-item:hover,
#ext_menu-6q .link:focus,
#ext_menu-6q .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-6q .link[aria-expanded="true"],
#ext_menu-6q .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-6q .nav-dropdown-sm .link:focus,
#ext_menu-6q .nav-dropdown-sm .link:hover,
#ext_menu-6q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6q .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-6q .navbar,
#ext_menu-6q .nav-dropdown-sm,
#ext_menu-6q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6q .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-6q .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-6q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6q .bg-color.transparent.opened .link:hover,
#ext_menu-6q .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-6q .link[aria-expanded="true"],
#ext_menu-6q .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-6q A {
  font-size: 14px;
}
#content1-6r P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-6r DIV {
  text-align: center;
}
#header3-6s .mbr-section-title,
#header3-6s .mbr-section-subtitle {
  text-align: center;
}
#header3-6s .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#footer1-6u P {
  color: #000000;
}
#contacts1-6v P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#ext_menu-70 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-70 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-70 .navbar-toggler {
  color: #28324e;
}
#ext_menu-70 .close-icon::before,
#ext_menu-70 .close-icon::after {
  background-color: #28324e;
}
#ext_menu-70 .link,
#ext_menu-70 .dropdown-item {
  color: #28324e;
}
#ext_menu-70 .link {
  font-size: 0.9rem;
}
#ext_menu-70 .dropdown-item,
#ext_menu-70 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#ext_menu-70 .link:hover,
#ext_menu-70 .dropdown-item:hover,
#ext_menu-70 .link:focus,
#ext_menu-70 .dropdown-item:focus {
  color: #2b0680;
}
#ext_menu-70 .link[aria-expanded="true"],
#ext_menu-70 .dropdown-menu {
  background: #e6e6e6;
}
#ext_menu-70 .nav-dropdown-sm .link:focus,
#ext_menu-70 .nav-dropdown-sm .link:hover,
#ext_menu-70 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-70 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#ext_menu-70 .navbar,
#ext_menu-70 .nav-dropdown-sm,
#ext_menu-70 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-70 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#ext_menu-70 .bg-color.transparent .link {
  color: #28324e;
  transition: none;
}
#ext_menu-70 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-70 .bg-color.transparent.opened .link:hover,
#ext_menu-70 .bg-color.transparent.opened .link:focus {
  color: #2b0680;
}
#ext_menu-70 .link[aria-expanded="true"],
#ext_menu-70 .dropdown-item[aria-expanded="true"] {
  color: #41a85f!important;
}
#ext_menu-70 A {
  font-size: 14px;
}
#content1-71 P {
  text-align: center;
  font-size: 17px;
  color: #d14841;
}
#content1-71 DIV {
  text-align: center;
}
#header3-72 .mbr-section-title,
#header3-72 .mbr-section-subtitle {
  text-align: center;
}
#header3-72 .mbr-section-title {
  color: #000000;
  font-size: 25px;
  text-align: left;
}
#content1-77 DIV {
  color: #000000;
}
#msg-box4-7b H3 {
  font-size: 25px;
}
#msg-box5-7c H3 {
  font-size: 19px;
}
#msg-box5-7c P {
  text-align: left;
}
#footer1-75 P {
  color: #000000;
}
#contacts1-76 P {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
