@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,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 {
  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: '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: #4894bc !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #4894bc !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #4894bc;
  border-color: #4894bc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #316986;
  border-color: #316986;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #316986 !important;
  border-color: #316986 !important;
}
.btn-secondary {
  background-color: #2b4b6e;
  border-color: #2b4b6e;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #162637;
  border-color: #162637;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #162637 !important;
  border-color: #162637 !important;
}
.btn-info {
  background-color: #4894bc;
  border-color: #4894bc;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #316986;
  border-color: #316986;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #316986 !important;
  border-color: #316986 !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: #2a5a74;
  color: #2a5a74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4894bc;
  border-color: #4894bc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4894bc !important;
  border-color: #4894bc !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #0e1925;
  color: #0e1925;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2b4b6e;
  border-color: #2b4b6e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b4b6e !important;
  border-color: #2b4b6e !important;
}
.btn-info-outline {
  background: none;
  border-color: #2a5a74;
  color: #2a5a74;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4894bc;
  border-color: #4894bc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4894bc !important;
  border-color: #4894bc !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: #4894bc !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #4894bc !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #4894bc;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #4894bc;
}
.btn-social:hover {
  background: #4894bc;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #4894bc;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #4894bc;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4894bc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4894bc;
}
.lead a,
.lead a:hover {
  color: #4894bc;
}
.lead blockquote {
  border-color: #4894bc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5cbde;
}
.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: #a5cbde;
}
.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: #4894bc;
}
.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-1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1 .navbar-caption {
  color: #ffffff;
}
#menu-1 .navbar-toggler {
  color: #ffffff;
}
#menu-1 .close-icon::before,
#menu-1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1 .link,
#menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-1 .link {
  font-size: 0.85rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1 .link:hover,
#menu-1 .dropdown-item:hover,
#menu-1 .link:focus,
#menu-1 .dropdown-item:focus {
  color: #4894bc;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-menu {
  background: #000000;
}
#menu-1 .nav-dropdown-sm .link:focus,
#menu-1 .nav-dropdown-sm .link:hover,
#menu-1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1 .navbar,
#menu-1 .nav-dropdown-sm,
#menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1 .bg-color.transparent.opened .link:hover,
#menu-1 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#extHeader7-7q .btn {
  font-size: 16px;
}
#extHeader7-7q H3 {
  font-size: 80px;
}
#extHeader7-7q SPAN {
  color: #ffffff;
}
#features6-7p H5 {
  color: #000000;
}
#msg-box8-fw .mbr-section-title {
  color: #000000;
}
#extToggle1-i H1 {
  text-align: center;
  font-size: 48px;
}
#contacts3-9 SPAN {
  color: #ffffff;
}
#contacts3-9 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-9 .btn {
  font-family: 'Roboto', sans-serif;
}




#menu-14 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-14 .navbar-caption {
  color: #ffffff;
}
#menu-14 .navbar-toggler {
  color: #ffffff;
}
#menu-14 .close-icon::before,
#menu-14 .close-icon::after {
  background-color: #ffffff;
}
#menu-14 .link,
#menu-14 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-14 .link {
  font-size: 0.85rem;
}
#menu-14 .dropdown-item,
#menu-14 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-14 .link:hover,
#menu-14 .dropdown-item:hover,
#menu-14 .link:focus,
#menu-14 .dropdown-item:focus {
  color: #4894bc;
}
#menu-14 .link[aria-expanded="true"],
#menu-14 .dropdown-menu {
  background: #000000;
}
#menu-14 .nav-dropdown-sm .link:focus,
#menu-14 .nav-dropdown-sm .link:hover,
#menu-14 .nav-dropdown-sm .dropdown-item:focus,
#menu-14 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-14 .navbar,
#menu-14 .nav-dropdown-sm,
#menu-14 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-14 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-14 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-14 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-14 .bg-color.transparent.opened .link:hover,
#menu-14 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-14 .link[aria-expanded="true"],
#menu-14 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-17 .mbr-section-title,
#msg-box8-17 p {
  color: #fff;
}
#msg-box8-17 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-g2 .mbr-section-title,
#msg-box8-g2 p {
  color: #fff;
}
#msg-box8-g2 .mbr-section-title {
  color: #000000;
}
#content1-18 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-18 UL {
  font-family: 'Open Sans', sans-serif;
}
#contacts3-15 SPAN {
  color: #ffffff;
}
#contacts3-15 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-15 .btn {
  font-family: 'Roboto', sans-serif;
}


#msg-box8-1b .mbr-section-title,
#msg-box8-1b p {
  color: #fff;
}
#msg-box8-1b .lead P {
  font-family: 'Open Sans', sans-serif;
}
#content1-1c P {
  text-align: left;
}
#form2-1d .mbr-section-title {
  color: #fff;
}
#form2-1d .mbr-section-subtitle {
  color: #a0a0a0;
}
#form2-1d .btn {
  font-size: 18px;
}
#contacts3-1e SPAN {
  color: #ffffff;
}
#contacts3-1e LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-1e .btn {
  font-family: 'Roboto', sans-serif;
}



#menu-1g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1g .navbar-caption {
  color: #ffffff;
}
#menu-1g .navbar-toggler {
  color: #ffffff;
}
#menu-1g .close-icon::before,
#menu-1g .close-icon::after {
  background-color: #ffffff;
}
#menu-1g .link,
#menu-1g .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-1g .link {
  font-size: 0.85rem;
}
#menu-1g .dropdown-item,
#menu-1g .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1g .link:hover,
#menu-1g .dropdown-item:hover,
#menu-1g .link:focus,
#menu-1g .dropdown-item:focus {
  color: #4894bc;
}
#menu-1g .link[aria-expanded="true"],
#menu-1g .dropdown-menu {
  background: #000000;
}
#menu-1g .nav-dropdown-sm .link:focus,
#menu-1g .nav-dropdown-sm .link:hover,
#menu-1g .nav-dropdown-sm .dropdown-item:focus,
#menu-1g .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1g .navbar,
#menu-1g .nav-dropdown-sm,
#menu-1g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1g .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1g .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1g .bg-color.transparent.opened .link:hover,
#menu-1g .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-1g .link[aria-expanded="true"],
#menu-1g .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-1h .mbr-section-title,
#msg-box8-1h p {
  color: #fff;
}
#msg-box8-eo .mbr-section-title,
#msg-box8-eo p {
  color: #fff;
}
#msg-box8-eo .mbr-section-title {
  color: #000000;
}
#content1-1i P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#form1-84 .form-control-label {
  color: #000000;
}
#form1-84 .btn {
  font-size: 18px;
}
#form1-84 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-1k SPAN {
  color: #ffffff;
}
#contacts3-1k LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-1k .btn {
  font-family: 'Roboto', sans-serif;
}




#menu-1u .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1u .navbar-caption {
  color: #ffffff;
}
#menu-1u .navbar-toggler {
  color: #ffffff;
}
#menu-1u .close-icon::before,
#menu-1u .close-icon::after {
  background-color: #ffffff;
}
#menu-1u .link,
#menu-1u .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-1u .link {
  font-size: 0.85rem;
}
#menu-1u .dropdown-item,
#menu-1u .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-1u .link:hover,
#menu-1u .dropdown-item:hover,
#menu-1u .link:focus,
#menu-1u .dropdown-item:focus {
  color: #4894bc;
}
#menu-1u .link[aria-expanded="true"],
#menu-1u .dropdown-menu {
  background: #000000;
}
#menu-1u .nav-dropdown-sm .link:focus,
#menu-1u .nav-dropdown-sm .link:hover,
#menu-1u .nav-dropdown-sm .dropdown-item:focus,
#menu-1u .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-1u .navbar,
#menu-1u .nav-dropdown-sm,
#menu-1u .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1u .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-1u .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1u .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1u .bg-color.transparent.opened .link:hover,
#menu-1u .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-1u .link[aria-expanded="true"],
#menu-1u .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-1v .mbr-section-title,
#msg-box8-1v p {
  color: #fff;
}
#msg-box8-1v .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-g0 .mbr-section-title,
#msg-box8-g0 p {
  color: #fff;
}
#msg-box8-g0 .mbr-section-title {
  color: #000000;
}
#content1-1w P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#form1-86 .form-control-label {
  color: #000000;
}
#form1-86 .btn {
  font-size: 18px;
}
#form1-86 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-1y SPAN {
  color: #ffffff;
}
#contacts3-1y LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-1y .btn {
  font-family: 'Roboto', sans-serif;
}


#menu-20 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-20 .navbar-caption {
  color: #ffffff;
}
#menu-20 .navbar-toggler {
  color: #ffffff;
}
#menu-20 .close-icon::before,
#menu-20 .close-icon::after {
  background-color: #ffffff;
}
#menu-20 .link,
#menu-20 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-20 .link {
  font-size: 0.85rem;
}
#menu-20 .dropdown-item,
#menu-20 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-20 .link:hover,
#menu-20 .dropdown-item:hover,
#menu-20 .link:focus,
#menu-20 .dropdown-item:focus {
  color: #4894bc;
}
#menu-20 .link[aria-expanded="true"],
#menu-20 .dropdown-menu {
  background: #000000;
}
#menu-20 .nav-dropdown-sm .link:focus,
#menu-20 .nav-dropdown-sm .link:hover,
#menu-20 .nav-dropdown-sm .dropdown-item:focus,
#menu-20 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-20 .navbar,
#menu-20 .nav-dropdown-sm,
#menu-20 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-20 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-20 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-20 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-20 .bg-color.transparent.opened .link:hover,
#menu-20 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-20 .link[aria-expanded="true"],
#menu-20 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-21 .mbr-section-title,
#msg-box8-21 p {
  color: #fff;
}
#msg-box8-21 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-21 .lead {
  color: #ffffff;
}
#msg-box8-eq .mbr-section-title,
#msg-box8-eq p {
  color: #fff;
}
#msg-box8-eq .mbr-section-title {
  color: #000000;
}
#form1-p7 .form-control-label {
  color: #ffffff;
}
#form1-p7 .btn {
  font-size: 18px;
}
#form1-p7 .mbr-section-title {
  color: #ffffff;
}
#contacts3-24 SPAN {
  color: #ffffff;
}
#contacts3-24 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-24 .btn {
  font-family: 'Roboto', sans-serif;
}




