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

.subtitleFont {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Oxygen', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Oxygen', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Oxygen', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Oxygen', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #770c0c !important;
}
.bg-danger {
  background-color: #7c706b !important;
}
.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #770c0c;
  border-color: #770c0c;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #320505;
  border-color: #320505;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #320505 !important;
  border-color: #320505 !important;
}
.btn-danger {
  background-color: #7c706b;
  border-color: #7c706b;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #534b48;
  border-color: #534b48;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #534b48 !important;
  border-color: #534b48 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #1a0303;
  color: #1a0303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #770c0c;
  border-color: #770c0c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #770c0c !important;
  border-color: #770c0c !important;
}
.btn-danger-outline {
  background: none;
  border-color: #453f3c;
  color: #453f3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #7c706b;
  border-color: #7c706b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7c706b !important;
  border-color: #7c706b !important;
}
.text-primary {
  color: #000000 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #770c0c !important;
}
.text-danger {
  color: #7c706b !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #770c0c;
}
.alert-danger {
  background-color: #7c706b;
}
.btn-social {
  border-color: #000000;
}
.btn-social:hover {
  background: #000000;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #000000;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #000000;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.lead a,
.lead a:hover {
  color: #000000;
}
.lead blockquote {
  border-color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #e81b1b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b9b1ae;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #000000;
}
.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-qp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qp .navbar-caption {
  color: #ffffff;
  font-size: 10px;
}
#menu-qp .navbar-toggler {
  color: #c1c1c1;
}
#menu-qp .close-icon::before,
#menu-qp .close-icon::after {
  background-color: #c1c1c1;
}
#menu-qp .link,
#menu-qp .dropdown-item {
  color: #c1c1c1;
}
#menu-qp .link {
  font-size: 2.5rem;
}
#menu-qp .dropdown-item,
#menu-qp .nav-dropdown-sm .link {
  font-size: 2.708rem;
}
#menu-qp .link:hover,
#menu-qp .dropdown-item:hover,
#menu-qp .link:focus,
#menu-qp .dropdown-item:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-menu {
  background: #393939;
}
#menu-qp .nav-dropdown-sm .link:focus,
#menu-qp .nav-dropdown-sm .link:hover,
#menu-qp .nav-dropdown-sm .dropdown-item:focus,
#menu-qp .nav-dropdown-sm .dropdown-item:hover {
  background: #4a4a4a!important;
}
#menu-qp .navbar,
#menu-qp .nav-dropdown-sm,
#menu-qp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qp .nav-dropdown-sm .dropdown-menu {
  background: #525252;
}
#menu-qp .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-qp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qp .bg-color.transparent.opened .link:hover,
#menu-qp .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-item[aria-expanded="true"] {
  color: #e5e5e5!important;
}
#menu-qp A {
  font-family: 'Oxygen', sans-serif;
  font-size: 10px;
}
#msg-box5-3c H3 {
  font-size: 18px;
  text-align: center;
  color: #d14841;
}
#image1-3b DIV {
  text-align: center;
}
#content1-ru P {
  text-align: center;
}
#contacts2-r2 P {
  color: #232323;
}





