@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic);





body {
  font-family: Open Sans;
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.2;
}
.mbr-text {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-sub-title {
  line-height: 1.7;
}
.mbr-normal {
  font-weight: 400;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f4ff1e !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f4ff1e !important;
  border-color: #f4ff1e !important;
  color: #1d1e00 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #1d1e00 !important;
  background-color: #c6d100 !important;
  border-color: #c6d100 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1d1e00 !important;
  background-color: #c6d100 !important;
  border-color: #c6d100 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #aeb700;
  color: #aeb700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #1d1e00;
  background-color: #f4ff1e;
  border-color: #f4ff1e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1d1e00 !important;
  background-color: #f4ff1e !important;
  border-color: #f4ff1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #116d65;
  color: #116d65;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f4ff1e !important;
}
.text-secondary {
  color: #1ec6b6 !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aeb700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #116d65 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4ff1e;
  border-color: #f4ff1e;
  color: #353800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #f4ff1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feffea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #f4ff1e;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.form1 .input-group-btn a.btn,
.form2 .input-group-btn a.btn {
  border-radius: 6px !important;
}
.form1 .input-group-btn button[type="submit"],
.form2 .input-group-btn button[type="submit"] {
  border-radius: 6px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f4ff1e;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f4ff1e;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f4ff1e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f4ff1e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.btn {
  font-weight: 600;
}
.btn .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  margin: 0!important;
  padding-left: 0.8rem!important;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f4ff1e;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4ff1e;
}
.cid-rmizjOO1fZ .nav-item:focus,
.cid-rmizjOO1fZ .nav-link:focus {
  outline: none;
}
.cid-rmizjOO1fZ a.nav-link:focus {
  color: #ffffff !important;
}
.cid-rmizjOO1fZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #198c47;
  background: none;
}
.cid-rmizjOO1fZ .navbar.opened {
  transition: all .3s;
  background: #198c47 !important;
}
.cid-rmizjOO1fZ .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rmizjOO1fZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rmizjOO1fZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rmizjOO1fZ .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rmizjOO1fZ .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rmizjOO1fZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rmizjOO1fZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rmizjOO1fZ .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rmizjOO1fZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rmizjOO1fZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rmizjOO1fZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rmizjOO1fZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rmizjOO1fZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rmizjOO1fZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rmizjOO1fZ .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rmizjOO1fZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rmizjOO1fZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rmizjOO1fZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rmizjOO1fZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rmizjOO1fZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rmizjOO1fZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rmizjOO1fZ .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rmizjOO1fZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rmizjOO1fZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rmizjOO1fZ .navbar.navbar-short {
  background: #198c47 !important;
  min-height: 60px;
}
.cid-rmizjOO1fZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rmizjOO1fZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rmizjOO1fZ .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rmizjOO1fZ .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rmizjOO1fZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rmizjOO1fZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rmizjOO1fZ .dropdown-item.active,
.cid-rmizjOO1fZ .dropdown-item:active {
  background-color: transparent;
}
.cid-rmizjOO1fZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rmizjOO1fZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rmizjOO1fZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rmizjOO1fZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rmizjOO1fZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rmizjOO1fZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rmizjOO1fZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rmizjOO1fZ .navbar-buttons {
  text-align: center;
}
.cid-rmizjOO1fZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rmizjOO1fZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rmizjOO1fZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rmizjOO1fZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rmizjOO1fZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rmizjOO1fZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rmizjOO1fZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rmizjOO1fZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rmizjOO1fZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rmizjOO1fZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rmizjOO1fZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rmizjOO1fZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rmizjOO1fZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rmizjOO1fZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rmizjOO1fZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rmizjOO1fZ .nav-link:hover,
.cid-rmizjOO1fZ .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-rmizjOO1fZ .dropdown-item:hover {
  color: #878787 !important;
}
.cid-rmizjOO1fZ .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-rmizjOO1fZ .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rmizjOO1fZ .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rmizjOO1fZ .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rmizjOO1fZ .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rmizjOO1fZ .dropdown-menu {
    top: 100%;
  }
  .cid-rmizjOO1fZ .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-rmizjOO1fZ .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-rmizjOO1fZ .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rmizjOO1fZ .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rmiuUHFP28 {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/taxi-960x640.jpg");
}
.cid-rmiuUHFP28 .mbr-section-title DIV {
  text-align: center;
}
.cid-rmiuUHFP28 .mbr-text,
.cid-rmiuUHFP28 .mbr-section-btn {
  text-align: left;
}
.cid-rkAXNV9k5j {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rkAXNV9k5j .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-rkAXNV9k5j .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-rkAXNV9k5j .card:hover {
  margin-top: -0.6rem;
}
.cid-rkAXNV9k5j .card-wrapper {
  position: relative;
}
.cid-rkAXNV9k5j .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-rkAXNV9k5j .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-rkAXNV9k5j .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-rkAXNV9k5j .big {
  margin-top: -25%;
}
.cid-rkAXNV9k5j .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-rkAXNV9k5j .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rkAXNV9k5j .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-rkAXOV2F0M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-rkAXOV2F0M .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-rkAXOV2F0M .mbr-text {
  color: #656565;
}
.cid-rkAXOV2F0M p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-rkAXOV2F0M .card {
    margin-bottom: 2rem;
  }
}
.cid-rkAXOV2F0M .card-title,
.cid-rkAXOV2F0M .card-img {
  color: #ffffff;
}
.cid-rkAXOV2F0M .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rkAXOV2F0M .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rkAXRdp7uO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkAXRdp7uO .title {
  border-bottom: 1px solid #ececec;
}
.cid-rkAXRdp7uO .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rkAXRdp7uO .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rkAXRdp7uO .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-rkAXRdp7uO .display-4 {
  line-height: 1.1;
}
.cid-rkAXRdp7uO .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-rkAXRdp7uO .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rkAXRdp7uO .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rkAXRdp7uO p {
  line-height: 1.6;
}
.cid-rkAXRdp7uO .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rkAXRdp7uO .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-rkAXRdp7uO .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-rkAXRdp7uO .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-rkAXRdp7uO img {
  transition: all 0.3s;
}
.cid-rkAXRdp7uO h5 {
  margin: 0;
}
.cid-rkAXRdp7uO .card-box {
  padding: 1.5rem;
}
.cid-rkAXRdp7uO .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-rkAXRdp7uO .card-box > p,
.cid-rkAXRdp7uO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rkAXRdp7uO .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rkAXRdp7uO .price {
  color: #ffffff;
  text-align: left;
}
.cid-rkAXRdp7uO .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rkAXRdp7uO .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rkAXRdp7uO .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rmaj4SP7nf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rmaj4SP7nf .links {
  text-align: center;
  color: #ffffff;
}
.cid-rmaj4SP7nf p {
  margin: 0;
}
.cid-rlaIfQqeO5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlaIfQqeO5 .title {
  border-bottom: 1px solid #ececec;
}
.cid-rlaIfQqeO5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rlaIfQqeO5 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rlaIfQqeO5 .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-rlaIfQqeO5 .display-4 {
  line-height: 1.1;
}
.cid-rlaIfQqeO5 .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-rlaIfQqeO5 .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rlaIfQqeO5 .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rlaIfQqeO5 p {
  line-height: 1.6;
}
.cid-rlaIfQqeO5 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rlaIfQqeO5 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-rlaIfQqeO5 .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-rlaIfQqeO5 .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-rlaIfQqeO5 img {
  transition: all 0.3s;
}
.cid-rlaIfQqeO5 h5 {
  margin: 0;
}
.cid-rlaIfQqeO5 .card-box {
  padding: 1.5rem;
}
.cid-rlaIfQqeO5 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-rlaIfQqeO5 .card-box > p,
.cid-rlaIfQqeO5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rlaIfQqeO5 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rlaIfQqeO5 .price {
  color: #ffffff;
  text-align: left;
}
.cid-rlaIfQqeO5 .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-rlaIfQqeO5 .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rlaIfQqeO5 .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rmit6ObYN0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-rmit6ObYN0 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-rmit6ObYN0 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-rmit6ObYN0 .card:hover {
  margin-top: -0.6rem;
}
.cid-rmit6ObYN0 .card-wrapper {
  position: relative;
}
.cid-rmit6ObYN0 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-rmit6ObYN0 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-rmit6ObYN0 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-rmit6ObYN0 .big {
  margin-top: -25%;
}
.cid-rmit6ObYN0 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-rmit6ObYN0 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rmit6ObYN0 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-rmit6ObYN0 .mbr-section-title {
  color: #ffffff;
}
.cid-rmucviKyeB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rmucviKyeB .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rmucviKyeB .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rmucviKyeB p {
  line-height: 1.6;
}
.cid-rmucviKyeB .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rmucviKyeB .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-rmucviKyeB .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-rmucviKyeB img {
  transition: all 0.3s;
}
.cid-rmucviKyeB .card-box {
  padding: 1.5rem;
}
.cid-rmucviKyeB .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rmucviKyeB .card-box > p,
.cid-rmucviKyeB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rmucviKyeB .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rmut5EYPm9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rmut5EYPm9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rmut5EYPm9 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rmut5EYPm9 p {
  line-height: 1.6;
}
.cid-rmut5EYPm9 .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rmut5EYPm9 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-rmut5EYPm9 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-rmut5EYPm9 img {
  transition: all 0.3s;
}
.cid-rmut5EYPm9 .card-box {
  padding: 1.5rem;
}
.cid-rmut5EYPm9 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rmut5EYPm9 .card-box > p,
.cid-rmut5EYPm9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rmut5EYPm9 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rlaL8LrAKT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-rlaL8LrAKT .container-fluid {
  padding: 0 3rem;
}
.cid-rlaL8LrAKT .mbr-section-title {
  margin-bottom: 1.5em;
  color: #ffffff;
}
.cid-rlaL8LrAKT .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-rlaL8LrAKT .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-rlaL8LrAKT textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-rlaL8LrAKT .text-block {
  background: #333333;
  padding: 2rem;
  outline: 1px dashed #ff4a52;
  outline-offset: -15px;
}
.cid-rlaL8LrAKT .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rlaL8LrAKT .time-block-title {
  color: #ffbc00;
}
.cid-rlaL8LrAKT .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-rlaL8LrAKT .container-fluid {
    padding: 0 1rem;
  }
  .cid-rlaL8LrAKT .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-rlaL8LrAKT .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rlaL8LrAKT .text-block {
    border: 1px dashed #ff4a52;
    outline: 15px solid #333333;
  }
}
.cid-rlaL8LrAKT .mbr-section-subtitle I {
  color: #ffffff;
}
.cid-rlaL8LrAKT B {
  color: #ffffff;
}
.cid-rlaL8LrAKT LABEL {
  color: #ffffff;
}
.cid-rmiV8jVvjf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rmiV8jVvjf .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-rmiV8jVvjf .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rmiV8jVvjf .mbr-text {
  color: #444;
}
.cid-rmiV8jVvjf h5 {
  margin-bottom: 0;
}
.cid-rmiV8jVvjf .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rmiV8jVvjf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rmiV8jVvjf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rmiV8jVvjf .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rmiV8jVvjf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rmiV8jVvjf .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rmiV8jVvjf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rmiV8jVvjf .social-list a:hover {
  opacity: .4;
}
.cid-rmiV8jVvjf .media-container-row > div {
  padding: 0px;
}
.cid-rmiV8jVvjf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rmiV8jVvjf .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rmiV8jVvjf .group-title SPAN {
  color: #ffffff;
}
.cid-rmiV8jVvjf .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rmiV8jVvjf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rmiV8jVvjf .social-list,
  .cid-rmiV8jVvjf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rmiV8jVvjf h3 {
    margin-bottom: 10px;
  }
  .cid-rmiV8jVvjf .navbar-brand {
    text-align: center;
  }
}
.cid-rmiV8jVvjf .links SPAN {
  color: #9e9e9e;
}
