@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
















body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Noto Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Noto Sans', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary {
  background-color: #e87b7b;
  border-color: #e4aaaa;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #87dccb;
  border-color: #87dccb;
}
.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: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #cccccc !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #bea06e;
}
.btn-social:hover {
  background: #cccccc;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #cccccc;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #cccccc;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
.lead a,
.lead a:hover {
  color: #cccccc;
}
.lead blockquote {
  border-color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #cccccc;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Montserrat', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Montserrat', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.features6 .description {
  font-family: 'Noto Sans', sans-serif;
}
.count,
.counter-title {
  font-family: 'Montserrat', sans-serif;
}
.counter-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #cccccc;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Montserrat', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .number {
  font-family: 'Montserrat', sans-serif;
}
.extHeader13 .period {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'Noto Sans', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #cccccc;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Montserrat', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extForm2 .container p {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #cccccc;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #cccccc;
}
.extCounters2 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Montserrat', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #cccccc;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #cccccc;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #cccccc;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Montserrat', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #cccccc;
}
.extAccordion1 .panel-heading a {
  font-family: 'Noto Sans', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #cccccc;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Noto Sans', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #cccccc;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #cccccc;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #cccccc;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Montserrat', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Montserrat', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #cccccc !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #cccccc;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #cccccc;
}
.theme-border {
  border: 1px solid #cccccc;

}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
}
#menu-0 .link {
  font-size: 1.1rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 1.1rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #cccccc;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: rgba(0, 0, 0, 0.56);
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: rgba(51, 51, 51, 0.71);
}
#menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-0 .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#header3-p .mbr-section-title,
#header3-p .mbr-section-subtitle {
  text-align: center;
}
#header3-p SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  text-align: right;
}
#header3-p FONT {
  font-size: 36px;
}
#features1-7z .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #c1c1c1;
}
#features1-7z .mbr-cards-col:nth-child(odd) .card-title {
  font-family: 'Noto Sans', sans-serif;
}
#features1-7z .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 12px;
}
#features1-7z .mbr-cards-col:nth-child(even) .card-title {
  font-family: 'Noto Sans', sans-serif;
}
#features1-7z .mbr-cards-col:nth-child(even) .card-text {
  font-size: 12px;
}
#msg-box8-x .mbr-section-title,
#msg-box8-x p {
  color: #fff;
}
#msg-box8-x .lead P {
  font-size: 14px;
}
#msg-box8-x .mbr-section-title {
  font-family: 'Lora', serif;
}
#header3-3 .mbr-section-title,
#header3-3 .mbr-section-subtitle {
  text-align: center;
}
#header3-3 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  text-align: right;
}
#header3-3 FONT {
  font-size: 36px;
}
#features3-6g P {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}
#features3-6g H5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  color: #7c706b;
}
#features3-6g H4 {
  font-family: 'Noto Sans', sans-serif;
}
#features3-6 {
  
  
  
}
#features3-6 P {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}
#features3-6 H5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 11px;
  color: #7c706b;
}
#features3-6 H4 {
  font-family: 'Noto Sans', sans-serif;
}
#header3-8 .mbr-section-title,
#header3-8 .mbr-section-subtitle {
  text-align: center;
}
#header3-8 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  text-align: right;
}
#header3-8 FONT {
  font-size: 36px;
}
#gallery1-7 .mbr-gallery-item > div > span {
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}
#extTestimonials5-n .mbr-section-subtitle {
  font-size: 12px;
}
#extTestimonials5-n .mbr-section-title {
  font-size: 36px;
}
#contacts2-r STRONG {
  font-family: 'Noto Sans', sans-serif;
}










