@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Noticia+Text:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,700;0,800;1,600;1,700;1,800&family=Gabriela&family=Manrope:wght@800&family=Montserrat:wght@800&family=Nunito:ital,wght@0,700;0,800;0,900;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&family=Raleway:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:wght@700&family=Russo+One&family=Scada:wght@700&display=swap');


body {
  font-family: Roboto;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Gabriela', serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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 {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  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: 1rem 3rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0c57bf !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #ffd924 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-primary:before {
  background-color: #073677 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #073677 !important;
  border-color: #073677 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f966d4 !important;
  border-color: #f966d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f966d4 !important;
  border-color: #f966d4 !important;
}
.btn-secondary:before {
  background-color: #f61cbf !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f61cbf !important;
  border-color: #f61cbf !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffd924 !important;
  border-color: #ffd924 !important;
  color: #241e00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #241e00 !important;
  background-color: #ffd924 !important;
  border-color: #ffd924 !important;
}
.btn-warning:before {
  background-color: #d6b100 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #241e00 !important;
  background-color: #d6b100 !important;
  border-color: #d6b100 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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: #062b5f;
  color: #062b5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #0c57bf;
}
.btn-primary-outline:before {
  background-color: #0c57bf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #f009b6;
  color: #f009b6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f966d4;
}
.btn-secondary-outline:before {
  background-color: #f966d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f966d4 !important;
  border-color: #f966d4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #bd9c00;
  color: #bd9c00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #241e00;
  border-color: #ffd924;
}
.btn-warning-outline:before {
  background-color: #ffd924;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffd924 !important;
  border-color: #ffd924 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !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;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0c57bf;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #0c57bf !important;
}
.text-secondary {
  color: #f966d4 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #ffd924 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062b5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f009b6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bd9c00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #ffd924;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c57bf;
  border-color: #0c57bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #0c57bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5698f4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffcf0;
}
.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 {
  display: none;
}
#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;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.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: #0c57bf;
  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;
}
@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: #0c57bf;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #0c57bf;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0c57bf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0c57bf;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #0c57bf;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-weight: 300;
}
.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;
}
.cid-rbrY7ExFmu .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-rbrY7ExFmu .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-rbrY7ExFmu .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-rbrY7ExFmu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rbrY7ExFmu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rbrY7ExFmu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rbrY7ExFmu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rbrY7ExFmu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rbrY7ExFmu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rbrY7ExFmu .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rbrY7ExFmu a {
  font-style: normal;
  font-weight: 400;
}
.cid-rbrY7ExFmu a:hover {color:#fff;}
.cid-rbrY7ExFmu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rbrY7ExFmu .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rbrY7ExFmu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rbrY7ExFmu .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rbrY7ExFmu .content-text {
  margin-bottom: 0;
}
.cid-rbrY7ExFmu .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rbrY7ExFmu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rbrY7ExFmu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rbrY7ExFmu .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-rbrY7ExFmu .navbar-nav .nav-item a {
    margin: 0!important;
  }
}
.cid-rbrY7ExFmu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rbrY7ExFmu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rbrY7ExFmu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rbrY7ExFmu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rbrY7ExFmu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rbrY7ExFmu .nav-dropdown .link {
  font-weight: 400;
}
.cid-rbrY7ExFmu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rbrY7ExFmu .menu-content-top .row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rbrY7ExFmu .menu-content-top .row p {
  padding: 0.5rem 0;
}
.cid-rbrY7ExFmu .menu-content-top .row a {
  padding: 0.5rem 0;
}
.cid-rbrY7ExFmu .content-right-side {
  text-align: center;
}
.cid-rbrY7ExFmu .menu-content-top {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.cid-rbrY7ExFmu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rbrY7ExFmu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .cid-rbrY7ExFmu .navbar .menu-content-top {
    display: block;
  }
  .cid-rbrY7ExFmu .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-rbrY7ExFmu .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rbrY7ExFmu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-rbrY7ExFmu .menu-bottom {
    display: flex;
  }
  .cid-rbrY7ExFmu .navbar {
    display: block;
    padding: 0;
  }
  .cid-rbrY7ExFmu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rbrY7ExFmu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rbrY7ExFmu .navbar-toggler {
    display: none;
  }
}
.cid-rbrY7ExFmu .navbar-short .menu-content-top {
  height: 0;
  border: none;
}
.cid-rbrY7ExFmu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rbrY7ExFmu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rbrY7ExFmu .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rbrY7ExFmu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rbrY7ExFmu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rbrY7ExFmu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rbrY7ExFmu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rbrY7ExFmu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rbrY7ExFmu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rbrY7ExFmu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rbrY7ExFmu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rbrY7ExFmu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rbrY7ExFmu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rbrY7ExFmu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rbrY7ExFmu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-rbrY7ExFmu button.navbar-toggler:focus {
  outline: none;
}
.cid-rbrY7ExFmu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rbrY7ExFmu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rbrY7ExFmu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rbrY7ExFmu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rbrY7ExFmu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rbrY7ExFmu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbrY7ExFmu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rbrY7ExFmu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rbrY7ExFmu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbrY7ExFmu .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rbrY7ExFmu .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rbrY7ExFmu .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rbrY7ExFmu .collapsed .btn {
  display: flex;
}
.cid-rbrY7ExFmu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rbrY7ExFmu .collapsed .navbar-collapse.collapsing,
.cid-rbrY7ExFmu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rbrY7ExFmu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rbrY7ExFmu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rbrY7ExFmu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rbrY7ExFmu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rbrY7ExFmu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rbrY7ExFmu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rbrY7ExFmu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rbrY7ExFmu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rbrY7ExFmu .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rbrY7ExFmu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rbrY7ExFmu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rbrY7ExFmu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity,padding,height;
}
.cid-rbrY7ExFmu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rbrY7ExFmu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rbrY7ExFmu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rbrY7ExFmu .collapsed .dropdown-item:before {
  display: none;
}
@media (max-width: 991px) {
  .cid-rbrY7ExFmu .dropdown-item {
    padding: 0.235em 0!important;
    margin: 0!important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rbrY7ExFmu .dropdown-item:before {
    display: none;
  }
  .cid-rbrY7ExFmu .menu-logo {
    margin-right: 0;
  }
  .cid-rbrY7ExFmu .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rbrY7ExFmu img {
    height: 3.8rem !important;
  }
  .cid-rbrY7ExFmu .btn {
    display: flex;
  }
  .cid-rbrY7ExFmu button.navbar-toggler {
    display: block;
  }
  .cid-rbrY7ExFmu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rbrY7ExFmu .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rbrY7ExFmu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rbrY7ExFmu .navbar-collapse.collapsing,
  .cid-rbrY7ExFmu .navbar-collapse.show {
    display: block !important;
  }
  .cid-rbrY7ExFmu .navbar-collapse.collapsing .navbar-nav,
  .cid-rbrY7ExFmu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rbrY7ExFmu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rbrY7ExFmu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rbrY7ExFmu .navbar-collapse.collapsing .navbar-buttons,
  .cid-rbrY7ExFmu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rbrY7ExFmu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rbrY7ExFmu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rbrY7ExFmu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rbrY7ExFmu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rbrY7ExFmu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rbrY7ExFmu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-rbrY7ExFmu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rbrY7ExFmu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rbrY7ExFmu .nav-link:focus {
  outline: none;
}
.cid-rbrY7ExFmu .navbar-toggler {
  position: relative;
}
.cid-rbrY7ExFmu .dropdown-item.active,
.cid-rbrY7ExFmu .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-rbrY7ExFmu .nav-link:hover,
.cid-rbrY7ExFmu .dropdown-item:hover {
  color: #4284df;
}
.cid-r7bY6IxYOZ {
  padding-top: 180px;
  padding-bottom: 135px;
  background-image: url("/img/1.jpg");
}
.cid-r7bY6IxYOZ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-r7bY6IxYOZ .mbr-overlay {
  background: #0071a5;
  background: linear-gradient(#0071a5 -10%, #d8255e 75%);
}
.cid-r7bY6IxYOZ .mbr-section-title {
  margin: 0;
}
.cid-r7bY6IxYOZ .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-r7bY6IxYOZ H1 {
  text-align: center;
}
.cid-r7bY6IxYOZ H3 {
  text-align: center;
}
.cid-r7bY6IxYOZ .mbr-text,
.cid-r7bY6IxYOZ .mbr-section-btn {
  text-align: center;
}
.cid-r7cw9uSKOn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r7cx92Ejvt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r7cx92Ejvt .counter-container {
  color: #464646;
}
.cid-r7cx92Ejvt .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-r7cx92Ejvt .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-r7cx92Ejvt .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-r7iylV3OqF {
  background-image: url("/img/2.jpg");
}
.cid-r7iylV3OqF .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-r7iylV3OqF .text-content .btn-bgr {
  z-index: 0;
}
.cid-r7iylV3OqF .mbr-overlay {
  background: linear-gradient(90deg, #9473d2, #afafaf);
}
.cid-r7iylV3OqF h3 {
  color: #000000;
  font-weight: 300;
}
.cid-r7iylV3OqF p {
  color: #464646;
}
.cid-r7iylV3OqF h2 {
  color: #000000;
}
.cid-r7iylV3OqF .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-r7iylV3OqF .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-r7iylV3OqF .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-r7iylV3OqF .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-r7iylV3OqF .text-content {
    width: 100%;
  }
}
.cid-r7iylV3OqF .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-r7iylV3OqF .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-r7iylV3OqF .mbr-text {
    text-align: center;
  }
}
.cid-r7iylV3OqF P {
  text-align: center;
}
.cid-r7iylV3OqF .mbr-section-btn,
.cid-r7iylV3OqF .mbr-section-title {
  text-align: center;
}
.cid-raBwuiPryE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-raBwuiPryE .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-raBwuiPryE h3 {
  color: #000000;
  font-weight: 300;
}
.cid-raBwuiPryE p {
  color: #464646;
}
.cid-raBwuiPryE h2 {
  color: #000000;
}
.cid-raBwuiPryE .counter-container {
  color: #767676;
}
.cid-raBwuiPryE .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-raBwuiPryE .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-raBwuiPryE .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-raBwuiPryE .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-raBwuiPryE .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-raBwuiPryE .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
.cid-raBwuiPryE .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-raBwuiPryE .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-raBwuiPryE .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-raBwuiPryE .mbr-figure {
  padding-right: 1rem;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .cid-raBwuiPryE .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-raBwuiPryE .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-raBwuiPryE .mbr-text {
    text-align: center;
  }
}
.cid-raBwuiPryE P {
  color: #000000;
}
.cid-raBwuiPryE .content-list-title {
  color: #000000;
}
.cid-raBwuiPryE H4 {
  color: #2c1616;
}
.cid-r7io8K1ARy {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-r7io8K1ARy .mbr-figure {
  padding: 0;
}
.cid-r7io8K1ARy .content-row {
  background-color: #efefef;
}
.cid-r7io8K1ARy .content-row .media-content {
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
}
@media (min-width: 992px) {
  .cid-r7io8K1ARy .content-row .media-content {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
.cid-r7io8K1ARy .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-r7io8K1ARy .content-row .media-content .content-block {
  z-index: 1;
}
.cid-r7io8K1ARy H2 {
  color: #2c1616;
}
.cid-r7io8K1ARy H3 {
  color: #2c1616;
}
.cid-r7io8K1ARy .testimonial-text {
  color: #2c1616;
}
.cid-r7ioHdhVWM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r7ioHdhVWM .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-r7ioHdhVWM h2,
.cid-r7ioHdhVWM h3,
.cid-r7ioHdhVWM h4,
.cid-r7ioHdhVWM p {
  color: #ffffff;
}
.cid-r7ioHdhVWM .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-r7ioHdhVWM .input {
  margin-bottom: 15px;
}
.cid-r7ioHdhVWM .text-block {
  border-bottom: 1px solid #767676;
}
.cid-r7ioHdhVWM .media-container-row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-r7ioHdhVWM .mbr-text {
  color: #767676;
}
.cid-r7ioHdhVWM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-r7ioHdhVWM .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-r7ioHdhVWM .input-group-btn {
  display: block;
  text-align: center;
}
.cid-r7ioHdhVWM .block .form-control {
  padding: 1.07em 1.07em;
}
@media (max-width: 767px) {
  .cid-r7ioHdhVWM h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-r7ioHdhVWM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-r7ioHdhVWM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-r7ioHdhVWM .google-map {
    padding-bottom: 2rem;
  }
}
.cid-r7ioHdhVWM .mbr-section-subtitle {
  color: #2c1616;
  text-align: center;
}
.cid-r7ioHdhVWM H2 {
  color: #2c1616;
  text-align: center;
}
.cid-r7ciD1CSwF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #afafaf;
}
.cid-r7ciD1CSwF p {
  text-align: center;
}
.cid-r7ciD1CSwF .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-r7ciD1CSwF .btn-underline:hover {
  color: #505050;
}
.cid-r7ciD1CSwF .btn-underline:before {
  background-color: #505050;
}
.cid-r7ciD1CSwF .social-list a:focus {
  text-decoration: none;
}
.cid-r7ciD1CSwF .text-copyright {
  width: 100%;
}
.cid-r7ciD1CSwF .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-r7ciD1CSwF .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-r7ciD1CSwF .logo-footer {
  line-height: normal;
}
.cid-r7ciD1CSwF .copyright {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r7ciD1CSwF .social-btns {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r7ciD1CSwF .mbr-section-btn {
  font-size: 16px;
}
.cid-r7ciD1CSwF .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}



.morest h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.morest p {
  color: #767676;
  text-align: left;
}
.morest .card-box {
  padding-top: 1rem;
}
.morest .card-wrapper {
  height: 100%;
}
.morest .card-title {
  text-align: center;
}
.morest {background-color: #f9f9f9;}

.morest a {color: #616161 !important; font-weight: bold;}

.cid-rbxjwrNxro {
  padding-top: 60px !important;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rbxjwrNxro .mbr-section-subtitle {
  color: #767676;
}

.cid-qvQKn9LXS2, .cid-qxWA1sL9mH, .cid-rbxjwrNxro {background-color: #f9f9f9;padding-bottom:1em;     padding-top: 2em;}

.moresttitle {font-weight:normal; font-size: 2rem;}

.cid-qv5zxG3NeF .card:hover .card-front {
    z-index: 1;
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cid-qv5zxG3NeF .card-front {
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cid-qv5zxG3NeF .card_cont {
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #eee;
}
textarea {height: 150px;}

.fa-heart-o::before, .fa-smile-o::before, .fa-cog::before {
    font-size: 80px;
    color: #ff3366;
}

.cid-qv5zqgQSCf {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f9f9f9;
}

/* AJAX ОКНО v.2.0
============================================================================*/


.xw-plain{ 

  border-radius: 5px!important;
  box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.15)!important;
} 

.xw-plain .xw-bc {
    height: 0px!important;
}

.xw-plain .xw-tl {
    padding-left: 0px!important;
}

.xw-plain .xw-tr {
    padding-right: 0px!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.xw-plain, .xw-resize, .xw-active {
  z-index: 99 !important;
  color:#612D73;
  padding:0;
  }  

  .xw-hdr {
  font-size: 16px!important;
  color: #fff!important;
  background: #232323!important;
  font-weight: bold!important;
  text-transform:uppercase;
  font-family:'Roboto';
}
  .xw-hdr-text {
  font-size: 11px!important;
  color: #FFF!important;
  background: #232323!important;
  font-weight: 600!important;
  font-size: 1.09em!important;
}

  .xt {background:url('/img/dialog-close.png') no-repeat !important;
  float:right !important;
  opacity: 0.4 !important;
  }  
  .xt-close {background-position:0 0 !important;}  
  .xt-close-over {background-position:0 0 !important;
  opacity: 1 !important;
  }  
  .xw-bc, .xw-mr, .xw-bl, .xw-br, .xw-ml, .xw-mc {
  background:#fff !important;
  border:0 !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }  

  .xw-body {border:0 !important;
  padding-left:7px !important;
  padding-right:1px !important;
  }  

.xw-plain .xw-body {
    padding: 25px 15px 25px!important;
}
   
  .xw-tl, .xw-tr, .xw-tc {
  font-size: 11px!important;
  color: #FFF!important;
  background: #2a2a2a!important;
  font-weight: bold!important;

}

.xw-plain .xw-tc {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.xt-maxi, .xt-mini, .xw-sps {display:none !important;}  
.myWinPollTd {padding:3px!important;
  border: 1px solid #612D73!important;
}  
  .myBtnLeft, .myBtnRight, .myBtnLeftA, .myBtnRightA {display: none !important;}
.myBtnCenter, .myBtnCenterA {background: none !important;}

.loginButton, .myBtnCont a { 

display: inline-block;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 16px!important;
line-height: 1.5;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border-radius: .25rem;
user-select: none;
color: #fff!important;
background-color: #ff4343;
border:1px solid#ff4343;
font-family: "Roboto";
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

} 

.loginButton:hover,.myBtnCont a:hover {
padding: .375rem .75rem;
background-color: #c82333;
border-color: #bd2130;
} 

.myBtnCenterA, .myBtnLeftA, .myBtnRightA {
    border-color: transparent!important;
}

.myBtnCenterA, .myBtnLeftA, .myBtnRightA {
    border-color: transparent!important;
}

.myWinTD1 {
background: none!important;
} 

.myWinCont {
color: #fff!important;
background: none!important;
} 

.mywincont, .mywincont td, .mywincont dl, .mywincont dt {
color: #666!important;
}

.myWinCont fieldset {
border-bottom: 0px solid #fff!important;
padding: 10px!important;
}

.myWinCont fieldset:last-child{
border-bottom: none!important;
}

.myWinCont legend {
display: block!important;
width: 100%!important;
padding: 20px 0px 0 0!important;
margin-bottom: 0px!important;
font-size: 14px!important;
line-height: inherit!important;
color: #444!important;
border: 0!important;
background-color: #fff!important;
}

.myWinCont, .myWinCont td, .myWinCont dl, .myWinCont dt, .xw-mc {
font-size: 14px!important;
color:#444!important;
padding: 3px;
font-family: 'Roboto'!important;
font-weight:400!important;

}
.myWinCont hr {display:none;}

.myWinCont a:link, .myWinCont a.noun:link, .myWinCont a:visited, .myWinCont a.noun:visited {
text-decoration: none;
color: #444!important;
font-family: 'Roboto';

}
.myWinCont a:hover, .myWinCont a.noun:hover, .myWinCont a:active, .myWinCont a.noun:active {
text-decoration: none!important;
color: #1a3365!important;
}

.myWinCont input[type="text"], .myWinCont input[type="password"], .myWinCont .tmplCodeH {
color: #666!important;
border: 1px solid #e3e3e3!important;
background-color: #fff!important;
border-radius:5px!important;
width: auto;
filter:none;
}

.myWinCont select {
color: #666!important;
border: 1px solid #e3e3e3!important;
border-radius: 5px!important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A")!important;
background-color: #fff!important;
background-repeat: no-repeat!important;
background-position: right .7em top 50%, 0 0;
}

.myWinCont textarea {
color: #666!important;
border: 1px solid #e3e3e3!important;
background-color: #fff!important;
box-sizing: border-box;
padding: 4px 5px;
border-radius: .25rem;
}

.myWinCont form {
padding: 5px!important;
margin: 0px;
float: left!important;
margin-left: 3px !important;
}

.myWinCont b {
color: #444!important;
font-weight: 400;
font-family: 'Roboto'!important;
font-size:14px;
}

.myWinCont label {
cursor: pointer;
display: inline;
margin-left: 5px!important;
vertical-align: middle;
font-weight: 400;
}

#txtF774 {width:220px!important;}
#txtF774:focus, .myWinCont input[type="text"]:focus, .myWinCont input[type="password"]:focus, .myWinCont textarea:focus {box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);}
#subbutfrmLg555 {margin-left: 80px!important;margin-right: -45px;}
#subbutfrm456 {margin-right:-20px;}
#subbutfrm41 {margin-left: 120px!important;}
#subbutcntManF8 {margin-top:10px;margin-left: 160px;}
#subbutPrm348 {margin-left: 90px !important;margin-right: -40px;!important;}
#subbutfrm235 {margin-right: -45px;}
#subbutfrm851 {margin-right: -40px;}
#frm235 {width:100%;}

.myWinCont {
overflow: auto;
display: block;
width:auto!important;
height: auto!important;
}

.xw-plain .myBtnCont a:link {
    color: #fff !important;
    transition: all .5s ease;
}

.xw-plain .myBtnCont a:hover {
    color: #fff!important;
    text-decoration:none!important;
}

.xw-plain .myBtnCenter, .xw-plain .myBtnLeft, .xw-plain .myBtnRight {
    border-color: transparent!important;
}