.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.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.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 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)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00398f !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #00398f !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00398f !important;
  border-color: #00398f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00398f;
  border-color: #00398f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.btn-primary:hover {
  background-color: #00255c !important;
  border-color: #00255c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.btn-info,
.btn-info:active {
  background-color: #00398f !important;
  border-color: #00398f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00398f;
  border-color: #00398f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.btn-info:hover {
  background-color: #00255c !important;
  border-color: #00255c !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00398f;
  color: #00398f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #00398f !important;
  border-color: #00398f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00398f;
  color: #00398f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #00398f !important;
  border-color: #00398f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #00398f !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #00398f !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001029 !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: #001029 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #00398f !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #00398f;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00398f;
  border-color: #00398f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #00398f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #106fff;
}
.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: #106fff;
}
.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 a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #00398f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00398f;
  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: #00398f;
  border-bottom-color: #00398f;
}
.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: #00398f !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;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FvhI2Iwu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2FvhI2Iwu .title__block {
  padding: 50px 15px;
}
.cid-s2FvhI2Iwu .image {
  display: block;
  position: relative;
}
.cid-s2FvhI2Iwu .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-s2FvhI2Iwu .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-s2FvhI2Iwu .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-s2FvhI2Iwu .widget .widget__item:hover .mbr-iconfont {
  color: #00398f;
}
.cid-s2FvhI2Iwu .widget .widget__item:nth-child(2) {
  background-color: rgba(35, 34, 38, 0.98);
}
.cid-s2FvhI2Iwu .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-s2FvhI2Iwu .widget .widget__text {
  margin: 5px 0;
}
.cid-s2FvhI2Iwu .mbr-section-btn {
  margin-top: 20px;
}
.cid-s2FvhI2Iwu .btn {
  margin-top: 0;
}
.cid-s2FvhI2Iwu .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-s2FvhI2Iwu .mbr-media {
  display: inline-block;
}
.cid-s2FvhI2Iwu .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-s2FvhI2Iwu .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-s2FvhI2Iwu .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-s2FvhI2Iwu .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2FvhI2Iwu .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-s2FvhI2Iwu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-s2FvhI2Iwu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2FvhI2Iwu .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2FvhI2Iwu a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-s2FvhI2Iwu a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2FvhI2Iwu .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-s2FvhI2Iwu .image {
    padding: 0;
  }
  .cid-s2FvhI2Iwu .container,
  .cid-s2FvhI2Iwu .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s2FvhI2Iwu .widget {
    margin-left: 0;
  }
  .cid-s2FvhI2Iwu .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-s2FvhI2Iwu a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s2FvhI2Iwu .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-s2FvhI2Iwu .image img {
    max-height: 400px;
  }
}
.cid-rRN6mVyGN6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6mVyGN6 .container > .row {
  background-color: #444345;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-rRN6mVyGN6 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-rRN6mVyGN6 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-rRN6mVyGN6 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .bot {
    padding-bottom: 20px;
  }
}
.cid-rRN6mVyGN6 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-rRN6mVyGN6 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-rRN6mVyGN6 .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-rRN6mVyGN6 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-rRN6mVyGN6 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-rRN6mVyGN6 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-rRN6mVyGN6 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-rRN6mVyGN6 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-rRN6mVyGN6 .bot__title,
.cid-rRN6mVyGN6 .icons {
  text-align: center;
}
.cid-rRN6EiXnPa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6EiXnPa .content__block {
  padding: 30px 15px;
}
.cid-rRN6EiXnPa .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6EiXnPa .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rRN6EiXnPa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rRN6EiXnPa .bottom__text {
  margin: 10px 0;
}
.cid-rRN6EiXnPa .btn {
  margin-top: 0;
}
.cid-rRN6EiXnPa .btn:hover {
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.cid-rRN6EiXnPa .image {
  width: 100%;
}
.cid-rRN6EiXnPa .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRN6EiXnPa .image {
    margin-bottom: 10px;
  }
  .cid-rRN6EiXnPa .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRN6EiXnPa .mbr-section-title {
  color: #283742;
}
.cid-rRN6EiXnPa .mbr-text,
.cid-rRN6EiXnPa .mbr-section-btn {
  color: #6a696c;
}
.cid-t55bgtVoGA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t55bgtVoGA .title__block {
  margin-bottom: 30px;
}
.cid-t55bgtVoGA .mbr-section-title {
  margin-bottom: 20px;
}
.cid-t55bgtVoGA .mbr-section-subtitle,
.cid-t55bgtVoGA .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-t55bgtVoGA .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-t55bgtVoGA .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-t55bgtVoGA .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-t55bgtVoGA .card__title {
  margin-bottom: 20px;
}
.cid-t55bgtVoGA .mbr-text {
  margin-bottom: 0;
}
.blink {
  animation: blinker 1s step-start infinite;
}
.cid-t55bgtVoGA .blink {
  animation: blinker 1s step-start infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-t5ahcBcUr4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t5ahcBcUr4 .title__block {
  padding: 30px 15px;
}
.cid-t5ahcBcUr4 .mbr-text {
  margin-bottom: 30px;
}
.cid-t5ahcBcUr4 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-t5ahcBcUr4 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-t5ahcBcUr4 .bottom__text {
  margin: 10px 0;
}
.cid-t5ahcBcUr4 .btn {
  margin-top: 0;
}
.cid-t5ahcBcUr4 .btn:hover {
  background-color: #00398f !important;
  border-color: #00398f !important;
}
.cid-t5ahcBcUr4 img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t5ahcBcUr4 .image {
    margin-bottom: 10px;
  }
  .cid-t5ahcBcUr4 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-t58y6jCw1Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t58y6jCw1Q .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-t58y6jCw1Q .price {
  margin-top: 5px;
}
.cid-t58y6jCw1Q .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-t58y6jCw1Q .mbr-section-btn {
  margin-top: 10px;
}
.cid-t58y6jCw1Q .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-t58y6jCw1Q .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-t58y6jCw1Q .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-t58y6jCw1Q .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-t58y6jCw1Q .content__block,
  .cid-t58y6jCw1Q .price__block {
    margin-bottom: 30px;
  }
}
.cid-t58y6jCw1Q .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-t5ISPCPfEU {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t5ISPCPfEU .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-t5ISPCPfEU .price {
  margin-top: 5px;
}
.cid-t5ISPCPfEU .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-t5ISPCPfEU .mbr-section-btn {
  margin-top: 10px;
}
.cid-t5ISPCPfEU .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-t5ISPCPfEU .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-t5ISPCPfEU .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-t5ISPCPfEU .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-t5ISPCPfEU .content__block,
  .cid-t5ISPCPfEU .price__block {
    margin-bottom: 30px;
  }
}
.cid-t5ISPCPfEU .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-t7APKJRsrd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t7APKJRsrd .title__wrap {
  margin-bottom: 30px;
}
.cid-t7APKJRsrd .title__block {
  margin-bottom: 10px;
}
.cid-t7APKJRsrd .mbr-section-title,
.cid-t7APKJRsrd .text__time,
.cid-t7APKJRsrd .mbr-text,
.cid-t7APKJRsrd .text__author,
.cid-t7APKJRsrd .text__hall {
  margin-bottom: 0;
}
.cid-t7APKJRsrd .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t7APKJRsrd .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-t7APKJRsrd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t7APKJRsrd .mbr-section-btn .btn-secondary-outline:hover {
  color: #00398f !important;
}
.cid-t7APKJRsrd .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-t7APKJRsrd .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-t7APKJRsrd .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-t7APKJRsrd .nav-tabs .nav-item.open .nav-link:focus,
.cid-t7APKJRsrd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t7APKJRsrd .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-t7APKJRsrd .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t7APKJRsrd .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-t7APKJRsrd .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t7APKJRsrd .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-t7APKJRsrd .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-t7APKJRsrd .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-t7APKJRsrd .buttons {
    justify-content: flex-start;
  }
}
.cid-t7APKJRsrd .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t55k7PPA7R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t55k7PPA7R .title__block {
  padding: 0 15px 0 30px;
  padding: 0 30px 0 15px;
}
@media (max-width: 991px) {
  .cid-t55k7PPA7R .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-t55k7PPA7R .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t55k7PPA7R .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-t55k7PPA7R .mbr-text {
  margin-bottom: 20px;
}
.cid-t55k7PPA7R .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-t55k7PPA7R .wrap {
    height: 200px;
  }
}
.cid-t55k7PPA7R .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-t55k7PPA7R .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-t55k7PPA7R .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-t55k7PPA7R .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-t55k7PPA7R .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-t55k7PPA7R .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t55k7PPA7R .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-t55k7PPA7R .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-t55k7PPA7R .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t55k7PPA7R .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-t55k7PPA7R a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-t55k7PPA7R a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-t55k7PPA7R a.close {
    right: 50px;
    top: 25px;
  }
  .cid-t55k7PPA7R .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-t55jEXjLsa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t55jEXjLsa .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-t55jEXjLsa .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-t55jEXjLsa .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t55jEXjLsa .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-t55jEXjLsa .mbr-text {
  margin-bottom: 20px;
}
.cid-t55jEXjLsa .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-t55jEXjLsa .wrap {
    height: 200px;
  }
}
.cid-t55jEXjLsa .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-t55jEXjLsa .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-t55jEXjLsa .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-t55jEXjLsa .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-t55jEXjLsa .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-t55jEXjLsa .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t55jEXjLsa .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-t55jEXjLsa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-t55jEXjLsa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t55jEXjLsa .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-t55jEXjLsa a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-t55jEXjLsa a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-t55jEXjLsa a.close {
    right: 50px;
    top: 25px;
  }
  .cid-t55jEXjLsa .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-t58BbUlOeS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t58BbUlOeS .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t58BbUlOeS .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-t58BbUlOeS .mbr-text {
  margin: 10px 0 30px;
}
.cid-t58BbUlOeS .wrap {
  overflow: hidden;
  padding: 20px 0;
  align-self: baseline;
}
.cid-t58BbUlOeS .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-t58BbUlOeS .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t58BbUlOeS .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t58BbUlOeS .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-t58wW0tnEw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t58wW0tnEw .wrap {
  padding: 80px 15px;
}
.cid-t58wW0tnEw .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-t58wW0tnEw .image img {
  height: 100%;
  object-fit: cover;
}
.cid-t58wW0tnEw .user__text,
.cid-t58wW0tnEw .user_name,
.cid-t58wW0tnEw .user_prof {
  margin-bottom: 0;
}
.cid-t58wW0tnEw .carousel {
  padding: 0;
}
.cid-t58wW0tnEw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t58wW0tnEw .carousel-item {
  margin-top: 30px;
}
.cid-t58wW0tnEw .carousel-controls {
  transform: translateY(90px);
}
.cid-t58wW0tnEw .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t58wW0tnEw .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-t58wW0tnEw .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t58wW0tnEw .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t58wW0tnEw .user {
  border-radius: 3px;
}
.cid-t58wW0tnEw .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-t58wW0tnEw .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline;
}
.cid-t58wW0tnEw .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-t58wW0tnEw .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-t58wW0tnEw .carousel-control-prev {
    left: 76%;
  }
  .cid-t58wW0tnEw .carousel-control-next {
    left: 85%;
  }
  .cid-t58wW0tnEw .wrap {
    padding: 30px 15px;
  }
  .cid-t58wW0tnEw .image {
    height: auto;
  }
  .cid-t58wW0tnEw .image img {
    width: 100%;
  }
  .cid-t58wW0tnEw .user {
    padding-bottom: 45px;
  }
  .cid-t58wW0tnEw .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-t58wW0tnEw .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-t58wW0tnEw .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-t58wW0tnEw .carousel-control-prev {
    left: 61%;
  }
  .cid-t58wW0tnEw .carousel-control-next {
    left: 78%;
  }
}
.cid-t58KrqjnHy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t58KrqjnHy .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-t58KrqjnHy .wrap {
  margin-top: 20px;
}
.cid-t58KrqjnHy .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-t58KrqjnHy .wrap__card {
    padding: 20px;
  }
}
.cid-t58KrqjnHy .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-t58KrqjnHy .item2 {
  color: #ffffff;
  background-color: #398fda;
}
.cid-t58KrqjnHy .item3 {
  color: #ffffff;
  background-color: #00398f;
}
.cid-t58KrqjnHy .card__title {
  margin: 0px 0px 10px;
}
.cid-t58KrqjnHy .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-t58KrqjnHy .mbr-text,
.cid-t58KrqjnHy .mbr-section-btn,
.cid-t58KrqjnHy .price__list_check {
  margin-top: 25px;
}
.cid-t58KrqjnHy .mbr-text,
.cid-t58KrqjnHy .card__time {
  margin-bottom: 0;
}
.cid-t58KrqjnHy .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-t58KrqjnHy .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-t58KrqjnHy .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-t58KrqjnHy .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-t58KrqjnHy .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-t58KrqjnHy .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-t58KrqjnHy .footnote {
    margin-bottom: 30px;
  }
}
.cid-t58KrqjnHy .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-t58KrqjnHy .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-t58KrqjnHy .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-t55Oc0irtd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t55Oc0irtd .mbr-section-title {
  margin-bottom: 20px;
}
.cid-t55Oc0irtd .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t55Oc0irtd .mbr-text {
  margin: 10px 0;
}
.cid-t55Oc0irtd .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-t55Oc0irtd .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-t55Oc0irtd .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-t55Oc0irtd .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-t55Oc0irtd .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t5C2wfjR1o {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t5C2wfjR1o .mbr-section-title,
.cid-t5C2wfjR1o .title__address,
.cid-t5C2wfjR1o .title__social {
  margin-bottom: 20px;
}
.cid-t5C2wfjR1o .info {
  margin-bottom: 20px;
}
.cid-t5C2wfjR1o .text__info,
.cid-t5C2wfjR1o .work__time,
.cid-t5C2wfjR1o .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t5C2wfjR1o .info__wrap {
    padding: 0 30px;
  }
}
.cid-t5C2wfjR1o .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-t5C2wfjR1o .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #f5f7fd !important;
}
.cid-t5C2wfjR1o .dragArea .form-control:hover,
.cid-t5C2wfjR1o .dragArea .form-control:focus {
  border: none !important;
}
.cid-t5C2wfjR1o .dragArea .jq-selectbox li:hover,
.cid-t5C2wfjR1o .dragArea .jq-selectbox li.selected {
  background-color: #00398f;
  color: #ffffff;
}
.cid-t5C2wfjR1o .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a !important;
}
.cid-t5C2wfjR1o .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-t5C2wfjR1o .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-t5C2wfjR1o .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #17161a;
}
.cid-t5C2wfjR1o .dragArea textarea {
  height: 160px !important;
}
.cid-t5C2wfjR1o .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-t5C2wfjR1o .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-t5C2wfjR1o .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-t5C2wfjR1o .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-t5C2wfjR1o .input-group-btn {
  padding: 0 10px;
}
.cid-t5C2wfjR1o .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-t5C2wfjR1o .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-t5C2wfjR1o .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-t5C2wfjR1o .form-group,
.cid-t5C2wfjR1o .input-group-btn {
  padding: 0;
}
.cid-t5C2wfjR1o .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-t5C2wfjR1o .divider {
    margin: 40px 15px 45px;
  }
  .cid-t5C2wfjR1o .form-group,
  .cid-t5C2wfjR1o .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-t5C2wfjR1o .social,
  .cid-t5C2wfjR1o .address,
  .cid-t5C2wfjR1o .info__wrap {
    margin-bottom: 30px;
  }
  .cid-t5C2wfjR1o .form-group {
    padding: 10px 15px;
  }
  .cid-t5C2wfjR1o .input-group-btn {
    padding: 0 15px;
  }
}
.cid-t5C2wfjR1o LABEL {
  color: #000000;
}
.cid-t5C2wfjR1o .blink {
  animation: blinker 1s step-start infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-rRO2jZbHBk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRO2jZbHBk .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rRO2jZbHBk .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2jZbHBk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2jZbHBk .title__address {
  margin-bottom: 20px;
}
.cid-rRO2jZbHBk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRO2jZbHBk .privacy {
    text-align: left;
  }
}
.cid-rRO2jZbHBk .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2jZbHBk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2jZbHBk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRO2jZbHBk .input-group-btn {
  padding-left: 0;
}
.cid-rRO2jZbHBk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRO2jZbHBk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2jZbHBk .mbr-form .btn {
  margin: 0;
}
.cid-rRO2jZbHBk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRO2jZbHBk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2jZbHBk .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2jZbHBk .divider {
    margin: 0 0 20px;
  }
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #00398f !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #00398f !important;
}
.is-builder .cid-s2FuKi0lWv .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-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