#content8-24 .mbr-section-title,
#content8-24 p {
  text-align: right;
  color: #fff;
}
#content8-24 .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-24 P {
  font-size: 12px;
  text-align: left;
}
#header3-15 .mbr-section-title,
#header3-15 .mbr-section-subtitle {
  text-align: center;
}
#header3-15 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-15 FONT {
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px;
}
#extFeatures13-8a .etl-icon {
  color: #666666;
}
#extFeatures13-8a H4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}
#extFeatures13-8a P {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}
#extFeatures13-8a .date P {
  font-size: 20px;
  color: #6b6d6f;
  font-family: 'PT Serif', serif;
}
#extFeatures13-8a .mbr-section-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}
#extFeatures13-8a .mbr-section-title {
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures13-8a SPAN {
  color: #000000;
}
#contacts2-19 STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26 .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-26 .navbar-toggler {
  color: #ffffff;
}
#menu-26 .close-icon::before,
#menu-26 .close-icon::after {
  background-color: #ffffff;
}
#menu-26 .link,
#menu-26 .dropdown-item {
  color: #ffffff;
}
#menu-26 .link {
  font-size: 0.75rem;
}
#menu-26 .dropdown-item,
#menu-26 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-26 .link:hover,
#menu-26 .dropdown-item:hover,
#menu-26 .link:focus,
#menu-26 .dropdown-item:focus {
  color: #cccccc;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-menu {
  background: #a8a8a8;
}
#menu-26 .nav-dropdown-sm .link:focus,
#menu-26 .nav-dropdown-sm .link:hover,
#menu-26 .nav-dropdown-sm .dropdown-item:focus,
#menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-26 .navbar,
#menu-26 .nav-dropdown-sm,
#menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-26 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26 .bg-color.transparent.opened .link:hover,
#menu-26 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-26 .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}








#menu-3a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3a .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-3a .navbar-toggler {
  color: #ffffff;
}
#menu-3a .close-icon::before,
#menu-3a .close-icon::after {
  background-color: #ffffff;
}
#menu-3a .link,
#menu-3a .dropdown-item {
  color: #ffffff;
}
#menu-3a .link {
  font-size: 0.75rem;
}
#menu-3a .dropdown-item,
#menu-3a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3a .link:hover,
#menu-3a .dropdown-item:hover,
#menu-3a .link:focus,
#menu-3a .dropdown-item:focus {
  color: #cccccc;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-menu {
  background: #a8a8a8;
}
#menu-3a .nav-dropdown-sm .link:focus,
#menu-3a .nav-dropdown-sm .link:hover,
#menu-3a .nav-dropdown-sm .dropdown-item:focus,
#menu-3a .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-3a .navbar,
#menu-3a .nav-dropdown-sm,
#menu-3a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3a .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-3a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3a .bg-color.transparent.opened .link:hover,
#menu-3a .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-3a .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-44 .mbr-section-title,
#content8-44 p {
  text-align: right;
  color: #fff;
}
#content8-44 .mbr-section-title {
  font-size: 30px;
  text-align: right;
}
#content8-44 P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-45 .feature-title,
#extFeatures8-45 .description {
  color: #232323;
}
#extFeatures8-45 .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-45 .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-45 .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-45 P {
  font-size: 12px;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
  text-align: center;
}
#header3-47 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-47 FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#features1-46 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-46 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-46 .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 12px;
  color: #000000;
}
#features1-46 .mbr-cards-col:nth-child(even) .card-text {
  font-size: 12px;
}
#header3-4a .mbr-section-title,
#header3-4a .mbr-section-subtitle {
  text-align: center;
}
#header3-4a SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-4a FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-49 .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-1n STRONG {
  font-family: 'Noto Sans', sans-serif;
}





#content8-25 .mbr-section-title,
#content8-25 p {
  text-align: right;
  color: #fff;
}
#content8-25 .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-25 P {
  font-size: 12px;
  text-align: left;
}
#header3-86 .mbr-section-title,
#header3-86 .mbr-section-subtitle {
  text-align: center;
}
#header3-86 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-86 FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#custom-html-87 {
  /* Type valid CSS here */
}
#custom-html-87 .my-image {
  width: 100%;
}
#contacts2-29 STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26 .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-26 .navbar-toggler {
  color: #ffffff;
}
#menu-26 .close-icon::before,
#menu-26 .close-icon::after {
  background-color: #ffffff;
}
#menu-26 .link,
#menu-26 .dropdown-item {
  color: #ffffff;
}
#menu-26 .link {
  font-size: 0.75rem;
}
#menu-26 .dropdown-item,
#menu-26 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-26 .link:hover,
#menu-26 .dropdown-item:hover,
#menu-26 .link:focus,
#menu-26 .dropdown-item:focus {
  color: #cccccc;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-menu {
  background: #a8a8a8;
}
#menu-26 .nav-dropdown-sm .link:focus,
#menu-26 .nav-dropdown-sm .link:hover,
#menu-26 .nav-dropdown-sm .dropdown-item:focus,
#menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-26 .navbar,
#menu-26 .nav-dropdown-sm,
#menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-26 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26 .bg-color.transparent.opened .link:hover,
#menu-26 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-26 .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}