#menu-5x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5x .navbar-caption {
  color: #ffffff;
}
#menu-5x .navbar-toggler {
  color: #ffffff;
}
#menu-5x .close-icon::before,
#menu-5x .close-icon::after {
  background-color: #ffffff;
}
#menu-5x .link,
#menu-5x .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-5x .link {
  font-size: 0.85rem;
}
#menu-5x .dropdown-item,
#menu-5x .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-5x .link:hover,
#menu-5x .dropdown-item:hover,
#menu-5x .link:focus,
#menu-5x .dropdown-item:focus {
  color: #4894bc;
}
#menu-5x .link[aria-expanded="true"],
#menu-5x .dropdown-menu {
  background: #000000;
}
#menu-5x .nav-dropdown-sm .link:focus,
#menu-5x .nav-dropdown-sm .link:hover,
#menu-5x .nav-dropdown-sm .dropdown-item:focus,
#menu-5x .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-5x .navbar,
#menu-5x .nav-dropdown-sm,
#menu-5x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5x .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-5x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5x .bg-color.transparent.opened .link:hover,
#menu-5x .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-5x .link[aria-expanded="true"],
#menu-5x .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-5y .mbr-section-title,
#msg-box8-5y p {
  color: #fff;
}
#msg-box8-5y .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-5y .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#content1-7o DIV {
  text-align: left;
}
#content1-7o P {
  text-align: left;
}
#form1-8e .form-control-label {
  color: #000000;
}
#form1-8e .btn {
  font-size: 18px;
}
#form1-8e .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#msg-box8-fc .mbr-section-title,
#msg-box8-fc p {
  color: #fff;
}
#msg-box8-fc .mbr-section-title {
  color: #000000;
}
#contacts3-64 SPAN {
  color: #ffffff;
}
#contacts3-64 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-64 .btn {
  font-family: 'Roboto', sans-serif;
}




#menu-66 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-66 .navbar-caption {
  color: #ffffff;
}
#menu-66 .navbar-toggler {
  color: #ffffff;
}
#menu-66 .close-icon::before,
#menu-66 .close-icon::after {
  background-color: #ffffff;
}
#menu-66 .link,
#menu-66 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-66 .link {
  font-size: 0.85rem;
}
#menu-66 .dropdown-item,
#menu-66 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-66 .link:hover,
#menu-66 .dropdown-item:hover,
#menu-66 .link:focus,
#menu-66 .dropdown-item:focus {
  color: #4894bc;
}
#menu-66 .link[aria-expanded="true"],
#menu-66 .dropdown-menu {
  background: #000000;
}
#menu-66 .nav-dropdown-sm .link:focus,
#menu-66 .nav-dropdown-sm .link:hover,
#menu-66 .nav-dropdown-sm .dropdown-item:focus,
#menu-66 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-66 .navbar,
#menu-66 .nav-dropdown-sm,
#menu-66 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-66 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-66 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-66 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-66 .bg-color.transparent.opened .link:hover,
#menu-66 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-66 .link[aria-expanded="true"],
#menu-66 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-67 .mbr-section-title,
#msg-box8-67 p {
  color: #fff;
}
#msg-box8-67 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-67 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#form1-9b .form-control-label {
  color: #000000;
}
#form1-9b .btn {
  font-size: 18px;
}
#form1-9b .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-6a SPAN {
  color: #ffffff;
}
#contacts3-6a LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-6a .btn {
  font-family: 'Roboto', sans-serif;
}



#menu-9v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-9v .navbar-caption {
  color: #ffffff;
}
#menu-9v .navbar-toggler {
  color: #ffffff;
}
#menu-9v .close-icon::before,
#menu-9v .close-icon::after {
  background-color: #ffffff;
}
#menu-9v .link,
#menu-9v .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-9v .link {
  font-size: 0.85rem;
}
#menu-9v .dropdown-item,
#menu-9v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-9v .link:hover,
#menu-9v .dropdown-item:hover,
#menu-9v .link:focus,
#menu-9v .dropdown-item:focus {
  color: #4894bc;
}
#menu-9v .link[aria-expanded="true"],
#menu-9v .dropdown-menu {
  background: #000000;
}
#menu-9v .nav-dropdown-sm .link:focus,
#menu-9v .nav-dropdown-sm .link:hover,
#menu-9v .nav-dropdown-sm .dropdown-item:focus,
#menu-9v .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-9v .navbar,
#menu-9v .nav-dropdown-sm,
#menu-9v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-9v .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-9v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-9v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-9v .bg-color.transparent.opened .link:hover,
#menu-9v .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-9v .link[aria-expanded="true"],
#menu-9v .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-cg .mbr-section-title,
#msg-box8-cg p {
  color: #fff;
}
#msg-box8-fo .mbr-section-title,
#msg-box8-fo p {
  color: #fff;
}
#msg-box8-fo .mbr-section-title {
  color: #000000;
}
#content1-bv P {
  font-family: 'Roboto', sans-serif;
}
#content1-bv H2 {
  text-align: center;
}
#header3-bx .mbr-section-title,
#header3-bx .mbr-section-subtitle {
  text-align: center;
}
#header3-bx .mbr-section-title DIV {
  text-align: left;
  font-size: 36px;
}
#form1-a3 .form-control-label {
  color: #000000;
}
#form1-a3 .btn {
  font-size: 18px;
}
#form1-a3 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-a4 SPAN {
  color: #ffffff;
}
#contacts3-a4 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-a4 .btn {
  font-family: 'Roboto', sans-serif;
}




#menu-6c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6c .navbar-caption {
  color: #ffffff;
}
#menu-6c .navbar-toggler {
  color: #ffffff;
}
#menu-6c .close-icon::before,
#menu-6c .close-icon::after {
  background-color: #ffffff;
}
#menu-6c .link,
#menu-6c .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-6c .link {
  font-size: 0.85rem;
}
#menu-6c .dropdown-item,
#menu-6c .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-6c .link:hover,
#menu-6c .dropdown-item:hover,
#menu-6c .link:focus,
#menu-6c .dropdown-item:focus {
  color: #4894bc;
}
#menu-6c .link[aria-expanded="true"],
#menu-6c .dropdown-menu {
  background: #000000;
}
#menu-6c .nav-dropdown-sm .link:focus,
#menu-6c .nav-dropdown-sm .link:hover,
#menu-6c .nav-dropdown-sm .dropdown-item:focus,
#menu-6c .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-6c .navbar,
#menu-6c .nav-dropdown-sm,
#menu-6c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6c .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-6c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6c .bg-color.transparent.opened .link:hover,
#menu-6c .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-6c .link[aria-expanded="true"],
#menu-6c .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-6d .mbr-section-title,
#msg-box8-6d p {
  color: #fff;
}
#msg-box8-6d .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-6d .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
#form1-83 .form-control-label {
  color: #000000;
}
#form1-83 .btn {
  font-size: 18px;
}
#form1-83 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-6g SPAN {
  color: #ffffff;
}
#contacts3-6g LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-6g .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-29 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-29 .navbar-caption {
  color: #ffffff;
}
#menu-29 .navbar-toggler {
  color: #ffffff;
}
#menu-29 .close-icon::before,
#menu-29 .close-icon::after {
  background-color: #ffffff;
}
#menu-29 .link,
#menu-29 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-29 .link {
  font-size: 0.85rem;
}
#menu-29 .dropdown-item,
#menu-29 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-29 .link:hover,
#menu-29 .dropdown-item:hover,
#menu-29 .link:focus,
#menu-29 .dropdown-item:focus {
  color: #4894bc;
}
#menu-29 .link[aria-expanded="true"],
#menu-29 .dropdown-menu {
  background: #000000;
}
#menu-29 .nav-dropdown-sm .link:focus,
#menu-29 .nav-dropdown-sm .link:hover,
#menu-29 .nav-dropdown-sm .dropdown-item:focus,
#menu-29 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-29 .navbar,
#menu-29 .nav-dropdown-sm,
#menu-29 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-29 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-29 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-29 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-29 .bg-color.transparent.opened .link:hover,
#menu-29 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-29 .link[aria-expanded="true"],
#menu-29 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-2h .mbr-section-title,
#msg-box8-2h p {
  color: #fff;
}
#msg-box8-2h .mbr-section-title {
  color: #ffffff;
}
#msg-box8-2h .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-es .mbr-section-title,
#msg-box8-es p {
  color: #fff;
}
#msg-box8-es .mbr-section-title {
  color: #000000;
}
#content1-gv P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-gv UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-gu P {
  font-family: 'Open Sans', sans-serif;
}
#content1-2i P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-2i UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-4x P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-4y UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-2g .mbr-section-title,
#header3-2g .mbr-section-subtitle {
  text-align: center;
}
#form1-8g .form-control-label {
  color: #000000;
}
#form1-8g .btn {
  font-size: 18px;
}
#form1-8g .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-2e SPAN {
  color: #ffffff;
}
#contacts3-2e LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-2e .btn {
  font-family: 'Roboto', sans-serif;
}