#menu-qp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qp .navbar-caption {
  color: #ffffff;
  font-size: 10px;
}
#menu-qp .navbar-toggler {
  color: #c1c1c1;
}
#menu-qp .close-icon::before,
#menu-qp .close-icon::after {
  background-color: #c1c1c1;
}
#menu-qp .link,
#menu-qp .dropdown-item {
  color: #c1c1c1;
}
#menu-qp .link {
  font-size: 2.5rem;
}
#menu-qp .dropdown-item,
#menu-qp .nav-dropdown-sm .link {
  font-size: 2.708rem;
}
#menu-qp .link:hover,
#menu-qp .dropdown-item:hover,
#menu-qp .link:focus,
#menu-qp .dropdown-item:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-menu {
  background: #393939;
}
#menu-qp .nav-dropdown-sm .link:focus,
#menu-qp .nav-dropdown-sm .link:hover,
#menu-qp .nav-dropdown-sm .dropdown-item:focus,
#menu-qp .nav-dropdown-sm .dropdown-item:hover {
  background: #4a4a4a!important;
}
#menu-qp .navbar,
#menu-qp .nav-dropdown-sm,
#menu-qp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qp .nav-dropdown-sm .dropdown-menu {
  background: #525252;
}
#menu-qp .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-qp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qp .bg-color.transparent.opened .link:hover,
#menu-qp .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-item[aria-expanded="true"] {
  color: #e5e5e5!important;
}
#menu-qp A {
  font-family: 'Oxygen', sans-serif;
  font-size: 10px;
}
#header3-gj .mbr-section-title,
#header3-gj .mbr-section-subtitle {
  text-align: center;
}
#header3-gj .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-gl .mbr-section-title,
#header3-gl .mbr-section-subtitle {
  text-align: center;
}
#header3-gl .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-gn .mbr-section-title,
#header3-gn .mbr-section-subtitle {
  text-align: center;
}
#header3-gn .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-gn .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-gp .mbr-section-title,
#header3-gp .mbr-section-subtitle {
  text-align: center;
}
#header3-gp .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-gr .mbr-section-title,
#header3-gr .mbr-section-subtitle {
  text-align: center;
}
#header3-gr .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-gt .mbr-section-title,
#header3-gt .mbr-section-subtitle {
  text-align: center;
}
#header3-gt .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-gv .mbr-section-title,
#header3-gv .mbr-section-subtitle {
  text-align: center;
}
#header3-gv .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-gx .mbr-section-title,
#header3-gx .mbr-section-subtitle {
  text-align: center;
}
#header3-gx .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-gz .mbr-section-title,
#header3-gz .mbr-section-subtitle {
  text-align: center;
}
#header3-gz .mbr-section-title {
  color: #7e9b9f;
  text-align: center;
  font-size: 15px;
}
#image1-h0 DIV {
  color: #7e9b9f;
}
#header3-h1 .mbr-section-title,
#header3-h1 .mbr-section-subtitle {
  text-align: center;
}
#header3-h1 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-h1 .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-h4 .mbr-section-title,
#header3-h4 .mbr-section-subtitle {
  text-align: center;
}
#header3-h4 .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-h6 .mbr-section-title,
#header3-h6 .mbr-section-subtitle {
  text-align: center;
}
#header3-h6 .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-h8 .mbr-section-title,
#header3-h8 .mbr-section-subtitle {
  text-align: center;
}
#header3-h8 .mbr-section-title {
  font-size: 16px;
  color: #7e9b9f;
}
#header3-h8 .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-ha .mbr-section-title,
#header3-ha .mbr-section-subtitle {
  text-align: center;
}
#header3-ha .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-hc .mbr-section-title,
#header3-hc .mbr-section-subtitle {
  text-align: center;
}
#header3-hc .mbr-section-title {
  color: #7e9b9f;
  text-align: center;
  font-size: 20px;
}
#header3-hc .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-he .mbr-section-title,
#header3-he .mbr-section-subtitle {
  text-align: center;
}
#header3-he .mbr-section-title SPAN {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-he .mbr-section-title {
  text-align: center;
  font-size: 20px;
}
#header3-hg .mbr-section-title,
#header3-hg .mbr-section-subtitle {
  text-align: center;
}
#header3-hg .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-hi .mbr-section-title,
#header3-hi .mbr-section-subtitle {
  text-align: center;
}
#header3-hi .mbr-section-title {
  font-size: 16px;
  color: #7e9b9f;
}
#header3-hi .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-hk .mbr-section-title,
#header3-hk .mbr-section-subtitle {
  text-align: center;
}
#header3-hk .mbr-section-title {
  color: #7e9b9f;
  font-size: 20px;
}
#header3-hk .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-hm .mbr-section-title,
#header3-hm .mbr-section-subtitle {
  text-align: center;
}
#header3-hm .mbr-section-title {
  color: #7e9b9f;
  font-size: 20px;
}
#header3-hm .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-hp .mbr-section-title,
#header3-hp .mbr-section-subtitle {
  text-align: center;
}
#header3-hp .mbr-section-title {
  color: #7e9b9f;
  font-size: 20px;
}
#header3-hp .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-hr .mbr-section-title,
#header3-hr .mbr-section-subtitle {
  text-align: center;
}
#header3-hr .mbr-section-title {
  font-size: 20px;
  color: #7e9b9f;
}
#header3-hr .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-hs P {
  font-size: 14px;
  text-align: left;
}
#header3-ht .mbr-section-title,
#header3-ht .mbr-section-subtitle {
  text-align: center;
}
#header3-ht .mbr-section-title {
  color: #7e9b9f;
  font-size: 20px;
}
#header3-ht .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-hv .mbr-section-title,
#header3-hv .mbr-section-subtitle {
  text-align: center;
}
#header3-hv .mbr-section-title {
  color: #efefef;
  font-size: 15px;
}
#header3-hv .mbr-section-title SPAN {
  color: #7e9b9f;
}
#header3-hx .mbr-section-title,
#header3-hx .mbr-section-subtitle {
  text-align: center;
}
#header3-hx .mbr-section-title {
  font-size: 20px;
  color: #7e9b9f;
}
#header3-hx .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-hz .mbr-section-title,
#header3-hz .mbr-section-subtitle {
  text-align: center;
}
#header3-hz .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-i1 .mbr-section-title,
#header3-i1 .mbr-section-subtitle {
  text-align: center;
}
#header3-i1 .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-i3 .mbr-section-title,
#header3-i3 .mbr-section-subtitle {
  text-align: center;
}
#header3-i3 .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-i5 .mbr-section-title,
#header3-i5 .mbr-section-subtitle {
  text-align: center;
}
#header3-i5 .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-i7 .mbr-section-title,
#header3-i7 .mbr-section-subtitle {
  text-align: center;
}
#header3-i7 .mbr-section-title SPAN {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-i9 .mbr-section-title,
#header3-i9 .mbr-section-subtitle {
  text-align: center;
}
#header3-i9 .mbr-section-title {
  color: #7e9b9f;
}
#header3-i9 .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-ib .mbr-section-title,
#header3-ib .mbr-section-subtitle {
  text-align: center;
}
#header3-ib .mbr-section-title SPAN {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-ic DIV {
  font-size: 14px;
  text-align: left;
}
#header3-id .mbr-section-title,
#header3-id .mbr-section-subtitle {
  text-align: center;
}
#header3-id .mbr-section-title SPAN {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-ig .mbr-section-title,
#header3-ig .mbr-section-subtitle {
  text-align: center;
}
#header3-ig .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-il .mbr-section-title,
#header3-il .mbr-section-subtitle {
  text-align: center;
}
#header3-il .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-in .mbr-section-title,
#header3-in .mbr-section-subtitle {
  text-align: center;
}
#header3-in .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-ip .mbr-section-title,
#header3-ip .mbr-section-subtitle {
  text-align: center;
}
#header3-ip .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-ir .mbr-section-title,
#header3-ir .mbr-section-subtitle {
  text-align: center;
}
#header3-ir .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-it .mbr-section-title,
#header3-it .mbr-section-subtitle {
  text-align: center;
}
#header3-it .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-iv .mbr-section-title,
#header3-iv .mbr-section-subtitle {
  text-align: center;
}
#header3-iv .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-ix .mbr-section-title,
#header3-ix .mbr-section-subtitle {
  text-align: center;
}
#header3-ix .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-j0 .mbr-section-title,
#header3-j0 .mbr-section-subtitle {
  text-align: center;
}
#header3-j0 .mbr-section-title SPAN {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-j0 .mbr-section-title {
  text-align: center;
}
#header3-j2 .mbr-section-title,
#header3-j2 .mbr-section-subtitle {
  text-align: center;
}
#header3-j2 .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#content1-rt P {
  text-align: center;
}
#extFeatures12-j5 .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-j5 .wraper {
  border-color: undefined !important;
}
#extFeatures12-j5 .card-number {
  color: #000000;
}
#extFeatures12-j5 H3 {
  font-size: 30px;
}
#extFeatures12-j6 .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-j6 .wraper {
  border-color: undefined !important;
}
#extFeatures12-j6 .card-number {
  color: #000000;
}
#extFeatures12-j6 H3 {
  font-size: 30px;
}
#extFeatures12-j7 .card-number {
  color: #000000;
}
#extFeatures12-j7 .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-j7 .wraper {
  border-color: undefined !important;
}
#extFeatures12-j7 H3 {
  text-align: left;
  font-size: 48px;
}
#extFeatures12-j7 H4 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
#extFeatures12-j7 P {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: left;
}
#extFeatures12-j7 SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: right;
}
#extFeatures12-j7 I {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#contacts2-r2 P {
  color: #232323;
}