#content8-23 .mbr-section-title,
#content8-23 p {
  text-align: right;
  color: #fff;
}
#content8-23 .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-23 P {
  font-size: 12px;
  text-align: left;
}
#header3-8d .mbr-section-title,
#header3-8d .mbr-section-subtitle {
  text-align: center;
}
#header3-8d SMALL {
  font-size: 14px;
}
#header3-8d SPAN {
  font-family: 'PT Sans', sans-serif;
}
#header3-8e .mbr-section-title,
#header3-8e .mbr-section-subtitle {
  text-align: center;
}
#header3-8e SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-8e FONT {
  font-size: 30px;
}
#header3-8e B {
  color: #232323;
  font-size: 14px;
}
#header3-32 .mbr-section-title,
#header3-32 .mbr-section-subtitle {
  text-align: center;
}
#header3-32 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-32 FONT {
  font-size: 30px;
}
#features7-3v {
  
}
#features7-3v .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features7-3v .card-subtitle {
  color: #bcbcbc;
}
#features7-3v .iconbox {
  background-color: #cccccc;
  border-color: #cccccc;
}
#features7-3v H4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
}
#features7-3v P {
  font-size: 14px;
}
#contacts2-2k STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26 .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-26 .navbar-toggler {
  color: #ffffff;
}
#menu-26 .close-icon::before,
#menu-26 .close-icon::after {
  background-color: #ffffff;
}
#menu-26 .link,
#menu-26 .dropdown-item {
  color: #ffffff;
}
#menu-26 .link {
  font-size: 0.75rem;
}
#menu-26 .dropdown-item,
#menu-26 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-26 .link:hover,
#menu-26 .dropdown-item:hover,
#menu-26 .link:focus,
#menu-26 .dropdown-item:focus {
  color: #cccccc;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-menu {
  background: #a8a8a8;
}
#menu-26 .nav-dropdown-sm .link:focus,
#menu-26 .nav-dropdown-sm .link:hover,
#menu-26 .nav-dropdown-sm .dropdown-item:focus,
#menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-26 .navbar,
#menu-26 .nav-dropdown-sm,
#menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-26 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26 .bg-color.transparent.opened .link:hover,
#menu-26 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-26 .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}






#content8-2h .mbr-section-title,
#content8-2h p {
  text-align: right;
  color: #fff;
}
#content8-2h .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-2h P {
  font-size: 12px;
  text-align: left;
}
#header3-3n .mbr-section-title,
#header3-3n .mbr-section-subtitle {
  text-align: center;
}
#header3-3n SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-3n FONT {
  font-size: 30px;
}
#header3-3n SPAN {
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-3e .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 12px;
}
#content1-83 P {
  font-size: 20px;
}
#content2-82 BLOCKQUOTE {
  font-size: 12px;
}
#header3-3p .mbr-section-title,
#header3-3p .mbr-section-subtitle {
  text-align: center;
}
#header3-3p SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  text-align: right;
}
#header3-3p FONT {
  font-size: 30px;
}
#header3-3p SPAN {
  text-align: center;
}
#content2-7x BLOCKQUOTE {
  font-size: 12px;
}
#content2-7x P {
  font-size: 14px;
}
#gallery2-6l .mbr-gallery-item > div > span {
  text-align: center;
  font-size: 12px;
}
#contacts2-2k STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-2m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2m .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-2m .navbar-toggler {
  color: #ffffff;
}
#menu-2m .close-icon::before,
#menu-2m .close-icon::after {
  background-color: #ffffff;
}
#menu-2m .link,
#menu-2m .dropdown-item {
  color: #ffffff;
}
#menu-2m .link {
  font-size: 0.75rem;
}
#menu-2m .dropdown-item,
#menu-2m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2m .link:hover,
#menu-2m .dropdown-item:hover,
#menu-2m .link:focus,
#menu-2m .dropdown-item:focus {
  color: #cccccc;
}
#menu-2m .link[aria-expanded="true"],
#menu-2m .dropdown-menu {
  background: #a8a8a8;
}
#menu-2m .nav-dropdown-sm .link:focus,
#menu-2m .nav-dropdown-sm .link:hover,
#menu-2m .nav-dropdown-sm .dropdown-item:focus,
#menu-2m .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-2m .navbar,
#menu-2m .nav-dropdown-sm,
#menu-2m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2m .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-2m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2m .bg-color.transparent.opened .link:hover,
#menu-2m .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-2m .link[aria-expanded="true"],
#menu-2m .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-2m .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}




