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





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #1e73be !important;
}
.bg-success {
  background-color: #2dcc40 !important;
}
.bg-info {
  background-color: #e13d96 !important;
}
.bg-warning {
  background-color: #b0dbec !important;
}
.bg-danger {
  background-color: #e13d96 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-primary:hover {
  background-color: #175892 !important;
  border-color: #175892 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbfcff !important;
  border-color: #fbfcff !important;
  color: #003ffb !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #003ffb !important;
  background-color: #fbfcff;
  border-color: #fbfcff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #003ffb !important;
  background-color: #fbfcff !important;
  border-color: #fbfcff !important;
}
.btn-secondary:hover {
  background-color: #c8d6ff !important;
  border-color: #c8d6ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e13d96;
  border-color: #e13d96;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-info:hover {
  background-color: #cc1f7d !important;
  border-color: #cc1f7d !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2dcc40;
  border-color: #2dcc40;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-success:hover {
  background-color: #24a233 !important;
  border-color: #24a233 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
  color: #1e637f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1e637f !important;
  background-color: #b0dbec;
  border-color: #b0dbec;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-warning:hover {
  background-color: #d9eef6 !important;
  border-color: #d9eef6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e13d96;
  border-color: #e13d96;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-danger:hover {
  background-color: #e869ae !important;
  border-color: #cc1f7d !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e73be;
  color: #1e73be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e73be !important;
  border-color: #1e73be;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fbfcff;
  color: #fbfcff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #003ffb !important;
  background: #fbfcff !important;
  border-color: #fbfcff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #003ffb !important;
  background-color: #fbfcff !important;
  border-color: #fbfcff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e13d96;
  color: #e13d96;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e13d96 !important;
  border-color: #e13d96;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2dcc40;
  color: #2dcc40;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2dcc40 !important;
  border-color: #2dcc40;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b0dbec;
  color: #b0dbec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e637f !important;
  background: #b0dbec !important;
  border-color: #b0dbec;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e13d96;
  color: #e13d96;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e13d96 !important;
  border-color: #e13d96;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #1e73be !important;
}
.text-secondary {
  color: #fbfcff !important;
}
.text-success {
  color: #2dcc40 !important;
}
.text-info {
  color: #e13d96 !important;
}
.text-warning {
  color: #b0dbec !important;
}
.text-danger {
  color: #e13d96 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #103e66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #95b0ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7826 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9f1962 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b0dbec !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9f1962 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e73be !important;
}
.alert-success {
  background-color: #2dcc40;
}
.alert-info {
  background-color: #e13d96;
}
.alert-warning {
  background-color: #b0dbec;
}
.alert-danger {
  background-color: #e13d96;
}
.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.active .btn {
  background-color: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e73be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73b1e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fceef6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fceef6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e73be;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e73be;
  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: #1e73be;
  border-bottom-color: #1e73be;
}
.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: #1e73be !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: #fbfcff !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-rVFlHnH1kh {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f9fc;
}
.cid-rVFlHnH1kh .container,
.cid-rVFlHnH1kh .container-fluid {
  pointer-events: none;
}
.cid-rVFlHnH1kh .title__block,
.cid-rVFlHnH1kh .card__block {
  pointer-events: all;
}
.cid-rVFlHnH1kh .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #e13d96;
}
.cid-rVFlHnH1kh .mbr-section-title {
  color: #1e73be;
  margin-bottom: 35px;
}
.cid-rVFlHnH1kh .mbr-section-title span {
  font-weight: 300;
}
.cid-rVFlHnH1kh .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rVFlHnH1kh .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rVFlHnH1kh .column2 {
    margin-top: 100px;
  }
}
.cid-rVFlHnH1kh .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rVFlHnH1kh .card__block:last-child {
  margin-top: 0;
}
.cid-rVFlHnH1kh .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(225, 61, 150, 0.65) 0%, rgba(176, 219, 236, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rVFlHnH1kh .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rVFlHnH1kh .card__block:hover {
  background: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover .icon__block,
.cid-rVFlHnH1kh .card__block:hover .card__title,
.cid-rVFlHnH1kh .card__block:hover .card__text,
.cid-rVFlHnH1kh .card__block:hover .card__button span {
  color: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover:before {
  opacity: 1;
}
.cid-rVFlHnH1kh .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rVFlHnH1kh .card__block {
    margin-bottom: 0;
  }
  .cid-rVFlHnH1kh .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rVFlHnH1kh .icon__block {
  position: relative;
  font-size: 60px;
  color: #b0dbec;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rVFlHnH1kh .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rVFlHnH1kh .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rVFlHnH1kh .card__button {
  font-size: 30px;
}
.cid-rVFlHnH1kh .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2dcc40;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b0dbec;
  animation: animationOne 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationTwo 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationOne 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 35s infinite linear;
}
.cid-rVFlHnH1kh .mbr-text,
.cid-rVFlHnH1kh .mbr-section-btn {
  color: #606f7b;
}
.cid-rVFlHnH1kh .card__title,
.cid-rVFlHnH1kh .icon__block {
  color: #b0dbec;
}
.cid-rVEt05UVlB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-rVEt05UVlB .container,
.cid-rVEt05UVlB .container-fluid {
  pointer-events: none;
}
.cid-rVEt05UVlB .title__block,
.cid-rVEt05UVlB .wrap,
.cid-rVEt05UVlB .mbr-arrow,
.cid-rVEt05UVlB .mbr-section-btn {
  pointer-events: all;
}
.cid-rVEt05UVlB .mbr-section-title {
  color: #1e73be;
}
.cid-rVEt05UVlB .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-rVEt05UVlB .title__block {
    margin-bottom: 25px;
  }
}
.cid-rVEt05UVlB .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-rVEt05UVlB .card__wrap {
    padding: 0;
  }
}
.cid-rVEt05UVlB .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-rVEt05UVlB .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rVEt05UVlB .image {
    max-width: none;
    max-height: none;
  }
}
.cid-rVEt05UVlB .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-rVEt05UVlB .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-rVEt05UVlB .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-rVEt05UVlB .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-rVEt05UVlB .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-rVEt05UVlB .mbr-arrow > a {
  color: #1e73be;
}
.cid-rVEt05UVlB .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-rVEt05UVlB .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-rVEt05UVlB .art3:before {
    content: none !important;
  }
}
.cid-rVEtRky1F8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f9fc;
}
.cid-rVEtRky1F8 .container,
.cid-rVEtRky1F8 .container-fluid {
  pointer-events: none;
}
.cid-rVEtRky1F8 .title__block,
.cid-rVEtRky1F8 .wrap,
.cid-rVEtRky1F8 .mbr-arrow,
.cid-rVEtRky1F8 .mbr-section-btn {
  pointer-events: all;
}
.cid-rVEtRky1F8 .mbr-section-title {
  color: #233d63;
}
.cid-rVEtRky1F8 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-rVEtRky1F8 .title__block {
    margin-bottom: 25px;
  }
}
.cid-rVEtRky1F8 .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-rVEtRky1F8 .card__wrap {
    padding: 0;
  }
}
.cid-rVEtRky1F8 .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-rVEtRky1F8 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rVEtRky1F8 .image {
    max-width: none;
    max-height: none;
  }
}
.cid-rVEtRky1F8 .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-rVEtRky1F8 .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-rVEtRky1F8 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-rVEtRky1F8 .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-rVEtRky1F8 .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-rVEtRky1F8 .mbr-arrow > a {
  color: #1e73be;
}
.cid-rVEtRky1F8 .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-rVEtRky1F8 .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-rVEtRky1F8 .art3:before {
    content: none !important;
  }
}
.cid-tLPTLEGfBq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLPTLEGfBq .google-map {
  height: 25rem;
  position: relative;
}
.cid-tLPTLEGfBq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLPTLEGfBq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLPTLEGfBq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLPTLEGfBq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLPTLEGfBq .container-fluid {
  padding: 0;
}
.cid-tLPTLEGfBq .relative {
  position: relative;
  width: 100%;
}
.cid-tLPTLEGfBq .mbr-section-title {
  color: #656565;
}
.cid-tLPTLEGfBq .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tLPTLEGfBq .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tLPTLEGfBq .title {
  text-align: center;
  color: #ffffff;
}
.cid-tLPTLEGfBq .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tLPTLEGfBq .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tOnYTbHjRS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnYTbHjRS .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnYTbHjRS .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnYTbHjRS .mbr-list {
  margin: 0;
}
.cid-tOnYTbHjRS .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnYTbHjRS .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnYTbHjRS .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnYTbHjRS .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnYTbHjRS .list-inline-item,
.cid-tOnYTbHjRS .mbr-list,
.cid-tOnYTbHjRS .first-column {
  text-align: right;
}
.cid-s2a4tVDJv1 {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-s2a4tVDJv1 .nav-item,
.cid-s2a4tVDJv1 .nav-link,
.cid-s2a4tVDJv1 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .nav-item:hover,
.cid-s2a4tVDJv1 .nav-link:hover,
.cid-s2a4tVDJv1 .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s2a4tVDJv1 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s2a4tVDJv1 .container-fluid,
.cid-s2a4tVDJv1 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s2a4tVDJv1 .nav-link:hover:before {
  width: 100%;
}
.cid-s2a4tVDJv1 .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .nav-link {
    margin: 0 !important;
  }
}
.cid-s2a4tVDJv1 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2a4tVDJv1 .widget p,
.cid-s2a4tVDJv1 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s2a4tVDJv1 .widget p a,
.cid-s2a4tVDJv1 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s2a4tVDJv1 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-s2a4tVDJv1 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-s2a4tVDJv1 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s2a4tVDJv1 .navbar > .container,
.cid-s2a4tVDJv1 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .btn {
    white-space: nowrap;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after,
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2a4tVDJv1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2a4tVDJv1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s2a4tVDJv1 .nav-item:focus,
.cid-s2a4tVDJv1 .nav-link:focus {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2a4tVDJv1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2a4tVDJv1 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-s2a4tVDJv1 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-s2a4tVDJv1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s2a4tVDJv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2a4tVDJv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2a4tVDJv1 .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s2a4tVDJv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-item.active,
.cid-s2a4tVDJv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2a4tVDJv1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2a4tVDJv1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s2a4tVDJv1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 a.nav-link {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s2a4tVDJv1 .navbar-brand {
    padding: 0;
  }
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s2a4tVDJv1 .widget {
    flex-direction: column;
  }
  .cid-s2a4tVDJv1 .widget p,
  .cid-s2a4tVDJv1 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s2a4tVDJv1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2a4tVDJv1 .navbar {
    height: 97px;
  }
  .cid-s2a4tVDJv1 .navbar.opened {
    height: auto;
  }
  .cid-s2a4tVDJv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLPZ3BM63R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLPZ3BM63R .container,
.cid-tLPZ3BM63R .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLPZ3BM63R .title__block,
.cid-tLPZ3BM63R .wrap,
.cid-tLPZ3BM63R .mbr-arrow,
.cid-tLPZ3BM63R .mbr-section-btn {
  pointer-events: all;
}
.cid-tLPZ3BM63R .mbr-section-title {
  color: #233d63;
}
.cid-tLPZ3BM63R .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLPZ3BM63R .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLPZ3BM63R .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLPZ3BM63R .card__wrap {
    padding: 0;
  }
}
.cid-tLPZ3BM63R .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLPZ3BM63R .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLPZ3BM63R .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLPZ3BM63R .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLPZ3BM63R .card__text {
  margin-top: 30px;
}
.cid-tLPZ3BM63R .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLPZ3BM63R .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLPZ3BM63R .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLPZ3BM63R .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLPZ3BM63R .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLPZ3BM63R .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLPZ3BM63R .art3:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtqsPX0bu {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1229.jpg");
}
.cid-tMtqsPX0bu .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtqsPX0bu .subtitle__block,
.cid-tMtqsPX0bu .title__block,
.cid-tMtqsPX0bu .buttons__block {
  pointer-events: all;
}
.cid-tMtqsPX0bu .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtqsPX0bu .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtqsPX0bu .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtqsPX0bu .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtqsPX0bu .mbr-text {
  margin-top: 35px;
}
.cid-tMtqsPX0bu .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtqsPX0bu .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtqsPX0bu .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtqsPX0bu .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtqsPX0bu .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtqsPX0bu .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtqsPX0bu .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtqsPX0bu .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtqsPX0bu .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtqsPX0bu .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtqsPX0bu .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtqsPX0bu .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtqsPX0bu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtqsPX0bu .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtqsPX0bu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtqsPX0bu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtqsPX0bu .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtqsPX0bu a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtqsPX0bu a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLPZDrEW1x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLPZDrEW1x .container,
.cid-tLPZDrEW1x .container-fluid {
  pointer-events: none;
}
.cid-tLPZDrEW1x .title__block,
.cid-tLPZDrEW1x .wrap,
.cid-tLPZDrEW1x .mbr-arrow,
.cid-tLPZDrEW1x .mbr-section-btn {
  pointer-events: all;
}
.cid-tLPZDrEW1x .mbr-section-title {
  color: #233d63;
}
.cid-tLPZDrEW1x .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLPZDrEW1x .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLPZDrEW1x .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLPZDrEW1x .card__wrap {
    padding: 0;
  }
}
.cid-tLPZDrEW1x .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLPZDrEW1x .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLPZDrEW1x .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLPZDrEW1x .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLPZDrEW1x .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLPZDrEW1x .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLPZDrEW1x .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLPZDrEW1x .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLPZDrEW1x .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLPZDrEW1x .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLPZDrEW1x .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLPZDrEW1x .art4:before {
    content: none !important;
  }
}
.cid-tLPZEisfdn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLPZEisfdn .container,
.cid-tLPZEisfdn .container-fluid {
  pointer-events: none;
}
.cid-tLPZEisfdn .title__block,
.cid-tLPZEisfdn .wrap,
.cid-tLPZEisfdn .mbr-arrow,
.cid-tLPZEisfdn .mbr-section-btn {
  pointer-events: all;
}
.cid-tLPZEisfdn .mbr-section-title {
  color: #233d63;
}
.cid-tLPZEisfdn .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLPZEisfdn .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLPZEisfdn .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLPZEisfdn .card__wrap {
    padding: 0;
  }
}
.cid-tLPZEisfdn .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLPZEisfdn .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLPZEisfdn .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLPZEisfdn .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLPZEisfdn .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLPZEisfdn .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLPZEisfdn .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLPZEisfdn .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLPZEisfdn .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLPZEisfdn .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLPZEisfdn .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLPZEisfdn .art4:before {
    content: none !important;
  }
}
.cid-tLQ37xU3Pf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQ37xU3Pf .container,
.cid-tLQ37xU3Pf .container-fluid {
  pointer-events: none;
}
.cid-tLQ37xU3Pf .title__block,
.cid-tLQ37xU3Pf .wrap,
.cid-tLQ37xU3Pf .mbr-arrow,
.cid-tLQ37xU3Pf .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQ37xU3Pf .mbr-section-title {
  color: #233d63;
}
.cid-tLQ37xU3Pf .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQ37xU3Pf .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQ37xU3Pf .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQ37xU3Pf .card__wrap {
    padding: 0;
  }
}
.cid-tLQ37xU3Pf .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQ37xU3Pf .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQ37xU3Pf .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQ37xU3Pf .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQ37xU3Pf .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQ37xU3Pf .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQ37xU3Pf .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQ37xU3Pf .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQ37xU3Pf .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQ37xU3Pf .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQ37xU3Pf .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQ37xU3Pf .art4:before {
    content: none !important;
  }
}
.cid-tLQ4AdOB6j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQ4AdOB6j .container,
.cid-tLQ4AdOB6j .container-fluid {
  pointer-events: none;
}
.cid-tLQ4AdOB6j .title__block,
.cid-tLQ4AdOB6j .wrap,
.cid-tLQ4AdOB6j .mbr-arrow,
.cid-tLQ4AdOB6j .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQ4AdOB6j .mbr-section-title {
  color: #233d63;
}
.cid-tLQ4AdOB6j .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQ4AdOB6j .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQ4AdOB6j .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQ4AdOB6j .card__wrap {
    padding: 0;
  }
}
.cid-tLQ4AdOB6j .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQ4AdOB6j .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQ4AdOB6j .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQ4AdOB6j .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQ4AdOB6j .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQ4AdOB6j .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQ4AdOB6j .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQ4AdOB6j .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQ4AdOB6j .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQ4AdOB6j .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQ4AdOB6j .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQ4AdOB6j .art3:before {
    content: none !important;
  }
}
.cid-s2a4tVDJv1 {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-s2a4tVDJv1 .nav-item,
.cid-s2a4tVDJv1 .nav-link,
.cid-s2a4tVDJv1 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .nav-item:hover,
.cid-s2a4tVDJv1 .nav-link:hover,
.cid-s2a4tVDJv1 .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s2a4tVDJv1 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s2a4tVDJv1 .container-fluid,
.cid-s2a4tVDJv1 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s2a4tVDJv1 .nav-link:hover:before {
  width: 100%;
}
.cid-s2a4tVDJv1 .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .nav-link {
    margin: 0 !important;
  }
}
.cid-s2a4tVDJv1 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2a4tVDJv1 .widget p,
.cid-s2a4tVDJv1 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s2a4tVDJv1 .widget p a,
.cid-s2a4tVDJv1 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s2a4tVDJv1 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-s2a4tVDJv1 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s2a4tVDJv1 .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-s2a4tVDJv1 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s2a4tVDJv1 .navbar > .container,
.cid-s2a4tVDJv1 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .btn {
    white-space: nowrap;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2a4tVDJv1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after,
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s2a4tVDJv1 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-s2a4tVDJv1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2a4tVDJv1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2a4tVDJv1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s2a4tVDJv1 .nav-item:focus,
.cid-s2a4tVDJv1 .nav-link:focus {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2a4tVDJv1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2a4tVDJv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2a4tVDJv1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2a4tVDJv1 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-s2a4tVDJv1 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-s2a4tVDJv1 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s2a4tVDJv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2a4tVDJv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2a4tVDJv1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2a4tVDJv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2a4tVDJv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2a4tVDJv1 .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2a4tVDJv1 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s2a4tVDJv1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s2a4tVDJv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2a4tVDJv1 .dropdown-item.active,
.cid-s2a4tVDJv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-s2a4tVDJv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2a4tVDJv1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2a4tVDJv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2a4tVDJv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2a4tVDJv1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2a4tVDJv1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s2a4tVDJv1 a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s2a4tVDJv1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s2a4tVDJv1 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s2a4tVDJv1 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s2a4tVDJv1 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s2a4tVDJv1 a.nav-link {
    justify-content: flex-start;
  }
  .cid-s2a4tVDJv1 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s2a4tVDJv1 .navbar-brand {
    padding: 0;
  }
  .cid-s2a4tVDJv1 .block__phone,
  .cid-s2a4tVDJv1 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s2a4tVDJv1 .widget {
    flex-direction: column;
  }
  .cid-s2a4tVDJv1 .widget p,
  .cid-s2a4tVDJv1 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s2a4tVDJv1 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2a4tVDJv1 .navbar {
    height: 97px;
  }
  .cid-s2a4tVDJv1 .navbar.opened {
    height: auto;
  }
  .cid-s2a4tVDJv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZ1geWV8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZ1geWV8 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZ1geWV8 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZ1geWV8 .mbr-list {
  margin: 0;
}
.cid-tOnZ1geWV8 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZ1geWV8 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZ1geWV8 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZ1geWV8 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZ1geWV8 .list-inline-item,
.cid-tOnZ1geWV8 .mbr-list,
.cid-tOnZ1geWV8 .first-column {
  text-align: right;
}
.cid-tLQ5FVi3hj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQ5FVi3hj .container,
.cid-tLQ5FVi3hj .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLQ5FVi3hj .title__block,
.cid-tLQ5FVi3hj .wrap,
.cid-tLQ5FVi3hj .mbr-arrow,
.cid-tLQ5FVi3hj .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQ5FVi3hj .mbr-section-title {
  color: #233d63;
}
.cid-tLQ5FVi3hj .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQ5FVi3hj .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQ5FVi3hj .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQ5FVi3hj .card__wrap {
    padding: 0;
  }
}
.cid-tLQ5FVi3hj .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQ5FVi3hj .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQ5FVi3hj .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQ5FVi3hj .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLQ5FVi3hj .card__text {
  margin-top: 30px;
}
.cid-tLQ5FVi3hj .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQ5FVi3hj .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQ5FVi3hj .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQ5FVi3hj .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQ5FVi3hj .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQ5FVi3hj .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQ5FVi3hj .art3:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtvebbn4C {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1507x1080.jpg");
}
.cid-tMtvebbn4C .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtvebbn4C .subtitle__block,
.cid-tMtvebbn4C .title__block,
.cid-tMtvebbn4C .buttons__block {
  pointer-events: all;
}
.cid-tMtvebbn4C .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtvebbn4C .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtvebbn4C .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtvebbn4C .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtvebbn4C .mbr-text {
  margin-top: 35px;
}
.cid-tMtvebbn4C .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtvebbn4C .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtvebbn4C .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtvebbn4C .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtvebbn4C .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtvebbn4C .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtvebbn4C .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtvebbn4C .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtvebbn4C .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtvebbn4C .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtvebbn4C .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtvebbn4C .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtvebbn4C .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtvebbn4C .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtvebbn4C .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtvebbn4C .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtvebbn4C .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtvebbn4C a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtvebbn4C a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLQ5FWp9s9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQ5FWp9s9 .container,
.cid-tLQ5FWp9s9 .container-fluid {
  pointer-events: none;
}
.cid-tLQ5FWp9s9 .title__block,
.cid-tLQ5FWp9s9 .wrap,
.cid-tLQ5FWp9s9 .mbr-arrow,
.cid-tLQ5FWp9s9 .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQ5FWp9s9 .mbr-section-title {
  color: #233d63;
}
.cid-tLQ5FWp9s9 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQ5FWp9s9 .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQ5FWp9s9 .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQ5FWp9s9 .card__wrap {
    padding: 0;
  }
}
.cid-tLQ5FWp9s9 .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQ5FWp9s9 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQ5FWp9s9 .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQ5FWp9s9 .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQ5FWp9s9 .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQ5FWp9s9 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQ5FWp9s9 .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQ5FWp9s9 .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQ5FWp9s9 .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQ5FWp9s9 .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQ5FWp9s9 .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQ5FWp9s9 .art3:before {
    content: none !important;
  }
}
.cid-tLQ5G1YGUY {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-tLQ5G1YGUY .nav-item,
.cid-tLQ5G1YGUY .nav-link,
.cid-tLQ5G1YGUY .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLQ5G1YGUY .nav-item:hover,
.cid-tLQ5G1YGUY .nav-link:hover,
.cid-tLQ5G1YGUY .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-tLQ5G1YGUY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tLQ5G1YGUY .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLQ5G1YGUY .container-fluid,
.cid-tLQ5G1YGUY .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tLQ5G1YGUY .navbar-brand {
  padding: 0;
}
.cid-tLQ5G1YGUY .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tLQ5G1YGUY .nav-link:hover:before {
  width: 100%;
}
.cid-tLQ5G1YGUY .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tLQ5G1YGUY .nav-link {
    margin: 0 !important;
  }
}
.cid-tLQ5G1YGUY .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLQ5G1YGUY .widget p,
.cid-tLQ5G1YGUY .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tLQ5G1YGUY .widget p a,
.cid-tLQ5G1YGUY .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tLQ5G1YGUY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tLQ5G1YGUY .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-tLQ5G1YGUY .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tLQ5G1YGUY .block__phone,
  .cid-tLQ5G1YGUY .icons-menu {
    display: none;
  }
  .cid-tLQ5G1YGUY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tLQ5G1YGUY .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tLQ5G1YGUY .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-tLQ5G1YGUY .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tLQ5G1YGUY .navbar > .container,