#menu-g4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-g4 .navbar-caption {
  color: #ffffff;
}
#menu-g4 .navbar-toggler {
  color: #ffffff;
}
#menu-g4 .close-icon::before,
#menu-g4 .close-icon::after {
  background-color: #ffffff;
}
#menu-g4 .link,
#menu-g4 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-g4 .link {
  font-size: 0.85rem;
}
#menu-g4 .dropdown-item,
#menu-g4 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-g4 .link:hover,
#menu-g4 .dropdown-item:hover,
#menu-g4 .link:focus,
#menu-g4 .dropdown-item:focus {
  color: #4894bc;
}
#menu-g4 .link[aria-expanded="true"],
#menu-g4 .dropdown-menu {
  background: #000000;
}
#menu-g4 .nav-dropdown-sm .link:focus,
#menu-g4 .nav-dropdown-sm .link:hover,
#menu-g4 .nav-dropdown-sm .dropdown-item:focus,
#menu-g4 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-g4 .navbar,
#menu-g4 .nav-dropdown-sm,
#menu-g4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-g4 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-g4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-g4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-g4 .bg-color.transparent.opened .link:hover,
#menu-g4 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-g4 .link[aria-expanded="true"],
#menu-g4 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-g5 .mbr-section-title,
#msg-box8-g5 p {
  color: #fff;
}
#msg-box8-g5 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-g5 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-g7 .mbr-section-title,
#msg-box8-g7 p {
  color: #fff;
}
#msg-box8-g7 .mbr-section-title {
  color: #000000;
}
#content1-gw P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-gw UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-g9 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-g9 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ga P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-gb UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-gc .mbr-section-title,
#header3-gc .mbr-section-subtitle {
  text-align: center;
}
#form1-gd .form-control-label {
  color: #000000;
}
#form1-gd .btn {
  font-size: 18px;
}
#form1-gd .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-ge SPAN {
  color: #ffffff;
}
#contacts3-ge LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-ge .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-gg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-gg .navbar-caption {
  color: #ffffff;
}
#menu-gg .navbar-toggler {
  color: #ffffff;
}
#menu-gg .close-icon::before,
#menu-gg .close-icon::after {
  background-color: #ffffff;
}
#menu-gg .link,
#menu-gg .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-gg .link {
  font-size: 0.85rem;
}
#menu-gg .dropdown-item,
#menu-gg .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-gg .link:hover,
#menu-gg .dropdown-item:hover,
#menu-gg .link:focus,
#menu-gg .dropdown-item:focus {
  color: #4894bc;
}
#menu-gg .link[aria-expanded="true"],
#menu-gg .dropdown-menu {
  background: #000000;
}
#menu-gg .nav-dropdown-sm .link:focus,
#menu-gg .nav-dropdown-sm .link:hover,
#menu-gg .nav-dropdown-sm .dropdown-item:focus,
#menu-gg .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-gg .navbar,
#menu-gg .nav-dropdown-sm,
#menu-gg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-gg .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-gg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-gg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-gg .bg-color.transparent.opened .link:hover,
#menu-gg .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-gg .link[aria-expanded="true"],
#menu-gg .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-gh .mbr-section-title,
#msg-box8-gh p {
  color: #fff;
}
#msg-box8-gh .mbr-section-title {
  color: #ffffff;
}
#msg-box8-gh .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-gj .mbr-section-title,
#msg-box8-gj p {
  color: #fff;
}
#msg-box8-gj .mbr-section-title {
  color: #000000;
}
#content1-gy P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-gy UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-gz P {
  font-family: 'Open Sans', sans-serif;
}
#content1-gl P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-gl UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-gm P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-gn UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-go .mbr-section-title,
#header3-go .mbr-section-subtitle {
  text-align: center;
}
#form1-gp .form-control-label {
  color: #000000;
}
#form1-gp .btn {
  font-size: 18px;
}
#form1-gp .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-gq SPAN {
  color: #ffffff;
}
#contacts3-gq LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-gq .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-h0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-h0 .navbar-caption {
  color: #ffffff;
}
#menu-h0 .navbar-toggler {
  color: #ffffff;
}
#menu-h0 .close-icon::before,
#menu-h0 .close-icon::after {
  background-color: #ffffff;
}
#menu-h0 .link,
#menu-h0 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-h0 .link {
  font-size: 0.85rem;
}
#menu-h0 .dropdown-item,
#menu-h0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-h0 .link:hover,
#menu-h0 .dropdown-item:hover,
#menu-h0 .link:focus,
#menu-h0 .dropdown-item:focus {
  color: #4894bc;
}
#menu-h0 .link[aria-expanded="true"],
#menu-h0 .dropdown-menu {
  background: #000000;
}
#menu-h0 .nav-dropdown-sm .link:focus,
#menu-h0 .nav-dropdown-sm .link:hover,
#menu-h0 .nav-dropdown-sm .dropdown-item:focus,
#menu-h0 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-h0 .navbar,
#menu-h0 .nav-dropdown-sm,
#menu-h0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-h0 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-h0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-h0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-h0 .bg-color.transparent.opened .link:hover,
#menu-h0 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-h0 .link[aria-expanded="true"],
#menu-h0 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-h1 .mbr-section-title,
#msg-box8-h1 p {
  color: #fff;
}
#msg-box8-h1 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-h1 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-h3 .mbr-section-title,
#msg-box8-h3 p {
  color: #fff;
}
#msg-box8-h3 .mbr-section-title {
  color: #000000;
}
#content1-h5 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-h5 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-h6 P {
  font-family: 'Open Sans', sans-serif;
}
#content1-h7 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-h7 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-h8 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-h9 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ha .mbr-section-title,
#header3-ha .mbr-section-subtitle {
  text-align: center;
}
#form1-hb .form-control-label {
  color: #000000;
}
#form1-hb .btn {
  font-size: 18px;
}
#form1-hb .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-hc SPAN {
  color: #ffffff;
}
#contacts3-hc LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-hc .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-he .hide-buttons .nav-btn {
  display: none !important;
}
#menu-he .navbar-caption {
  color: #ffffff;
}
#menu-he .navbar-toggler {
  color: #ffffff;
}
#menu-he .close-icon::before,
#menu-he .close-icon::after {
  background-color: #ffffff;
}
#menu-he .link,
#menu-he .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-he .link {
  font-size: 0.85rem;
}
#menu-he .dropdown-item,
#menu-he .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-he .link:hover,
#menu-he .dropdown-item:hover,
#menu-he .link:focus,
#menu-he .dropdown-item:focus {
  color: #4894bc;
}
#menu-he .link[aria-expanded="true"],
#menu-he .dropdown-menu {
  background: #000000;
}
#menu-he .nav-dropdown-sm .link:focus,
#menu-he .nav-dropdown-sm .link:hover,
#menu-he .nav-dropdown-sm .dropdown-item:focus,
#menu-he .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-he .navbar,
#menu-he .nav-dropdown-sm,
#menu-he .nav-dropdown-sm .link[aria-expanded="true"],
#menu-he .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-he .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-he .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-he .bg-color.transparent.opened .link:hover,
#menu-he .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-he .link[aria-expanded="true"],
#menu-he .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-hf .mbr-section-title,
#msg-box8-hf p {
  color: #fff;
}
#msg-box8-hf .mbr-section-title {
  color: #ffffff;
}
#msg-box8-hf .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-hh .mbr-section-title,
#msg-box8-hh p {
  color: #fff;
}
#msg-box8-hh .mbr-section-title {
  color: #000000;
}
#content1-hj P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-hj UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-hk P {
  font-family: 'Open Sans', sans-serif;
}
#content1-hl P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-hl UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-hm P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-hn UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ho .mbr-section-title,
#header3-ho .mbr-section-subtitle {
  text-align: center;
}
#form1-hp .form-control-label {
  color: #000000;
}
#form1-hp .btn {
  font-size: 18px;
}
#form1-hp .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-hq SPAN {
  color: #ffffff;
}
#contacts3-hq LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-hq .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-hs .hide-buttons .nav-btn {
  display: none !important;
}
#menu-hs .navbar-caption {
  color: #ffffff;
}
#menu-hs .navbar-toggler {
  color: #ffffff;
}
#menu-hs .close-icon::before,
#menu-hs .close-icon::after {
  background-color: #ffffff;
}
#menu-hs .link,
#menu-hs .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-hs .link {
  font-size: 0.85rem;
}
#menu-hs .dropdown-item,
#menu-hs .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-hs .link:hover,
#menu-hs .dropdown-item:hover,
#menu-hs .link:focus,
#menu-hs .dropdown-item:focus {
  color: #4894bc;
}
#menu-hs .link[aria-expanded="true"],
#menu-hs .dropdown-menu {
  background: #000000;
}
#menu-hs .nav-dropdown-sm .link:focus,
#menu-hs .nav-dropdown-sm .link:hover,
#menu-hs .nav-dropdown-sm .dropdown-item:focus,
#menu-hs .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-hs .navbar,
#menu-hs .nav-dropdown-sm,
#menu-hs .nav-dropdown-sm .link[aria-expanded="true"],
#menu-hs .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-hs .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-hs .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-hs .bg-color.transparent.opened .link:hover,
#menu-hs .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-hs .link[aria-expanded="true"],
#menu-hs .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-ht .mbr-section-title,
#msg-box8-ht p {
  color: #fff;
}
#msg-box8-ht .mbr-section-title {
  color: #ffffff;
}
#msg-box8-ht .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-hv .mbr-section-title,
#msg-box8-hv p {
  color: #fff;
}
#msg-box8-hv .mbr-section-title {
  color: #000000;
}
#content1-hx P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-hx UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-hy P {
  font-family: 'Open Sans', sans-serif;
}
#content1-hz P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-hz UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-i0 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-i1 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-i2 .mbr-section-title,
#header3-i2 .mbr-section-subtitle {
  text-align: center;
}
#form1-i3 .form-control-label {
  color: #000000;
}
#form1-i3 .btn {
  font-size: 18px;
}
#form1-i3 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-i4 SPAN {
  color: #ffffff;
}
#contacts3-i4 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-i4 .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-i6 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-i6 .navbar-caption {
  color: #ffffff;
}
#menu-i6 .navbar-toggler {
  color: #ffffff;
}
#menu-i6 .close-icon::before,
#menu-i6 .close-icon::after {
  background-color: #ffffff;
}
#menu-i6 .link,
#menu-i6 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-i6 .link {
  font-size: 0.85rem;
}
#menu-i6 .dropdown-item,
#menu-i6 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-i6 .link:hover,
#menu-i6 .dropdown-item:hover,
#menu-i6 .link:focus,
#menu-i6 .dropdown-item:focus {
  color: #4894bc;
}
#menu-i6 .link[aria-expanded="true"],
#menu-i6 .dropdown-menu {
  background: #000000;
}
#menu-i6 .nav-dropdown-sm .link:focus,
#menu-i6 .nav-dropdown-sm .link:hover,
#menu-i6 .nav-dropdown-sm .dropdown-item:focus,
#menu-i6 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-i6 .navbar,
#menu-i6 .nav-dropdown-sm,
#menu-i6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-i6 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-i6 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-i6 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-i6 .bg-color.transparent.opened .link:hover,
#menu-i6 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-i6 .link[aria-expanded="true"],
#menu-i6 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-i7 .mbr-section-title,
#msg-box8-i7 p {
  color: #fff;
}
#msg-box8-i7 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-i7 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-i9 .mbr-section-title,
#msg-box8-i9 p {
  color: #fff;
}
#msg-box8-i9 .mbr-section-title {
  color: #000000;
}
#content1-ib P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ib UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-ic P {
  font-family: 'Open Sans', sans-serif;
}
#content1-id P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-id UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ie P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-if UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ig .mbr-section-title,
#header3-ig .mbr-section-subtitle {
  text-align: center;
}
#form1-ih .form-control-label {
  color: #000000;
}
#form1-ih .btn {
  font-size: 18px;
}
#form1-ih .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-ii SPAN {
  color: #ffffff;
}
#contacts3-ii LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-ii .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-ik .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ik .navbar-caption {
  color: #ffffff;
}
#menu-ik .navbar-toggler {
  color: #ffffff;
}
#menu-ik .close-icon::before,
#menu-ik .close-icon::after {
  background-color: #ffffff;
}
#menu-ik .link,
#menu-ik .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-ik .link {
  font-size: 0.85rem;
}
#menu-ik .dropdown-item,
#menu-ik .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ik .link:hover,
#menu-ik .dropdown-item:hover,
#menu-ik .link:focus,
#menu-ik .dropdown-item:focus {
  color: #4894bc;
}
#menu-ik .link[aria-expanded="true"],
#menu-ik .dropdown-menu {
  background: #000000;
}
#menu-ik .nav-dropdown-sm .link:focus,
#menu-ik .nav-dropdown-sm .link:hover,
#menu-ik .nav-dropdown-sm .dropdown-item:focus,
#menu-ik .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-ik .navbar,
#menu-ik .nav-dropdown-sm,
#menu-ik .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ik .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-ik .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ik .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ik .bg-color.transparent.opened .link:hover,
#menu-ik .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-ik .link[aria-expanded="true"],
#menu-ik .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-il .mbr-section-title,
#msg-box8-il p {
  color: #fff;
}
#msg-box8-il .mbr-section-title {
  color: #ffffff;
}
#msg-box8-il .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-in .mbr-section-title,
#msg-box8-in p {
  color: #fff;
}
#msg-box8-in .mbr-section-title {
  color: #000000;
}
#content1-ip P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ip UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-iq P {
  font-family: 'Open Sans', sans-serif;
}
#content1-ir P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ir UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-is P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-it UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-iu .mbr-section-title,
#header3-iu .mbr-section-subtitle {
  text-align: center;
}
#form1-iv .form-control-label {
  color: #000000;
}
#form1-iv .btn {
  font-size: 18px;
}
#form1-iv .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-iw SPAN {
  color: #ffffff;
}
#contacts3-iw LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-iw .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-iy .hide-buttons .nav-btn {
  display: none !important;
}
#menu-iy .navbar-caption {
  color: #ffffff;
}
#menu-iy .navbar-toggler {
  color: #ffffff;
}
#menu-iy .close-icon::before,
#menu-iy .close-icon::after {
  background-color: #ffffff;
}
#menu-iy .link,
#menu-iy .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-iy .link {
  font-size: 0.85rem;
}
#menu-iy .dropdown-item,
#menu-iy .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-iy .link:hover,
#menu-iy .dropdown-item:hover,
#menu-iy .link:focus,
#menu-iy .dropdown-item:focus {
  color: #4894bc;
}
#menu-iy .link[aria-expanded="true"],
#menu-iy .dropdown-menu {
  background: #000000;
}
#menu-iy .nav-dropdown-sm .link:focus,
#menu-iy .nav-dropdown-sm .link:hover,
#menu-iy .nav-dropdown-sm .dropdown-item:focus,
#menu-iy .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-iy .navbar,
#menu-iy .nav-dropdown-sm,
#menu-iy .nav-dropdown-sm .link[aria-expanded="true"],
#menu-iy .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-iy .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-iy .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-iy .bg-color.transparent.opened .link:hover,
#menu-iy .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-iy .link[aria-expanded="true"],
#menu-iy .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-iz .mbr-section-title,
#msg-box8-iz p {
  color: #fff;
}
#msg-box8-iz .mbr-section-title {
  color: #ffffff;
}
#msg-box8-iz .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-j1 .mbr-section-title,
#msg-box8-j1 p {
  color: #fff;
}
#msg-box8-j1 .mbr-section-title {
  color: #000000;
}
#content1-j3 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-j3 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-j4 P {
  font-family: 'Open Sans', sans-serif;
}
#content1-j5 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-j5 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-j6 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-j7 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-j8 .mbr-section-title,
#header3-j8 .mbr-section-subtitle {
  text-align: center;
}
#form1-j9 .form-control-label {
  color: #000000;
}
#form1-j9 .btn {
  font-size: 18px;
}
#form1-j9 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-ja SPAN {
  color: #ffffff;
}
#contacts3-ja LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-ja .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-jc .hide-buttons .nav-btn {
  display: none !important;
}
#menu-jc .navbar-caption {
  color: #ffffff;
}
#menu-jc .navbar-toggler {
  color: #ffffff;
}
#menu-jc .close-icon::before,
#menu-jc .close-icon::after {
  background-color: #ffffff;
}
#menu-jc .link,
#menu-jc .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-jc .link {
  font-size: 0.85rem;
}
#menu-jc .dropdown-item,
#menu-jc .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-jc .link:hover,
#menu-jc .dropdown-item:hover,
#menu-jc .link:focus,
#menu-jc .dropdown-item:focus {
  color: #4894bc;
}
#menu-jc .link[aria-expanded="true"],
#menu-jc .dropdown-menu {
  background: #000000;
}
#menu-jc .nav-dropdown-sm .link:focus,
#menu-jc .nav-dropdown-sm .link:hover,
#menu-jc .nav-dropdown-sm .dropdown-item:focus,
#menu-jc .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-jc .navbar,
#menu-jc .nav-dropdown-sm,
#menu-jc .nav-dropdown-sm .link[aria-expanded="true"],
#menu-jc .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-jc .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-jc .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-jc .bg-color.transparent.opened .link:hover,
#menu-jc .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-jc .link[aria-expanded="true"],
#menu-jc .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-jd .mbr-section-title,
#msg-box8-jd p {
  color: #fff;
}
#msg-box8-jd .mbr-section-title {
  color: #ffffff;
}
#msg-box8-jd .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-jf .mbr-section-title,
#msg-box8-jf p {
  color: #fff;
}
#msg-box8-jf .mbr-section-title {
  color: #000000;
}
#content1-jh P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-jh UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-ji P {
  font-family: 'Open Sans', sans-serif;
}
#content1-jj P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-jj UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-jk P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-jl UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-jm .mbr-section-title,
#header3-jm .mbr-section-subtitle {
  text-align: center;
}
#form1-jn .form-control-label {
  color: #000000;
}
#form1-jn .btn {
  font-size: 18px;
}
#form1-jn .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-jo SPAN {
  color: #ffffff;
}
#contacts3-jo LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-jo .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-jq .hide-buttons .nav-btn {
  display: none !important;
}
#menu-jq .navbar-caption {
  color: #ffffff;
}
#menu-jq .navbar-toggler {
  color: #ffffff;
}
#menu-jq .close-icon::before,
#menu-jq .close-icon::after {
  background-color: #ffffff;
}
#menu-jq .link,
#menu-jq .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-jq .link {
  font-size: 0.85rem;
}
#menu-jq .dropdown-item,
#menu-jq .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-jq .link:hover,
#menu-jq .dropdown-item:hover,
#menu-jq .link:focus,
#menu-jq .dropdown-item:focus {
  color: #4894bc;
}
#menu-jq .link[aria-expanded="true"],
#menu-jq .dropdown-menu {
  background: #000000;
}
#menu-jq .nav-dropdown-sm .link:focus,
#menu-jq .nav-dropdown-sm .link:hover,
#menu-jq .nav-dropdown-sm .dropdown-item:focus,
#menu-jq .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-jq .navbar,
#menu-jq .nav-dropdown-sm,
#menu-jq .nav-dropdown-sm .link[aria-expanded="true"],
#menu-jq .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-jq .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-jq .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-jq .bg-color.transparent.opened .link:hover,
#menu-jq .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-jq .link[aria-expanded="true"],
#menu-jq .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-jr .mbr-section-title,
#msg-box8-jr p {
  color: #fff;
}
#msg-box8-jr .mbr-section-title {
  color: #ffffff;
}
#msg-box8-jr .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-jt .mbr-section-title,
#msg-box8-jt p {
  color: #fff;
}
#msg-box8-jt .mbr-section-title {
  color: #000000;
}
#content1-jv P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-jv UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-jw P {
  font-family: 'Open Sans', sans-serif;
}
#content1-jx P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-jx UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-jy P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-jz UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-k0 .mbr-section-title,
#header3-k0 .mbr-section-subtitle {
  text-align: center;
}
#form1-k1 .form-control-label {
  color: #000000;
}
#form1-k1 .btn {
  font-size: 18px;
}
#form1-k1 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-k2 SPAN {
  color: #ffffff;
}
#contacts3-k2 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-k2 .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-k4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-k4 .navbar-caption {
  color: #ffffff;
}
#menu-k4 .navbar-toggler {
  color: #ffffff;
}
#menu-k4 .close-icon::before,
#menu-k4 .close-icon::after {
  background-color: #ffffff;
}
#menu-k4 .link,
#menu-k4 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-k4 .link {
  font-size: 0.85rem;
}
#menu-k4 .dropdown-item,
#menu-k4 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-k4 .link:hover,
#menu-k4 .dropdown-item:hover,
#menu-k4 .link:focus,
#menu-k4 .dropdown-item:focus {
  color: #4894bc;
}
#menu-k4 .link[aria-expanded="true"],
#menu-k4 .dropdown-menu {
  background: #000000;
}
#menu-k4 .nav-dropdown-sm .link:focus,
#menu-k4 .nav-dropdown-sm .link:hover,
#menu-k4 .nav-dropdown-sm .dropdown-item:focus,
#menu-k4 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-k4 .navbar,
#menu-k4 .nav-dropdown-sm,
#menu-k4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-k4 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-k4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-k4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-k4 .bg-color.transparent.opened .link:hover,
#menu-k4 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-k4 .link[aria-expanded="true"],
#menu-k4 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-k5 .mbr-section-title,
#msg-box8-k5 p {
  color: #fff;
}
#msg-box8-k5 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-k5 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-k7 .mbr-section-title,
#msg-box8-k7 p {
  color: #fff;
}
#msg-box8-k7 .mbr-section-title {
  color: #000000;
}
#content1-k9 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-k9 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-ka P {
  font-family: 'Open Sans', sans-serif;
}
#content1-kb P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-kb UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-kc P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-kd UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ke .mbr-section-title,
#header3-ke .mbr-section-subtitle {
  text-align: center;
}
#form1-kf .form-control-label {
  color: #000000;
}
#form1-kf .btn {
  font-size: 18px;
}
#form1-kf .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-kg SPAN {
  color: #ffffff;
}
#contacts3-kg LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-kg .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-ki .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ki .navbar-caption {
  color: #ffffff;
}
#menu-ki .navbar-toggler {
  color: #ffffff;
}
#menu-ki .close-icon::before,
#menu-ki .close-icon::after {
  background-color: #ffffff;
}
#menu-ki .link,
#menu-ki .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-ki .link {
  font-size: 0.85rem;
}
#menu-ki .dropdown-item,
#menu-ki .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ki .link:hover,
#menu-ki .dropdown-item:hover,
#menu-ki .link:focus,
#menu-ki .dropdown-item:focus {
  color: #4894bc;
}
#menu-ki .link[aria-expanded="true"],
#menu-ki .dropdown-menu {
  background: #000000;
}
#menu-ki .nav-dropdown-sm .link:focus,
#menu-ki .nav-dropdown-sm .link:hover,
#menu-ki .nav-dropdown-sm .dropdown-item:focus,
#menu-ki .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-ki .navbar,
#menu-ki .nav-dropdown-sm,
#menu-ki .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ki .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-ki .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ki .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ki .bg-color.transparent.opened .link:hover,
#menu-ki .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-ki .link[aria-expanded="true"],
#menu-ki .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-kj .mbr-section-title,
#msg-box8-kj p {
  color: #fff;
}
#msg-box8-kj .mbr-section-title {
  color: #ffffff;
}
#msg-box8-kj .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-kl .mbr-section-title,
#msg-box8-kl p {
  color: #fff;
}
#msg-box8-kl .mbr-section-title {
  color: #000000;
}
#content1-kn P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-kn UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-ko P {
  font-family: 'Open Sans', sans-serif;
}
#content1-kp P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-kp UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-kq P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-kr UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ks .mbr-section-title,
#header3-ks .mbr-section-subtitle {
  text-align: center;
}
#form1-kt .form-control-label {
  color: #000000;
}
#form1-kt .btn {
  font-size: 18px;
}
#form1-kt .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-ku SPAN {
  color: #ffffff;
}
#contacts3-ku LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-ku .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-kw .hide-buttons .nav-btn {
  display: none !important;
}
#menu-kw .navbar-caption {
  color: #ffffff;
}
#menu-kw .navbar-toggler {
  color: #ffffff;
}
#menu-kw .close-icon::before,
#menu-kw .close-icon::after {
  background-color: #ffffff;
}
#menu-kw .link,
#menu-kw .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-kw .link {
  font-size: 0.85rem;
}
#menu-kw .dropdown-item,
#menu-kw .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-kw .link:hover,
#menu-kw .dropdown-item:hover,
#menu-kw .link:focus,
#menu-kw .dropdown-item:focus {
  color: #4894bc;
}
#menu-kw .link[aria-expanded="true"],
#menu-kw .dropdown-menu {
  background: #000000;
}
#menu-kw .nav-dropdown-sm .link:focus,
#menu-kw .nav-dropdown-sm .link:hover,
#menu-kw .nav-dropdown-sm .dropdown-item:focus,
#menu-kw .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-kw .navbar,
#menu-kw .nav-dropdown-sm,
#menu-kw .nav-dropdown-sm .link[aria-expanded="true"],
#menu-kw .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-kw .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-kw .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-kw .bg-color.transparent.opened .link:hover,
#menu-kw .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-kw .link[aria-expanded="true"],
#menu-kw .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-kx .mbr-section-title,
#msg-box8-kx p {
  color: #fff;
}
#msg-box8-kx .mbr-section-title {
  color: #ffffff;
}
#msg-box8-kx .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-kz .mbr-section-title,
#msg-box8-kz p {
  color: #fff;
}
#msg-box8-kz .mbr-section-title {
  color: #000000;
}
#content1-l1 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-l1 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-l2 P {
  font-family: 'Open Sans', sans-serif;
}
#content1-l3 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-l3 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-l4 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-l5 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-l6 .mbr-section-title,
#header3-l6 .mbr-section-subtitle {
  text-align: center;
}
#form1-l7 .form-control-label {
  color: #000000;
}
#form1-l7 .btn {
  font-size: 18px;
}
#form1-l7 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-l8 SPAN {
  color: #ffffff;
}
#contacts3-l8 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-l8 .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-la .hide-buttons .nav-btn {
  display: none !important;
}
#menu-la .navbar-caption {
  color: #ffffff;
}
#menu-la .navbar-toggler {
  color: #ffffff;
}
#menu-la .close-icon::before,
#menu-la .close-icon::after {
  background-color: #ffffff;
}
#menu-la .link,
#menu-la .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-la .link {
  font-size: 0.85rem;
}
#menu-la .dropdown-item,
#menu-la .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-la .link:hover,
#menu-la .dropdown-item:hover,
#menu-la .link:focus,
#menu-la .dropdown-item:focus {
  color: #4894bc;
}
#menu-la .link[aria-expanded="true"],
#menu-la .dropdown-menu {
  background: #000000;
}
#menu-la .nav-dropdown-sm .link:focus,
#menu-la .nav-dropdown-sm .link:hover,
#menu-la .nav-dropdown-sm .dropdown-item:focus,
#menu-la .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-la .navbar,
#menu-la .nav-dropdown-sm,
#menu-la .nav-dropdown-sm .link[aria-expanded="true"],
#menu-la .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-la .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-la .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-la .bg-color.transparent.opened .link:hover,
#menu-la .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-la .link[aria-expanded="true"],
#menu-la .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-lb .mbr-section-title,
#msg-box8-lb p {
  color: #fff;
}
#msg-box8-lb .mbr-section-title {
  color: #ffffff;
}
#msg-box8-lb .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-ld .mbr-section-title,
#msg-box8-ld p {
  color: #fff;
}
#msg-box8-ld .mbr-section-title {
  color: #000000;
}
#content1-lf P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-lf UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-lg P {
  font-family: 'Open Sans', sans-serif;
}
#content1-lh P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-lh UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-li P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-lj UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-lk .mbr-section-title,
#header3-lk .mbr-section-subtitle {
  text-align: center;
}
#form1-ll .form-control-label {
  color: #000000;
}
#form1-ll .btn {
  font-size: 18px;
}
#form1-ll .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-lm SPAN {
  color: #ffffff;
}
#contacts3-lm LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-lm .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-lo .hide-buttons .nav-btn {
  display: none !important;
}
#menu-lo .navbar-caption {
  color: #ffffff;
}
#menu-lo .navbar-toggler {
  color: #ffffff;
}
#menu-lo .close-icon::before,
#menu-lo .close-icon::after {
  background-color: #ffffff;
}
#menu-lo .link,
#menu-lo .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-lo .link {
  font-size: 0.85rem;
}
#menu-lo .dropdown-item,
#menu-lo .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-lo .link:hover,
#menu-lo .dropdown-item:hover,
#menu-lo .link:focus,
#menu-lo .dropdown-item:focus {
  color: #4894bc;
}
#menu-lo .link[aria-expanded="true"],
#menu-lo .dropdown-menu {
  background: #000000;
}
#menu-lo .nav-dropdown-sm .link:focus,
#menu-lo .nav-dropdown-sm .link:hover,
#menu-lo .nav-dropdown-sm .dropdown-item:focus,
#menu-lo .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-lo .navbar,
#menu-lo .nav-dropdown-sm,
#menu-lo .nav-dropdown-sm .link[aria-expanded="true"],
#menu-lo .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-lo .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-lo .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-lo .bg-color.transparent.opened .link:hover,
#menu-lo .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-lo .link[aria-expanded="true"],
#menu-lo .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-lp .mbr-section-title,
#msg-box8-lp p {
  color: #fff;
}
#msg-box8-lp .mbr-section-title {
  color: #ffffff;
}
#msg-box8-lp .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-lr .mbr-section-title,
#msg-box8-lr p {
  color: #fff;
}
#msg-box8-lr .mbr-section-title {
  color: #000000;
}
#content1-lt P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-lt UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-lu P {
  font-family: 'Open Sans', sans-serif;
}
#content1-lv P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-lv UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-lw P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-lx UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ly .mbr-section-title,
#header3-ly .mbr-section-subtitle {
  text-align: center;
}
#form1-lz .form-control-label {
  color: #000000;
}
#form1-lz .btn {
  font-size: 18px;
}
#form1-lz .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-m0 SPAN {
  color: #ffffff;
}
#contacts3-m0 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-m0 .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-m2 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-m2 .navbar-caption {
  color: #ffffff;
}
#menu-m2 .navbar-toggler {
  color: #ffffff;
}
#menu-m2 .close-icon::before,
#menu-m2 .close-icon::after {
  background-color: #ffffff;
}
#menu-m2 .link,
#menu-m2 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-m2 .link {
  font-size: 0.85rem;
}
#menu-m2 .dropdown-item,
#menu-m2 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-m2 .link:hover,
#menu-m2 .dropdown-item:hover,
#menu-m2 .link:focus,
#menu-m2 .dropdown-item:focus {
  color: #4894bc;
}
#menu-m2 .link[aria-expanded="true"],
#menu-m2 .dropdown-menu {
  background: #000000;
}
#menu-m2 .nav-dropdown-sm .link:focus,
#menu-m2 .nav-dropdown-sm .link:hover,
#menu-m2 .nav-dropdown-sm .dropdown-item:focus,
#menu-m2 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-m2 .navbar,
#menu-m2 .nav-dropdown-sm,
#menu-m2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-m2 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-m2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-m2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-m2 .bg-color.transparent.opened .link:hover,
#menu-m2 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-m2 .link[aria-expanded="true"],
#menu-m2 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-m3 .mbr-section-title,
#msg-box8-m3 p {
  color: #fff;
}
#msg-box8-m3 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-m3 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-m5 .mbr-section-title,
#msg-box8-m5 p {
  color: #fff;
}
#msg-box8-m5 .mbr-section-title {
  color: #000000;
}
#content1-m7 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-m7 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-m8 P {
  font-family: 'Open Sans', sans-serif;
}
#content1-m9 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-m9 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ma P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-mb UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-mc .mbr-section-title,
#header3-mc .mbr-section-subtitle {
  text-align: center;
}
#form1-md .form-control-label {
  color: #000000;
}
#form1-md .btn {
  font-size: 18px;
}
#form1-md .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-me SPAN {
  color: #ffffff;
}
#contacts3-me LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-me .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-mg .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mg .navbar-caption {
  color: #ffffff;
}
#menu-mg .navbar-toggler {
  color: #ffffff;
}
#menu-mg .close-icon::before,
#menu-mg .close-icon::after {
  background-color: #ffffff;
}
#menu-mg .link,
#menu-mg .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-mg .link {
  font-size: 0.85rem;
}
#menu-mg .dropdown-item,
#menu-mg .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-mg .link:hover,
#menu-mg .dropdown-item:hover,
#menu-mg .link:focus,
#menu-mg .dropdown-item:focus {
  color: #4894bc;
}
#menu-mg .link[aria-expanded="true"],
#menu-mg .dropdown-menu {
  background: #000000;
}
#menu-mg .nav-dropdown-sm .link:focus,
#menu-mg .nav-dropdown-sm .link:hover,
#menu-mg .nav-dropdown-sm .dropdown-item:focus,
#menu-mg .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-mg .navbar,
#menu-mg .nav-dropdown-sm,
#menu-mg .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mg .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-mg .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mg .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mg .bg-color.transparent.opened .link:hover,
#menu-mg .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-mg .link[aria-expanded="true"],
#menu-mg .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-mh .mbr-section-title,
#msg-box8-mh p {
  color: #fff;
}
#msg-box8-mh .mbr-section-title {
  color: #ffffff;
}
#msg-box8-mh .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-mj .mbr-section-title,
#msg-box8-mj p {
  color: #fff;
}
#msg-box8-mj .mbr-section-title {
  color: #000000;
}
#content1-ml P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ml UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-mm P {
  font-family: 'Open Sans', sans-serif;
}
#content1-mn P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-mn UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-mo P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-mp UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-mq .mbr-section-title,
#header3-mq .mbr-section-subtitle {
  text-align: center;
}
#form1-mr .form-control-label {
  color: #000000;
}
#form1-mr .btn {
  font-size: 18px;
}
#form1-mr .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-ms SPAN {
  color: #ffffff;
}
#contacts3-ms LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-ms .btn {
  font-family: 'Roboto', sans-serif;
}