#content8-33 .mbr-section-title,
#content8-33 p {
  text-align: right;
  color: #fff;
}
#content8-33 .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-33 P {
  font-size: 12px;
  text-align: left;
}
#header3-34 .mbr-section-title,
#header3-34 .mbr-section-subtitle {
  text-align: center;
}
#header3-34 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-34 FONT {
  font-size: 30px;
}
#form1-3c .form-control-label {
  color: #232323;
}
#contacts2-38 STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-3a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3a .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-3a .navbar-toggler {
  color: #ffffff;
}
#menu-3a .close-icon::before,
#menu-3a .close-icon::after {
  background-color: #ffffff;
}
#menu-3a .link,
#menu-3a .dropdown-item {
  color: #ffffff;
}
#menu-3a .link {
  font-size: 0.75rem;
}
#menu-3a .dropdown-item,
#menu-3a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3a .link:hover,
#menu-3a .dropdown-item:hover,
#menu-3a .link:focus,
#menu-3a .dropdown-item:focus {
  color: #cccccc;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-menu {
  background: #a8a8a8;
}
#menu-3a .nav-dropdown-sm .link:focus,
#menu-3a .nav-dropdown-sm .link:hover,
#menu-3a .nav-dropdown-sm .dropdown-item:focus,
#menu-3a .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-3a .navbar,
#menu-3a .nav-dropdown-sm,
#menu-3a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3a .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-3a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3a .bg-color.transparent.opened .link:hover,
#menu-3a .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-3a .btn {
  font-family: 'Noto Sans', sans-serif;

  font-size: 14px;
}








#menu-4b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4b .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-4b .navbar-toggler {
  color: #ffffff;
}
#menu-4b .close-icon::before,
#menu-4b .close-icon::after {
  background-color: #ffffff;
}
#menu-4b .link,
#menu-4b .dropdown-item {
  color: #ffffff;
}
#menu-4b .link {
  font-size: 0.75rem;
}
#menu-4b .dropdown-item,
#menu-4b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4b .link:hover,
#menu-4b .dropdown-item:hover,
#menu-4b .link:focus,
#menu-4b .dropdown-item:focus {
  color: #cccccc;
}
#menu-4b .link[aria-expanded="true"],
#menu-4b .dropdown-menu {
  background: #a8a8a8;
}
#menu-4b .nav-dropdown-sm .link:focus,
#menu-4b .nav-dropdown-sm .link:hover,
#menu-4b .nav-dropdown-sm .dropdown-item:focus,
#menu-4b .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-4b .navbar,
#menu-4b .nav-dropdown-sm,
#menu-4b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4b .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-4b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4b .bg-color.transparent.opened .link:hover,
#menu-4b .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-4b .link[aria-expanded="true"],
#menu-4b .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-4b .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-4c .mbr-section-title,
#content8-4c p {
  text-align: right;
  color: #fff;
}
#content8-4c .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-4c P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-4d .feature-title,
#extFeatures8-4d .description {
  color: #232323;
}
#extFeatures8-4d .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-4d .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-4d .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-4d P {
  font-size: 12px;
}
#header3-4e .mbr-section-title,
#header3-4e .mbr-section-subtitle {
  text-align: center;
}
#header3-4e SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-4e FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#features1-62 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-62 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-62 .mbr-cards-col:nth-child(odd) .card-text {
  font-size: 12px;
  color: #000000;
}
#features1-62 .mbr-cards-col:nth-child(even) .card-text {
  font-size: 12px;
}
#header3-4g .mbr-section-title,
#header3-4g .mbr-section-subtitle {
  text-align: center;
}
#header3-4g SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-4g FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-65 .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-4i STRONG {
  font-family: 'Noto Sans', sans-serif;
}






