body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.9047619;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.57894737;
}
.display-2 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #37c5ab !important;
}
.bg-success {
  background-color: #37c5ab !important;
}
.bg-info {
  background-color: #e5007e !important;
}
.bg-warning {
  background-color: #37c5ab !important;
}
.bg-danger {
  background-color: #e8384f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #37c5ab;
  border-color: #37c5ab;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-primary:hover {
  background-color: #2c9d88 !important;
  border-color: #2c9d88 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64697a !important;
  border-color: #64697a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64697a;
  border-color: #64697a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-secondary:hover {
  background-color: #4d515e !important;
  border-color: #4d515e !important;
}
.btn-info,
.btn-info:active {
  background-color: #e5007e !important;
  border-color: #e5007e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e5007e;
  border-color: #e5007e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e5007e !important;
  border-color: #e5007e !important;
}
.btn-info:hover {
  background-color: #b20062 !important;
  border-color: #b20062 !important;
}
.btn-success,
.btn-success:active {
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #37c5ab;
  border-color: #37c5ab;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-success:hover {
  background-color: #2c9d88 !important;
  border-color: #2c9d88 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #37c5ab;
  border-color: #37c5ab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-warning:hover {
  background-color: #5dd2bc !important;
  border-color: #5dd2bc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e8384f !important;
  border-color: #e8384f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e8384f;
  border-color: #e8384f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger:hover {
  background-color: #ed6677 !important;
  border-color: #d41931 !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: #37c5ab;
  color: #37c5ab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #37c5ab !important;
  border-color: #37c5ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #64697a;
  color: #64697a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #64697a !important;
  border-color: #64697a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64697a !important;
  border-color: #64697a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e5007e;
  color: #e5007e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e5007e !important;
  border-color: #e5007e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e5007e !important;
  border-color: #e5007e !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #37c5ab;
  color: #37c5ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #37c5ab !important;
  border-color: #37c5ab;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #37c5ab;
  color: #37c5ab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #37c5ab !important;
  border-color: #37c5ab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e8384f;
  color: #e8384f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e8384f !important;
  border-color: #e8384f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !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: #37c5ab !important;
}
.text-secondary {
  color: #64697a !important;
}
.text-success {
  color: #37c5ab !important;
}
.text-info {
  color: #e5007e !important;
}
.text-warning {
  color: #37c5ab !important;
}
.text-danger {
  color: #e8384f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #217566 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #363942 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #217566 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7f0046 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #37c5ab !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71327 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #37c5ab !important;
}
.alert-success {
  background-color: #37c5ab;
}
.alert-info {
  background-color: #e5007e;
}
.alert-warning {
  background-color: #37c5ab;
}
.alert-danger {
  background-color: #e8384f;
}
.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: #37c5ab;
  border-color: #37c5ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #37c5ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99e3d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99e3d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb2dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #99e3d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdeff1;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #37c5ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #37c5ab;
  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: #37c5ab;
  border-bottom-color: #37c5ab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #37c5ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #64697a !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-sjZa41BRTc {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #4dbeba;
  background: linear-gradient(to right bottom, rgba(77, 190, 186, 0.8), #37c5ab);
}
.cid-sjZa41BRTc .mbr-overlay {
  background: #ffffff;
}
.cid-sjZa41BRTc .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #e5007e;
}
.cid-sjZa41BRTc .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sjZa41BRTc .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sjZa41BRTc .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sjZa41BRTc .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sjZa41BRTc .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sjZa41BRTc .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sjZa41BRTc .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sjZa41BRTc .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sjZa41BRTc .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sjZa41BRTc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZa41BRTc .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sjZa41BRTc .image__block {
    margin-bottom: -100px;
  }
}
.cid-sjZafo50UU {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjZafo50UU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZafo50UU .mbr-section-title {
  margin-bottom: 20px;
  color: #273240;
}
.cid-sjZafo50UU .mbr-text {
  margin-bottom: 50px;
}
.cid-sjZafo50UU .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sjZafo50UU .item:nth-child(1) .iconfont-wrapper {
  background-color: #ff6bbc;
}
.cid-sjZafo50UU .item:nth-child(1) .mbr-iconfont {
  color: #e5007e;
}
.cid-sjZafo50UU .item:nth-child(2) .iconfont-wrapper {
  background-color: #cdf1ea;
}
.cid-sjZafo50UU .item:nth-child(2) .mbr-iconfont {
  color: #37c5ab;
}
.cid-sjZafo50UU .item:nth-child(3) .iconfont-wrapper {
  background-color: #fce6e9;
}
.cid-sjZafo50UU .item:nth-child(3) .mbr-iconfont {
  color: #e8384f;
}
.cid-sjZafo50UU .item:nth-child(4) .iconfont-wrapper {
  background-color: #cdf1ea;
}
.cid-sjZafo50UU .item:nth-child(4) .mbr-iconfont {
  color: #37c5ab;
}
.cid-sjZafo50UU .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sjZafo50UU .card_info {
  display: inline-block;
}
.cid-sjZafo50UU .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-sjZafo50UU .iconfont-wrapper .mbr-iconfont {
  color: #e5007e;
  font-size: 36px;
  line-height: 70px;
}
.cid-sjZafo50UU .card_title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-sjZafo50UU .card_text {
  margin-bottom: 0;
}
.cid-sjZafo50UU .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sjZafo50UU .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjZafo50UU .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sjZafo50UU .card_title {
    margin-bottom: 10px;
  }
  .cid-sjZafo50UU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sjZafo50UU .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sjZacRyw9F {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sjZacRyw9F .title_block {
  margin-bottom: 80px;
}
.cid-sjZacRyw9F .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #37c5ab;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sjZacRyw9F .mbr-section-title,
.cid-sjZacRyw9F .card-title {
  color: #051441;
}
.cid-sjZacRyw9F .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZacRyw9F .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sjZacRyw9F .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-sjZacRyw9F .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-sjZacRyw9F .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-sjZacRyw9F .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(229, 0, 126, 0.07);
}
.cid-sjZacRyw9F .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #e5007e;
}
.cid-sjZacRyw9F .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sjZacRyw9F .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sjZacRyw9F .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sjZacRyw9F .card-title {
  margin-bottom: 20px;
}
.cid-sjZacRyw9F .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sjZacRyw9F .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sjZacRyw9F .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZacRyw9F .btn_link:hover {
  cursor: pointer;
}
.cid-sjZacRyw9F .btn_link:hover a {
  color: #37c5ab !important;
}
.cid-sjZacRyw9F .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sjZacRyw9F .title_block {
    margin-bottom: 40px;
  }
  .cid-sjZacRyw9F .card {
    text-align: center;
  }
  .cid-sjZacRyw9F .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sjZacRyw9F .mbr-section-title {
  color: #273240;
}
.cid-sjZacRyw9F .card-title,
.cid-sjZacRyw9F .icon_block {
  color: #273240;
}
.cid-sjZacRyw9F .card-text,
.cid-sjZacRyw9F .btn_link {
  color: #6a7c92;
  text-align: left;
}
.cid-sGEnE6t8uM {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #37c5ab;
  background: linear-gradient(-135deg, rgba(55, 197, 171, 0.8), #4dbeba);
}
.cid-sGEnE6t8uM .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sGEnE6t8uM:before {
  content: "";
  width: 150%;
  height: 200px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  top: -125px;
  right: 0;
}
.cid-sGEnE6t8uM:after {
  content: "";
  width: 150%;
  height: 150px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  bottom: -45px;
  left: -3px;
}
.cid-sGEnE6t8uM .container {
  pointer-events: none;
}
.cid-sGEnE6t8uM .title__block,
.cid-sGEnE6t8uM .card {
  pointer-events: all;
}
.cid-sGEnE6t8uM .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-sGEnE6t8uM .mbr-section-title {
  text-decoration: underline;
  color: #1a1a1a;
}
.cid-sGEnE6t8uM .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-sGEnE6t8uM .title__block {
    margin-bottom: 50px;
  }
}
.cid-sGEnE6t8uM .card__wrap {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 45px 60px 40px 40px;
  margin-bottom: 40px;
  height: 100%;
}
.cid-sGEnE6t8uM .card__wrap:before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 7px;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.4s ease-out;
}
.cid-sGEnE6t8uM .card__wrap:hover:before {
  transform-origin: center top;
  transform: scaleY(1);
}
.cid-sGEnE6t8uM .card__wrap:hover .card-title {
  color: #37c5ab;
}
.cid-sGEnE6t8uM .card__wrap:hover .mbr-text {
  color: #64697a;
}
.cid-sGEnE6t8uM .card__wrap:hover .btn__more a {
  color: #37c5ab !important;
  opacity: 1;
}
.cid-sGEnE6t8uM .card__icon {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sGEnE6t8uM .card__icon span {
  font-size: 50px;
  color: #b3cffc;
}
.cid-sGEnE6t8uM .card-box {
  padding-left: 20px;
  word-break: break-word;
  width: 100%;
}
.cid-sGEnE6t8uM .mbr-text {
  line-height: 30px;
  opacity: 0.8;
  padding: 12px 0 25px;
}
.cid-sGEnE6t8uM .btn__more a {
  color: #ffffff !important;
  opacity: 0.9;
}
.cid-sGEnE6t8uM .btn__more a:hover {
  color: #37c5ab !important;
}
.cid-sGEnE6t8uM .btn__more .mbr-iconfont {
  font-size: 18px;
  vertical-align: 2px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-sGEnE6t8uM .card__wrap {
    padding: 35px 15px 30px 40px;
  }
  .cid-sGEnE6t8uM .card-box {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-sGEnE6t8uM .animation__background .triangle {
  position: absolute;
  top: 10%;
  right: 29%;
  animation: animationTwo 40s infinite linear;
}
.cid-sGEnE6t8uM .animation__background .quadr {
  position: absolute;
  bottom: 5%;
  right: 9%;
  animation: rotated 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-sGEnE6t8uM .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #37c5ab;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sGEnE6t8uM .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #37c5ab;
  animation: animationOne 30s infinite linear;
}
.cid-sGEnE6t8uM .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #e5007e;
  animation: animationTwo 30s infinite linear;
}
.cid-sGEnE6t8uM .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e8384f;
  animation: animationOne 25s infinite linear;
}
.cid-sGEnE6t8uM .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #37c5ab;
  animation: animationTwo 25s infinite linear;
}
@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);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-sjZahFaIvB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjZahFaIvB .title_block {
  margin-bottom: 80px;
}
.cid-sjZahFaIvB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4dbeba;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sjZahFaIvB .mbr-section-title {
  color: #1a1a1a;
}
.cid-sjZahFaIvB .image img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZahFaIvB .mbr-text {
  margin-top: 30px;
}
.cid-sjZahFaIvB .nav-tabs .nav-item.open .nav-link:focus,
.cid-sjZahFaIvB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sjZahFaIvB .nav-tabs {
  border: none;
}
.cid-sjZahFaIvB .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-sjZahFaIvB .nav-tabs .nav-link {
  background-color: #ffffff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #273240 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZahFaIvB .nav-tabs .nav-link.active {
  background-color: #e5007e !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-sjZahFaIvB .nav-tabs .nav-link:hover {
  background-color: #e5007e !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-sjZahFaIvB .nav-tabs .nav-link strong,
.cid-sjZahFaIvB .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-sjZahFaIvB .title_block {
    margin-bottom: 40px;
  }
  .cid-sjZahFaIvB .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sjZahFaIvB .mbr-text {
    margin-top: 20px;
  }
}
.cid-sjZaki2L0b .navbar-dropdown {
  position: relative !important;
}
.cid-sjZaki2L0b .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sjZaki2L0b .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sjZaki2L0b .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sjZaki2L0b .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sjZaki2L0b .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sjZaki2L0b .dropdown-item:hover,
.cid-sjZaki2L0b .dropdown-item:focus {
  background: rgba(55, 197, 171, 0.1) !important;
  color: #37c5ab !important;
}
.cid-sjZaki2L0b .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sjZaki2L0b .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sjZaki2L0b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sjZaki2L0b .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sjZaki2L0b .nav-link:hover {
  color: #37c5ab !important;
}
.cid-sjZaki2L0b .container {
  display: flex;
  margin: auto;
}
.cid-sjZaki2L0b .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sjZaki2L0b .dropdown-menu,
.cid-sjZaki2L0b .navbar.opened {
  background: #ffffff !important;
}
.cid-sjZaki2L0b .nav-item:focus,
.cid-sjZaki2L0b .nav-link:focus {
  outline: none;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjZaki2L0b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjZaki2L0b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sjZaki2L0b .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjZaki2L0b .navbar.opened {
  transition: all 0.3s;
}
.cid-sjZaki2L0b .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sjZaki2L0b .navbar .navbar-logo img {
  width: auto;
}
.cid-sjZaki2L0b .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar.collapsed {
  justify-content: center;
}
.cid-sjZaki2L0b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjZaki2L0b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.3rem);
  }
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sjZaki2L0b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sjZaki2L0b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sjZaki2L0b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjZaki2L0b .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sjZaki2L0b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjZaki2L0b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjZaki2L0b .navbar .navbar-buttons,
  .cid-sjZaki2L0b .navbar .icons-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sjZaki2L0b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjZaki2L0b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjZaki2L0b .dropdown-item.active,