#menu-mu .hide-buttons .nav-btn {
  display: none !important;
}
#menu-mu .navbar-caption {
  color: #ffffff;
}
#menu-mu .navbar-toggler {
  color: #ffffff;
}
#menu-mu .close-icon::before,
#menu-mu .close-icon::after {
  background-color: #ffffff;
}
#menu-mu .link,
#menu-mu .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-mu .link {
  font-size: 0.85rem;
}
#menu-mu .dropdown-item,
#menu-mu .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-mu .link:hover,
#menu-mu .dropdown-item:hover,
#menu-mu .link:focus,
#menu-mu .dropdown-item:focus {
  color: #4894bc;
}
#menu-mu .link[aria-expanded="true"],
#menu-mu .dropdown-menu {
  background: #000000;
}
#menu-mu .nav-dropdown-sm .link:focus,
#menu-mu .nav-dropdown-sm .link:hover,
#menu-mu .nav-dropdown-sm .dropdown-item:focus,
#menu-mu .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-mu .navbar,
#menu-mu .nav-dropdown-sm,
#menu-mu .nav-dropdown-sm .link[aria-expanded="true"],
#menu-mu .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-mu .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-mu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-mu .bg-color.transparent.opened .link:hover,
#menu-mu .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-mu .link[aria-expanded="true"],
#menu-mu .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-mv .mbr-section-title,
#msg-box8-mv p {
  color: #fff;
}
#msg-box8-mv .mbr-section-title {
  color: #ffffff;
}
#msg-box8-mv .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-mx .mbr-section-title,
#msg-box8-mx p {
  color: #fff;
}
#msg-box8-mx .mbr-section-title {
  color: #000000;
}
#content1-mz P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-mz UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-n1 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-n1 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-n2 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-n3 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-n4 .mbr-section-title,
#header3-n4 .mbr-section-subtitle {
  text-align: center;
}
#form1-n5 .form-control-label {
  color: #000000;
}
#form1-n5 .btn {
  font-size: 18px;
}
#form1-n5 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-n6 SPAN {
  color: #ffffff;
}
#contacts3-n6 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-n6 .btn {
  font-family: 'Roboto', sans-serif;
}