#menu-4k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4k .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-4k .navbar-toggler {
  color: #ffffff;
}
#menu-4k .close-icon::before,
#menu-4k .close-icon::after {
  background-color: #ffffff;
}
#menu-4k .link,
#menu-4k .dropdown-item {
  color: #ffffff;
}
#menu-4k .link {
  font-size: 0.75rem;
}
#menu-4k .dropdown-item,
#menu-4k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4k .link:hover,
#menu-4k .dropdown-item:hover,
#menu-4k .link:focus,
#menu-4k .dropdown-item:focus {
  color: #cccccc;
}
#menu-4k .link[aria-expanded="true"],
#menu-4k .dropdown-menu {
  background: #a8a8a8;
}
#menu-4k .nav-dropdown-sm .link:focus,
#menu-4k .nav-dropdown-sm .link:hover,
#menu-4k .nav-dropdown-sm .dropdown-item:focus,
#menu-4k .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-4k .navbar,
#menu-4k .nav-dropdown-sm,
#menu-4k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4k .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-4k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4k .bg-color.transparent.opened .link:hover,
#menu-4k .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-4k .link[aria-expanded="true"],
#menu-4k .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-4k .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-4l .mbr-section-title,
#content8-4l p {
  text-align: right;
  color: #fff;
}
#content8-4l .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-4l P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-4m .feature-title,
#extFeatures8-4m .description {
  color: #232323;
}
#extFeatures8-4m .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-4m .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-4m .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-4m P {
  font-size: 12px;
}
#header3-4p .mbr-section-title,
#header3-4p .mbr-section-subtitle {
  text-align: center;
}
#header3-4p SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-4p FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-66 .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-4r STRONG {
  font-family: 'Noto Sans', sans-serif;
}









#menu-4t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4t .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-4t .navbar-toggler {
  color: #ffffff;
}
#menu-4t .close-icon::before,
#menu-4t .close-icon::after {
  background-color: #ffffff;
}
#menu-4t .link,
#menu-4t .dropdown-item {
  color: #ffffff;
}
#menu-4t .link {
  font-size: 0.75rem;
}
#menu-4t .dropdown-item,
#menu-4t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4t .link:hover,
#menu-4t .dropdown-item:hover,
#menu-4t .link:focus,
#menu-4t .dropdown-item:focus {
  color: #cccccc;
}
#menu-4t .link[aria-expanded="true"],
#menu-4t .dropdown-menu {
  background: #a8a8a8;
}
#menu-4t .nav-dropdown-sm .link:focus,
#menu-4t .nav-dropdown-sm .link:hover,
#menu-4t .nav-dropdown-sm .dropdown-item:focus,
#menu-4t .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-4t .navbar,
#menu-4t .nav-dropdown-sm,
#menu-4t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4t .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-4t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4t .bg-color.transparent.opened .link:hover,
#menu-4t .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-4t .link[aria-expanded="true"],
#menu-4t .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-4t .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-4u .mbr-section-title,
#content8-4u p {
  text-align: right;
  color: #fff;
}
#content8-4u .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-4u P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-4v .feature-title,
#extFeatures8-4v .description {
  color: #232323;
}
#extFeatures8-4v .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-4v .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-4v .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-4v P {
  font-size: 12px;
}
#header3-4w .mbr-section-title,
#header3-4w .mbr-section-subtitle {
  text-align: center;
}
#header3-4w SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-4w FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures12-6k .card-number {
  color: #cccccc;
}
#extFeatures12-6k .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-6k .wraper {
  border-color: undefined !important;
}
#extFeatures12-6k H4 {
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures12-6k P {
  font-size: 12px;
}
#header3-6f .mbr-section-title,
#header3-6f .mbr-section-subtitle {
  text-align: center;
}
#header3-6f SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-6f FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-6d .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-60 STRONG {
  font-family: 'Noto Sans', sans-serif;
}





#menu-52 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-52 .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-52 .navbar-toggler {
  color: #ffffff;
}
#menu-52 .close-icon::before,
#menu-52 .close-icon::after {
  background-color: #ffffff;
}
#menu-52 .link,
#menu-52 .dropdown-item {
  color: #ffffff;
}
#menu-52 .link {
  font-size: 0.75rem;
}
#menu-52 .dropdown-item,
#menu-52 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-52 .link:hover,
#menu-52 .dropdown-item:hover,
#menu-52 .link:focus,
#menu-52 .dropdown-item:focus {
  color: #cccccc;
}
#menu-52 .link[aria-expanded="true"],
#menu-52 .dropdown-menu {
  background: #a8a8a8;
}
#menu-52 .nav-dropdown-sm .link:focus,
#menu-52 .nav-dropdown-sm .link:hover,
#menu-52 .nav-dropdown-sm .dropdown-item:focus,
#menu-52 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-52 .navbar,
#menu-52 .nav-dropdown-sm,
#menu-52 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-52 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-52 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-52 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-52 .bg-color.transparent.opened .link:hover,
#menu-52 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-52 .link[aria-expanded="true"],
#menu-52 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-52 .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-53 .mbr-section-title,
#content8-53 p {
  text-align: right;
  color: #fff;
}
#content8-53 .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-53 P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-54 {
  
}
#extFeatures8-54 .feature-title,
#extFeatures8-54 .description {
  color: #232323;
}
#extFeatures8-54 .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-54 .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-54 .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-54 P {
  font-size: 12px;
}
#header3-57 .mbr-section-title,
#header3-57 .mbr-section-subtitle {
  text-align: center;
}
#header3-57 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-57 FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-68 .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-59 STRONG {
  font-family: 'Noto Sans', sans-serif;
}