.cid-tLQ5G1YGUY .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLQ5G1YGUY .btn {
    white-space: nowrap;
  }
  .cid-tLQ5G1YGUY .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tLQ5G1YGUY .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tLQ5G1YGUY .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tLQ5G1YGUY .dropdown-toggle::after,
  .cid-tLQ5G1YGUY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tLQ5G1YGUY .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tLQ5G1YGUY .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tLQ5G1YGUY .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-tLQ5G1YGUY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tLQ5G1YGUY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tLQ5G1YGUY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tLQ5G1YGUY .nav-item:focus,
.cid-tLQ5G1YGUY .nav-link:focus {
  outline: none;
}
.cid-tLQ5G1YGUY .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tLQ5G1YGUY .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLQ5G1YGUY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tLQ5G1YGUY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tLQ5G1YGUY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLQ5G1YGUY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLQ5G1YGUY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tLQ5G1YGUY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLQ5G1YGUY .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-tLQ5G1YGUY .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-tLQ5G1YGUY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tLQ5G1YGUY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLQ5G1YGUY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQ5G1YGUY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-tLQ5G1YGUY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQ5G1YGUY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQ5G1YGUY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLQ5G1YGUY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLQ5G1YGUY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQ5G1YGUY .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-tLQ5G1YGUY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQ5G1YGUY .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tLQ5G1YGUY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQ5G1YGUY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLQ5G1YGUY .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-tLQ5G1YGUY .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tLQ5G1YGUY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQ5G1YGUY .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tLQ5G1YGUY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tLQ5G1YGUY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQ5G1YGUY .dropdown-item.active,
.cid-tLQ5G1YGUY .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQ5G1YGUY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-tLQ5G1YGUY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tLQ5G1YGUY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLQ5G1YGUY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tLQ5G1YGUY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLQ5G1YGUY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQ5G1YGUY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQ5G1YGUY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLQ5G1YGUY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQ5G1YGUY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLQ5G1YGUY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLQ5G1YGUY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQ5G1YGUY .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tLQ5G1YGUY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tLQ5G1YGUY a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-tLQ5G1YGUY .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tLQ5G1YGUY .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tLQ5G1YGUY .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tLQ5G1YGUY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tLQ5G1YGUY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tLQ5G1YGUY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tLQ5G1YGUY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tLQ5G1YGUY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tLQ5G1YGUY .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tLQ5G1YGUY .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tLQ5G1YGUY a.nav-link {
    justify-content: flex-start;
  }
  .cid-tLQ5G1YGUY ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tLQ5G1YGUY .navbar-brand {
    padding: 0;
  }
  .cid-tLQ5G1YGUY .block__phone,
  .cid-tLQ5G1YGUY .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tLQ5G1YGUY .widget {
    flex-direction: column;
  }
  .cid-tLQ5G1YGUY .widget p,
  .cid-tLQ5G1YGUY .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tLQ5G1YGUY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQ5G1YGUY .navbar {
    height: 97px;
  }
  .cid-tLQ5G1YGUY .navbar.opened {
    height: auto;
  }
  .cid-tLQ5G1YGUY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZ4gvooe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZ4gvooe .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZ4gvooe .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZ4gvooe .mbr-list {
  margin: 0;
}
.cid-tOnZ4gvooe .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZ4gvooe .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZ4gvooe .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZ4gvooe .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZ4gvooe .list-inline-item,
.cid-tOnZ4gvooe .mbr-list,
.cid-tOnZ4gvooe .first-column {
  text-align: right;
}
.cid-tLQ7rGdEIV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQ7rGdEIV .container,
.cid-tLQ7rGdEIV .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLQ7rGdEIV .title__block,
.cid-tLQ7rGdEIV .wrap,
.cid-tLQ7rGdEIV .mbr-arrow,
.cid-tLQ7rGdEIV .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQ7rGdEIV .mbr-section-title {
  color: #233d63;
}
.cid-tLQ7rGdEIV .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQ7rGdEIV .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQ7rGdEIV .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQ7rGdEIV .card__wrap {
    padding: 0;
  }
}
.cid-tLQ7rGdEIV .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQ7rGdEIV .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQ7rGdEIV .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQ7rGdEIV .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLQ7rGdEIV .card__text {
  margin-top: 30px;
}
.cid-tLQ7rGdEIV .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQ7rGdEIV .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQ7rGdEIV .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQ7rGdEIV .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQ7rGdEIV .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQ7rGdEIV .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQ7rGdEIV .art2:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtw8kYJa7 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tMtw8kYJa7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtw8kYJa7 .subtitle__block,
.cid-tMtw8kYJa7 .title__block,
.cid-tMtw8kYJa7 .buttons__block {
  pointer-events: all;
}
.cid-tMtw8kYJa7 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtw8kYJa7 .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtw8kYJa7 .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtw8kYJa7 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtw8kYJa7 .mbr-text {
  margin-top: 35px;
}
.cid-tMtw8kYJa7 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtw8kYJa7 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtw8kYJa7 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtw8kYJa7 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtw8kYJa7 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtw8kYJa7 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtw8kYJa7 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtw8kYJa7 .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtw8kYJa7 .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtw8kYJa7 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtw8kYJa7 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtw8kYJa7 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtw8kYJa7 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtw8kYJa7 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtw8kYJa7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtw8kYJa7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtw8kYJa7 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtw8kYJa7 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtw8kYJa7 a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLQ7rH0QHi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQ7rH0QHi .container,
.cid-tLQ7rH0QHi .container-fluid {
  pointer-events: none;
}
.cid-tLQ7rH0QHi .title__block,
.cid-tLQ7rH0QHi .wrap,
.cid-tLQ7rH0QHi .mbr-arrow,
.cid-tLQ7rH0QHi .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQ7rH0QHi .mbr-section-title {
  color: #233d63;
}
.cid-tLQ7rH0QHi .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQ7rH0QHi .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQ7rH0QHi .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQ7rH0QHi .card__wrap {
    padding: 0;
  }
}
.cid-tLQ7rH0QHi .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQ7rH0QHi .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQ7rH0QHi .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQ7rH0QHi .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQ7rH0QHi .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQ7rH0QHi .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQ7rH0QHi .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQ7rH0QHi .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQ7rH0QHi .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQ7rH0QHi .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQ7rH0QHi .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQ7rH0QHi .art2:before {
    content: none !important;
  }
}
.cid-tLQ7rM7JrV {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-tLQ7rM7JrV .nav-item,
.cid-tLQ7rM7JrV .nav-link,
.cid-tLQ7rM7JrV .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLQ7rM7JrV .nav-item:hover,
.cid-tLQ7rM7JrV .nav-link:hover,
.cid-tLQ7rM7JrV .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-tLQ7rM7JrV .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tLQ7rM7JrV .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLQ7rM7JrV .container-fluid,
.cid-tLQ7rM7JrV .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tLQ7rM7JrV .navbar-brand {
  padding: 0;
}
.cid-tLQ7rM7JrV .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tLQ7rM7JrV .nav-link:hover:before {
  width: 100%;
}
.cid-tLQ7rM7JrV .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tLQ7rM7JrV .nav-link {
    margin: 0 !important;
  }
}
.cid-tLQ7rM7JrV .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLQ7rM7JrV .widget p,
.cid-tLQ7rM7JrV .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tLQ7rM7JrV .widget p a,
.cid-tLQ7rM7JrV .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tLQ7rM7JrV .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tLQ7rM7JrV .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-tLQ7rM7JrV .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tLQ7rM7JrV .block__phone,
  .cid-tLQ7rM7JrV .icons-menu {
    display: none;
  }
  .cid-tLQ7rM7JrV .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tLQ7rM7JrV .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tLQ7rM7JrV .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-tLQ7rM7JrV .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tLQ7rM7JrV .navbar > .container,