#menu-n8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-n8 .navbar-caption {
  color: #ffffff;
}
#menu-n8 .navbar-toggler {
  color: #ffffff;
}
#menu-n8 .close-icon::before,
#menu-n8 .close-icon::after {
  background-color: #ffffff;
}
#menu-n8 .link,
#menu-n8 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-n8 .link {
  font-size: 0.85rem;
}
#menu-n8 .dropdown-item,
#menu-n8 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-n8 .link:hover,
#menu-n8 .dropdown-item:hover,
#menu-n8 .link:focus,
#menu-n8 .dropdown-item:focus {
  color: #4894bc;
}
#menu-n8 .link[aria-expanded="true"],
#menu-n8 .dropdown-menu {
  background: #000000;
}
#menu-n8 .nav-dropdown-sm .link:focus,
#menu-n8 .nav-dropdown-sm .link:hover,
#menu-n8 .nav-dropdown-sm .dropdown-item:focus,
#menu-n8 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-n8 .navbar,
#menu-n8 .nav-dropdown-sm,
#menu-n8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n8 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-n8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-n8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-n8 .bg-color.transparent.opened .link:hover,
#menu-n8 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-n8 .link[aria-expanded="true"],
#menu-n8 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-n9 .mbr-section-title,
#msg-box8-n9 p {
  color: #fff;
}
#msg-box8-n9 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-n9 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-nb .mbr-section-title,
#msg-box8-nb p {
  color: #fff;
}
#msg-box8-nb .mbr-section-title {
  color: #000000;
}
#content1-nd P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-nd UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ne P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ne UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-nf P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-ng UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-nh .mbr-section-title,
#header3-nh .mbr-section-subtitle {
  text-align: center;
}
#form1-ni .form-control-label {
  color: #000000;
}
#form1-ni .btn {
  font-size: 18px;
}
#form1-ni .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-nj SPAN {
  color: #ffffff;
}
#contacts3-nj LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-nj .btn {
  font-family: 'Roboto', sans-serif;
}