#menu-5b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5b .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-5b .navbar-toggler {
  color: #ffffff;
}
#menu-5b .close-icon::before,
#menu-5b .close-icon::after {
  background-color: #ffffff;
}
#menu-5b .link,
#menu-5b .dropdown-item {
  color: #ffffff;
}
#menu-5b .link {
  font-size: 0.75rem;
}
#menu-5b .dropdown-item,
#menu-5b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5b .link:hover,
#menu-5b .dropdown-item:hover,
#menu-5b .link:focus,
#menu-5b .dropdown-item:focus {
  color: #cccccc;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-menu {
  background: #a8a8a8;
}
#menu-5b .nav-dropdown-sm .link:focus,
#menu-5b .nav-dropdown-sm .link:hover,
#menu-5b .nav-dropdown-sm .dropdown-item:focus,
#menu-5b .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-5b .navbar,
#menu-5b .nav-dropdown-sm,
#menu-5b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5b .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-5b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5b .bg-color.transparent.opened .link:hover,
#menu-5b .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-5b .link[aria-expanded="true"],
#menu-5b .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-5b .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-5c .mbr-section-title,
#content8-5c p {
  text-align: right;
  color: #fff;
}
#content8-5c .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-5c P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-5d .feature-title,
#extFeatures8-5d .description {
  color: #232323;
}
#extFeatures8-5d .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-5d .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-5d .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-5d P {
  font-size: 12px;
}
#header3-5e .mbr-section-title,
#header3-5e .mbr-section-subtitle {
  text-align: center;
}
#header3-5e SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-5e FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures12-6h .card-number {
  color: #cccccc;
}
#extFeatures12-6h .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-6h .wraper {
  border-color: undefined !important;
}
#extFeatures12-6h H4 {
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures12-6h P {
  font-size: 12px;
}
#header3-5g .mbr-section-title,
#header3-5g .mbr-section-subtitle {
  text-align: center;
}
#header3-5g SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-5g FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-69 .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-5i STRONG {
  font-family: 'Noto Sans', sans-serif;
}






#menu-5k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5k .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-5k .navbar-toggler {
  color: #ffffff;
}
#menu-5k .close-icon::before,
#menu-5k .close-icon::after {
  background-color: #ffffff;
}
#menu-5k .link,
#menu-5k .dropdown-item {
  color: #ffffff;
}
#menu-5k .link {
  font-size: 0.75rem;
}
#menu-5k .dropdown-item,
#menu-5k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5k .link:hover,
#menu-5k .dropdown-item:hover,
#menu-5k .link:focus,
#menu-5k .dropdown-item:focus {
  color: #cccccc;
}
#menu-5k .link[aria-expanded="true"],
#menu-5k .dropdown-menu {
  background: #a8a8a8;
}
#menu-5k .nav-dropdown-sm .link:focus,
#menu-5k .nav-dropdown-sm .link:hover,
#menu-5k .nav-dropdown-sm .dropdown-item:focus,
#menu-5k .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-5k .navbar,
#menu-5k .nav-dropdown-sm,
#menu-5k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5k .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-5k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5k .bg-color.transparent.opened .link:hover,
#menu-5k .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-5k .link[aria-expanded="true"],
#menu-5k .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-5k .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-5l .mbr-section-title,
#content8-5l p {
  text-align: right;
  color: #fff;
}
#content8-5l .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-5l P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-5m .feature-title,
#extFeatures8-5m .description {
  color: #232323;
}
#extFeatures8-5m .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-5m .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-5m .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-5m P {
  font-size: 12px;
}
#header3-5p .mbr-section-title,
#header3-5p .mbr-section-subtitle {
  text-align: center;
}
#header3-5p SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-5p FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-6a .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-5r STRONG {
  font-family: 'Noto Sans', sans-serif;
}






