@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.15rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.64rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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.32rem;
    font-size: calc( 2.1025rem + (4.15 - 2.1025) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1025rem + (4.15 - 2.1025) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0372c6 !important;
  border-color: #0372c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0372c6 !important;
  border-color: #0372c6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #299033 !important;
  border-color: #299033 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #299033 !important;
  border-color: #299033 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #0b0f12 !important;
  border-color: #0b0f12 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0b0f12 !important;
  border-color: #0b0f12 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #7a7a7a !important;
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #0264ad !important;
  color: #0264ad !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #237c2c !important;
  color: #237c2c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #020202 !important;
  color: #020202 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #c6c6c6 !important;
  color: #c6c6c6 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !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: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #199bfc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #199bfc;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.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: #000000 !important;
  background-color: #199bfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !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%;
}
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='%23199bfc' %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;
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/download-4.webp");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  left: -100px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIjJzt6Us {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 600px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, 0px, 0px);
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 155, 252, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(25, 155, 252, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-sFyAdXvKxb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sFyAdXvKxb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sFyAdXvKxb .row {
  background-color: #ffffff;
}
.cid-sFyAdXvKxb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sFyAdXvKxb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFyAdXvKxb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFyAdXvKxb .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFyAdXvKxb .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sFyAdXvKxb .image-element {
    padding: 0 15px;
  }
  .cid-sFyAdXvKxb .text-element {
    padding: 2rem 1rem;
  }
  .cid-sFyAdXvKxb .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sFyAdXvKxb .mbr-text,
.cid-sFyAdXvKxb .mbr-section-btn {
  text-align: left;
}
.cid-rRIiF0fHgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiF0fHgC .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-rRIiF0fHgC .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-rRIiF0fHgC .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIiF0fHgC .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-rRIiF0fHgC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRIiF0fHgC .image {
    max-height: 350px;
  }
  .cid-rRIiF0fHgC .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-rRIiF0fHgC .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-rRIiF0fHgC .image {
    width: 100%;
    float: none;
  }
  .cid-rRIiF0fHgC .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-sFyAPqyW4U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFyAPqyW4U .testimonials-container {
  margin: 0 auto;
}
.cid-sFyAPqyW4U .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-sFyAPqyW4U .testimonials-container .testimonials-item .user {
  background: #efefef;
}
.cid-sFyAPqyW4U .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-sFyAPqyW4U .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-sFyAPqyW4U .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sFyAPqyW4U .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-sFyAPqyW4U .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sFyAPqyW4U H2 {
  color: #333333;
}
.cid-sFyAPqyW4U .mbr-section-subtitle {
  color: #333333;
  text-align: center;
}
.cid-sFyATPCtIx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFyATPCtIx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFyATPCtIx .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sFyATPCtIx .title {
    width: 100% !important;
  }
}
.cid-sFyBxflq3z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFyBxflq3z .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sFyBxflq3z .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sFyBxflq3z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-sFyBxflq3z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-sFyBxflq3z .image-element {
    padding-right: 0;
  }
}
.cid-sFyBxflq3z .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFyBxflq3z .mbr-section-subtitle,
.cid-sFyBxflq3z .mbr-text {
  color: #878787;
}
.cid-sFyBxflq3z .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sFyBxflq3z .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sFyBxflq3z .text-element {
    padding-top: 0;
  }
}
.cid-sFyBxflq3z .mbr-text,
.cid-sFyBxflq3z .mbr-section-btn {
  text-align: left;
}
.cid-rRIjBgE6OI {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRIjBgE6OI .main {
  height: 480px;
}
.cid-rRIjBgE6OI .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-rRIjBgE6OI .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRIjBgE6OI .map {
    height: auto;
  }
}
.cid-rRIjBgE6OI .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRIjBgE6OI .block__content1,
.cid-rRIjBgE6OI .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-rRIjBgE6OI .block__content1 {
  background-color: #f5f7fd;
}
.cid-rRIjBgE6OI .block__content2 {
  background-color: #ebeaed;
}
.cid-rRIjBgE6OI .border__radius {
  margin-bottom: 20px;
  border: 2px solid #c3c3c3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRIjBgE6OI .content__title,
.cid-rRIjBgE6OI .title__address {
  margin-bottom: 20px;
}
.cid-rRIjBgE6OI .content__span,
.cid-rRIjBgE6OI .content__span2 {
  color: #6a696c;
}
.cid-rRIjBgE6OI .content__phone {
  margin-bottom: 25px;
}
.cid-rRIjBgE6OI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRIjBgE6OI .main {
    height: auto;
  }
  .cid-rRIjBgE6OI .block__content1,
  .cid-rRIjBgE6OI .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-rRIjBgE6OI .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRIjBgE6OI .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRIjBgE6OI .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIjBgE6OI .wrap__content {
    flex-direction: column;
  }
}
.cid-rRIjBgE6OI .content__title {
  color: #17161a;
}
.cid-rRIjBgE6OI .title__address {
  color: #17161a;
}
.cid-sFyEBmrwRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