.cid-sjZaki2L0b .dropdown-item:active {
  background-color: transparent;
}
.cid-sjZaki2L0b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjZaki2L0b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjZaki2L0b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjZaki2L0b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sjZaki2L0b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sjZaki2L0b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjZaki2L0b .navbar {
    height: 70px;
  }
  .cid-sjZaki2L0b .navbar.opened {
    height: auto;
  }
  .cid-sjZaki2L0b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjZarJoFUl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #37c5ab;
  background-image: linear-gradient(45deg, rgba(55, 197, 171, 0.8) 0, #4dbeba 100%);
}
.cid-sjZarJoFUl .mbr-overlay {
  background: #4154f1;
}
.cid-sjZarJoFUl .row {
  align-items: center;
}
.cid-sjZarJoFUl .form-group input {
  opacity: .5;
  border: none;
  border-bottom: 1px solid #ffffff !important;
  height: 60px;
  padding: 0;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.43;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZarJoFUl .form-group input:hover {
  opacity: 1;
}
.cid-sjZarJoFUl input::placeholder {
  color: #ffffff;
}
.cid-sjZarJoFUl .btn {
  width: 100%;
  padding: 18px 40px;
}
.cid-sjZarJoFUl .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-sjZarJoFUl .mbr-form {
    margin-top: 25px;
  }
}
.cid-sjZarJoFUl H4 {
  color: #fbfcff;
}
.cid-sjZasylfky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-sjZasylfky .footer_col_logo {
  width: 40%;
}
.cid-sjZasylfky .footer_col {
  width: 20%;
}
.cid-sjZasylfky .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sjZasylfky .logo_wrap {
  max-width: 20%;
}
.cid-sjZasylfky .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sjZasylfky .brand_name {
  color: #ffffff;
}
.cid-sjZasylfky .contacts {
  margin-top: 46px;
}
.cid-sjZasylfky .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sjZasylfky .contacts b {
  color: #ffffff;
}
.cid-sjZasylfky .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #1a1a1a;
}
.cid-sjZasylfky .item-wrap {
  line-height: 44px;
}
.cid-sjZasylfky .text-white {
  color: #a99fc5 !important;
}
.cid-sjZasylfky .text-white:hover {
  color: #ffffff !important;
}
.cid-sjZasylfky .item-wrap a,
.cid-sjZasylfky .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZasylfky .item-wrap a:before,
.cid-sjZasylfky .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sjZasylfky .item-wrap a:hover::before,
.cid-sjZasylfky .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sjZasylfky .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-sjZasylfky .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sjZasylfky .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sjZasylfky .footer_col_logo {
    width: 100%;
  }
  .cid-sjZasylfky .footer_col {
    width: 33.3%;
  }
  .cid-sjZasylfky .image {
    margin-bottom: 40px;
  }
  .cid-sjZasylfky .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sjZasylfky .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sjZasylfky .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sjZasylfky .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sjZasylfky .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sjZasylfky .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-sjZasylfky .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-sjZasylfky .contacts_mail {
  color: #37c5ab;
}
.cid-sjZasylfky .contacts_phone {
  color: #4dbeba;
  text-align: left;
}
.cid-sjZasLTRou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfcff;
}
.cid-sjZasLTRou .line {
  height: .8px;
  background: #000000;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sjZasLTRou .text-white {
  color: #a99fc5 !important;
}
.cid-sjZasLTRou .text-white:hover {
  color: #ffffff !important;
}
.cid-sjZasLTRou .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjZasLTRou .foot-menu li {
  padding: 10px;
}
.cid-sjZasLTRou .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZasLTRou .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sjZasLTRou .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sjZasLTRou .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sjZasLTRou .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sjZasLTRou .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sjZasLTRou .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-sjZasLTRou .social-list a:hover {
  opacity: 1;
}
.cid-sjZasLTRou .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sjZasLTRou .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sjZasLTRou .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