#menu-5t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5t .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-5t .navbar-toggler {
  color: #ffffff;
}
#menu-5t .close-icon::before,
#menu-5t .close-icon::after {
  background-color: #ffffff;
}
#menu-5t .link,
#menu-5t .dropdown-item {
  color: #ffffff;
}
#menu-5t .link {
  font-size: 0.75rem;
}
#menu-5t .dropdown-item,
#menu-5t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-5t .link:hover,
#menu-5t .dropdown-item:hover,
#menu-5t .link:focus,
#menu-5t .dropdown-item:focus {
  color: #cccccc;
}
#menu-5t .link[aria-expanded="true"],
#menu-5t .dropdown-menu {
  background: #a8a8a8;
}
#menu-5t .nav-dropdown-sm .link:focus,
#menu-5t .nav-dropdown-sm .link:hover,
#menu-5t .nav-dropdown-sm .dropdown-item:focus,
#menu-5t .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-5t .navbar,
#menu-5t .nav-dropdown-sm,
#menu-5t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5t .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-5t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5t .bg-color.transparent.opened .link:hover,
#menu-5t .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-5t .link[aria-expanded="true"],
#menu-5t .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-5t .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}
#content8-5u .mbr-section-title,
#content8-5u p {
  text-align: right;
  color: #fff;
}
#content8-5u .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-5u P {
  font-size: 12px;
  text-align: left;
}
#extFeatures8-5v .feature-title,
#extFeatures8-5v .description {
  color: #232323;
}
#extFeatures8-5v .feature-subtitle {
  color: #8c8c8c;
  font-size: 12px;
}
#extFeatures8-5v .mbr-section-title {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}
#extFeatures8-5v .mbr-section-subtitle {
  font-size: 14px;
}
#extFeatures8-5v P {
  font-size: 12px;
}
#header3-5y .mbr-section-title,
#header3-5y .mbr-section-subtitle {
  text-align: center;
}
#header3-5y SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-5y FONT {
  font-size: 30px;
  font-family: 'Noto Sans', sans-serif;
}
#gallery2-6b .mbr-gallery-item > div > span {
  font-size: 12px;
  text-align: center;
}
#contacts2-60 STRONG {
  font-family: 'Noto Sans', sans-serif;
}





#content8-6m .mbr-section-title,
#content8-6m p {
  text-align: right;
  color: #fff;
}
#content8-6m .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-6m P {
  font-size: 12px;
  text-align: left;
}
#header3-6n .mbr-section-title,
#header3-6n .mbr-section-subtitle {
  text-align: center;
}
#header3-6n SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-6n FONT {
  font-size: 30px;
}
#header3-6n SPAN {
  text-align: center;
}
#image2-7i DIV {
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
}
#contacts2-6t STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-6v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-6v .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-6v .navbar-toggler {
  color: #ffffff;
}
#menu-6v .close-icon::before,
#menu-6v .close-icon::after {
  background-color: #ffffff;
}
#menu-6v .link,
#menu-6v .dropdown-item {
  color: #ffffff;
}
#menu-6v .link {
  font-size: 0.75rem;
}
#menu-6v .dropdown-item,
#menu-6v .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-6v .link:hover,
#menu-6v .dropdown-item:hover,
#menu-6v .link:focus,
#menu-6v .dropdown-item:focus {
  color: #cccccc;
}
#menu-6v .link[aria-expanded="true"],
#menu-6v .dropdown-menu {
  background: #a8a8a8;
}
#menu-6v .nav-dropdown-sm .link:focus,
#menu-6v .nav-dropdown-sm .link:hover,
#menu-6v .nav-dropdown-sm .dropdown-item:focus,
#menu-6v .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-6v .navbar,
#menu-6v .nav-dropdown-sm,
#menu-6v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-6v .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-6v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-6v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-6v .bg-color.transparent.opened .link:hover,
#menu-6v .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-6v .link[aria-expanded="true"],
#menu-6v .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-6v .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}





