.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.3 * (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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 2.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #103178 !important;
}
.bg-success {
  background-color: #13a05d !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffc800 !important;
}
.bg-danger {
  background-color: #ffc800 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #103178 !important;
  border-color: #103178 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #103178 !important;
  background-color: white!important;
  border-color: #103178 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06122b !important;
  border-color: #06122b !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ff6666 !important;
  background-color: white!important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #47b5ed !important;
  background-color: white!important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #13a05d !important;
  border-color: #13a05d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #13a05d !important;
  background-color: white!important;
  border-color: #13a05d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a5330 !important;
  border-color: #0a5330 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-white {
  background: white;
  transition: all 0.3s;
  color: #103178;
  border-color: white;
}
.btn-white:hover {
  background: #103178;
  color: white;
  border-color: #103178;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: white!important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #103178;
  color: #103178;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #06122b !important;
  background-color: transparent!important;
  border-color: #06122b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #13a05d;
  color: #13a05d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a5330 !important;
  background-color: transparent!important;
  border-color: #0a5330 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #13a05d !important;
  border-color: #13a05d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #103178 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #13a05d !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffc800 !important;
}
.text-danger {
  color: #ffc800 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040c1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #084528 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997800 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #103178;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffc800;
}
.alert-danger {
  background-color: #ffc800;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #103178;
  border-color: #103178;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #103178;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2561e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #49e99d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #103178 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #103178;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #103178;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #103178;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #103178;
  border-bottom-color: #103178;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #103178 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23103178' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-snLOGe11q7 .navbar-dropdown {
  position: relative !important;
}
.cid-snLOGe11q7 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-snLOGe11q7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-snLOGe11q7 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-snLOGe11q7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-snLOGe11q7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-snLOGe11q7 .container {
    padding: 0 1rem;
  }
}
.cid-snLOGe11q7 .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-snLOGe11q7 .nav-link {
  position: relative;
}
.cid-snLOGe11q7 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-snLOGe11q7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snLOGe11q7 .navbar.opened {
  transition: all 0.3s;
}
.cid-snLOGe11q7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snLOGe11q7 .navbar .navbar-logo img {
  width: auto;
}
.cid-snLOGe11q7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snLOGe11q7 .navbar.collapsed {
  justify-content: center;
}
.cid-snLOGe11q7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snLOGe11q7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snLOGe11q7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-snLOGe11q7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snLOGe11q7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snLOGe11q7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLOGe11q7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-snLOGe11q7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snLOGe11q7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLOGe11q7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snLOGe11q7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snLOGe11q7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLOGe11q7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-snLOGe11q7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snLOGe11q7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snLOGe11q7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snLOGe11q7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snLOGe11q7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snLOGe11q7 .dropdown-item:hover,
.cid-snLOGe11q7 .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-snLOGe11q7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snLOGe11q7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snLOGe11q7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-snLOGe11q7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snLOGe11q7 .dropdown-menu,
.cid-snLOGe11q7 .navbar.opened {
  background: #ffffff !important;
}
.cid-snLOGe11q7 .nav-item:focus,
.cid-snLOGe11q7 .nav-link:focus {
  outline: none;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snLOGe11q7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snLOGe11q7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snLOGe11q7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLOGe11q7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLOGe11q7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLOGe11q7 .dropdown-item.active,
.cid-snLOGe11q7 .dropdown-item:active {
  background-color: transparent;
}
.cid-snLOGe11q7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLOGe11q7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLOGe11q7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLOGe11q7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snLOGe11q7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLOGe11q7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLOGe11q7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snLOGe11q7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snLOGe11q7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLOGe11q7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-snLOGe11q7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snLOGe11q7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snLOGe11q7 .navbar {
    height: 70px;
  }
  .cid-snLOGe11q7 .navbar.opened {
    height: auto;
  }
  .cid-snLOGe11q7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCaSIYfp3z {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f0f2f5;
}
.cid-sCaSIYfp3z .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-sCaSIYfp3z .price-wrapper h4,
.cid-sCaSIYfp3z .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-sCaSIYfp3z .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-sCaSIYfp3z .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-sCaSIYfp3z .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-sCaSIYfp3z .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-sCaSIYfp3z .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sCaSIYfp3z .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sCaSIYfp3z .card-title {
  padding: 0;
  margin: 0;
}
.cid-sCaSIYfp3z .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sCaSIYfp3z .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCaSIYfp3z .card-wrapper {
    width: fit-content;
  }
}
.cid-sCaSIYfp3z .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sCaSIYfp3z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCaSIYfp3z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCaSIYfp3z .card-title,
.cid-sCaSIYfp3z .card-icon {
  color: #5b6c8f;
}
.cid-sCaSIYfp3z .mbr-section-title {
  color: #103178;
}
.cid-sCaSIYfp3z .mbr-text,
.cid-sCaSIYfp3z .mbr-section-btn {
  color: #103178;
}
.cid-sCaSIYfp3z .price-title {
  text-align: center;
  color: #103178;
}
.cid-sCaSIYfp3z .price {
  text-align: center;
  color: #103178;
}
.cid-sCdlOEcY11 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/working-construction-tool-builder-s-accessories-house-house-renovation-concept-2-2000x1143.jpeg");
}
.cid-sCdlOEcY11 .card-box {
  width: fit-content;
}
.cid-sCdlOEcY11 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-sCdlOEcY11 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sCdlOEcY11 .card-title {
  padding: 0;
  margin: 0;
}
.cid-sCdlOEcY11 .card-wrapper {
  border: 1px solid #dadee8;
  padding: 0.6rem;
  background: #f0f2f5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sCdlOEcY11 .card-wrapper {
    width: 100%;
  }
}
.cid-sCdlOEcY11 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-sCdlOEcY11 .card-title,
.cid-sCdlOEcY11 .card-icon {
  color: #103178;
}
.cid-sHMg3alRl8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHMg3alRl8 .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-sHMg3alRl8 .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #103178;
}
.cid-sHMg3alRl8 .head_info .mbr-subtitle {
  color: #ff6666;
  margin-bottom: 10px;
}
.cid-sHMg3alRl8 .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #47b5ed;
}
.cid-sHMg3alRl8 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-sHMg3alRl8 .plan .plan-title {
  color: #103178;
  margin-bottom: 32px;
}
.cid-sHMg3alRl8 .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-sHMg3alRl8 .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #ff6666;
}
.cid-sHMg3alRl8 .plan .plan-price .mbr-text {
  color: #103178;
  margin-bottom: 0;
}
.cid-sHMg3alRl8 .plan .plan-list {
  margin-bottom: 15px;
}
.cid-sHMg3alRl8 .plan .plan-list .list-group {
  color: #47b5ed;
}
.cid-sHMg3alRl8 .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-sHMg3alRl8 .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sHMg3alRl8 .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sHMg3alRl8 .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-sHMg3alRl8 .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-sHMg3alRl8 .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sHMg3alRl8 .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sHMg3alRl8 .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #13a05d !important;
}
.cid-sHMg3alRl8 .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-sHMg3alRl8 .head_info .mbr-subtitle {
  color: #353535;
}
.cid-sHMg3alRl8 .plan .plan-list .list-group,
.cid-sHMg3alRl8 .mbr-section-btn {
  text-align: center;
}
.cid-te8pzdJC1F {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f0f2f5;
}
.cid-te8pzdJC1F .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #000000;
}
.cid-te8pzdJC1F .mbr-section-title {
  letter-spacing: 0em;
}
.cid-te8pzdJC1F .card-img {
  margin-bottom: 1rem;
}
.cid-te8pzdJC1F .card-img span {
  font-size: 60px;
}
.cid-te8pzdJC1F H1 {
  color: #103178;
}
.cid-te8pzdJC1F .mbr-text,
.cid-te8pzdJC1F .mbr-section-btn {
  color: #000000;
}
.cid-sCdong3RFR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/kamaz-65117-s-kmu-1.jpg");
}
.cid-sCdong3RFR .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCdong3RFR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sCdong3RFR .mbr-section-btn {
  margin: 0;
}
.cid-sCdong3RFR .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #353535;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCdong3RFR .form-control:focus,
.cid-sCdong3RFR .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sCdong3RFR .form-group {
  margin-bottom: 1rem;
}
.cid-sCdong3RFR input::-webkit-input-placeholder,
.cid-sCdong3RFR textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-sCdong3RFR input:-moz-placeholder,
.cid-sCdong3RFR textarea:-moz-placeholder {
  color: #353535;
}
.cid-sCdong3RFR .jq-selectbox li,
.cid-sCdong3RFR .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCdong3RFR .jq-selectbox li:hover,
.cid-sCdong3RFR .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCdong3RFR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCdong3RFR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCdong3RFR .form-group,
.cid-sCdong3RFR .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sCdong3RFR .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sCdong3RFR .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCdong3RFR .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sCdong3RFR .form-block {
    padding: 1rem;
  }
}
.cid-sCdong3RFR H4 {
  color: #ffffff;
}
.cid-sCdong3RFR P {
  color: #ffffff;
}
.cid-sCdong3RFR LABEL {
  color: #f0f2f5;
}
.cid-sRpNWio4Pj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f0f2f5;
}
.cid-sRpNWio4Pj .subicon-title {
  color: #103178;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRpNWio4Pj .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #353535;
}
.cid-sRpNWio4Pj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sRpNWio4Pj .underline .line {
  width: 3rem;
  height: 2px;
  background: #353535;
  display: inline-block;
}
.cid-sRpNWio4Pj .process-icon,
.cid-sRpNWio4Pj .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sRpNWio4Pj .wrapper,
.cid-sRpNWio4Pj .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sRpNWio4Pj .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #103178;
  opacity: .4;
}
.cid-sRpNWio4Pj .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sRpNWio4Pj .icon-container a {
  display: inherit;
}
.cid-sRpNWio4Pj .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffc800 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-sRpNWio4Pj .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sRpNWio4Pj .icon-main:hover .icon-wrapper {
  background-color: #ffc800 !important;
}
.cid-sRpNWio4Pj .icon-main:hover .icon-number {
  background-color: #103178 !important;
  color: #ffffff !important;
}
.cid-sRpNWio4Pj .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sRpNWio4Pj .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sRpNWio4Pj .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sRpNWio4Pj .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sRpNWio4Pj .mbr-section-title {
  margin: 0;
}
.cid-sRpNWio4Pj .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-sRpNWio4Pj .mbr-section-title,
.cid-sRpNWio4Pj .underline {
  color: #103178;
}
.cid-sVlYeNvmq7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #103178;
}
.cid-sVlYeNvmq7 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sVlYeNvmq7 .contents .mbr-subtitle {
  color: #ff6666;
  margin-bottom: 10px;
}
.cid-sVlYeNvmq7 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #103178;
}
.cid-sVlYeNvmq7 .contents .mbr-text {
  color: #47b5ed;
}
.cid-sVlYeNvmq7 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sVlYeNvmq7 .card-wrapper .card-box .card-title {
  color: #103178;
}
.cid-sVlYeNvmq7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #47b5ed;
}
.cid-sVlYeNvmq7 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-sVlYeNvmq7 .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-sVlYeNvmq7 .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #ff6666;
}
.cid-sVlYeNvmq7 .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-sVlYeNvmq7 .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  color: #103178;
  font-weight: 700;
}
.cid-sVlYeNvmq7 .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-sVlYeNvmq7 .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-sVlYeNvmq7 .card-wrapper:hover {
  background-color: #ffc800;
  border-color: #ffc800;
}
.cid-sVlYeNvmq7 .card-wrapper:hover .card-box .card-title {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .card-wrapper:hover .card-box .mbr-text {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-sVlYeNvmq7 .card-wrapper:hover .card-img .mbr-iconfont {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .card-wrapper:hover .mbr-link-btn .btn {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-sVlYeNvmq7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sVlYeNvmq7 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sVlYeNvmq7 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #103178 !important;
  box-shadow: none !important;
}
.cid-sVlYeNvmq7 .btn[class*="-outline"]:active,
.cid-sVlYeNvmq7 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-sVlYeNvmq7 .card {
    margin-bottom: 15px;
  }
}
.cid-sVlYeNvmq7 .contents .mbr-section-title {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .contents .mbr-subtitle {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sVlYeNvmq7 .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sVCc8J8PAK {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-color: #f0f2f5;
}
.cid-sVCc8J8PAK .item-image {
  margin-bottom: 5rem;
}
.cid-sVCc8J8PAK img,
.cid-sVCc8J8PAK .item-img {
  width: 100%;
}
.cid-sVCc8J8PAK .item:focus,
.cid-sVCc8J8PAK span:focus {
  outline: none;
}
.cid-sVCc8J8PAK .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-sVCc8J8PAK .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVCc8J8PAK .mbr-section-title {
  color: #103178;
  text-align: right;
}
@media (min-width: 768px) {
  .cid-sVCc8J8PAK .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sVCc8J8PAK .mbr-section-subtitle,
  .cid-sVCc8J8PAK .mbr-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-sVCc8J8PAK .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sVCc8J8PAK .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-sVCc8J8PAK .mbr-section-subtitle {
  text-align: center;
}
.cid-sVCc8J8PAK .mbr-text {
  text-align: center;
}
.cid-sCk2NON2L9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/kamaz-65117-s-kmu-1.jpg");
}
.cid-sCk2NON2L9 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCk2NON2L9 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sCk2NON2L9 .mbr-section-btn {
  margin: 0;
}
.cid-sCk2NON2L9 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #353535;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCk2NON2L9 .form-control:focus,
.cid-sCk2NON2L9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sCk2NON2L9 .form-group {
  margin-bottom: 1rem;
}
.cid-sCk2NON2L9 input::-webkit-input-placeholder,
.cid-sCk2NON2L9 textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-sCk2NON2L9 input:-moz-placeholder,
.cid-sCk2NON2L9 textarea:-moz-placeholder {
  color: #353535;
}
.cid-sCk2NON2L9 .jq-selectbox li,
.cid-sCk2NON2L9 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCk2NON2L9 .jq-selectbox li:hover,
.cid-sCk2NON2L9 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCk2NON2L9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCk2NON2L9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCk2NON2L9 .form-group,
.cid-sCk2NON2L9 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sCk2NON2L9 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sCk2NON2L9 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCk2NON2L9 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sCk2NON2L9 .form-block {
    padding: 1rem;
  }
}
.cid-sCk2NON2L9 H4 {
  color: #ffffff;
}
.cid-sCk2NON2L9 P {
  color: #ffffff;
}
.cid-sCk2NON2L9 LABEL {
  color: #f0f2f5;
}
.cid-sCk4csdOY2 {
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sCk4csdOY2 .content {
  padding-left: 30px;
}
.cid-sCk4csdOY2 .mbr-section-subtitle {
  color: #ff6666;
}
.cid-sCk4csdOY2 .mbr-section-title {
  color: #103178;
}
.cid-sCk4csdOY2 .mbr-text {
  color: #47b5ed;
}
.cid-sCk4csdOY2 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sCk4csdOY2 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sCk4csdOY2 .p-4 {
  padding: 1rem 0 !important;
}
.cid-sCk4csdOY2 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sCk4csdOY2 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sCk4csdOY2 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sCk4csdOY2 .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sCk4csdOY2 .card:last-child {
  border-bottom: none !important;
}
.cid-sCk4csdOY2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sCk4csdOY2 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #103178;
  padding-right: 50px;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #103178;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #103178;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title .toggle-icon:before,
.cid-sCk4csdOY2 .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sCk4csdOY2 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sCk4csdOY2 .card .panel-body {
  padding: 14px 20px;
}
.cid-sCk4csdOY2 .card .panel-body p {
  color: #47b5ed;
}
.cid-sCk4csdOY2 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sCk4csdOY2 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sCk4csdOY2 .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sCk4csdOY2 .collapsed .toggle-icon:before,
.cid-sCk4csdOY2 .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sCk4csdOY2 .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sCk4csdOY2 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCk4csdOY2 * {
    text-align: left;
  }
}
.cid-sCk4csdOY2 .card .panel-body p {
  color: #353535;
  text-align: left;
}
.cid-sCu0EHjcv0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #103178;
}
.cid-sCu0EHjcv0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCu0EHjcv0 .img-item,
.cid-sCu0EHjcv0 img {
  height: 100%;
  object-fit: cover;
}
.cid-sCu0EHjcv0 .container-fluid {
  padding: 0 1rem;
}
.cid-sCu0EHjcv0 .img-col {
  padding: 0;
}
.cid-sCu0EHjcv0 .col-auto {
  width: 100%;
}
.cid-sCu0EHjcv0 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sCu0EHjcv0 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sCu0EHjcv0 .form-control,
.cid-sCu0EHjcv0 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCu0EHjcv0 .form-control::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .field-input::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .form-control::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sCu0EHjcv0 .form-control:-moz-placeholder,
.cid-sCu0EHjcv0 .field-input:-moz-placeholder,
.cid-sCu0EHjcv0 .form-control:-moz-placeholder,
.cid-sCu0EHjcv0 .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sCu0EHjcv0 .form-control:hover,
.cid-sCu0EHjcv0 .field-input:hover,
.cid-sCu0EHjcv0 .form-control:focus,
.cid-sCu0EHjcv0 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sCu0EHjcv0 .form-control:hover::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .field-input:hover::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .form-control:focus::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .field-input:focus::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .form-control:hover::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .field-input:hover::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .form-control:focus::-webkit-input-placeholder,
.cid-sCu0EHjcv0 .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sCu0EHjcv0 .form-control:hover:-moz-placeholder,
.cid-sCu0EHjcv0 .field-input:hover:-moz-placeholder,
.cid-sCu0EHjcv0 .form-control:focus:-moz-placeholder,
.cid-sCu0EHjcv0 .field-input:focus:-moz-placeholder,
.cid-sCu0EHjcv0 .form-control:hover:-moz-placeholder,
.cid-sCu0EHjcv0 .field-input:hover:-moz-placeholder,
.cid-sCu0EHjcv0 .form-control:focus:-moz-placeholder,
.cid-sCu0EHjcv0 .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sCu0EHjcv0 .jq-number__spin:hover,
.cid-sCu0EHjcv0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sCu0EHjcv0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCu0EHjcv0 .jq-selectbox li,
.cid-sCu0EHjcv0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCu0EHjcv0 .jq-selectbox li:hover,
.cid-sCu0EHjcv0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCu0EHjcv0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sCu0EHjcv0 .jq-number__spin.minus:hover:after,
.cid-sCu0EHjcv0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sCu0EHjcv0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sCu0EHjcv0 .jq-number__spin.minus:after,
.cid-sCu0EHjcv0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sCu0EHjcv0 input::-webkit-clear-button {
  display: none;
}
.cid-sCu0EHjcv0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sCu0EHjcv0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sCu0EHjcv0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sCu0EHjcv0 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-sCu0EHjcv0 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sCu0EHjcv0 LABEL {
  color: #f0f2f5;
}
.cid-sCu9op6h4X {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCu9op6h4X .wrap-block {
  padding-right: 30px;
}
.cid-sCu9op6h4X .cards {
  padding-left: 30px;
}
.cid-sCu9op6h4X .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-sCu9op6h4X .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sCu9op6h4X .wrap-block .contents .mbr-subtitle {
  color: #ff6666;
  margin-bottom: 14px;
}
.cid-sCu9op6h4X .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #103178;
}
.cid-sCu9op6h4X .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-sCu9op6h4X .wrap-block .contents h3 {
  color: #47b5ed;
}
.cid-sCu9op6h4X .wrap-block .contents h4 {
  color: #47b5ed;
}
.cid-sCu9op6h4X .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sCu9op6h4X .cards-wrap {
  flex-direction: column;
}
.cid-sCu9op6h4X .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sCu9op6h4X .wrapper .img {
  margin-bottom: 20px;
}
.cid-sCu9op6h4X .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ff6666;
  border-radius: 50%;
}
.cid-sCu9op6h4X .wrapper .mbr-card-title {
  color: #103178;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sCu9op6h4X .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #47b5ed;
}
@media (max-width: 767px) {
  .cid-sCu9op6h4X * {
    text-align: left;
  }
}
.cid-sCu9op6h4X .wrap-block .contents h4,
.cid-sCu9op6h4X .menu-content-right,
.cid-sCu9op6h4X .mbr-section-btn {
  color: #353535;
}
.cid-sCu9op6h4X .wrap-block .contents .mbr-subtitle,
.cid-sCu9op6h4X .menu-content-right {
  color: #103178;
}
.cid-sCu9op6h4X .wrapper .mbr-text,
.cid-sCu9op6h4X .img {
  color: #353535;
}
.cid-sCGEse4KME {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCGEse4KME .mbr-section-title {
  margin: 0;
}
.cid-sCGEse4KME .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sCGEse4KME .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sCGEse4KME .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCGEse4KME .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-sCGEse4KME .team-item .item-image {
  position: relative !important;
}
.cid-sCGEse4KME .team-item .item-image img {
  width: 100%;
}
.cid-sCGEse4KME .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-sCGEse4KME .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sCGEse4KME .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sCGEse4KME .team-item .item-caption {
  background: #f0f2f5;
}
.cid-sCGEse4KME .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-sCGEse4KME .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sCGEse4KME .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-sCGEse4KME .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-sCGEse4KME .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-sCGEse4KME .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-sCGEse4KME .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-sCGEse4KME .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-sCGEse4KME .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-sCGEse4KME .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-sCGEse4KME .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-sCGEse4KME .mbr-section-title,
.cid-sCGEse4KME .underline {
  color: #103178;
}
.cid-sCGEse4KME .item-role P {
  text-align: center;
  color: #103178;
}
.cid-sCGEse4KME .item-name {
  color: #103178;
}
.cid-sCGEse4KME .mbr-section-subtitle {
  color: #353535;
}
.cid-sIV3w5SSnN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f0f2f5;
}
.cid-sIV3w5SSnN .mbri-left:before {
  content: "\f053" !important;
}
.cid-sIV3w5SSnN .mbri-right:before {
  content: "\f054" !important;
}
.cid-sIV3w5SSnN .carousel-control-next,
.cid-sIV3w5SSnN .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sIV3w5SSnN .profession {
  display: inline;
  font-weight: 700;
  color: #353535;
}
.cid-sIV3w5SSnN .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
  color: #353535;
}
.cid-sIV3w5SSnN .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-sIV3w5SSnN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sIV3w5SSnN .carousel-item.active,
.cid-sIV3w5SSnN .carousel-item-next,
.cid-sIV3w5SSnN .carousel-item-prev {
  display: flex;
}
.cid-sIV3w5SSnN .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #353535;
  font-weight: 700;
}
.cid-sIV3w5SSnN .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #14287f;
  font-weight: 700;
  display: inline-block;
}
.cid-sIV3w5SSnN .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #14287f;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-sIV3w5SSnN .carousel-controls a {
  transition: 0.3s;
  border: 2px solid #14287f;
  border-radius: 50%;
}
.cid-sIV3w5SSnN .carousel-controls a span {
  font-size: 1rem !important;
  color: #14287f;
}
.cid-sIV3w5SSnN .carousel-controls a:hover {
  background-color: #14287f;
  border-color: #14287f;
}
.cid-sIV3w5SSnN .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-sIV3w5SSnN .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-sIV3w5SSnN .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-sIV3w5SSnN .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sIV3w5SSnN h3,
.cid-sIV3w5SSnN h4 {
  margin: 0;
  padding: 0;
}
.cid-sIV3w5SSnN .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-sIV3w5SSnN .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-sIV3w5SSnN .carousel-control-next {
    left: 4.3rem;
  }
  .cid-sIV3w5SSnN .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-sIV3w5SSnN .testimonials-slider__icon {
    display: none;
  }
  .cid-sIV3w5SSnN .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sIV3w5SSnN .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-sIV3w5SSnN .carousel-control-next {
    left: 4.3rem;
  }
  .cid-sIV3w5SSnN .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-sIV3w5SSnN .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-sIV3w5SSnN .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-sIV3w5SSnN .wrapper-block {
    display: flex;
  }
  .cid-sIV3w5SSnN .carousel-control-next {
    right: 2.2rem;
  }
  .cid-sIV3w5SSnN .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-sIV3w5SSnN .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-sIV3w5SSnN .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-sIV3w5SSnN .icon-left {
  margin-right: 0.1rem;
}
.cid-sIV3w5SSnN .icon-right {
  margin-left: 0.1rem;
}
.cid-sIV3w5SSnN H3 {
  color: #14287f;
}
.cid-sIV3w5SSnN .mbr-text,
.cid-sIV3w5SSnN .mbr-section-btn {
  color: #353535;
}
.cid-sCAHRksgWw {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f0f2f5;
}
.cid-sCAHRksgWw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sCAHRksgWw .text-content .mbr-subtitle {
  color: #ff6666;
}
.cid-sCAHRksgWw .text-content .mbr-section-title {
  color: #103178;
}
.cid-sCAHRksgWw .text-content .mbr-text {
  color: #47b5ed;
}
.cid-sCAHRksgWw .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sCAHRksgWw .text-content .list-block .card-img {
  width: auto;
}
.cid-sCAHRksgWw .text-content .list-block .card-img span {
  color: #ff6666;
  font-size: 1.5rem;
}
.cid-sCAHRksgWw .text-content .list-block .list-item-title {
  color: #103178;
  transition: all .3s linear 0s;
}
.cid-sCAHRksgWw .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-sCAHRksgWw .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #47b5ed;
  margin-bottom: 0;
}
.cid-sCAHRksgWw .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sCAHRksgWw .text-content .social {
  font-size: 1.2rem;
}
.cid-sCAHRksgWw .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sCAHRksgWw .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sCAHRksgWw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sCAHRksgWw .list-block {
  position: relative;
}
.cid-sCAHRksgWw .list-block h4,
.cid-sCAHRksgWw .list-block p {
  padding-left: 2.625rem;
}
.cid-sCAHRksgWw .card-img {
  display: block;
}
.cid-sCAHRksgWw input,
.cid-sCAHRksgWw textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #13a05d;
  height: 60px;
}
.cid-sCAHRksgWw .form-control,
.cid-sCAHRksgWw .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sCAHRksgWw .form-control:hover,
.cid-sCAHRksgWw .field-input:hover,
.cid-sCAHRksgWw .form-control:focus,
.cid-sCAHRksgWw .field-input:focus {
  background-color: #fafafa;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sCAHRksgWw .form-control:focus,
.cid-sCAHRksgWw .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sCAHRksgWw input::-webkit-input-placeholder,
.cid-sCAHRksgWw textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sCAHRksgWw input:-moz-placeholder,
.cid-sCAHRksgWw textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sCAHRksgWw .jq-selectbox li,
.cid-sCAHRksgWw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCAHRksgWw .jq-selectbox li:hover,
.cid-sCAHRksgWw .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-sCAHRksgWw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sCAHRksgWw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fafafa;
}
.cid-sCAHRksgWw .mbr-form {
  max-width: 550px;
}
.cid-sCAHRksgWw .mbr-form .content-title {
  color: #103178;
  margin-bottom: 20px;
}
.cid-sCAHRksgWw .mbr-form .content-subtitle {
  color: #47b5ed;
}
.cid-sCAHRksgWw .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sCAHRksgWw .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #103178;
  color: #103178;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sCAHRksgWw .mbr-form .btn-success:hover {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sCAHRksgWw .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sCAHRksgWw .mbr-section-title,
  .cid-sCAHRksgWw .content-title,
  .cid-sCAHRksgWw .mbr-section-btn {
    text-align: left;
  }
}
.cid-sCAHRksgWw .text-content .mbr-section-title {
  text-align: left;
}
.cid-sCAHRksgWw .text-content .mbr-subtitle {
  text-align: center;
}
.cid-sCAHRksgWw .text-content .list-block .list-item-title {
  color: #103178;
}
.cid-sCAHNpMK7Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f0f2f5;
}
.cid-sCAHNpMK7Z .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sCAHNpMK7Z .mbr-section-title {
  margin: 0;
  color: #13287d;
}
.cid-sCAHNpMK7Z .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sCAHNpMK7Z .card-img span {
  color: #279e64;
}
.cid-sCAHNpMK7Z .row-item {
  margin-bottom: 2rem;
}
.cid-sCAHNpMK7Z .row-item:hover .wrapper {
  background: linear-gradient(90deg, #279e64, #279e64);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sCAHNpMK7Z .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sCAHNpMK7Z .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sCAHNpMK7Z .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sCAHSTHPQV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-sCAHSTHPQV .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-sCAHSTHPQV .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sCAHSTHPQV .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sCAHSTHPQV .mbr-text {
  color: #444;
}
.cid-sCAHSTHPQV h5 {
  margin-bottom: 0;
}
.cid-sCAHSTHPQV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCAHSTHPQV .socicon {
  color: #9e9e9e;
  font-size: 0.8rem;
}
.cid-sCAHSTHPQV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sCAHSTHPQV .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sCAHSTHPQV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCAHSTHPQV .social-list a:hover {
  opacity: .4;
}
.cid-sCAHSTHPQV .media-container-row > div {
  padding: 0px;
}
.cid-sCAHSTHPQV .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-sCAHSTHPQV .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCAHSTHPQV .group-title SPAN {
  color: #656565;
}
.cid-sCAHSTHPQV .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sCAHSTHPQV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sCAHSTHPQV h3 {
    margin-bottom: 10px;
  }
}
.cid-sCAHSTHPQV .links SPAN {
  color: #9e9e9e;
}
.cid-sCAHSTHPQV .links,
.cid-sCAHSTHPQV .navbar-brand {
  color: #eeeff2;
}
.cid-sCAHSTHPQV .links,
.cid-sCAHSTHPQV .social-list {
  text-align: left;
}
.cid-sCRL9KMA0G.popup-builder {
  background-color: #ffffff;
}
.cid-sCRL9KMA0G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCRL9KMA0G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCRL9KMA0G .modal-content,
.cid-sCRL9KMA0G .modal-dialog {
  height: auto;
}
.cid-sCRL9KMA0G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCRL9KMA0G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCRL9KMA0G .form-wrapper .mbr-form .form-group,
  .cid-sCRL9KMA0G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCRL9KMA0G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCRL9KMA0G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCRL9KMA0G .mbr-text {
  text-align: center;
}
.cid-sCRL9KMA0G .pt-0 {
  padding-top: 0 !important;
}
.cid-sCRL9KMA0G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCRL9KMA0G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCRL9KMA0G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCRL9KMA0G .modal-open {
  overflow: hidden;
}
.cid-sCRL9KMA0G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCRL9KMA0G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCRL9KMA0G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCRL9KMA0G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCRL9KMA0G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCRL9KMA0G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCRL9KMA0G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCRL9KMA0G .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCRL9KMA0G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCRL9KMA0G .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCRL9KMA0G .modal-backdrop.show {
  opacity: .5;
}
.cid-sCRL9KMA0G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCRL9KMA0G .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCRL9KMA0G .modal-header .close:hover {
  opacity: 1;
}
.cid-sCRL9KMA0G .modal-header .close:focus {
  outline: none;
}
.cid-sCRL9KMA0G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sCRL9KMA0G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCRL9KMA0G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCRL9KMA0G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCRL9KMA0G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCRL9KMA0G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCRL9KMA0G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCRL9KMA0G .modal-sm {
    max-width: 300px;
  }
  .cid-sCRL9KMA0G .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCRL9KMA0G .modal-lg,
  .cid-sCRL9KMA0G .modal-xl {
    max-width: 800px;
  }
  .cid-sCRL9KMA0G .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCRL9KMA0G .modal-xl {
    max-width: 1140px;
  }
  .cid-sCRL9KMA0G .container {
    max-width: 1140px;
  }
}
.cid-sCRL9KMA0G .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCRL9KMA0G .container {
    max-width: 720px;
  }
}
.cid-sCRL9KMA0G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sCRL9KMA0G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCRL9KMA0G .form-group {
  margin-bottom: 1rem;
}
.cid-sCRL9KMA0G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sCRL9KMA0G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCRL9KMA0G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCRL9KMA0G H5 {
  text-align: center;
}
.cid-sCRL9KMA0G P {
  text-align: center;
}