.cid-tLQ7rM7JrV .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLQ7rM7JrV .btn {
    white-space: nowrap;
  }
  .cid-tLQ7rM7JrV .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tLQ7rM7JrV .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tLQ7rM7JrV .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tLQ7rM7JrV .dropdown-toggle::after,
  .cid-tLQ7rM7JrV .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tLQ7rM7JrV .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tLQ7rM7JrV .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tLQ7rM7JrV .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-tLQ7rM7JrV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tLQ7rM7JrV .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tLQ7rM7JrV .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tLQ7rM7JrV .nav-item:focus,
.cid-tLQ7rM7JrV .nav-link:focus {
  outline: none;
}
.cid-tLQ7rM7JrV .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tLQ7rM7JrV .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLQ7rM7JrV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tLQ7rM7JrV .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tLQ7rM7JrV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLQ7rM7JrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLQ7rM7JrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tLQ7rM7JrV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLQ7rM7JrV .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-tLQ7rM7JrV .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-tLQ7rM7JrV .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tLQ7rM7JrV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLQ7rM7JrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQ7rM7JrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-tLQ7rM7JrV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQ7rM7JrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQ7rM7JrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLQ7rM7JrV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLQ7rM7JrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQ7rM7JrV .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-tLQ7rM7JrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQ7rM7JrV .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tLQ7rM7JrV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQ7rM7JrV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLQ7rM7JrV .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-tLQ7rM7JrV .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tLQ7rM7JrV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQ7rM7JrV .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tLQ7rM7JrV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tLQ7rM7JrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQ7rM7JrV .dropdown-item.active,
.cid-tLQ7rM7JrV .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQ7rM7JrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-tLQ7rM7JrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tLQ7rM7JrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLQ7rM7JrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tLQ7rM7JrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLQ7rM7JrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQ7rM7JrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQ7rM7JrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLQ7rM7JrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQ7rM7JrV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLQ7rM7JrV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLQ7rM7JrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQ7rM7JrV .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tLQ7rM7JrV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tLQ7rM7JrV a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-tLQ7rM7JrV .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tLQ7rM7JrV .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tLQ7rM7JrV .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tLQ7rM7JrV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tLQ7rM7JrV .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tLQ7rM7JrV .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tLQ7rM7JrV .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tLQ7rM7JrV .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tLQ7rM7JrV .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tLQ7rM7JrV .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tLQ7rM7JrV a.nav-link {
    justify-content: flex-start;
  }
  .cid-tLQ7rM7JrV ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tLQ7rM7JrV .navbar-brand {
    padding: 0;
  }
  .cid-tLQ7rM7JrV .block__phone,
  .cid-tLQ7rM7JrV .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tLQ7rM7JrV .widget {
    flex-direction: column;
  }
  .cid-tLQ7rM7JrV .widget p,
  .cid-tLQ7rM7JrV .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tLQ7rM7JrV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQ7rM7JrV .navbar {
    height: 97px;
  }
  .cid-tLQ7rM7JrV .navbar.opened {
    height: auto;
  }
  .cid-tLQ7rM7JrV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZ7hbakO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZ7hbakO .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZ7hbakO .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZ7hbakO .mbr-list {
  margin: 0;
}
.cid-tOnZ7hbakO .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZ7hbakO .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZ7hbakO .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZ7hbakO .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZ7hbakO .list-inline-item,
.cid-tOnZ7hbakO .mbr-list,
.cid-tOnZ7hbakO .first-column {
  text-align: right;
}
.cid-tLQb6B9Pve {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQb6B9Pve .container,
.cid-tLQb6B9Pve .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLQb6B9Pve .title__block,
.cid-tLQb6B9Pve .wrap,
.cid-tLQb6B9Pve .mbr-arrow,
.cid-tLQb6B9Pve .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQb6B9Pve .mbr-section-title {
  color: #233d63;
}
.cid-tLQb6B9Pve .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQb6B9Pve .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQb6B9Pve .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQb6B9Pve .card__wrap {
    padding: 0;
  }
}
.cid-tLQb6B9Pve .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQb6B9Pve .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQb6B9Pve .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQb6B9Pve .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLQb6B9Pve .card__text {
  margin-top: 30px;
}
.cid-tLQb6B9Pve .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQb6B9Pve .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQb6B9Pve .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQb6B9Pve .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQb6B9Pve .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQb6B9Pve .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQb6B9Pve .art3:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtwJ5ql2j {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tMtwJ5ql2j .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtwJ5ql2j .subtitle__block,
.cid-tMtwJ5ql2j .title__block,
.cid-tMtwJ5ql2j .buttons__block {
  pointer-events: all;
}
.cid-tMtwJ5ql2j .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtwJ5ql2j .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtwJ5ql2j .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtwJ5ql2j .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtwJ5ql2j .mbr-text {
  margin-top: 35px;
}
.cid-tMtwJ5ql2j .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtwJ5ql2j .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtwJ5ql2j .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtwJ5ql2j .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtwJ5ql2j .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtwJ5ql2j .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtwJ5ql2j .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtwJ5ql2j .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtwJ5ql2j .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtwJ5ql2j .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtwJ5ql2j .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtwJ5ql2j .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtwJ5ql2j .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtwJ5ql2j .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtwJ5ql2j .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtwJ5ql2j .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtwJ5ql2j .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtwJ5ql2j a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtwJ5ql2j a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLQb6FXjFy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQb6FXjFy .container,
.cid-tLQb6FXjFy .container-fluid {
  pointer-events: none;
}
.cid-tLQb6FXjFy .title__block,
.cid-tLQb6FXjFy .wrap,
.cid-tLQb6FXjFy .mbr-arrow,
.cid-tLQb6FXjFy .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQb6FXjFy .mbr-section-title {
  color: #233d63;
}
.cid-tLQb6FXjFy .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQb6FXjFy .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQb6FXjFy .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQb6FXjFy .card__wrap {
    padding: 0;
  }
}
.cid-tLQb6FXjFy .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQb6FXjFy .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQb6FXjFy .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQb6FXjFy .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQb6FXjFy .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQb6FXjFy .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQb6FXjFy .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQb6FXjFy .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQb6FXjFy .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQb6FXjFy .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQb6FXjFy .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQb6FXjFy .art4:before {
    content: none !important;
  }
}
.cid-tLQb6IpOXT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQb6IpOXT .container,
.cid-tLQb6IpOXT .container-fluid {
  pointer-events: none;
}
.cid-tLQb6IpOXT .title__block,
.cid-tLQb6IpOXT .wrap,
.cid-tLQb6IpOXT .mbr-arrow,
.cid-tLQb6IpOXT .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQb6IpOXT .mbr-section-title {
  color: #233d63;
}
.cid-tLQb6IpOXT .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQb6IpOXT .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQb6IpOXT .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQb6IpOXT .card__wrap {
    padding: 0;
  }
}
.cid-tLQb6IpOXT .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQb6IpOXT .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQb6IpOXT .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQb6IpOXT .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQb6IpOXT .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQb6IpOXT .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQb6IpOXT .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQb6IpOXT .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQb6IpOXT .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQb6IpOXT .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQb6IpOXT .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQb6IpOXT .art2:before {
    content: none !important;
  }
}
.cid-tLQb6MPBum {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-tLQb6MPBum .nav-item,
.cid-tLQb6MPBum .nav-link,
.cid-tLQb6MPBum .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLQb6MPBum .nav-item:hover,
.cid-tLQb6MPBum .nav-link:hover,
.cid-tLQb6MPBum .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-tLQb6MPBum .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tLQb6MPBum .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLQb6MPBum .container-fluid,
.cid-tLQb6MPBum .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tLQb6MPBum .navbar-brand {
  padding: 0;
}
.cid-tLQb6MPBum .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tLQb6MPBum .nav-link:hover:before {
  width: 100%;
}
.cid-tLQb6MPBum .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tLQb6MPBum .nav-link {
    margin: 0 !important;
  }
}
.cid-tLQb6MPBum .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLQb6MPBum .widget p,
.cid-tLQb6MPBum .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tLQb6MPBum .widget p a,
.cid-tLQb6MPBum .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tLQb6MPBum .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tLQb6MPBum .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-tLQb6MPBum .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tLQb6MPBum .block__phone,
  .cid-tLQb6MPBum .icons-menu {
    display: none;
  }
  .cid-tLQb6MPBum .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tLQb6MPBum .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tLQb6MPBum .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-tLQb6MPBum .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tLQb6MPBum .navbar > .container,