#menu-qp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qp .navbar-caption {
  color: #ffffff;
  font-size: 10px;
}
#menu-qp .navbar-toggler {
  color: #c1c1c1;
}
#menu-qp .close-icon::before,
#menu-qp .close-icon::after {
  background-color: #c1c1c1;
}
#menu-qp .link,
#menu-qp .dropdown-item {
  color: #c1c1c1;
}
#menu-qp .link {
  font-size: 0.9rem;
}
#menu-qp .dropdown-item,
#menu-qp .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-qp .link:hover,
#menu-qp .dropdown-item:hover,
#menu-qp .link:focus,
#menu-qp .dropdown-item:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-menu {
  background: #868686;
}
#menu-qp .nav-dropdown-sm .link:focus,
#menu-qp .nav-dropdown-sm .link:hover,
#menu-qp .nav-dropdown-sm .dropdown-item:focus,
#menu-qp .nav-dropdown-sm .dropdown-item:hover {
  background: #979797!important;
}
#menu-qp .navbar,
#menu-qp .nav-dropdown-sm,
#menu-qp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qp .nav-dropdown-sm .dropdown-menu {
  background: #9f9f9f;
}
#menu-qp .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-qp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qp .bg-color.transparent.opened .link:hover,
#menu-qp .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#menu-qp A {
  font-family: 'Oxygen', sans-serif;
  font-size: 10px;
}
#header4-nf .mbr-section-title {
  font-size: 22px;
  font-family: 'Oxygen', sans-serif;
  text-align: left;
}
#header4-nf .mbr-section-title SPAN {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-ng .mbr-section-title,
#header3-ng .mbr-section-subtitle {
  text-align: center;
}
#header3-ng .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-ng .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-ni .mbr-section-title,
#header3-ni .mbr-section-subtitle {
  text-align: center;
}
#header3-ni .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-ni .mbr-section-title SPAN {
  font-size: 15px;
}
#content1-rz P {
  text-align: center;
}
#content1-rz DIV {
  color: #7e9b9f;
}
#content1-rx P {
  text-align: center;
}
#content1-rx DIV {
  color: #7e9b9f;
}
#content1-s7 P {
  text-align: center;
}
#content1-s7 DIV {
  color: #7e9b9f;
}
#header3-s3 .mbr-section-title,
#header3-s3 .mbr-section-subtitle {
  text-align: center;
}
#header3-s3 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-s3 .mbr-section-title SPAN {
  font-size: 16px;
}
#content1-nl P {
  text-align: center;
}
#content1-nl DIV {
  color: #7e9b9f;
}
#header3-nn .mbr-section-title,
#header3-nn .mbr-section-subtitle {
  text-align: center;
}
#header3-nn .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-nn .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-np .mbr-section-title,
#header3-np .mbr-section-subtitle {
  text-align: center;
}
#header3-np .mbr-section-title {
  font-size: 16px;
  color: #7e9b9f;
}
#header3-nr .mbr-section-title,
#header3-nr .mbr-section-subtitle {
  text-align: center;
}
#header3-nr .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-nr .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-ns DIV {
  color: #7e9b9f;
}
#header3-nt .mbr-section-title,
#header3-nt .mbr-section-subtitle {
  text-align: center;
}
#header3-nt .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-nt .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-nu DIV {
  color: #7e9b9f;
}
#header3-nv .mbr-section-title,
#header3-nv .mbr-section-subtitle {
  text-align: center;
}
#header3-nv .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-nv .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-nx .mbr-section-title,
#header3-nx .mbr-section-subtitle {
  text-align: center;
}
#header3-nx .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-ny DIV {
  color: #7e9b9f;
}
#header3-nz .mbr-section-title,
#header3-nz .mbr-section-subtitle {
  text-align: center;
}
#header3-nz .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-nz .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-o0 DIV {
  color: #7e9b9f;
}
#header3-o1 .mbr-section-title,
#header3-o1 .mbr-section-subtitle {
  text-align: center;
}
#header3-o1 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-o1 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-o2 DIV {
  color: #7e9b9f;
}
#header3-o3 .mbr-section-title,
#header3-o3 .mbr-section-subtitle {
  text-align: center;
}
#header3-o3 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-o3 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-o4 DIV {
  color: #7e9b9f;
}
#header3-o5 .mbr-section-title,
#header3-o5 .mbr-section-subtitle {
  text-align: center;
}
#header3-o5 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-o5 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-o6 DIV {
  color: #7e9b9f;
}
#header3-o7 .mbr-section-title,
#header3-o7 .mbr-section-subtitle {
  text-align: center;
}
#header3-o7 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-o7 .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-o9 .mbr-section-title,
#header3-o9 .mbr-section-subtitle {
  text-align: center;
}
#header3-o9 .mbr-section-title {
  font-size: 16px;
  color: #7e9b9f;
}
#header3-ob .mbr-section-title,
#header3-ob .mbr-section-subtitle {
  text-align: center;
}
#header3-ob .mbr-section-title {
  font-size: 16px;
  color: #7e9b9f;
}
#header3-od .mbr-section-title,
#header3-od .mbr-section-subtitle {
  text-align: center;
}
#header3-od .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-of .mbr-section-title,
#header3-of .mbr-section-subtitle {
  text-align: center;
}
#header3-of .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-oh .mbr-section-title,
#header3-oh .mbr-section-subtitle {
  text-align: center;
}
#header3-oh .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-oh .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-oj .mbr-section-title,
#header3-oj .mbr-section-subtitle {
  text-align: center;
}
#header3-oj .mbr-section-title {
  text-align: center;
  color: #585858;
}
#header3-oj .mbr-section-title SPAN {
  font-size: 16px;
}
#image1-ok DIV {
  color: #7e9b9f;
}
#header3-ol .mbr-section-title,
#header3-ol .mbr-section-subtitle {
  text-align: center;
}
#header3-ol .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-ol .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-om DIV {
  color: #7e9b9f;
}
#header3-on .mbr-section-title,
#header3-on .mbr-section-subtitle {
  text-align: center;
}
#header3-on .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-on .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-oo DIV {
  color: #7e9b9f;
}
#header3-op .mbr-section-title,
#header3-op .mbr-section-subtitle {
  text-align: center;
}
#header3-op .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-op .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-oq DIV {
  color: #7e9b9f;
}
#header3-or .mbr-section-title,
#header3-or .mbr-section-subtitle {
  text-align: center;
}
#header3-or .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-or .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-os DIV {
  color: #7e9b9f;
}
#header3-ot .mbr-section-title,
#header3-ot .mbr-section-subtitle {
  text-align: center;
}
#header3-ot .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-ot .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-ou DIV {
  color: #7e9b9f;
}
#header3-ov .mbr-section-title,
#header3-ov .mbr-section-subtitle {
  text-align: center;
}
#header3-ov .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-ov .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-ow DIV {
  color: #7e9b9f;
}
#header3-ox .mbr-section-title,
#header3-ox .mbr-section-subtitle {
  text-align: center;
}
#header3-ox .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-ox .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-oy DIV {
  color: #7e9b9f;
}
#image1-oz DIV {
  color: #7e9b9f;
}
#header3-p0 .mbr-section-title,
#header3-p0 .mbr-section-subtitle {
  text-align: center;
}
#header3-p0 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-p0 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-p1 DIV {
  color: #7e9b9f;
}
#header3-p2 .mbr-section-title,
#header3-p2 .mbr-section-subtitle {
  text-align: center;
}
#header3-p2 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-p2 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-p3 DIV {
  color: #7e9b9f;
}
#header3-p4 .mbr-section-title,
#header3-p4 .mbr-section-subtitle {
  text-align: center;
}
#header3-p4 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-p4 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-p5 DIV {
  color: #7e9b9f;
}
#header3-p6 .mbr-section-title,
#header3-p6 .mbr-section-subtitle {
  text-align: center;
}
#header3-p6 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-p6 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-p7 DIV {
  color: #7e9b9f;
}
#header3-p8 .mbr-section-title,
#header3-p8 .mbr-section-subtitle {
  text-align: center;
}
#header3-p8 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-p8 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-p9 DIV {
  color: #7e9b9f;
}
#header3-pa .mbr-section-title,
#header3-pa .mbr-section-subtitle {
  text-align: center;
}
#header3-pa .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-pa .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-pb DIV {
  color: #7e9b9f;
}
#header3-pc .mbr-section-title,
#header3-pc .mbr-section-subtitle {
  text-align: center;
}
#header3-pc .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-pc .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-pd DIV {
  color: #7e9b9f;
}
#header3-pe .mbr-section-title,
#header3-pe .mbr-section-subtitle {
  text-align: center;
}
#header3-pe .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-pe .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-pf DIV {
  color: #7e9b9f;
}
#header3-pg .mbr-section-title,
#header3-pg .mbr-section-subtitle {
  text-align: center;
}
#header3-pg .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-pg .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-ph DIV {
  color: #7e9b9f;
}
#header3-pi .mbr-section-title,
#header3-pi .mbr-section-subtitle {
  text-align: center;
}
#header3-pi .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-pi .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-pj DIV {
  color: #7e9b9f;
}
#image1-pk DIV {
  color: #7e9b9f;
}
#header3-pl .mbr-section-title,
#header3-pl .mbr-section-subtitle {
  text-align: center;
}
#header3-pl .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-pm DIV {
  color: #7e9b9f;
}
#header3-pn .mbr-section-title,
#header3-pn .mbr-section-subtitle {
  text-align: center;
}
#header3-pn .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-po DIV {
  color: #7e9b9f;
}
#header3-pp .mbr-section-title,
#header3-pp .mbr-section-subtitle {
  text-align: center;
}
#header3-pp .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-pq DIV {
  color: #7e9b9f;
}
#header3-pr .mbr-section-title,
#header3-pr .mbr-section-subtitle {
  text-align: center;
}
#header3-pr .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-ps DIV {
  color: #7e9b9f;
}
#header3-pt .mbr-section-title,
#header3-pt .mbr-section-subtitle {
  text-align: center;
}
#header3-pt .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-pu DIV {
  color: #7e9b9f;
}
#header3-pv .mbr-section-title,
#header3-pv .mbr-section-subtitle {
  text-align: center;
}
#header3-pv .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-pw DIV {
  color: #7e9b9f;
}
#header3-px .mbr-section-title,
#header3-px .mbr-section-subtitle {
  text-align: center;
}
#header3-px .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-py DIV {
  color: #7e9b9f;
}
#header3-pz .mbr-section-title,
#header3-pz .mbr-section-subtitle {
  text-align: center;
}
#header3-pz .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-q0 DIV {
  color: #7e9b9f;
}
#header3-q1 .mbr-section-title,
#header3-q1 .mbr-section-subtitle {
  text-align: center;
}
#header3-q1 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-q1 .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-q3 .mbr-section-title,
#header3-q3 .mbr-section-subtitle {
  text-align: center;
}
#header3-q3 .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#header3-q5 .mbr-section-title,
#header3-q5 .mbr-section-subtitle {
  text-align: center;
}
#header3-q5 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-q5 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-q6 DIV {
  color: #7e9b9f;
}
#header3-q7 .mbr-section-title,
#header3-q7 .mbr-section-subtitle {
  text-align: center;
}
#header3-q7 .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-q8 DIV {
  color: #7e9b9f;
}
#header3-q9 .mbr-section-title,
#header3-q9 .mbr-section-subtitle {
  text-align: center;
}
#header3-q9 .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-q9 .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-qa DIV {
  color: #7e9b9f;
}
#header3-qb .mbr-section-title,
#header3-qb .mbr-section-subtitle {
  text-align: center;
}
#header3-qb .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-qb .mbr-section-title SPAN {
  font-size: 15px;
}
#image1-qc DIV {
  color: #7e9b9f;
}
#header3-qd .mbr-section-title,
#header3-qd .mbr-section-subtitle {
  text-align: center;
}
#header3-qd .mbr-section-title {
  font-size: 15px;
  color: #7e9b9f;
}
#image1-qe DIV {
  color: #7e9b9f;
}
#header3-qf .mbr-section-title,
#header3-qf .mbr-section-subtitle {
  text-align: center;
}
#header3-qf .mbr-section-title {
  color: #7e9b9f;
  font-size: 16px;
}
#header3-qf .mbr-section-title SPAN {
  font-size: 15px;
}
#header3-qh .mbr-section-title,
#header3-qh .mbr-section-subtitle {
  text-align: center;
}
#header3-qh .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#header3-qj .mbr-section-title,
#header3-qj .mbr-section-subtitle {
  text-align: center;
}
#header3-qj .mbr-section-title {
  color: #7e9b9f;
  font-size: 15px;
}
#content1-rs P {
  text-align: center;
}
#undefined .mbr-iconfont-features4 {
  color: undefined !important;
}
#undefined .wraper {
  border-color: undefined !important;
}
#undefined .card-number {
  color: #000000;
}
#undefined H3 {
  font-size: 30px;
}
#undefined .mbr-iconfont-features4 {
  color: undefined !important;
}
#undefined .wraper {
  border-color: undefined !important;
}
#undefined .card-number {
  color: #000000;
}
#undefined H3 {
  font-size: 30px;
}
#undefined .card-number {
  color: #000000;
}
#undefined .mbr-iconfont-features4 {
  color: undefined !important;
}
#undefined .wraper {
  border-color: undefined !important;
}
#undefined H3 {
  text-align: left;
  font-size: 48px;
}
#undefined H4 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
#undefined P {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: left;
}
#undefined SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: right;
}
#undefined I {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#contacts2-r2 P {
  color: #232323;
}