#content8-6w .mbr-section-title,
#content8-6w p {
  text-align: right;
  color: #fff;
}
#content8-6w .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-6w P {
  font-size: 12px;
  text-align: left;
}
#header3-6x .mbr-section-title,
#header3-6x .mbr-section-subtitle {
  text-align: center;
}
#header3-6x SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-6x FONT {
  font-size: 30px;
}
#header3-6x SPAN {
  text-align: center;
}
#extAccordion3-7k P {
  text-align: left;
  font-size: 14px;
}
#image2-7m DIV {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}
#contacts2-73 STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-75 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-75 .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-75 .navbar-toggler {
  color: #ffffff;
}
#menu-75 .close-icon::before,
#menu-75 .close-icon::after {
  background-color: #ffffff;
}
#menu-75 .link,
#menu-75 .dropdown-item {
  color: #ffffff;
}
#menu-75 .link {
  font-size: 0.75rem;
}
#menu-75 .dropdown-item,
#menu-75 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-75 .link:hover,
#menu-75 .dropdown-item:hover,
#menu-75 .link:focus,
#menu-75 .dropdown-item:focus {
  color: #cccccc;
}
#menu-75 .link[aria-expanded="true"],
#menu-75 .dropdown-menu {
  background: #a8a8a8;
}
#menu-75 .nav-dropdown-sm .link:focus,
#menu-75 .nav-dropdown-sm .link:hover,
#menu-75 .nav-dropdown-sm .dropdown-item:focus,
#menu-75 .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-75 .navbar,
#menu-75 .nav-dropdown-sm,
#menu-75 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-75 .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-75 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-75 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-75 .bg-color.transparent.opened .link:hover,
#menu-75 .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-75 .link[aria-expanded="true"],
#menu-75 .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-75 .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}






#content8-76 .mbr-section-title,
#content8-76 p {
  text-align: right;
  color: #fff;
}
#content8-76 .mbr-section-title {
  font-size: 46px;
  text-align: right;
}
#content8-76 P {
  font-size: 12px;
  text-align: left;
}
#header3-77 .mbr-section-title,
#header3-77 .mbr-section-subtitle {
  text-align: center;
}
#header3-77 SMALL {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  text-align: right;
}
#header3-77 FONT {
  font-size: 30px;
}
#header3-77 SPAN {
  text-align: center;
}
#msg-box5-7p H3 {
  font-size: 30px;
}
#msg-box5-7p P {
  font-size: 12px;
}
#extFeatures12-8b .card-number {
  color: #cccccc;
}
#extFeatures12-8b .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-8b .wraper {
  border-color: undefined !important;
}
#extFeatures12-8b .card-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  color: #b8312f;
}
#extFeatures12-8b H4 {
  font-size: 14px;
}
#extFeatures12-8b P {
  font-size: 12px;
  color: #999999;
}
#extFeatures12-8b H3 {
  color: #000000;
  font-size: 48px;
}
#extFeatures12-8c .card-number {
  color: #cccccc;
}
#extFeatures12-8c .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-8c .wraper {
  border-color: undefined !important;
}
#extFeatures12-8c .card-subtitle {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  color: #b8312f;
}
#extFeatures12-8c H4 {
  font-size: 14px;
}
#extFeatures12-8c P {
  font-size: 12px;
  color: #999999;
}
#extFeatures12-8c H3 {
  color: #000000;
  font-size: 48px;
}
#extFeatures12-8c .card-subtitle FONT {
  color: #d14841;
}
#contacts2-7d STRONG {
  font-family: 'Noto Sans', sans-serif;
}
#menu-7f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7f .navbar-caption {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#menu-7f .navbar-toggler {
  color: #ffffff;
}
#menu-7f .close-icon::before,
#menu-7f .close-icon::after {
  background-color: #ffffff;
}
#menu-7f .link,
#menu-7f .dropdown-item {
  color: #ffffff;
}
#menu-7f .link {
  font-size: 0.75rem;
}
#menu-7f .dropdown-item,
#menu-7f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7f .link:hover,
#menu-7f .dropdown-item:hover,
#menu-7f .link:focus,
#menu-7f .dropdown-item:focus {
  color: #cccccc;
}
#menu-7f .link[aria-expanded="true"],
#menu-7f .dropdown-menu {
  background: #a8a8a8;
}
#menu-7f .nav-dropdown-sm .link:focus,
#menu-7f .nav-dropdown-sm .link:hover,
#menu-7f .nav-dropdown-sm .dropdown-item:focus,
#menu-7f .nav-dropdown-sm .dropdown-item:hover {
  background: #b9b9b9!important;
}
#menu-7f .navbar,
#menu-7f .nav-dropdown-sm,
#menu-7f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7f .nav-dropdown-sm .dropdown-menu {
  background: #c1c1c1;
}
#menu-7f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-7f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7f .bg-color.transparent.opened .link:hover,
#menu-7f .bg-color.transparent.opened .link:focus {
  color: #cccccc;
}
#menu-7f .link[aria-expanded="true"],
#menu-7f .dropdown-item[aria-expanded="true"] {
  color: #cccccc!important;
}
#menu-7f .btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
}