.cid-tLQb6MPBum .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLQb6MPBum .btn {
    white-space: nowrap;
  }
  .cid-tLQb6MPBum .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tLQb6MPBum .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tLQb6MPBum .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tLQb6MPBum .dropdown-toggle::after,
  .cid-tLQb6MPBum .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tLQb6MPBum .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tLQb6MPBum .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tLQb6MPBum .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-tLQb6MPBum .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tLQb6MPBum .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tLQb6MPBum .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tLQb6MPBum .nav-item:focus,
.cid-tLQb6MPBum .nav-link:focus {
  outline: none;
}
.cid-tLQb6MPBum .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tLQb6MPBum .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLQb6MPBum .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tLQb6MPBum .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tLQb6MPBum .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLQb6MPBum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLQb6MPBum .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tLQb6MPBum ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLQb6MPBum .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-tLQb6MPBum .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-tLQb6MPBum .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tLQb6MPBum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLQb6MPBum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQb6MPBum .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-tLQb6MPBum .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQb6MPBum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQb6MPBum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLQb6MPBum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLQb6MPBum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQb6MPBum .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-tLQb6MPBum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQb6MPBum .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tLQb6MPBum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQb6MPBum .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLQb6MPBum .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-tLQb6MPBum .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tLQb6MPBum .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQb6MPBum .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tLQb6MPBum .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tLQb6MPBum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQb6MPBum .dropdown-item.active,
.cid-tLQb6MPBum .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQb6MPBum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-tLQb6MPBum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tLQb6MPBum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLQb6MPBum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tLQb6MPBum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLQb6MPBum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQb6MPBum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQb6MPBum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLQb6MPBum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQb6MPBum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLQb6MPBum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLQb6MPBum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQb6MPBum .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tLQb6MPBum a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tLQb6MPBum a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-tLQb6MPBum .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tLQb6MPBum .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tLQb6MPBum .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tLQb6MPBum .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tLQb6MPBum .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tLQb6MPBum .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tLQb6MPBum .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tLQb6MPBum .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tLQb6MPBum .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tLQb6MPBum .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tLQb6MPBum a.nav-link {
    justify-content: flex-start;
  }
  .cid-tLQb6MPBum ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tLQb6MPBum .navbar-brand {
    padding: 0;
  }
  .cid-tLQb6MPBum .block__phone,
  .cid-tLQb6MPBum .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tLQb6MPBum .widget {
    flex-direction: column;
  }
  .cid-tLQb6MPBum .widget p,
  .cid-tLQb6MPBum .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tLQb6MPBum .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQb6MPBum .navbar {
    height: 97px;
  }
  .cid-tLQb6MPBum .navbar.opened {
    height: auto;
  }
  .cid-tLQb6MPBum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZaHafDq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZaHafDq .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZaHafDq .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZaHafDq .mbr-list {
  margin: 0;
}
.cid-tOnZaHafDq .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZaHafDq .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZaHafDq .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZaHafDq .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZaHafDq .list-inline-item,
.cid-tOnZaHafDq .mbr-list,
.cid-tOnZaHafDq .first-column {
  text-align: right;
}
.cid-tLQfns1Uzs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQfns1Uzs .container,
.cid-tLQfns1Uzs .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLQfns1Uzs .title__block,
.cid-tLQfns1Uzs .wrap,
.cid-tLQfns1Uzs .mbr-arrow,
.cid-tLQfns1Uzs .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQfns1Uzs .mbr-section-title {
  color: #233d63;
}
.cid-tLQfns1Uzs .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQfns1Uzs .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQfns1Uzs .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQfns1Uzs .card__wrap {
    padding: 0;
  }
}
.cid-tLQfns1Uzs .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQfns1Uzs .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQfns1Uzs .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQfns1Uzs .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLQfns1Uzs .card__text {
  margin-top: 30px;
}
.cid-tLQfns1Uzs .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQfns1Uzs .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQfns1Uzs .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQfns1Uzs .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQfns1Uzs .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQfns1Uzs .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQfns1Uzs .art2:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtx5cHkDT {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1105.jpg");
}
.cid-tMtx5cHkDT .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtx5cHkDT .subtitle__block,
.cid-tMtx5cHkDT .title__block,
.cid-tMtx5cHkDT .buttons__block {
  pointer-events: all;
}
.cid-tMtx5cHkDT .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtx5cHkDT .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtx5cHkDT .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtx5cHkDT .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtx5cHkDT .mbr-text {
  margin-top: 35px;
}
.cid-tMtx5cHkDT .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtx5cHkDT .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtx5cHkDT .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtx5cHkDT .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtx5cHkDT .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtx5cHkDT .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtx5cHkDT .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtx5cHkDT .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtx5cHkDT .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtx5cHkDT .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtx5cHkDT .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtx5cHkDT .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtx5cHkDT .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtx5cHkDT .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtx5cHkDT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtx5cHkDT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtx5cHkDT .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtx5cHkDT a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtx5cHkDT a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLQfnt6cFT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQfnt6cFT .container,
.cid-tLQfnt6cFT .container-fluid {
  pointer-events: none;
}
.cid-tLQfnt6cFT .title__block,
.cid-tLQfnt6cFT .wrap,
.cid-tLQfnt6cFT .mbr-arrow,
.cid-tLQfnt6cFT .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQfnt6cFT .mbr-section-title {
  color: #233d63;
}
.cid-tLQfnt6cFT .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQfnt6cFT .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQfnt6cFT .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQfnt6cFT .card__wrap {
    padding: 0;
  }
}
.cid-tLQfnt6cFT .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQfnt6cFT .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQfnt6cFT .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQfnt6cFT .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQfnt6cFT .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQfnt6cFT .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQfnt6cFT .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQfnt6cFT .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQfnt6cFT .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQfnt6cFT .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQfnt6cFT .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQfnt6cFT .art2:before {
    content: none !important;
  }
}
.cid-tLQfnwpykx {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-tLQfnwpykx .nav-item,
.cid-tLQfnwpykx .nav-link,
.cid-tLQfnwpykx .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfnwpykx .nav-item:hover,
.cid-tLQfnwpykx .nav-link:hover,
.cid-tLQfnwpykx .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-tLQfnwpykx .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tLQfnwpykx .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLQfnwpykx .container-fluid,
.cid-tLQfnwpykx .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tLQfnwpykx .navbar-brand {
  padding: 0;
}
.cid-tLQfnwpykx .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tLQfnwpykx .nav-link:hover:before {
  width: 100%;
}
.cid-tLQfnwpykx .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tLQfnwpykx .nav-link {
    margin: 0 !important;
  }
}
.cid-tLQfnwpykx .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLQfnwpykx .widget p,
.cid-tLQfnwpykx .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tLQfnwpykx .widget p a,
.cid-tLQfnwpykx .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tLQfnwpykx .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tLQfnwpykx .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-tLQfnwpykx .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tLQfnwpykx .block__phone,
  .cid-tLQfnwpykx .icons-menu {
    display: none;
  }
  .cid-tLQfnwpykx .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tLQfnwpykx .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tLQfnwpykx .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-tLQfnwpykx .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tLQfnwpykx .navbar > .container,