#menu-qp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qp .navbar-caption {
  color: #ffffff;
  font-size: 10px;
}
#menu-qp .navbar-toggler {
  color: #c1c1c1;
}
#menu-qp .close-icon::before,
#menu-qp .close-icon::after {
  background-color: #c1c1c1;
}
#menu-qp .link,
#menu-qp .dropdown-item {
  color: #c1c1c1;
  font-family: 'Oxygen', sans-serif;
}
#menu-qp .link {
  font-size: 0.75rem;
}
#menu-qp .dropdown-item,
#menu-qp .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-qp .link:hover,
#menu-qp .dropdown-item:hover,
#menu-qp .link:focus,
#menu-qp .dropdown-item:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-menu {
  background: #531c1b;
}
#menu-qp .nav-dropdown-sm .link:focus,
#menu-qp .nav-dropdown-sm .link:hover,
#menu-qp .nav-dropdown-sm .dropdown-item:focus,
#menu-qp .nav-dropdown-sm .dropdown-item:hover {
  background: #6e2524!important;
}
#menu-qp .navbar,
#menu-qp .nav-dropdown-sm,
#menu-qp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qp .nav-dropdown-sm .dropdown-menu {
  background: #792928;
}
#menu-qp .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-qp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qp .bg-color.transparent.opened .link:hover,
#menu-qp .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-item[aria-expanded="true"] {
  color: #000000!important;
}
#menu-qp A {
  font-family: 'Oxygen', sans-serif;
  font-size: 15px;
}
#undefined .mbr-iconfont-features4 {
  color: undefined !important;
}
#undefined .wraper {
  border-color: undefined !important;
}
#undefined .card-number {
  color: #000000;
}
#undefined H3 {
  font-size: 30px;
}
#undefined .mbr-iconfont-features4 {
  color: undefined !important;
}
#undefined .wraper {
  border-color: undefined !important;
}
#undefined .card-number {
  color: #000000;
}
#undefined H3 {
  font-size: 30px;
}
#undefined .card-number {
  color: #000000;
}
#undefined .mbr-iconfont-features4 {
  color: undefined !important;
}
#undefined .wraper {
  border-color: undefined !important;
}
#undefined H3 {
  text-align: left;
  font-size: 48px;
}
#undefined H4 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
#undefined P {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: left;
}
#undefined SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: right;
}
#undefined I {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#content1-rv P {
  text-align: center;
}
#contacts2-r2 P {
  color: #232323;
}