#menu-nl .hide-buttons .nav-btn {
  display: none !important;
}
#menu-nl .navbar-caption {
  color: #ffffff;
}
#menu-nl .navbar-toggler {
  color: #ffffff;
}
#menu-nl .close-icon::before,
#menu-nl .close-icon::after {
  background-color: #ffffff;
}
#menu-nl .link,
#menu-nl .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-nl .link {
  font-size: 0.85rem;
}
#menu-nl .dropdown-item,
#menu-nl .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-nl .link:hover,
#menu-nl .dropdown-item:hover,
#menu-nl .link:focus,
#menu-nl .dropdown-item:focus {
  color: #4894bc;
}
#menu-nl .link[aria-expanded="true"],
#menu-nl .dropdown-menu {
  background: #000000;
}
#menu-nl .nav-dropdown-sm .link:focus,
#menu-nl .nav-dropdown-sm .link:hover,
#menu-nl .nav-dropdown-sm .dropdown-item:focus,
#menu-nl .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-nl .navbar,
#menu-nl .nav-dropdown-sm,
#menu-nl .nav-dropdown-sm .link[aria-expanded="true"],
#menu-nl .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-nl .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-nl .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-nl .bg-color.transparent.opened .link:hover,
#menu-nl .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-nl .link[aria-expanded="true"],
#menu-nl .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-nm .mbr-section-title,
#msg-box8-nm p {
  color: #fff;
}
#msg-box8-nm .mbr-section-title {
  color: #ffffff;
}
#msg-box8-nm .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-no .mbr-section-title,
#msg-box8-no p {
  color: #fff;
}
#msg-box8-no .mbr-section-title {
  color: #000000;
}
#content1-nq P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-nq UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-nr P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-nr UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ns P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-nt UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-nu .mbr-section-title,
#header3-nu .mbr-section-subtitle {
  text-align: center;
}
#form1-nv .form-control-label {
  color: #000000;
}
#form1-nv .btn {
  font-size: 18px;
}
#form1-nv .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-nw SPAN {
  color: #ffffff;
}
#contacts3-nw LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-nw .btn {
  font-family: 'Roboto', sans-serif;
}