.cid-tLQfnwpykx .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLQfnwpykx .btn {
    white-space: nowrap;
  }
  .cid-tLQfnwpykx .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tLQfnwpykx .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tLQfnwpykx .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tLQfnwpykx .dropdown-toggle::after,
  .cid-tLQfnwpykx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tLQfnwpykx .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tLQfnwpykx .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfnwpykx .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-tLQfnwpykx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tLQfnwpykx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tLQfnwpykx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tLQfnwpykx .nav-item:focus,
.cid-tLQfnwpykx .nav-link:focus {
  outline: none;
}
.cid-tLQfnwpykx .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tLQfnwpykx .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfnwpykx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tLQfnwpykx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tLQfnwpykx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLQfnwpykx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLQfnwpykx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tLQfnwpykx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLQfnwpykx .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-tLQfnwpykx .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-tLQfnwpykx .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tLQfnwpykx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLQfnwpykx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQfnwpykx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-tLQfnwpykx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQfnwpykx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQfnwpykx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLQfnwpykx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLQfnwpykx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQfnwpykx .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-tLQfnwpykx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQfnwpykx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tLQfnwpykx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQfnwpykx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLQfnwpykx .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-tLQfnwpykx .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tLQfnwpykx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQfnwpykx .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tLQfnwpykx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tLQfnwpykx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQfnwpykx .dropdown-item.active,
.cid-tLQfnwpykx .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQfnwpykx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-tLQfnwpykx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tLQfnwpykx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLQfnwpykx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tLQfnwpykx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLQfnwpykx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQfnwpykx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQfnwpykx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLQfnwpykx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQfnwpykx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLQfnwpykx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLQfnwpykx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQfnwpykx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tLQfnwpykx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tLQfnwpykx a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-tLQfnwpykx .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tLQfnwpykx .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tLQfnwpykx .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tLQfnwpykx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tLQfnwpykx .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tLQfnwpykx .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tLQfnwpykx .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tLQfnwpykx .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tLQfnwpykx .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tLQfnwpykx .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tLQfnwpykx a.nav-link {
    justify-content: flex-start;
  }
  .cid-tLQfnwpykx ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tLQfnwpykx .navbar-brand {
    padding: 0;
  }
  .cid-tLQfnwpykx .block__phone,
  .cid-tLQfnwpykx .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tLQfnwpykx .widget {
    flex-direction: column;
  }
  .cid-tLQfnwpykx .widget p,
  .cid-tLQfnwpykx .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tLQfnwpykx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQfnwpykx .navbar {
    height: 97px;
  }
  .cid-tLQfnwpykx .navbar.opened {
    height: auto;
  }
  .cid-tLQfnwpykx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZdZAESm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZdZAESm .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZdZAESm .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZdZAESm .mbr-list {
  margin: 0;
}
.cid-tOnZdZAESm .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZdZAESm .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZdZAESm .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZdZAESm .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZdZAESm .list-inline-item,
.cid-tOnZdZAESm .mbr-list,
.cid-tOnZdZAESm .first-column {
  text-align: right;
}
.cid-tLQfEY9qog {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQfEY9qog .container,
.cid-tLQfEY9qog .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLQfEY9qog .title__block,
.cid-tLQfEY9qog .wrap,
.cid-tLQfEY9qog .mbr-arrow,
.cid-tLQfEY9qog .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQfEY9qog .mbr-section-title {
  color: #233d63;
}
.cid-tLQfEY9qog .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQfEY9qog .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQfEY9qog .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQfEY9qog .card__wrap {
    padding: 0;
  }
}
.cid-tLQfEY9qog .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQfEY9qog .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQfEY9qog .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQfEY9qog .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLQfEY9qog .card__text {
  margin-top: 30px;
}
.cid-tLQfEY9qog .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQfEY9qog .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQfEY9qog .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQfEY9qog .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQfEY9qog .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQfEY9qog .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQfEY9qog .art3:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtxwyy194 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1325.jpg");
}
.cid-tMtxwyy194 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtxwyy194 .subtitle__block,
.cid-tMtxwyy194 .title__block,
.cid-tMtxwyy194 .buttons__block {
  pointer-events: all;
}
.cid-tMtxwyy194 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtxwyy194 .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtxwyy194 .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtxwyy194 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtxwyy194 .mbr-text {
  margin-top: 35px;
}
.cid-tMtxwyy194 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtxwyy194 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtxwyy194 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtxwyy194 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtxwyy194 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtxwyy194 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtxwyy194 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtxwyy194 .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtxwyy194 .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtxwyy194 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtxwyy194 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtxwyy194 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtxwyy194 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtxwyy194 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtxwyy194 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtxwyy194 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtxwyy194 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtxwyy194 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtxwyy194 a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLQfEYKXME {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQfEYKXME .container,
.cid-tLQfEYKXME .container-fluid {
  pointer-events: none;
}
.cid-tLQfEYKXME .title__block,
.cid-tLQfEYKXME .wrap,
.cid-tLQfEYKXME .mbr-arrow,
.cid-tLQfEYKXME .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQfEYKXME .mbr-section-title {
  color: #233d63;
}
.cid-tLQfEYKXME .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQfEYKXME .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQfEYKXME .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQfEYKXME .card__wrap {
    padding: 0;
  }
}
.cid-tLQfEYKXME .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQfEYKXME .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQfEYKXME .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQfEYKXME .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQfEYKXME .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQfEYKXME .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQfEYKXME .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQfEYKXME .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQfEYKXME .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQfEYKXME .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQfEYKXME .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQfEYKXME .art4:before {
    content: none !important;
  }
}
.cid-tLQfEZJba2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQfEZJba2 .container,
.cid-tLQfEZJba2 .container-fluid {
  pointer-events: none;
}
.cid-tLQfEZJba2 .title__block,
.cid-tLQfEZJba2 .wrap,
.cid-tLQfEZJba2 .mbr-arrow,
.cid-tLQfEZJba2 .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQfEZJba2 .mbr-section-title {
  color: #233d63;
}
.cid-tLQfEZJba2 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQfEZJba2 .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQfEZJba2 .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQfEZJba2 .card__wrap {
    padding: 0;
  }
}
.cid-tLQfEZJba2 .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQfEZJba2 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQfEZJba2 .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQfEZJba2 .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQfEZJba2 .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQfEZJba2 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQfEZJba2 .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQfEZJba2 .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQfEZJba2 .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQfEZJba2 .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQfEZJba2 .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQfEZJba2 .art4:before {
    content: none !important;
  }
}
.cid-tLQfF0T5vT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQfF0T5vT .container,
.cid-tLQfF0T5vT .container-fluid {
  pointer-events: none;
}
.cid-tLQfF0T5vT .title__block,
.cid-tLQfF0T5vT .wrap,
.cid-tLQfF0T5vT .mbr-arrow,
.cid-tLQfF0T5vT .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQfF0T5vT .mbr-section-title {
  color: #233d63;
}
.cid-tLQfF0T5vT .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQfF0T5vT .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQfF0T5vT .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQfF0T5vT .card__wrap {
    padding: 0;
  }
}
.cid-tLQfF0T5vT .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQfF0T5vT .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQfF0T5vT .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQfF0T5vT .card__title {
  margin-top: 45px;
  color: #1e73be;
}
.cid-tLQfF0T5vT .card__text {
  margin-top: 30px;
  color: #606f7b;
}
.cid-tLQfF0T5vT .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQfF0T5vT .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQfF0T5vT .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQfF0T5vT .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQfF0T5vT .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQfF0T5vT .row .wrap .image:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQfF0T5vT .art2:before {
    content: none !important;
  }
}
.cid-tLQfF3z7OF {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-tLQfF3z7OF .nav-item,
.cid-tLQfF3z7OF .nav-link,
.cid-tLQfF3z7OF .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfF3z7OF .nav-item:hover,
.cid-tLQfF3z7OF .nav-link:hover,
.cid-tLQfF3z7OF .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-tLQfF3z7OF .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tLQfF3z7OF .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLQfF3z7OF .container-fluid,
.cid-tLQfF3z7OF .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tLQfF3z7OF .navbar-brand {
  padding: 0;
}
.cid-tLQfF3z7OF .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tLQfF3z7OF .nav-link:hover:before {
  width: 100%;
}
.cid-tLQfF3z7OF .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tLQfF3z7OF .nav-link {
    margin: 0 !important;
  }
}
.cid-tLQfF3z7OF .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLQfF3z7OF .widget p,
.cid-tLQfF3z7OF .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tLQfF3z7OF .widget p a,
.cid-tLQfF3z7OF .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tLQfF3z7OF .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tLQfF3z7OF .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-tLQfF3z7OF .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tLQfF3z7OF .block__phone,
  .cid-tLQfF3z7OF .icons-menu {
    display: none;
  }
  .cid-tLQfF3z7OF .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tLQfF3z7OF .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tLQfF3z7OF .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-tLQfF3z7OF .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tLQfF3z7OF .navbar > .container,