#menu-qp .hide-buttons .nav-btn {
  display: none !important;
}
#menu-qp .navbar-caption {
  color: #ffffff;
  font-size: 10px;
}
#menu-qp .navbar-toggler {
  color: #c1c1c1;
}
#menu-qp .close-icon::before,
#menu-qp .close-icon::after {
  background-color: #c1c1c1;
}
#menu-qp .link,
#menu-qp .dropdown-item {
  color: #c1c1c1;
  font-family: 'Oxygen', sans-serif;
}
#menu-qp .link {
  font-size: 0.8rem;
}
#menu-qp .dropdown-item,
#menu-qp .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-qp .link:hover,
#menu-qp .dropdown-item:hover,
#menu-qp .link:focus,
#menu-qp .dropdown-item:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-menu {
  background: #393939;
}
#menu-qp .nav-dropdown-sm .link:focus,
#menu-qp .nav-dropdown-sm .link:hover,
#menu-qp .nav-dropdown-sm .dropdown-item:focus,
#menu-qp .nav-dropdown-sm .dropdown-item:hover {
  background: #4a4a4a!important;
}
#menu-qp .navbar,
#menu-qp .nav-dropdown-sm,
#menu-qp .nav-dropdown-sm .link[aria-expanded="true"],
#menu-qp .nav-dropdown-sm .dropdown-menu {
  background: #525252;
}
#menu-qp .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-qp .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-qp .bg-color.transparent.opened .link:hover,
#menu-qp .bg-color.transparent.opened .link:focus {
  color: #000000;
}
#menu-qp .link[aria-expanded="true"],
#menu-qp .dropdown-item[aria-expanded="true"] {
  color: #e5e5e5!important;
}
#menu-qp A {
  font-family: 'Oxygen', sans-serif;
  font-size: 15px;
}
#extFeatures12-4a .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-4a .wraper {
  border-color: undefined !important;
}
#extFeatures12-4a .card-number {
  color: #000000;
}
#extFeatures12-4a H3 {
  font-size: 30px;
}
#extFeatures12-4a undefined {
  color: #232323;
}
#extFeatures12-4j .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-4j .wraper {
  border-color: undefined !important;
}
#extFeatures12-4j .card-number {
  color: #000000;
}
#extFeatures12-4j H3 {
  font-size: 30px;
}
#extFeatures12-4m .card-number {
  color: #000000;
}
#extFeatures12-4m .mbr-iconfont-features4 {
  color: undefined !important;
}
#extFeatures12-4m .wraper {
  border-color: undefined !important;
}
#extFeatures12-4m H3 {
  text-align: left;
  font-size: 48px;
}
#extFeatures12-4m H4 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
#extFeatures12-4m P {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: left;
}
#extFeatures12-4m SPAN {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-align: right;
}
#extFeatures12-4m I {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#header1-qo .btn {
  font-size: 12px;
}
#header1-qo .mbr-section-lead {
  color: #000000;
  font-size: 14px;
}
#content1-rr P {
  text-align: center;
  font-size: 20px;
}
#contacts2-r2 P {
  color: #232323;
}