#menu-ny .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ny .navbar-caption {
  color: #ffffff;
}
#menu-ny .navbar-toggler {
  color: #ffffff;
}
#menu-ny .close-icon::before,
#menu-ny .close-icon::after {
  background-color: #ffffff;
}
#menu-ny .link,
#menu-ny .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-ny .link {
  font-size: 0.85rem;
}
#menu-ny .dropdown-item,
#menu-ny .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ny .link:hover,
#menu-ny .dropdown-item:hover,
#menu-ny .link:focus,
#menu-ny .dropdown-item:focus {
  color: #4894bc;
}
#menu-ny .link[aria-expanded="true"],
#menu-ny .dropdown-menu {
  background: #000000;
}
#menu-ny .nav-dropdown-sm .link:focus,
#menu-ny .nav-dropdown-sm .link:hover,
#menu-ny .nav-dropdown-sm .dropdown-item:focus,
#menu-ny .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-ny .navbar,
#menu-ny .nav-dropdown-sm,
#menu-ny .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ny .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-ny .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ny .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ny .bg-color.transparent.opened .link:hover,
#menu-ny .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-ny .link[aria-expanded="true"],
#menu-ny .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-nz .mbr-section-title,
#msg-box8-nz p {
  color: #fff;
}
#msg-box8-nz .mbr-section-title {
  color: #ffffff;
}
#msg-box8-nz .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-o1 .mbr-section-title,
#msg-box8-o1 p {
  color: #fff;
}
#msg-box8-o1 .mbr-section-title {
  color: #000000;
}
#content1-o3 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-o3 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-o4 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-o4 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-o5 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-o6 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-o7 .mbr-section-title,
#header3-o7 .mbr-section-subtitle {
  text-align: center;
}
#form1-o8 .form-control-label {
  color: #000000;
}
#form1-o8 .btn {
  font-size: 18px;
}
#form1-o8 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-o9 SPAN {
  color: #ffffff;
}
#contacts3-o9 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-o9 .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-ob .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ob .navbar-caption {
  color: #ffffff;
}
#menu-ob .navbar-toggler {
  color: #ffffff;
}
#menu-ob .close-icon::before,
#menu-ob .close-icon::after {
  background-color: #ffffff;
}
#menu-ob .link,
#menu-ob .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-ob .link {
  font-size: 0.85rem;
}
#menu-ob .dropdown-item,
#menu-ob .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ob .link:hover,
#menu-ob .dropdown-item:hover,
#menu-ob .link:focus,
#menu-ob .dropdown-item:focus {
  color: #4894bc;
}
#menu-ob .link[aria-expanded="true"],
#menu-ob .dropdown-menu {
  background: #000000;
}
#menu-ob .nav-dropdown-sm .link:focus,
#menu-ob .nav-dropdown-sm .link:hover,
#menu-ob .nav-dropdown-sm .dropdown-item:focus,
#menu-ob .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-ob .navbar,
#menu-ob .nav-dropdown-sm,
#menu-ob .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ob .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-ob .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ob .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ob .bg-color.transparent.opened .link:hover,
#menu-ob .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-ob .link[aria-expanded="true"],
#menu-ob .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-oc .mbr-section-title,
#msg-box8-oc p {
  color: #fff;
}
#msg-box8-oc .mbr-section-title {
  color: #ffffff;
}
#msg-box8-oc .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-oe .mbr-section-title,
#msg-box8-oe p {
  color: #fff;
}
#msg-box8-oe .mbr-section-title {
  color: #000000;
}
#content1-og P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-og UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-oh P {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-oi P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-oi UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-oj P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-ok UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-ol .mbr-section-title,
#header3-ol .mbr-section-subtitle {
  text-align: center;
}
#form1-om .form-control-label {
  color: #000000;
}
#form1-om .btn {
  font-size: 18px;
}
#form1-om .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-on SPAN {
  color: #ffffff;
}
#contacts3-on LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-on .btn {
  font-family: 'Roboto', sans-serif;
}










#menu-op .hide-buttons .nav-btn {
  display: none !important;
}
#menu-op .navbar-caption {
  color: #ffffff;
}
#menu-op .navbar-toggler {
  color: #ffffff;
}
#menu-op .close-icon::before,
#menu-op .close-icon::after {
  background-color: #ffffff;
}
#menu-op .link,
#menu-op .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-op .link {
  font-size: 0.85rem;
}
#menu-op .dropdown-item,
#menu-op .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-op .link:hover,
#menu-op .dropdown-item:hover,
#menu-op .link:focus,
#menu-op .dropdown-item:focus {
  color: #4894bc;
}
#menu-op .link[aria-expanded="true"],
#menu-op .dropdown-menu {
  background: #000000;
}
#menu-op .nav-dropdown-sm .link:focus,
#menu-op .nav-dropdown-sm .link:hover,
#menu-op .nav-dropdown-sm .dropdown-item:focus,
#menu-op .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-op .navbar,
#menu-op .nav-dropdown-sm,
#menu-op .nav-dropdown-sm .link[aria-expanded="true"],
#menu-op .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-op .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-op .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-op .bg-color.transparent.opened .link:hover,
#menu-op .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-op .link[aria-expanded="true"],
#menu-op .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-oq .mbr-section-title,
#msg-box8-oq p {
  color: #fff;
}
#msg-box8-oq .mbr-section-title {
  color: #ffffff;
}
#msg-box8-oq .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-os .mbr-section-title,
#msg-box8-os p {
  color: #fff;
}
#msg-box8-os .mbr-section-title {
  color: #000000;
}
#content1-ou P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ou UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content7-ov P {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ow P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ow UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ox P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-oy UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-oz .mbr-section-title,
#header3-oz .mbr-section-subtitle {
  text-align: center;
}
#form1-p0 .form-control-label {
  color: #000000;
}
#form1-p0 .btn {
  font-size: 18px;
}
#form1-p0 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-p1 SPAN {
  color: #ffffff;
}
#contacts3-p1 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-p1 .btn {
  font-family: 'Roboto', sans-serif;
}









#menu-qd .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qd .navbar-caption {
  color: #ffffff;
}
#menu-qd .navbar-toggler {
  color: #ffffff;
}
#menu-qd .close-icon::before,
#menu-qd .close-icon::after {
  background-color: #ffffff;
}
#menu-qd .link,
#menu-qd .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-qd .link {
  font-size: 0.85rem;
}
#menu-qd .dropdown-item,
#menu-qd .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-qd .link:hover,
#menu-qd .dropdown-item:hover,
#menu-qd .link:focus,
#menu-qd .dropdown-item:focus {
  color: #4894bc;
}
#menu-qd .link[aria-expanded="true"],
#menu-qd .dropdown-menu {
  background: #000000;
}
#menu-qd .nav-dropdown-sm .link:focus,
#menu-qd .nav-dropdown-sm .link:hover,
#menu-qd .nav-dropdown-sm .dropdown-item:focus,
#menu-qd .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-qd .navbar,
#menu-qd .nav-dropdown-sm,
#menu-qd .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qd .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-qd .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-qd .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qd .bg-color.transparent.opened .link:hover,
#menu-qd .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-qd .link[aria-expanded="true"],
#menu-qd .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-qe .mbr-section-title,
#msg-box8-qe p {
  color: #fff;
}
#msg-box8-qe .mbr-section-title {
  color: #ffffff;
}
#msg-box8-qe .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-qg .mbr-section-title,
#msg-box8-qg p {
  color: #fff;
}
#msg-box8-qg .mbr-section-title {
  color: #000000;
}
#content1-qi P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-qi UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-qk P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-qk UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-ql P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-qm UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-qn .mbr-section-title,
#header3-qn .mbr-section-subtitle {
  text-align: center;
}
#form1-qo .form-control-label {
  color: #000000;
}
#form1-qo .btn {
  font-size: 18px;
}
#form1-qo .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-qp SPAN {
  color: #ffffff;
}
#contacts3-qp LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-qp .btn {
  font-family: 'Roboto', sans-serif;
}