.cid-tLQfF3z7OF .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLQfF3z7OF .btn {
    white-space: nowrap;
  }
  .cid-tLQfF3z7OF .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tLQfF3z7OF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tLQfF3z7OF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tLQfF3z7OF .dropdown-toggle::after,
  .cid-tLQfF3z7OF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tLQfF3z7OF .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-tLQfF3z7OF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tLQfF3z7OF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tLQfF3z7OF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tLQfF3z7OF .nav-item:focus,
.cid-tLQfF3z7OF .nav-link:focus {
  outline: none;
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfF3z7OF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tLQfF3z7OF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tLQfF3z7OF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLQfF3z7OF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLQfF3z7OF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tLQfF3z7OF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLQfF3z7OF .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-tLQfF3z7OF .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-tLQfF3z7OF .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tLQfF3z7OF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLQfF3z7OF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQfF3z7OF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-tLQfF3z7OF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQfF3z7OF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQfF3z7OF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLQfF3z7OF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLQfF3z7OF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQfF3z7OF .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-tLQfF3z7OF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQfF3z7OF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tLQfF3z7OF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQfF3z7OF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLQfF3z7OF .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-tLQfF3z7OF .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tLQfF3z7OF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQfF3z7OF .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tLQfF3z7OF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tLQfF3z7OF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQfF3z7OF .dropdown-item.active,
.cid-tLQfF3z7OF .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQfF3z7OF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-tLQfF3z7OF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tLQfF3z7OF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQfF3z7OF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tLQfF3z7OF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tLQfF3z7OF a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-tLQfF3z7OF .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tLQfF3z7OF .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tLQfF3z7OF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tLQfF3z7OF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tLQfF3z7OF .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tLQfF3z7OF .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tLQfF3z7OF .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tLQfF3z7OF .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tLQfF3z7OF .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tLQfF3z7OF .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tLQfF3z7OF a.nav-link {
    justify-content: flex-start;
  }
  .cid-tLQfF3z7OF ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tLQfF3z7OF .navbar-brand {
    padding: 0;
  }
  .cid-tLQfF3z7OF .block__phone,
  .cid-tLQfF3z7OF .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tLQfF3z7OF .widget {
    flex-direction: column;
  }
  .cid-tLQfF3z7OF .widget p,
  .cid-tLQfF3z7OF .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tLQfF3z7OF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQfF3z7OF .navbar {
    height: 97px;
  }
  .cid-tLQfF3z7OF .navbar.opened {
    height: auto;
  }
  .cid-tLQfF3z7OF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZj0Go1S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZj0Go1S .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZj0Go1S .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZj0Go1S .mbr-list {
  margin: 0;
}
.cid-tOnZj0Go1S .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZj0Go1S .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZj0Go1S .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZj0Go1S .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZj0Go1S .list-inline-item,
.cid-tOnZj0Go1S .mbr-list,
.cid-tOnZj0Go1S .first-column {
  text-align: right;
}
.cid-tLQmF5ag3W {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLQmF5ag3W .container,
.cid-tLQmF5ag3W .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tLQmF5ag3W .title__block,
.cid-tLQmF5ag3W .wrap,
.cid-tLQmF5ag3W .mbr-arrow,
.cid-tLQmF5ag3W .mbr-section-btn {
  pointer-events: all;
}
.cid-tLQmF5ag3W .mbr-section-title {
  color: #233d63;
}
.cid-tLQmF5ag3W .title__block {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-tLQmF5ag3W .title__block {
    margin-bottom: 25px;
  }
}
.cid-tLQmF5ag3W .card__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .cid-tLQmF5ag3W .card__wrap {
    padding: 0;
  }
}
.cid-tLQmF5ag3W .image {
  margin: auto;
  max-height: 230px;
  max-width: 250px;
  position: relative;
}
.cid-tLQmF5ag3W .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tLQmF5ag3W .image {
    max-width: none;
    max-height: none;
  }
}
.cid-tLQmF5ag3W .card__title {
  margin-top: 45px;
  color: #233d63;
}
.cid-tLQmF5ag3W .card__text {
  margin-top: 30px;
}
.cid-tLQmF5ag3W .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .cid-tLQmF5ag3W .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tLQmF5ag3W .mbr-arrow {
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  background: #fff;
  color: #1e73be;
}
.cid-tLQmF5ag3W .mbr-arrow > a {
  color: #1e73be;
}
.cid-tLQmF5ag3W .mbr-arrow > a > i {
  font-size: 20px;
  left: 20px;
  top: 1px;
}
@media (min-width: 992px) {
  .cid-tLQmF5ag3W .row .wrap .image:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e9e9e9;
    top: 45%;
    right: -140px;
    z-index: -1;
  }
  .cid-tLQmF5ag3W .art3:before {
    content: none !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tMtxYzwYbb {
  padding-top: 9rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-tMtxYzwYbb .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tMtxYzwYbb .subtitle__block,
.cid-tMtxYzwYbb .title__block,
.cid-tMtxYzwYbb .buttons__block {
  pointer-events: all;
}
.cid-tMtxYzwYbb .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tMtxYzwYbb .subtitle__block SPAN {
  color: #e13d96;
}
.cid-tMtxYzwYbb .mbr-section-subtitle {
  display: inline-block;
}
.cid-tMtxYzwYbb .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tMtxYzwYbb .mbr-text {
  margin-top: 35px;
}
.cid-tMtxYzwYbb .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tMtxYzwYbb .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tMtxYzwYbb .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #e13d96 0%, rgba(225, 61, 150, 0.85) 100%) !important;
}
.cid-tMtxYzwYbb .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tMtxYzwYbb .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tMtxYzwYbb .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tMtxYzwYbb .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtxYzwYbb .mbr-figure:hover {
  color: #e13d96;
  cursor: pointer;
}
.cid-tMtxYzwYbb .mbr-figure:hover .mbr-media {
  border-color: #e13d96;
  color: #e13d96;
}
@media (max-width: 575px) {
  .cid-tMtxYzwYbb .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tMtxYzwYbb .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tMtxYzwYbb .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tMtxYzwYbb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tMtxYzwYbb .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tMtxYzwYbb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMtxYzwYbb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tMtxYzwYbb .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tMtxYzwYbb a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tMtxYzwYbb a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tLQmU6JaZ9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLQmU6JaZ9 *:focus {
  outline: none;
}
.cid-tLQmU6JaZ9 .form-group {
  margin-bottom: 2rem;
}
.cid-tLQmU6JaZ9 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-tLQmU6JaZ9 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tLQmU6JaZ9 .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-tLQmU6JaZ9 .form-control::-moz-placeholder {
  color: #000000;
}
.cid-tLQmU6JaZ9 .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-tLQmU6JaZ9 .form-control:-moz-placeholder {
  color: #000000;
}
.cid-tLQmU6JaZ9 input.form-control {
  padding: 1px 0;
}
.cid-tLQmU6JaZ9 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-tLQmU6JaZ9 .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-tLQmU6JaZ9 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-tLQmU6JaZ9 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-tLQmU6JaZ9 .first-column,
  .cid-tLQmU6JaZ9 .form-1 {
    text-align: center;
  }
}
.cid-tLQfF3z7OF {
  min-height: 114px !important;
  position: relative;
  background: #282828;
  overflow: visible;
}
.cid-tLQfF3z7OF .nav-item,
.cid-tLQfF3z7OF .nav-link,
.cid-tLQfF3z7OF .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfF3z7OF .nav-item:hover,
.cid-tLQfF3z7OF .nav-link:hover,
.cid-tLQfF3z7OF .navbar-caption:hover {
  color: #e13d96 !important;
}
.cid-tLQfF3z7OF .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tLQfF3z7OF .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tLQfF3z7OF .container-fluid,
.cid-tLQfF3z7OF .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tLQfF3z7OF .navbar-brand {
  padding: 0;
}
.cid-tLQfF3z7OF .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tLQfF3z7OF .nav-link:hover:before {
  width: 100%;
}
.cid-tLQfF3z7OF .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tLQfF3z7OF .nav-link {
    margin: 0 !important;
  }
}
.cid-tLQfF3z7OF .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLQfF3z7OF .widget p,
.cid-tLQfF3z7OF .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tLQfF3z7OF .widget p a,
.cid-tLQfF3z7OF .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tLQfF3z7OF .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tLQfF3z7OF .icons__wrap:hover {
  color: #ffffff;
  background-color: #e13d96;
  border-color: #e13d96;
}
.cid-tLQfF3z7OF .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tLQfF3z7OF .block__phone,
  .cid-tLQfF3z7OF .icons-menu {
    display: none;
  }
  .cid-tLQfF3z7OF .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tLQfF3z7OF .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #e13d96 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tLQfF3z7OF .mbr-section-btn .btn-secondary:hover {
  background-color: #e13d96 !important;
  color: #ffffff !important;
}
.cid-tLQfF3z7OF .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tLQfF3z7OF .navbar > .container,
.cid-tLQfF3z7OF .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLQfF3z7OF .btn {
    white-space: nowrap;
  }
  .cid-tLQfF3z7OF .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #282828;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tLQfF3z7OF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tLQfF3z7OF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tLQfF3z7OF .dropdown-toggle::after,
  .cid-tLQfF3z7OF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tLQfF3z7OF .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown-item:hover {
  color: #e13d96 !important;
}
.cid-tLQfF3z7OF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tLQfF3z7OF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tLQfF3z7OF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tLQfF3z7OF .nav-item:focus,
.cid-tLQfF3z7OF .nav-link:focus {
  outline: none;
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tLQfF3z7OF .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tLQfF3z7OF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tLQfF3z7OF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tLQfF3z7OF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLQfF3z7OF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLQfF3z7OF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tLQfF3z7OF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLQfF3z7OF .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #282828;
}
.cid-tLQfF3z7OF .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #282828 !important;
}
.cid-tLQfF3z7OF .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tLQfF3z7OF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLQfF3z7OF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLQfF3z7OF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-tLQfF3z7OF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLQfF3z7OF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLQfF3z7OF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLQfF3z7OF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLQfF3z7OF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLQfF3z7OF .navbar .dropdown-menu {
    background: #282828 !important;
  }
  .cid-tLQfF3z7OF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLQfF3z7OF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tLQfF3z7OF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLQfF3z7OF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tLQfF3z7OF .navbar.navbar-short {
  background: #282828 !important;
  min-height: 70px;
  height: 70px;
}
.cid-tLQfF3z7OF .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tLQfF3z7OF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLQfF3z7OF .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tLQfF3z7OF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tLQfF3z7OF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLQfF3z7OF .dropdown-item.active,
.cid-tLQfF3z7OF .dropdown-item:active {
  background-color: transparent;
}
.cid-tLQfF3z7OF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-tLQfF3z7OF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tLQfF3z7OF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLQfF3z7OF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLQfF3z7OF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLQfF3z7OF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tLQfF3z7OF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tLQfF3z7OF a.nav-link:hover {
  color: #e13d96 !important;
}
@media (max-width: 991px) {
  .cid-tLQfF3z7OF .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tLQfF3z7OF .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tLQfF3z7OF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tLQfF3z7OF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tLQfF3z7OF .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tLQfF3z7OF .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tLQfF3z7OF .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tLQfF3z7OF .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tLQfF3z7OF .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tLQfF3z7OF .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tLQfF3z7OF a.nav-link {
    justify-content: flex-start;
  }
  .cid-tLQfF3z7OF ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tLQfF3z7OF .navbar-brand {
    padding: 0;
  }
  .cid-tLQfF3z7OF .block__phone,
  .cid-tLQfF3z7OF .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tLQfF3z7OF .widget {
    flex-direction: column;
  }
  .cid-tLQfF3z7OF .widget p,
  .cid-tLQfF3z7OF .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tLQfF3z7OF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLQfF3z7OF .navbar {
    height: 97px;
  }
  .cid-tLQfF3z7OF .navbar.opened {
    height: auto;
  }
  .cid-tLQfF3z7OF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOnZnQU2xJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #282828;
}
.cid-tOnZnQU2xJ .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOnZnQU2xJ .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 20%;
}
.cid-tOnZnQU2xJ .mbr-list {
  margin: 0;
}
.cid-tOnZnQU2xJ .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tOnZnQU2xJ .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tOnZnQU2xJ .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tOnZnQU2xJ .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tOnZnQU2xJ .list-inline-item,
.cid-tOnZnQU2xJ .mbr-list,
.cid-tOnZnQU2xJ .first-column {
  text-align: right;
}