#menu-qr .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qr .navbar-caption {
  color: #ffffff;
}
#menu-qr .navbar-toggler {
  color: #ffffff;
}
#menu-qr .close-icon::before,
#menu-qr .close-icon::after {
  background-color: #ffffff;
}
#menu-qr .link,
#menu-qr .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-qr .link {
  font-size: 0.85rem;
}
#menu-qr .dropdown-item,
#menu-qr .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-qr .link:hover,
#menu-qr .dropdown-item:hover,
#menu-qr .link:focus,
#menu-qr .dropdown-item:focus {
  color: #4894bc;
}
#menu-qr .link[aria-expanded="true"],
#menu-qr .dropdown-menu {
  background: #000000;
}
#menu-qr .nav-dropdown-sm .link:focus,
#menu-qr .nav-dropdown-sm .link:hover,
#menu-qr .nav-dropdown-sm .dropdown-item:focus,
#menu-qr .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-qr .navbar,
#menu-qr .nav-dropdown-sm,
#menu-qr .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qr .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-qr .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-qr .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qr .bg-color.transparent.opened .link:hover,
#menu-qr .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-qr .link[aria-expanded="true"],
#menu-qr .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-qs .mbr-section-title,
#msg-box8-qs p {
  color: #fff;
}
#msg-box8-qs .mbr-section-title {
  color: #ffffff;
}
#msg-box8-qs .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-qu .mbr-section-title,
#msg-box8-qu p {
  color: #fff;
}
#msg-box8-qu .mbr-section-title {
  color: #000000;
}
#content1-qx P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-qx UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-qy P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-qz UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-r0 .mbr-section-title,
#header3-r0 .mbr-section-subtitle {
  text-align: center;
}
#form1-r1 .form-control-label {
  color: #000000;
}
#form1-r1 .btn {
  font-size: 18px;
}
#form1-r1 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-r2 SPAN {
  color: #ffffff;
}
#contacts3-r2 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-r2 .btn {
  font-family: 'Roboto', sans-serif;
}







#menu-r4 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r4 .navbar-caption {
  color: #ffffff;
}
#menu-r4 .navbar-toggler {
  color: #ffffff;
}
#menu-r4 .close-icon::before,
#menu-r4 .close-icon::after {
  background-color: #ffffff;
}
#menu-r4 .link,
#menu-r4 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-r4 .link {
  font-size: 0.85rem;
}
#menu-r4 .dropdown-item,
#menu-r4 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-r4 .link:hover,
#menu-r4 .dropdown-item:hover,
#menu-r4 .link:focus,
#menu-r4 .dropdown-item:focus {
  color: #4894bc;
}
#menu-r4 .link[aria-expanded="true"],
#menu-r4 .dropdown-menu {
  background: #000000;
}
#menu-r4 .nav-dropdown-sm .link:focus,
#menu-r4 .nav-dropdown-sm .link:hover,
#menu-r4 .nav-dropdown-sm .dropdown-item:focus,
#menu-r4 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-r4 .navbar,
#menu-r4 .nav-dropdown-sm,
#menu-r4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r4 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-r4 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r4 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r4 .bg-color.transparent.opened .link:hover,
#menu-r4 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-r4 .link[aria-expanded="true"],
#menu-r4 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-r5 .mbr-section-title,
#msg-box8-r5 p {
  color: #fff;
}
#msg-box8-r5 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-r5 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-r7 .mbr-section-title,
#msg-box8-r7 p {
  color: #fff;
}
#msg-box8-r7 .mbr-section-title {
  color: #000000;
}
#content1-ra P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-ra UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-rb P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-rc UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-rd .mbr-section-title,
#header3-rd .mbr-section-subtitle {
  text-align: center;
}
#form1-re .form-control-label {
  color: #000000;
}
#form1-re .btn {
  font-size: 18px;
}
#form1-re .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-rf SPAN {
  color: #ffffff;
}
#contacts3-rf LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-rf .btn {
  font-family: 'Roboto', sans-serif;
}







#menu-rh .hide-buttons .nav-btn {
  display: none !important;
}
#menu-rh .navbar-caption {
  color: #ffffff;
}
#menu-rh .navbar-toggler {
  color: #ffffff;
}
#menu-rh .close-icon::before,
#menu-rh .close-icon::after {
  background-color: #ffffff;
}
#menu-rh .link,
#menu-rh .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-rh .link {
  font-size: 0.85rem;
}
#menu-rh .dropdown-item,
#menu-rh .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-rh .link:hover,
#menu-rh .dropdown-item:hover,
#menu-rh .link:focus,
#menu-rh .dropdown-item:focus {
  color: #4894bc;
}
#menu-rh .link[aria-expanded="true"],
#menu-rh .dropdown-menu {
  background: #000000;
}
#menu-rh .nav-dropdown-sm .link:focus,
#menu-rh .nav-dropdown-sm .link:hover,
#menu-rh .nav-dropdown-sm .dropdown-item:focus,
#menu-rh .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-rh .navbar,
#menu-rh .nav-dropdown-sm,
#menu-rh .nav-dropdown-sm .link[aria-expanded="true"],
#menu-rh .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-rh .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-rh .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-rh .bg-color.transparent.opened .link:hover,
#menu-rh .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-rh .link[aria-expanded="true"],
#menu-rh .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-ri .mbr-section-title,
#msg-box8-ri p {
  color: #fff;
}
#msg-box8-ri .mbr-section-title {
  color: #ffffff;
}
#msg-box8-ri .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-rk .mbr-section-title,
#msg-box8-rk p {
  color: #fff;
}
#msg-box8-rk .mbr-section-title {
  color: #000000;
}
#content1-rn P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-rn UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#buttons1-t5 .btn {
  font-size: 25px;
}
#content1-ro P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-rp UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-rq .mbr-section-title,
#header3-rq .mbr-section-subtitle {
  text-align: center;
}
#form1-rr .form-control-label {
  color: #000000;
}
#form1-rr .btn {
  font-size: 18px;
}
#form1-rr .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-rs SPAN {
  color: #ffffff;
}
#contacts3-rs LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-rs .btn {
  font-family: 'Roboto', sans-serif;
}







#menu-ru .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ru .navbar-caption {
  color: #ffffff;
}
#menu-ru .navbar-toggler {
  color: #ffffff;
}
#menu-ru .close-icon::before,
#menu-ru .close-icon::after {
  background-color: #ffffff;
}
#menu-ru .link,
#menu-ru .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-ru .link {
  font-size: 0.85rem;
}
#menu-ru .dropdown-item,
#menu-ru .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-ru .link:hover,
#menu-ru .dropdown-item:hover,
#menu-ru .link:focus,
#menu-ru .dropdown-item:focus {
  color: #4894bc;
}
#menu-ru .link[aria-expanded="true"],
#menu-ru .dropdown-menu {
  background: #000000;
}
#menu-ru .nav-dropdown-sm .link:focus,
#menu-ru .nav-dropdown-sm .link:hover,
#menu-ru .nav-dropdown-sm .dropdown-item:focus,
#menu-ru .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-ru .navbar,
#menu-ru .nav-dropdown-sm,
#menu-ru .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ru .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-ru .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ru .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ru .bg-color.transparent.opened .link:hover,
#menu-ru .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-ru .link[aria-expanded="true"],
#menu-ru .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-rv .mbr-section-title,
#msg-box8-rv p {
  color: #fff;
}
#msg-box8-rv .mbr-section-title {
  color: #ffffff;
}
#msg-box8-rv .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-rx .mbr-section-title,
#msg-box8-rx p {
  color: #fff;
}
#msg-box8-rx .mbr-section-title {
  color: #000000;
}
#content1-s0 P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-s0 UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#content1-s1 P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-s2 UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-s3 .mbr-section-title,
#header3-s3 .mbr-section-subtitle {
  text-align: center;
}
#form1-s4 .form-control-label {
  color: #000000;
}
#form1-s4 .btn {
  font-size: 18px;
}
#form1-s4 .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-s5 SPAN {
  color: #ffffff;
}
#contacts3-s5 LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-s5 .btn {
  font-family: 'Roboto', sans-serif;
}







#menu-s7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-s7 .navbar-caption {
  color: #ffffff;
}
#menu-s7 .navbar-toggler {
  color: #ffffff;
}
#menu-s7 .close-icon::before,
#menu-s7 .close-icon::after {
  background-color: #ffffff;
}
#menu-s7 .link,
#menu-s7 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#menu-s7 .link {
  font-size: 0.85rem;
}
#menu-s7 .dropdown-item,
#menu-s7 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-s7 .link:hover,
#menu-s7 .dropdown-item:hover,
#menu-s7 .link:focus,
#menu-s7 .dropdown-item:focus {
  color: #4894bc;
}
#menu-s7 .link[aria-expanded="true"],
#menu-s7 .dropdown-menu {
  background: #000000;
}
#menu-s7 .nav-dropdown-sm .link:focus,
#menu-s7 .nav-dropdown-sm .link:hover,
#menu-s7 .nav-dropdown-sm .dropdown-item:focus,
#menu-s7 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#menu-s7 .navbar,
#menu-s7 .nav-dropdown-sm,
#menu-s7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-s7 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#menu-s7 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-s7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-s7 .bg-color.transparent.opened .link:hover,
#menu-s7 .bg-color.transparent.opened .link:focus {
  color: #4894bc;
}
#menu-s7 .link[aria-expanded="true"],
#menu-s7 .dropdown-item[aria-expanded="true"] {
  color: #4894bc!important;
}
#msg-box8-s8 .mbr-section-title,
#msg-box8-s8 p {
  color: #fff;
}
#msg-box8-s8 .mbr-section-title {
  color: #ffffff;
}
#msg-box8-s8 .lead P {
  font-family: 'Open Sans', sans-serif;
}
#msg-box8-sa .mbr-section-title,
#msg-box8-sa p {
  color: #fff;
}
#msg-box8-sa .mbr-section-title {
  color: #000000;
}
#content1-sd P {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#content1-sd UL {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
#buttons1-t7 .btn {
  font-size: 25px;
}
#content1-se P {
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
#content6-sf UL {
  font-family: 'Open Sans', sans-serif;
}
#header3-sg .mbr-section-title,
#header3-sg .mbr-section-subtitle {
  text-align: center;
}
#form1-sh .form-control-label {
  color: #000000;
}
#form1-sh .btn {
  font-size: 18px;
}
#form1-sh .mbr-section-title {
  font-size: 48px;
  color: #000000;
}
#contacts3-si SPAN {
  color: #ffffff;
}
#contacts3-si LI {
  color: #ffffff;
  text-align: center;
}
#contacts3-si .btn {
  font-family: 'Roboto', sans-serif;
}
