@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&amp;display=swap);





.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #2f1893 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #e93a7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f1893;
  border-color: #2f1893;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-primary:hover {
  background-color: #211167 !important;
  border-color: #211167 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7fa8d7;
  border-color: #7fa8d7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-secondary:hover {
  background-color: #588ecb !important;
  border-color: #588ecb !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-success:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-danger:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !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.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !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: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2f1893;
  color: #2f1893;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #2f1893 !important;
  border-color: #2f1893;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7fa8d7;
  color: #7fa8d7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #7fa8d7 !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-black-outline {
  border: 2px 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: 2px 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;
}
.text-primary {
  color: #2f1893 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #e93a7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #130a3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #aa134d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #e93a7d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f1893;
  border-color: #2f1893;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #2f1893;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6649e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #2f1893;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f1893;
  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: #2f1893;
  border-bottom-color: #2f1893;
}
.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: #2f1893 !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: #7fa8d7 !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-rNDfGFKtYk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/preview2-2-1920x1280.jpg");
}
.cid-rNDfGFKtYk .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNDfGFKtYk .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-rNDfGFKtYk .icons {
  margin-bottom: 80px;
}
@media (max-width: 567px) {
  .cid-rNDfGFKtYk .icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.cid-rNDfGFKtYk .icons .mbr-iconfont {
  margin-right: 33px;
  margin-bottom: 15px;
  width: 42px;
  font-size: 42px;
}
.cid-rNDfGFKtYk .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-rNDfGFKtYk .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-rNDfGFKtYk .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-rNDfGFKtYk .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-rNDfGFKtYk .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-rNDfGFKtYk .mbr-section-btn {
  margin-top: 75px;
}
.cid-rNDfGFKtYk .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNDfGFKtYk .mbr-section-title,
.cid-rNDfGFKtYk .icons {
  text-align: left;
}
.cid-rNDfGFKtYk .mbr-text,
.cid-rNDfGFKtYk .mbr-section-btn {
  text-align: left;
}
.cid-rNDhN8KW8Q {
  background-color: #ffffff;
}
.cid-rNDhN8KW8Q .container-fluid {
  padding: 0 !important;
}
.cid-rNDhN8KW8Q h1 {
  margin-bottom: 0;
}
.cid-rNDhN8KW8Q .mbr-section-btn {
  margin-top: 50px;
}
.cid-rNDhN8KW8Q .mbr-section-btn .btn {
  font-weight: 700;
  height: 60px;
  line-height: 60px;
}
.cid-rNDhN8KW8Q .block__image {
  margin: 70px 0 40px;
}
@media (max-width: 991px) {
  .cid-rNDhN8KW8Q .block__image {
    margin: 70px 0 20px;
  }
}
.cid-rNDhN8KW8Q .block__image img {
  width: 100%;
  border-radius: 10px;
}
.cid-rNDhN8KW8Q .block__image {
  margin: 0;
}
.cid-rNDhN8KW8Q .block__image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.cid-rNDhN8KW8Q .bottom__block {
  margin-top: 30px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .cid-rNDhN8KW8Q .bottom__block {
    border-left: 2px solid #e8eaed;
  }
}
.cid-rNDhN8KW8Q .bottom__block:first-child {
  border-left: none;
}
.cid-rNDhN8KW8Q .bottom__text {
  color: #919dab;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rNDhN8KW8Q .bottom__text {
    margin: 0 25px;
  }
}
.cid-rNDhN8KW8Q .bottom__block:nth-child(4) {
  border-left: none;
}
.cid-rNDml2l8EU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNDml2l8EU .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rNDml2l8EU .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNDml2l8EU .content__block {
  margin-top: 20px;
}
.cid-rNDml2l8EU .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rNDml2l8EU .card__products {
    margin: 55px 0 0;
  }
  .cid-rNDml2l8EU .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rNDml2l8EU .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-rNDml2l8EU .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rNDml2l8EU .image:hover {
  opacity: .8;
}
.cid-rNDml2l8EU .card__bottom {
  margin-top: 15px;
}
.cid-rNDml2l8EU .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rNDml2l8EU .mbr-section-btn {
  text-align: center;
}
.cid-rNDml2l8EU .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.cid-rNDml2l8EU .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rNDml2l8EU .card__descr {
    max-width: 100%;
  }
}
.cid-rNEk2Jkhur {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNEk2Jkhur .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.cid-rNEk2Jkhur .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rNEk2Jkhur .mbr-text {
    text-align: center;
  }
}
.cid-rNEk2Jkhur .mbr-section-btn {
  margin-top: 60px;
}
.cid-rNEk2Jkhur .mbr-section-btn .btn {
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
.cid-rNEk2Jkhur .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-rNEk2Jkhur .mbr-figure img {
  border-radius: 10px;
}
.cid-rNEk2Jkhur .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-rNEk2Jkhur .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rNEk2Jkhur .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rNEk2Jkhur .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-rNEk2Jkhur .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNEk2Jkhur .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNEk2Jkhur .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNEk2Jkhur 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-rNEk2Jkhur a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rNEk2Jkhur .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-rNEk2Jkhur .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNDpRafIMK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNDpRafIMK .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rNDpRafIMK .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNDpRafIMK .content__block {
  margin-top: 20px;
}
.cid-rNDpRafIMK .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rNDpRafIMK .card__products {
    margin: 55px 0 0;
  }
  .cid-rNDpRafIMK .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rNDpRafIMK .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rNDpRafIMK .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rNDpRafIMK .image:hover {
  opacity: .8;
}
.cid-rNDpRafIMK .card__bottom {
  margin-top: 15px;
}
.cid-rNDpRafIMK .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rNDpRafIMK .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rNDpRafIMK .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rNDpRafIMK .card__descr {
    max-width: 100%;
  }
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOi6dtzihy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOi6dtzihy .wrapper {
  line-height: 40px;
}
.cid-rOi6dtzihy .social {
  display: inline-block;
}
.cid-rOi6dtzihy .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi6dtzihy .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi6dtzihy .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi6dtzihy .brand {
  margin-bottom: 10px;
}
.cid-rOi6dtzihy a {
  font-weight: 700;
}
.cid-rOi6dtzihy a:hover {
  color: #482be7 !important;
}
.cid-rOi6dtzihy .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi6dtzihy .privacy {
  margin-top: 10px;
}
.cid-rOi6dtzihy .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOi840BroP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rOi840BroP .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rOi840BroP .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi840BroP .mbr-section-btn {
  margin-top: 45px;
}
.cid-rOi840BroP .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
}
.cid-rOi840BroP img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rOi840BroP .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rOi840BroP .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rOi840BroP .mbr-text {
    margin-top: 10px;
  }
}
.cid-rNJca1Lzbr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJca1Lzbr .mbr-section-title {
  margin-bottom: 10px;
}
.cid-rNJca1Lzbr .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJca1Lzbr .text__title .mbr-section-btn {
  margin-top: 45px;
}
.cid-rNJca1Lzbr .text__title .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJca1Lzbr .block__products {
  margin-top: 45px;
}
.cid-rNJca1Lzbr .image__products {
  margin-top: 30px;
  position: relative;
}
.cid-rNJca1Lzbr .image__products img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.cid-rNJca1Lzbr .image__products:hover .image__inner {
  opacity: 1;
  cursor: pointer;
}
.cid-rNJca1Lzbr .image__inner {
  position: absolute;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: rgba(72, 43, 231, 0.7);
  pointer-events: none;
  transition: all .25s;
  overflow: auto;
}
.cid-rNJca1Lzbr .image__inner > * {
  pointer-events: all;
}
.cid-rNJca1Lzbr .inner__text {
  margin-bottom: 10px;
}
.cid-rNJca1Lzbr .image__inner_bot {
  margin-top: 20px;
}
.cid-rNJca1Lzbr .image__inner_bot .mbr-section-btn .btn {
  height: 40px;
}
.cid-rNJca1Lzbr .price__product {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNJcagvEuB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rNJcagvEuB .image {
    display: none !important;
  }
}
.cid-rNJcagvEuB .image img {
  height: 100vh;
}
.cid-rNJcagvEuB .content__block {
  padding: 40px 0;
}
.cid-rNJcagvEuB .mbr-section-title {
  margin-bottom: 15px;
}
.cid-rNJcagvEuB .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJcagvEuB .block__products {
  padding-top: 10px;
}
.cid-rNJcagvEuB .product__item {
  margin-top: 40px;
}
.cid-rNJcagvEuB .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-rNJcagvEuB .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-rNJcagvEuB .image__item:hover {
  opacity: .8;
}
.cid-rNJcagvEuB .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-rNJcagvEuB .item__text {
    margin-top: 0;
  }
}
.cid-rNJcagvEuB .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-rNJcagvEuB .name__item {
  margin-bottom: 0;
}
.cid-rNJcagvEuB .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJcagvEuB .item__descr {
  margin-top: 10px;
}
.cid-rNJcagvEuB .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJcagvEuB .item__buttons {
  margin-top: 40px;
}
.cid-rNJcagvEuB .mbr-section-btn {
  text-align: left;
}
.cid-rNJcagvEuB .btn {
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-rNJcagvEuB .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rNJcagvEuB .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-rNJcagvEuB .item__text {
    margin: 20px 0 0;
  }
  .cid-rNJcagvEuB .mbr-text {
    text-align: center;
  }
}
.cid-rOo4qpLwup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rOo4qpLwup .mbr-section-title {
  margin-bottom: 10px;
}
.cid-rOo4qpLwup .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4qpLwup .content__block {
  margin-top: 20px;
}
.cid-rOo4qpLwup .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo4qpLwup .card__products {
    margin: 55px 0 0;
  }
}
.cid-rOo4qpLwup .title {
  padding-left: 20px;
}
.cid-rOo4qpLwup .card__title {
  color: #919dab;
  margin-bottom: 4px;
}
.cid-rOo4qpLwup .card__name {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-rOo4qpLwup .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-rOo4qpLwup .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo4qpLwup .image:hover {
  opacity: .8;
}
.cid-rOo4qpLwup .btn {
  margin-bottom: 10px;
}
.cid-rOo4qpLwup .card__bottom {
  padding: 0 20px;
}
.cid-rOo4qpLwup .card__price {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rOo4qpLwup .card__buy {
  font-weight: 500;
  transition: .25s ease;
  margin-bottom: 0;
}
.cid-rOo4qpLwup .card__buy:hover {
  color: #482be7;
}
.cid-rOo4nQ9q4e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo4nQ9q4e .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo4nQ9q4e .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4nQ9q4e .content__block {
  margin-top: 20px;
}
.cid-rOo4nQ9q4e .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo4nQ9q4e .card__products {
    margin: 55px 0 0;
  }
}
.cid-rOo4nQ9q4e .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-rOo4nQ9q4e .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo4nQ9q4e .image:hover {
  opacity: .8;
}
.cid-rOo4nQ9q4e .card__bottom {
  margin-top: 15px;
}
.cid-rOo4nQ9q4e .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo4nQ9q4e .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo4nQ9q4e .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo4nQ9q4e .card__descr {
    max-width: 100%;
  }
}
.cid-rNJcb0qjmb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJcb0qjmb .mbr-section-title {
  margin-bottom: 40px;
}
.cid-rNJcb0qjmb .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJcb0qjmb .block__product {
  margin: 30px 0;
}
.cid-rNJcb0qjmb .image {
  transition: all .25s;
}
.cid-rNJcb0qjmb .image:hover {
  opacity: .8;
}
.cid-rNJcb0qjmb .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-rNJcb0qjmb .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-rNJcb0qjmb .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-rNJcb0qjmb .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-rNJcb0qjmb .title__block:hover {
  color: #2f1893;
}
.cid-rNJcb0qjmb .price__block {
  margin-bottom: 15px;
  color: #919dab;
}
.cid-rNJcb0qjmb .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-rNJcb0qjmb .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNJcb0qjmb .mbr-section-btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-rNJcb0qjmb .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #2f1893 !important;
  color: #2f1893 !important;
}
.cid-rNJcbtBwss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rNJcbtBwss .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rNJcbtBwss .galleryItem {
  border-radius: 10px;
}
.cid-rNJcbtBwss .galleryItem .img_wraper img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-rNJcbtBwss .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-rNJcbtBwss .mbr-gallery-filter li {
  display: block;
}
.cid-rNJcbtBwss .mbr-gallery-item .shop-item-price {
  font-size: 16px;
  color: #482be7;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-rNJcbtBwss .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-rNJcbtBwss .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-rNJcbtBwss .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-rNJcbtBwss .mbr-shop .row {
  margin: 0;
}
.cid-rNJcbtBwss .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rNJcbtBwss .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rNJcbtBwss .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rNJcbtBwss .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rNJcbtBwss .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-rNJcbtBwss .mbr-shop .hide-modal {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rNJcbtBwss .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rNJcbtBwss .mbr-shop .filter-by-pu,
.cid-rNJcbtBwss .mbr-shop .filter-by-pd,
.cid-rNJcbtBwss .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rNJcbtBwss .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rNJcbtBwss .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem h4,
.cid-rNJcbtBwss .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem h5,
.cid-rNJcbtBwss .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem p,
.cid-rNJcbtBwss .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rNJcbtBwss .mbr-shop .item-button {
  text-align: center;
}
.cid-rNJcbtBwss .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rNJcbtBwss .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-rNJcbtBwss .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rNJcbtBwss .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rNJcbtBwss .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rNJcbtBwss .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #e93a7d;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-item__hided h4,
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-item__hided h5,
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-rNJcbtBwss .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rNJcbtBwss .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rNJcbtBwss .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rNJcbtBwss .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-rNJcbtBwss .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rNJcbtBwss .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rNJcbtBwss .mbr-shop .range-controls {
  position: relative;
}
.cid-rNJcbtBwss .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rNJcbtBwss .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #2f1893;
}
.cid-rNJcbtBwss .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #2f1893;
  cursor: pointer;
}
.cid-rNJcbtBwss .mbr-shop .toggle:hover,
.cid-rNJcbtBwss .mbr-shop .toggle:active {
  background-color: #7fa8d7;
}
.cid-rNJcbtBwss .mbr-shop .min-toggle {
  left: 0;
}
.cid-rNJcbtBwss .mbr-shop .max-toggle {
  right: 0;
}
.cid-rNJcbtBwss .mbr-shop .hided-by-price {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-rNJcbtBwss .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rNJcbtBwss .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rNJcbtBwss .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rNJcbtBwss .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rNJcbtBwss .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rNJcbtBwss .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rNJcbtBwss .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rNJcbtBwss .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-rNJcbtBwss .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rNJcbtBwss .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rNJcbtBwss .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rNJcbtBwss .mbr-shop .price-range {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .price-range-reset {
  display: none;
}
.cid-rNJcbtBwss .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rNJcbtBwss .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rNJcbtBwss .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rNJcbtBwss .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rNJcbtBwss .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rNJcbtBwss .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rNJcbtBwss .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rNJcbtBwss .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rNJcbtBwss .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rNJcbtBwss .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rNJcbtBwss .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rNJcbtBwss .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rNJcbtBwss .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rNJcbtBwss .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rNJcbtBwss .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rNJcbtBwss .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rNJcbtBwss .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rNJcbtBwss .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rNJcbtBwss .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rNJcbtBwss .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rNJcbtBwss .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rNJcbtBwss .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rNJcbtBwss .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rNJcbtBwss .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJcbtBwss .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rNJcbtBwss .range-controls {
  display: block !important;
}
.cid-rNJcbtBwss .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rNJcbtBwss .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-rNJcbtBwss .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-rNJcbtBwss .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-rNJcbtBwss .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rNJcbtBwss .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-rNJcbtBwss .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-rNJcbtBwss .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-rNJcbtBwss .categories {
  padding: 0;
}
.cid-rNJcbtBwss .sidebar-title {
  font-weight: bold;
}
.cid-rNJcbKz4hX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJcbKz4hX .wrapper__product {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #ebeaed;
}
@media (max-width: 575px) {
  .cid-rNJcbKz4hX .wrapper__product {
    max-width: 340px;
    padding: 20px 20px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-rNJcbKz4hX .product__left {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-rNJcbKz4hX .product__left .content__product {
    margin-top: 30px;
  }
}
.cid-rNJcbKz4hX .title__card {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJcbKz4hX .name__card {
  font-weight: 700;
  margin-bottom: 15px;
}
.cid-rNJcbKz4hX .list__items {
  margin: 0;
  padding: 0;
}
.cid-rNJcbKz4hX .item__card {
  color: #919dab;
  margin-bottom: 10px;
}
.cid-rNJcbKz4hX .item__card .mbr-iconfont {
  margin-right: 7px;
  vertical-align: middle;
  font-size: 5px;
}
.cid-rNJcbKz4hX .card__bottom,
.cid-rNJcbKz4hX .card__bottom-big {
  margin-top: 25px;
}
.cid-rNJcbKz4hX .mbr-section-btn {
  display: inline-flex;
}
.cid-rNJcbKz4hX .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  white-space: nowrap;
  font-weight: 500;
}
.cid-rNJcbKz4hX .price__card {
  margin-left: 15px;
  color: #482be7;
  white-space: nowrap;
}
.cid-rNJcbKz4hX .image img {
  border-radius: 10px;
  max-width: 230px;
  max-height: 260px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-rNJcbKz4hX .image img {
    width: 100%;
    max-width: inherit;
  }
}
.cid-rNJcbKz4hX .big__card {
  min-height: calc(100% - 30px);
}
.cid-rNJcbKz4hX .big__card .list__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cid-rNJcbKz4hX .big__card .list__items {
    flex-direction: column;
  }
}
@media (min-width: 575px) {
  .cid-rNJcbKz4hX .big__card .list__items .item__card {
    width: 50%;
  }
}
.cid-rNJcbKz4hX .big__card .image__big {
  margin: 10px 0 25px;
}
.cid-rNJcbKz4hX .big__card .image__big img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.cid-rNJcbKz4hX .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJccdw2LP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJccdw2LP .mbr-section-title {
  margin-bottom: 25px;
}
.cid-rNJccdw2LP .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJccdw2LP .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-rNJccdw2LP .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNJccdw2LP .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-rNJccdw2LP .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-rNJccdw2LP .image {
  margin-top: 50px;
}
.cid-rNJccdw2LP .image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.cid-rNJccdw2LP .wrapper__products {
  margin-top: 70px;
}
.cid-rNJccdw2LP .card__product {
  margin-top: 50px;
}
.cid-rNJccdw2LP .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-rNJccdw2LP .image__card img:hover {
  opacity: .8;
}
.cid-rNJccdw2LP .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-rNJccdw2LP .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-rNJccdw2LP .card__btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-rNJccdw2LP .card__title {
  margin-bottom: 0;
}
.cid-rNJccdw2LP .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-rNJcdqnLxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-rNJcdqnLxr .mbr-section-title {
  margin-bottom: 55px;
}
.cid-rNJcdqnLxr .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-rNJcdqnLxr .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-rNJcdqnLxr .content__block {
  margin-bottom: 60px;
}
.cid-rNJcdqnLxr .mbr-text {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJcdqnLxr .signature {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-rNJcdqnLxr .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-rNJcdqnLxr .content__block {
    margin-bottom: 30px;
  }
}
.cid-rNJcdBVXhR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #2f1893;
}
.cid-rNJcdBVXhR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-rNJcdBVXhR .image {
  margin-bottom: 10px;
}
.cid-rNJcdBVXhR .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 70px;
}
.cid-rNJcdBVXhR .content__block {
  margin-bottom: 60px;
}
.cid-rNJcdBVXhR .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNJcdBVXhR .signature {
  margin-top: 20px;
  margin-bottom: 0;
  opacity: .3;
}
.cid-rNJcdBVXhR .company {
  margin-bottom: 0;
}
.cid-rNJcdBVXhR .card__block {
  display: flex;
  margin-bottom: 30px;
}
.cid-rNJcdBVXhR .card__wrapper {
  display: flex;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-rNJcdBVXhR .card__inner {
  padding: 35px 20px 25px 35px;
}
.cid-rNJcdBVXhR .card__info {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-rNJcdBVXhR .card__inner {
    padding-left: 20px;
    padding-bottom: 35px;
    text-align: center;
  }
  .cid-rNJcdBVXhR .card__info {
    margin-left: 0;
  }
}
.cid-rNJcdMOx4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rNJcdMOx4l .mbr-fonts-style {
  margin-bottom: 45px;
}
.cid-rNJcdMOx4l .quotes .mbr-iconfont {
  color: #ebeaed;
  font-size: 30px;
  font-weight: 700;
}
.cid-rNJcdMOx4l .user__text {
  margin: 35px 0 45px;
}
@media (max-width: 767px) {
  .cid-rNJcdMOx4l .user__text {
    margin: 10px 0 25px;
  }
}
.cid-rNJcdMOx4l .mbr-text {
  margin-bottom: 0;
}
.cid-rNJcdMOx4l .user_image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-rNJcdMOx4l .user_name {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-rNJcdMOx4l .user_descr {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJcdMOx4l .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rNJcdMOx4l .carousel-item.active,
.cid-rNJcdMOx4l .carousel-item-next,
.cid-rNJcdMOx4l .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  .cid-rNJcdMOx4l .carousel-controls a {
    font-size: 22px;
  }
  .cid-rNJcdMOx4l .carousel-controls a span {
    line-height: 35px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 180px;
    padding: 10px 15px;
    border-radius: 50%;
    color: #919dab;
    opacity: .5;
    transition: all .25s ease;
  }
  .cid-rNJcdMOx4l .carousel-controls a:hover span {
    opacity: 1;
    background: #cbd1d7;
  }
}
.cid-rNJcdYjLXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rNJcdYjLXR .line {
  border-bottom: 1px solid #ebeaed;
}
.cid-rNJcdYjLXR .block__inner {
  padding: 30px 0 50px;
}
.cid-rNJcdYjLXR .quotes .mbr-iconfont {
  color: #ebeaed;
  font-size: 36px;
  font-weight: 700;
}
.cid-rNJcdYjLXR .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-rNJcdYjLXR .author__info {
  margin-top: 20px;
}
.cid-rNJcdYjLXR .image {
  display: inline-block;
}
.cid-rNJcdYjLXR .image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-rNJcdYjLXR .descr__text {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
  color: #919DAB;
}
.cid-rNJcgJpHCx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJcgJpHCx .mbr-section-title,
.cid-rNJcgJpHCx .mbr-text {
  margin-bottom: 0;
}
.cid-rNJcgJpHCx .text {
  opacity: .7;
  margin: 15px 0 50px;
  font-weight: 500;
}
.cid-rNJcgJpHCx .card__block {
  margin-bottom: 30px;
}
.cid-rNJcgJpHCx .image {
  display: flex;
  border-radius: 10px;
  background-color: #f7f7f8;
  max-width: 270px;
  height: 160px;
}
.cid-rNJcgJpHCx .image img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-rNJcgJpHCx .mbr-text {
  color: #919dab;
}
.cid-rNJcgJpHCx .image {
  background-color: transparent;
  border: 2px solid rgba(243, 242, 244, 0.4);
}
.cid-rNJch0bK5f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJch0bK5f .mbr-section-title,
.cid-rNJch0bK5f .mbr-text {
  margin-bottom: 0;
}
.cid-rNJch0bK5f .mbr-text {
  color: #919DAB;
}
.cid-rNJch0bK5f .mbr-section-title {
  margin: 15px 0 45px;
}
.cid-rNJch0bK5f .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNJch0bK5f .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-rOo4fdveS2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo4fdveS2 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo4fdveS2 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4fdveS2 .content__block {
  margin-top: 20px;
}
.cid-rOo4fdveS2 .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo4fdveS2 .card__products {
    margin: 55px 0 0;
  }
  .cid-rOo4fdveS2 .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rOo4fdveS2 .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rOo4fdveS2 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo4fdveS2 .image:hover {
  opacity: .8;
}
.cid-rOo4fdveS2 .card__bottom {
  margin-top: 15px;
}
.cid-rOo4fdveS2 .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo4fdveS2 .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo4fdveS2 .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo4fdveS2 .card__descr {
    max-width: 100%;
  }
}
.cid-rOi8d9t2ur {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOi8d9t2ur .wrapper {
  line-height: 40px;
}
.cid-rOi8d9t2ur .social {
  display: inline-block;
}
.cid-rOi8d9t2ur .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi8d9t2ur .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi8d9t2ur .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi8d9t2ur .brand {
  margin-bottom: 10px;
}
.cid-rOi8d9t2ur a {
  font-weight: 700;
}
.cid-rOi8d9t2ur a:hover {
  color: #482be7 !important;
}
.cid-rOi8d9t2ur .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi8d9t2ur .privacy {
  margin-top: 10px;
}
.cid-rOi8d9t2ur .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOi7SMujHe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rOi7SMujHe .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rOi7SMujHe .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi7SMujHe .mbr-section-btn {
  margin-top: 45px;
}
.cid-rOi7SMujHe .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
}
.cid-rOi7SMujHe img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rOi7SMujHe .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rOi7SMujHe .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rOi7SMujHe .mbr-text {
    margin-top: 10px;
  }
}
.cid-rNJdKgRn5I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJdKgRn5I .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJdKgRn5I .mbr-text {
  margin: 15px 0 60px;
  color: #919dab;
}
.cid-rNJdKgRn5I .column__one,
.cid-rNJdKgRn5I .column__two,
.cid-rNJdKgRn5I .column__three,
.cid-rNJdKgRn5I .column__four {
  padding-top: 45px;
  border: 2px solid #ebeaed;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rNJdKgRn5I .column__one {
  border: 2px solid #ebeaed;
  border-radius: 10px;
}
.cid-rNJdKgRn5I .column__one {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rNJdKgRn5I .column__two {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-rNJdKgRn5I .column__two {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rNJdKgRn5I .column__three {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-rNJdKgRn5I .column__three {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rNJdKgRn5I .column__four {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cid-rNJdKgRn5I .title__table {
  margin-bottom: 0;
  padding: 0 20px;
}
.cid-rNJdKgRn5I .subtitle__table {
  color: #919dab;
  margin: 10px 0 35px;
  padding: 0 20px;
}
.cid-rNJdKgRn5I .pricing {
  padding: 0 20px;
}
.cid-rNJdKgRn5I .currency {
  vertical-align: top;
}
.cid-rNJdKgRn5I .mbr-section-btn {
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-rNJdKgRn5I .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJdKgRn5I .item__table {
  padding: 16px 20px 14px;
  border-top: 2px solid #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-rNJdKgRn5I .column__one,
  .cid-rNJdKgRn5I .column__two,
  .cid-rNJdKgRn5I .column__three,
  .cid-rNJdKgRn5I .column__four {
    border-right: 2px solid #ebeaed;
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
}
.cid-rNJdKyNTKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rNJdKyNTKL .mbr-section-title {
  margin: 15px 0 55px;
}
.cid-rNJdKyNTKL .mbr-text {
  color: #919dab;
}
.cid-rNJdKyNTKL .card__wrapper {
  margin-bottom: 70px;
}
.cid-rNJdKyNTKL .price__card {
  margin-top: 10px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJdKyNTKL .title__card {
  margin-bottom: 0;
}
.cid-rNJdKyNTKL .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #ebeaed;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNJdKyNTKL .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-rNJdKyNTKL .mbr-section-btn {
  margin-top: 40px;
}
.cid-rNJdKyNTKL .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJdKyNTKL .card__text {
  margin-top: 45px;
  margin-bottom: 0;
}
.cid-rNJdKOj7M3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-rNJdKOj7M3 .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJdKOj7M3 .mbr-text {
  color: #919DAB;
  margin: 10px 0 40px;
}
.cid-rNJdKOj7M3 .tabs__text {
  margin-bottom: 0;
}
.cid-rNJdKOj7M3 .tab-content {
  margin-top: 60px;
}
.cid-rNJdKOj7M3 .inner {
  display: flex;
  align-items: stretch;
}
.cid-rNJdKOj7M3 .card__wrap {
  border-radius: 10px;
  padding-bottom: 50px;
  margin-bottom: 70px;
  border: 2px solid #ebeaed;
  border-top: none;
  width: 100%;
}
.cid-rNJdKOj7M3 .image img {
  margin-left: -2px;
  margin-right: -2px;
  width: calc(100% + 4px);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 210px;
  object-fit: cover;
}
.cid-rNJdKOj7M3 .card__content {
  margin-top: 45px;
  padding: 0 45px;
}
@media (max-width: 575px) {
  .cid-rNJdKOj7M3 .card__content {
    padding: 0 30px;
  }
}
.cid-rNJdKOj7M3 .card__title {
  margin-bottom: 20px;
}
.cid-rNJdKOj7M3 .card__text {
  margin-bottom: 0;
  color: #919DAB;
}
.cid-rNJdKOj7M3 .title {
  font-weight: 400;
  margin-bottom: 0;
}
.cid-rNJdKOj7M3 .price {
  margin-bottom: 0;
}
.cid-rNJdKOj7M3 .card__content .mbr-section-btn {
  margin-top: 30px;
}
.cid-rNJdKOj7M3 .card__content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 0 6px 0;
  font-weight: 500;
  padding: 0 8px;
}
.cid-rNJdKOj7M3 .tabs__wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rNJdKOj7M3 .nav-tabs {
  border: none;
  margin: 0 20px;
  background-color: #3217c8 !important;
  border-radius: 16px;
}
.cid-rNJdKOj7M3 .nav-tabs .li__item1 {
  left: 4px;
}
.cid-rNJdKOj7M3 .nav-tabs .li__item2 {
  right: 8px;
}
.cid-rNJdKOj7M3 .nav-tabs .nav-item {
  margin: 0;
  width: 20px;
  height: 30px;
}
.cid-rNJdKOj7M3 .nav-tabs .nav-item .btn {
  border-radius: 50px !important;
  transition: all 0.25s;
  background-color: transparent !important;
  padding: 14px 8px 8px !important;
  height: 24px;
  width: 24px;
  position: relative;
  box-shadow: none !important;
  transform: scale(1) !important;
  margin: 0px !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-rNJdKOj7M3 .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    animation: none;
    z-index: -1;
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item .btn.active:before {
    background-color: #ffffff !important;
  }
}
@media (max-width: 767px) {
  .cid-rNJdKOj7M3 .nav-tabs .nav-item .btn {
    padding: 10px 8px 8px !important;
    vertical-align: middle;
    border-color: #ffffff !important;
  }
}
.cid-rNJdKOj7M3 .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-rNJdKOj7M3 .nav-tabs .nav-item .btn.active {
  color: #000000 !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .cid-rNJdKOj7M3 .nav-tabs .nav-item .btn.active {
    background-color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .cid-rNJdKOj7M3 .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-rNJdKOj7M3 .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
.cid-rNJdL5GHeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rNJdL5GHeR .mbr-section-title {
  margin-bottom: 10px;
}
.cid-rNJdL5GHeR .table__title {
  padding-top: 22px;
  padding-bottom: 20px;
}
.cid-rNJdL5GHeR .mbr-text {
  margin-bottom: 0;
}
.cid-rNJdL5GHeR .tables {
  background-color: #7fa8d7;
}
.cid-rNJdL5GHeR .tables {
  background-color: transparent;
}
.cid-rNJdL5GHeR .border__bot {
  border-bottom: 2px solid #ebeaed;
}
.cid-rNJdL5GHeR .cell {
  padding: 22px 30px 20px 30px;
}
.cid-rNJdL5GHeR .title {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJdL5GHeR .border__bot:last-child {
  border-bottom: none !important;
}
.cid-rNJdL5GHeR .content__block {
  padding: 35px;
  background-color: #f3f2f4;
  border-radius: 6px;
  max-width: 270px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-rNJdL5GHeR .content__block {
    margin: auto;
  }
}
.cid-rNJdL5GHeR .title__text {
  margin-bottom: 0;
  font-weight: 400;
}
.cid-rNJdL5GHeR .text {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #919dab;
}
.cid-rNJdL5GHeR .mbr-section-btn {
  margin-top: 35px;
}
.cid-rNJdL5GHeR .mbr-section-btn .btn {
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
.cid-rNJdLiyiLR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rNJdLiyiLR .mbr-section-title {
  margin-bottom: 10px;
}
.cid-rNJdLiyiLR .container-table {
  margin: 0 auto;
}
.cid-rNJdLiyiLR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rNJdLiyiLR tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-rNJdLiyiLR .dataTables_wrapper {
  display: block;
}
.cid-rNJdLiyiLR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rNJdLiyiLR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rNJdLiyiLR .head-item {
  color: #919DAB;
  min-width: 110px;
}
.cid-rNJdLiyiLR .body-item {
  color: #212529;
}
.cid-rNJdLiyiLR .table td,
.cid-rNJdLiyiLR .table th {
  border: none;
}
.cid-rNJdLiyiLR table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rNJdLiyiLR table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rNJdLiyiLR table td {
  padding: 24px 15px 20px 15px;
}
.cid-rNJdLiyiLR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rNJdLiyiLR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rNJdLiyiLR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rNJdLiyiLR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rNJdLiyiLR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rNJdLiyiLR .dataTables_filter {
    text-align: center;
  }
  .cid-rNJdLiyiLR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rNJdNO4h63 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJdNO4h63 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rNJdNO4h63 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJdNO4h63 .mbr-section-btn {
  margin-top: 45px;
}
.cid-rNJdNO4h63 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJdNO4h63 .wrapper {
  margin-top: 20px;
}
.cid-rNJdNO4h63 .card__wrapper {
  margin-top: 60px;
}
.cid-rNJdNO4h63 .card__block {
  border: 2px solid #ebeaed;
  border-radius: 10px;
  padding-top: 50px;
}
.cid-rNJdNO4h63 .image {
  padding: 0 20px;
}
.cid-rNJdNO4h63 .image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.cid-rNJdNO4h63 .card__title {
  margin: 25px 0 15px;
  padding: 0 20px;
}
.cid-rNJdNO4h63 .card__subtitle {
  padding: 0 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJdNO4h63 .card__socials {
  margin-top: 35px;
  border-top: 2px solid #ebeaed;
}
.cid-rNJdNO4h63 .item__social {
  border-right: 2px solid #ebeaed;
  line-height: 60px;
}
.cid-rNJdNO4h63 .item__social:last-child {
  border-right: none;
}
.cid-rNJdNO4h63 .mbr-iconfont {
  font-size: 22px;
  color: #919dab;
  transition: .25s ease;
}
.cid-rNJdNO4h63 .mbr-iconfont:hover {
  color: #5d6a79;
}
.cid-rOo49elXqh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo49elXqh .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo49elXqh .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo49elXqh .content__block {
  margin-top: 20px;
}
.cid-rOo49elXqh .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo49elXqh .card__products {
    margin: 55px 0 0;
  }
  .cid-rOo49elXqh .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rOo49elXqh .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rOo49elXqh .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo49elXqh .image:hover {
  opacity: .8;
}
.cid-rOo49elXqh .card__bottom {
  margin-top: 15px;
}
.cid-rOo49elXqh .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo49elXqh .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo49elXqh .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo49elXqh .card__descr {
    max-width: 100%;
  }
}
.cid-rOi7YMcnNR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOi7YMcnNR .wrapper {
  line-height: 40px;
}
.cid-rOi7YMcnNR .social {
  display: inline-block;
}
.cid-rOi7YMcnNR .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi7YMcnNR .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi7YMcnNR .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi7YMcnNR .brand {
  margin-bottom: 10px;
}
.cid-rOi7YMcnNR a {
  font-weight: 700;
}
.cid-rOi7YMcnNR a:hover {
  color: #482be7 !important;
}
.cid-rOi7YMcnNR .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi7YMcnNR .privacy {
  margin-top: 10px;
}
.cid-rOi7YMcnNR .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOi7gFts4I {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rOi7gFts4I .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rOi7gFts4I .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi7gFts4I .mbr-section-btn {
  margin-top: 45px;
}
.cid-rOi7gFts4I .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
}
.cid-rOi7gFts4I img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rOi7gFts4I .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rOi7gFts4I .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rOi7gFts4I .mbr-text {
    margin-top: 10px;
  }
}
.cid-rNJeJSw44s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/background32.jpg");
}
.cid-rNJeJSw44s .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJeJSw44s .subscribe__form {
  margin-top: 50px;
}
.cid-rNJeJSw44s .form-group {
  margin-bottom: 0;
}
.cid-rNJeJSw44s .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNJeJSw44s .dragArea textarea {
  margin-bottom: 40px !important;
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-rNJeJSw44s .dragArea input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeJSw44s .dragArea input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeJSw44s .dragArea textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeJSw44s .dragArea textarea::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeJSw44s .dragArea .form-check {
  margin-bottom: 20px;
}
.cid-rNJeJSw44s .dragArea .form-check input[type="checkbox"] + label:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  transition: all .25s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-right: 10px;
}
.cid-rNJeJSw44s .dragArea .form-check input[type="checkbox"]:checked + label:before {
  border-color: #2ecc71;
  background-color: #2ecc71 !important;
  -webkit-background-size: 14px;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23030104;' d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316 c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654 c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.cid-rNJeJSw44s .dragArea .form-check-input {
  display: none;
  margin-top: .6rem;
}
.cid-rNJeJSw44s .dragArea .form-check-label {
  font-size: 16px;
  line-height: 24px;
}
.cid-rNJeJSw44s .dragArea .input-group-btn .btn {
  font-weight: 500;
}
.cid-rNJeJSw44s .info__bottom {
  margin-top: 55px;
  width: 100%;
}
.cid-rNJeJSw44s .info__bottom .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNJeJSw44s .info__bottom .text:before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-rNJeJSw44s .info__bottom .text:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-rNJeJSw44s .info__bottom .text .mbr-text {
  margin: 0 10px;
}
.cid-rNJeJSw44s .tel {
  transition: all .25s;
  margin-top: 35px;
}
.cid-rNJeJSw44s .tel:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-rNJeJSw44s .form-group {
    text-align: center;
  }
  .cid-rNJeJSw44s .form-check {
    padding-left: 0;
  }
  .cid-rNJeJSw44s .input-group-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-rNJeJSw44s .row:first-child {
    margin: 0;
  }
}
.cid-rNJeK2kBcU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg4.jpg");
}
.cid-rNJeK2kBcU .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJeK2kBcU .mbr-text {
  margin: 25px 0 65px;
}
.cid-rNJeK2kBcU .form-group {
  margin-bottom: 0;
}
.cid-rNJeK2kBcU .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNJeK2kBcU .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-rNJeK2kBcU .dragArea input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeK2kBcU .dragArea input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeK2kBcU .dragArea textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeK2kBcU .dragArea textarea::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNJeK2kBcU .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-rNJeK2kBcU .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
}
.cid-rNJeKxslsO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJeKxslsO .mbr-section-title {
  margin: 20px 0 40px;
}
.cid-rNJeKxslsO .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJeKxslsO .form-group {
  margin-bottom: 0;
}
.cid-rNJeKxslsO .dragArea .form-control {
  color: #919dab;
  margin-bottom: 30px;
  border: 2px solid rgba(235, 234, 237, 0.4);
  font-weight: 700;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-rNJeKxslsO .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-rNJeKxslsO .dragArea input::-webkit-input-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKxslsO .dragArea input::-moz-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKxslsO .dragArea textarea::-webkit-input-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKxslsO .dragArea textarea::-moz-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKxslsO .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 0;
  font-weight: 700;
  height: 60px;
}
.cid-rNJeKxslsO .bottom__block {
  margin-top: 50px;
}
.cid-rNJeKxslsO .bottom__title {
  margin-bottom: 10px;
}
.cid-rNJeKxslsO .bottom__text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJeKIWVjv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJeKIWVjv .mbr-section-title {
  margin-bottom: 25px;
}
.cid-rNJeKIWVjv .mbr-text {
  color: #919dab;
  margin-bottom: 25px;
}
.cid-rNJeKIWVjv .tel {
  margin-bottom: 0;
}
.cid-rNJeKIWVjv .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #482be7;
}
.cid-rNJeKIWVjv .subscribe__form {
  margin-top: 40px;
}
.cid-rNJeKIWVjv .form-group {
  margin-bottom: 0;
}
.cid-rNJeKIWVjv .dragArea .form-control {
  color: #919dab;
  margin-bottom: 30px;
  border: 2px solid rgba(235, 234, 237, 0.4);
  font-weight: 700;
  padding: 0 25px;
  height: 60px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-rNJeKIWVjv .dragArea .jq-selectbox__select {
  padding: 12px 25px;
}
.cid-rNJeKIWVjv .dragArea .jq-selectbox__select-text {
  opacity: .6;
}
.cid-rNJeKIWVjv .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #2f1893;
}
.cid-rNJeKIWVjv .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-rNJeKIWVjv .dragArea input::-webkit-input-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKIWVjv .dragArea input::-moz-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKIWVjv .dragArea textarea::-webkit-input-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKIWVjv .dragArea textarea::-moz-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKIWVjv .dragArea .input-group-btn .btn {
  margin: 0;
  font-weight: 700;
  height: 60px;
}
.cid-rNJeKIWVjv .help__block {
  margin-top: 30px;
}
.cid-rNJeKIWVjv .title__help {
  margin-bottom: 10px;
}
.cid-rNJeKIWVjv .text__help {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJeKVnG7I {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rNJeKVnG7I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rNJeKVnG7I .container-fluid {
  padding: 0 !important;
}
.cid-rNJeKVnG7I .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-rNJeKVnG7I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rNJeKVnG7I .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rNJeKVnG7I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rNJeKVnG7I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rNJeKVnG7I .wrapper {
  margin-bottom: 50px;
}
.cid-rNJeKVnG7I .mbr-section-title,
.cid-rNJeKVnG7I .title__right {
  margin-bottom: 0;
}
.cid-rNJeKVnG7I .mbr-text {
  color: #919dab;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-rNJeKVnG7I .subscribe__form {
  margin-top: 30px;
}
.cid-rNJeKVnG7I .form-group {
  margin-bottom: 0;
}
.cid-rNJeKVnG7I .dragArea .form-control {
  color: #919dab;
  margin-bottom: 35px;
  border: 2px solid #ebeaed;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-rNJeKVnG7I .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-rNJeKVnG7I .dragArea input::-webkit-input-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKVnG7I .dragArea input::-moz-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKVnG7I .dragArea textarea::-webkit-input-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKVnG7I .dragArea textarea::-moz-placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-rNJeKVnG7I .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-rNJeKVnG7I .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-rNJeKVnG7I .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-rNJeKVnG7I .text__right {
  margin: 20px 0 40px;
  color: #919dab;
}
.cid-rNJeKVnG7I .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-rNJeKVnG7I .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #2ecc71;
}
.cid-rNJeKVnG7I .tel:hover {
  color: #482be7;
}
.cid-rNJeKVnG7I .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-rNJeKVnG7I .title__right_social {
  margin-bottom: 20px;
}
.cid-rNJeKVnG7I .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-rNJeKVnG7I .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-rNJeKVnG7I .socials .mbr-iconfont {
  color: #1e0e62;
  margin-right: 15px;
  font-size: 18px;
}
.cid-rNJeKVnG7I .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-rNJeKVnG7I .socname:hover {
  color: #5d6a79;
}
.cid-rNJeLjo6CQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJeLjo6CQ .mbr-section-title {
  margin-bottom: 15px;
}
.cid-rNJeLjo6CQ .mbr-text {
  margin-bottom: 35px;
  color: #919dab;
}
.cid-rNJeLjo6CQ .icons {
  display: inline-block;
}
.cid-rNJeLjo6CQ .icons .mbr-iconfont {
  color: #ebeaed;
  margin-right: 20px;
  width: 22px;
  font-size: 22px;
  transition: all .25s ease;
}
.cid-rNJeLjo6CQ .icons .mbr-iconfont:hover {
  color: #c4c1ca;
}
.cid-rNJeLjo6CQ .image {
  margin-bottom: 40px;
}
.cid-rNJeLjo6CQ .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.cid-rNJeLjo6CQ .form-group {
  margin-bottom: 0;
}
.cid-rNJeLjo6CQ .dragArea .form-control {
  color: #ebeaed;
  margin-bottom: 35px;
  border: 2px solid #ebeaed;
  font-weight: 700;
  padding: 0 25px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-rNJeLjo6CQ .dragArea input::-webkit-input-placeholder {
  color: #ebeaed;
}
.cid-rNJeLjo6CQ .dragArea input::-moz-placeholder {
  color: #ebeaed;
}
.cid-rNJeLjo6CQ .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-rNJeLjo6CQ .dragArea .input-group-btn .btn {
  height: 60px;
  min-width: 140px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-rNJeLjo6CQ .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-rNJeLjo6CQ .or {
  margin: 0 20px 0 20px;
  font-weight: 500;
  color: #ebeaed;
}
@media (max-width: 991px) {
  .cid-rNJeLjo6CQ .or {
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-rNJeLjo6CQ .input-group-btn {
    margin-bottom: 10px;
  }
  .cid-rNJeLjo6CQ .dragArea .input-group-btn .btn,
  .cid-rNJeLjo6CQ .form-control {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .cid-rNJeLjo6CQ .input-group-btn {
    justify-content: center;
  }
  .cid-rNJeLjo6CQ .btn {
    margin-bottom: 20px;
  }
}
.cid-rNJeLz2Vme {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJeLz2Vme .mbr-section-title {
  margin-bottom: 15px;
}
.cid-rNJeLz2Vme .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #919dab;
}
.cid-rNJeLz2Vme .image {
  margin-bottom: 40px;
}
.cid-rNJeLz2Vme .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.cid-rNJeLz2Vme .subscribe__form {
  margin-top: 60px;
}
.cid-rNJeLz2Vme .form-group {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-rNJeLz2Vme .form-group {
    margin-right: 0;
  }
}
.cid-rNJeLz2Vme .form-control {
  border: 2px solid #ebeaed;
  background-color: #ffffff !important;
  font-weight: 700;
  font-size: 20px;
  color: #919dab;
}
.cid-rNJeLz2Vme .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  padding: 0 30px;
}
.cid-rNJeLz2Vme .mbr-form .btn {
  margin: 0;
}
.cid-rNJeLz2Vme input::-webkit-input-placeholder {
  color: #919dab;
  opacity: .8;
}
.cid-rNJeLz2Vme input::-moz-placeholder {
  color: #919dab;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rNJeLz2Vme .dragArea .input-group-btn .btn,
  .cid-rNJeLz2Vme .form-control {
    height: 50px;
  }
}
.cid-rOi9iVZrsD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rOi9iVZrsD .wrapper {
  line-height: 40px;
}
.cid-rOi9iVZrsD .social {
  display: inline-block;
}
.cid-rOi9iVZrsD .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi9iVZrsD .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi9iVZrsD .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi9iVZrsD .brand {
  margin-bottom: 10px;
}
.cid-rOi9iVZrsD a {
  font-weight: 700;
}
.cid-rOi9iVZrsD a:hover {
  color: #482be7 !important;
}
.cid-rOi9iVZrsD .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi9iVZrsD .privacy {
  margin-top: 10px;
}
.cid-rOi9iVZrsD .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi9n0rKXy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rOi9n0rKXy .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rOi9n0rKXy .brand__text {
  margin-bottom: 0;
}
.cid-rOi9n0rKXy .brand__text a {
  font-weight: 700;
}
.cid-rOi9n0rKXy a:hover {
  color: #482be7 !important;
}
.cid-rOi9n0rKXy .mbr-text,
.cid-rOi9n0rKXy .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi9n0rKXy .menu {
  margin: 10px 0;
}
.cid-rOi9n0rKXy .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-rOi9n0rKXy .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-rOi9n0rKXy .menu__items:last-child {
  margin-right: 0;
}
.cid-rOi9n0rKXy .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-rOi9n0rKXy .social {
  margin-top: 10px;
}
.cid-rOi9n0rKXy .social a {
  margin: 0 15px;
}
.cid-rOi9n0rKXy .social a:last-child {
  margin-right: 0;
}
.cid-rOi9n0rKXy .social a:first-child {
  margin-left: 0;
}
.cid-rOi9n0rKXy .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-rOi9nw82GV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rOi9nw82GV .menu {
  margin-bottom: 50px;
}
.cid-rOi9nw82GV .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
}
.cid-rOi9nw82GV .menu__items {
  margin-bottom: 20px;
}
.cid-rOi9nw82GV .menu__items a:hover {
  color: #482be7 !important;
}
.cid-rOi9nw82GV .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rOi9nw82GV .social {
  margin-bottom: 50px;
}
.cid-rOi9nw82GV .social__wrap a {
  margin: 0 15px;
}
.cid-rOi9nw82GV .social__wrap a:last-child {
  margin-right: 0;
}
.cid-rOi9nw82GV .social__wrap a:first-child {
  margin-left: 0;
}
.cid-rOi9nw82GV .social__wrap a:hover {
  color: #482be7 !important;
}
.cid-rOi9nw82GV .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-rOi9nw82GV .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-rOi9nw82GV .divider {
    margin-top: 0;
  }
}
.cid-rOi9nw82GV .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-rOi9nw82GV .brand {
  margin-bottom: 30px;
}
.cid-rOi9nw82GV .brand__text {
  margin-bottom: 0;
}
.cid-rOi9nw82GV .brand__text a {
  font-weight: 700;
}
.cid-rOi9nw82GV .brand__text a:hover {
  color: #482be7 !important;
}
.cid-rOi9nw82GV .adress {
  margin-bottom: 50px;
}
.cid-rOi9nw82GV .title__info {
  margin-bottom: 25px;
}
.cid-rOi9nw82GV .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rOi9nw82GV .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-rOi9nw82GV .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-rOi9nw82GV .title__menu {
    margin-bottom: 15px;
  }
  .cid-rOi9nw82GV .menu__items {
    margin-bottom: 10px;
  }
  .cid-rOi9nw82GV .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-rOi9nw82GV .bottom__wrap,
  .cid-rOi9nw82GV .social {
    text-align: center;
  }
  .cid-rOi9nw82GV .bottom__wrap {
    justify-content: center;
  }
}
.cid-rOo43bcG35 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo43bcG35 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo43bcG35 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo43bcG35 .content__block {
  margin-top: 20px;
}
.cid-rOo43bcG35 .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo43bcG35 .card__products {
    margin: 55px 0 0;
  }
  .cid-rOo43bcG35 .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rOo43bcG35 .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rOo43bcG35 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo43bcG35 .image:hover {
  opacity: .8;
}
.cid-rOo43bcG35 .card__bottom {
  margin-top: 15px;
}
.cid-rOo43bcG35 .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo43bcG35 .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo43bcG35 .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo43bcG35 .card__descr {
    max-width: 100%;
  }
}
.cid-rOi6FLf1Sb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOi6FLf1Sb .wrapper {
  line-height: 40px;
}
.cid-rOi6FLf1Sb .social {
  display: inline-block;
}
.cid-rOi6FLf1Sb .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi6FLf1Sb .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi6FLf1Sb .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi6FLf1Sb .brand {
  margin-bottom: 10px;
}
.cid-rOi6FLf1Sb a {
  font-weight: 700;
}
.cid-rOi6FLf1Sb a:hover {
  color: #482be7 !important;
}
.cid-rOi6FLf1Sb .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi6FLf1Sb .privacy {
  margin-top: 10px;
}
.cid-rOi6FLf1Sb .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rOi8hKxuQi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rOi8hKxuQi .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rOi8hKxuQi .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi8hKxuQi .mbr-section-btn {
  margin-top: 45px;
}
.cid-rOi8hKxuQi .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
}
.cid-rOi8hKxuQi img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rOi8hKxuQi .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rOi8hKxuQi .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rOi8hKxuQi .mbr-text {
    margin-top: 10px;
  }
}
.cid-rNJacCxSmc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg1.jpg");
}
.cid-rNJacCxSmc .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #919dab;
  text-align: left;
}
.cid-rNJacCxSmc .content__block {
  padding: 60px 0 55px;
  border-radius: 10px;
  border: none;
  background-color: #ffffff;
}
.cid-rNJacCxSmc .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-rNJacCxSmc .content__block {
    padding: 30px 0;
  }
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNJacrMQlC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJacrMQlC .mbr-text {
  margin-bottom: 0;
}
.cid-rNJacrMQlC .block__right {
  margin-bottom: 10px;
}
.cid-rNJacrMQlC .right__block-text {
  font-weight: 500;
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJabI6Eys {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
}
.cid-rNJabI6Eys .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rNJabI6Eys .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-rNJabI6Eys .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-rNJabI6Eys .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-rNJabI6Eys .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rNJabI6Eys .text__block {
    margin-top: 10px;
  }
}
.cid-rNJacYSIhO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJacYSIhO .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJacYSIhO .mbr-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJacYSIhO .card__block {
  margin-top: 45px;
  font-weight: 500;
}
.cid-rNJacYSIhO .card__title {
  width: 100%;
}
.cid-rNJadSEREU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-rNJadSEREU .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
}
.cid-rNJadSEREU .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-rNJadSEREU .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-rNJadSEREU .text__block {
    margin-top: 1.5rem;
  }
}
.cid-rNJaebYVt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rNJaebYVt2 .mbr-section-title {
  margin-top: 45px;
  margin-bottom: 0;
}
.cid-rNJaebYVt2 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-rNJaebYVt2 .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-rNJaebYVt2 .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-rNJaebYVt2 .mbr-iconfont:nth-child(1) {
  color: #e93a7d;
}
.cid-rNJaebYVt2 .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-rNJaebYVt2 .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-rNJaebYVt2 .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-rNJaebYVt2 .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-rNJaebYVt2 .mbr-text {
    margin-top: 15px;
  }
  .cid-rNJaebYVt2 .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-rNJaeCQMnc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg1.jpg");
}
.cid-rNJaeCQMnc .mbr-text {
  margin-top: 15px;
  opacity: .7;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNJaeCQMnc .block__right {
  border-radius: 20px;
  padding: 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #ffffff;
}
.cid-rNJaeCQMnc .right__block-text {
  color: #482be7;
  margin-bottom: 0;
}
.cid-rNJaeCQMnc .mbr-section-title {
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-rNJaeCQMnc .content__block {
    margin-top: 1.5rem;
  }
}
@media (min-width: 991px) {
  .cid-rNJaeCQMnc .block__right {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-rNJah6jdV3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJah6jdV3 .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rNJah6jdV3 .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJah6jdV3 .mbr-section-btn {
  margin-top: 45px;
}
.cid-rNJah6jdV3 .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-rNJah6jdV3 img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rNJah6jdV3 .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rNJah6jdV3 .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rNJah6jdV3 .mbr-text {
    margin-top: 10px;
  }
}
.cid-rNJai5JYVJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg4.jpg");
}
.cid-rNJai5JYVJ .block__inner {
  padding: 55px 20px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-rNJai5JYVJ .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJai5JYVJ .mbr-text {
  margin-bottom: 0;
}
.cid-rNJai5JYVJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-rNJai5JYVJ .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJai5JYVJ .mbr-media {
  margin: 35px 0 40px;
}
.cid-rNJai5JYVJ .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
}
.cid-rNJai5JYVJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rNJai5JYVJ .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-rNJai5JYVJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNJai5JYVJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNJai5JYVJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNJai5JYVJ 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-rNJai5JYVJ a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rNJai5JYVJ .block__inner {
    padding: 40px 10px;
  }
}
.cid-rNJahPQNnl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJahPQNnl .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ebeaed;
}
.cid-rNJahPQNnl .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-rNJahPQNnl .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-rNJahPQNnl .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJahPQNnl .mbr-section-btn {
  margin-top: 40px;
}
.cid-rNJahPQNnl .mbr-section-btn .btn {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-rNJahPQNnl .mbr-text {
    margin-top: 10px;
  }
  .cid-rNJahPQNnl .mbr-section-title {
    margin-top: 10px;
  }
  .cid-rNJahPQNnl .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-rNJaioZaMt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg7.jpg");
}
.cid-rNJaioZaMt .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-rNJaioZaMt .mbr-section-title {
  margin: 10px 0;
}
.cid-rNJaioZaMt .mbr-text {
  margin-bottom: 0;
}
.cid-rNJaioZaMt .subscribe__form {
  margin-top: 40px;
}
.cid-rNJaioZaMt .form-group {
  margin-bottom: 0;
}
.cid-rNJaioZaMt .form-control {
  border: 2px solid rgba(235, 234, 237, 0.4);
  font-size: 18px;
  color: #ebeaed;
  height: 50px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNJaioZaMt .input-group-btn .btn {
  line-height: 50px;
  font-weight: 500;
}
.cid-rNJaioZaMt .mbr-form .btn {
  margin: 0;
}
.cid-rNJaioZaMt input::-webkit-input-placeholder {
  color: #ebeaed;
  opacity: .4;
}
.cid-rNJaioZaMt input::-moz-placeholder {
  color: #ebeaed;
  opacity: .4;
}
.cid-rNJaioZaMt .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-rNJaioZaMt .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-rNJaioZaMt .form-control {
    margin-bottom: 20px;
  }
  .cid-rNJaioZaMt .image {
    margin-top: 50px;
  }
  .cid-rNJaioZaMt .content__block {
    justify-content: center;
    text-align: center;
  }
}
.cid-rNJaiLnagf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJaiLnagf .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
}
.cid-rNJaiLnagf .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-rNJaiLnagf .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/big-height23.jpg");
}
.cid-rNJaiLnagf .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-rNJaiLnagf .mbr-section-title,
.cid-rNJaiLnagf .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-rNJaiLnagf .mbr-section-subtitle,
.cid-rNJaiLnagf .mbr-section-subtitle2 {
  color: #919dab;
}
.cid-rNJaiLnagf .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-rNJaiLnagf .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJaiLnagf .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-rNJaiLnagf .block__product .block__inner {
  margin-right: 0;
}
.cid-rNJaiLnagf .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-rNJaiLnagf .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-rNJaiLnagf .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-rNJaiLnagf .border__block {
    border: none;
  }
  .cid-rNJaiLnagf .mbr-section-title,
  .cid-rNJaiLnagf .mbr-section-title2,
  .cid-rNJaiLnagf .mbr-section-subtitle,
  .cid-rNJaiLnagf .mbr-section-subtitle2 {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-rNJaiLnagf .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-rNJaiLnagf .border__block {
    text-align: center;
  }
  .cid-rNJaiLnagf .block__inner {
    padding: 40px 20px;
  }
}
.cid-rNJbstatKR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-rNJbstatKR .mbr-section-title {
  margin-bottom: 45px;
}
.cid-rNJbstatKR .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ebeaed !important;
  background-color: #ffffff;
}
.cid-rNJbstatKR .card:last-child {
  border-bottom: none !important;
}
.cid-rNJbstatKR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff;
}
.cid-rNJbstatKR .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rNJbstatKR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNJbstatKR .card__title {
  padding: 25px 0;
  margin-bottom: 0;
}
.cid-rNJbstatKR .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-rNJbstatKR .panel-text {
  color: #919dab;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.cid-rNJbstatKR .title__text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNJbstatKR .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-rNJbstatKR .mbr-section-btn {
  margin-top: 15px;
}
.cid-rNJbstatKR .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-rNJbstatKR .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-rNJbstatKR .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-rNJbsXhsXu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJbsXhsXu .card:nth-child(odd) .add__block {
  display: none;
}
.cid-rNJbsXhsXu .add__block {
  margin-top: 35px;
}
.cid-rNJbsXhsXu .add__block .add__block_image {
  width: 170px;
}
.cid-rNJbsXhsXu .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-rNJbsXhsXu .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-rNJbsXhsXu .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-rNJbsXhsXu .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJbsXhsXu .row {
  margin: 0;
}
.cid-rNJbsXhsXu .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJbsXhsXu .step-container {
  margin-top: 25px;
}
.cid-rNJbsXhsXu .padding__bot {
  padding-bottom: 50px;
}
.cid-rNJbsXhsXu .step-text-content {
  padding-top: 10px;
}
.cid-rNJbsXhsXu .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-rNJbsXhsXu .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #919DAB;
}
.cid-rNJbsXhsXu .mbr-section-btn {
  margin-top: 20px;
}
.cid-rNJbsXhsXu .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJbsXhsXu .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-rNJbsXhsXu .add__block {
    display: flex;
  }
  .cid-rNJbsXhsXu .step-element {
    display: flex;
  }
  .cid-rNJbsXhsXu .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-rNJbsXhsXu .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-rNJbsXhsXu .separline {
    position: relative;
  }
  .cid-rNJbsXhsXu .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-rNJbsXhsXu .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-rNJbsXhsXu .add__block_title {
    margin-top: 30px;
  }
  .cid-rNJbsXhsXu .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-rOo4ER6mF8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo4ER6mF8 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo4ER6mF8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4ER6mF8 .content__block {
  margin-top: 20px;
}
.cid-rOo4ER6mF8 .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo4ER6mF8 .card__products {
    margin: 55px 0 0;
  }
  .cid-rOo4ER6mF8 .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rOo4ER6mF8 .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rOo4ER6mF8 .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo4ER6mF8 .image:hover {
  opacity: .8;
}
.cid-rOo4ER6mF8 .card__bottom {
  margin-top: 15px;
}
.cid-rOo4ER6mF8 .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo4ER6mF8 .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo4ER6mF8 .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo4ER6mF8 .card__descr {
    max-width: 100%;
  }
}
.cid-rOi8g2vrbJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOi8g2vrbJ .wrapper {
  line-height: 40px;
}
.cid-rOi8g2vrbJ .social {
  display: inline-block;
}
.cid-rOi8g2vrbJ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi8g2vrbJ .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi8g2vrbJ .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi8g2vrbJ .brand {
  margin-bottom: 10px;
}
.cid-rOi8g2vrbJ a {
  font-weight: 700;
}
.cid-rOi8g2vrbJ a:hover {
  color: #482be7 !important;
}
.cid-rOi8g2vrbJ .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi8g2vrbJ .privacy {
  margin-top: 10px;
}
.cid-rOi8g2vrbJ .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOi8nOm3vk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rOi8nOm3vk .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rOi8nOm3vk .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi8nOm3vk .mbr-section-btn {
  margin-top: 45px;
}
.cid-rOi8nOm3vk .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
}
.cid-rOi8nOm3vk img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rOi8nOm3vk .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rOi8nOm3vk .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rOi8nOm3vk .mbr-text {
    margin-top: 10px;
  }
}
.cid-rOo4JRn4wE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo4JRn4wE .mbr-section-title {
  margin-bottom: 60px;
}
.cid-rOo4JRn4wE .block__left {
  margin-bottom: 50px;
}
.cid-rOo4JRn4wE .text__left {
  margin-top: 85px;
  margin-bottom: 0;
}
.cid-rOo4JRn4wE .image img {
  max-width: 80%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.cid-rOo4JRn4wE .title__right {
  margin-bottom: 15px;
}
.cid-rOo4JRn4wE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4JRn4wE .item__right {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-rOo4JRn4wE .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-rOo4JRn4wE .text__left {
    margin-top: 0;
  }
  .cid-rOo4JRn4wE .item__right {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.cid-rNJ93Emd2K {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg4.jpg");
}
.cid-rNJ93Emd2K .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNJ93Emd2K .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-rNJ93Emd2K .icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.cid-rNJ93Emd2K .mbr-iconfont {
  margin-right: 25px;
  width: 42px;
  font-size: 42px;
}
.cid-rNJ93Emd2K .mbr-iconfont:nth-child(1) {
  color: #ffffff;
}
.cid-rNJ93Emd2K .mbr-iconfont:nth-child(2) {
  color: #ffffff;
}
.cid-rNJ93Emd2K .mbr-iconfont:nth-child(3) {
  color: #ffffff;
}
.cid-rNJ93Emd2K .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
.cid-rNJ93Emd2K .mbr-iconfont:nth-child(5) {
  color: #7fa8d7;
}
.cid-rNJ93Emd2K .mbr-section-btn {
  margin-top: 75px;
}
.cid-rNJ93Emd2K .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJ94hl9Df {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJ94hl9Df .mbr-section-title {
  margin-bottom: 25px;
}
.cid-rNJ94hl9Df .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-rNJ94hl9Df .icons {
  margin-left: 20px;
}
.cid-rNJ94hl9Df .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  width: 32px;
  font-size: 32px;
}
.cid-rNJ94hl9Df .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-rNJ94hl9Df .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
}
@media (min-width: 767px) {
  .cid-rNJ94hl9Df .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-rNJ94hl9Df .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-rNJ94hl9Df .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJ94hl9Df .card__block {
  margin-bottom: 80px;
}
.cid-rNJ94hl9Df .card__block:last-child {
  margin-bottom: 0;
}
.cid-rNJ94hl9Df .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-rNJ94hl9Df .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-rNJ94hl9Df .card__title {
  margin: 10px 0 20px;
}
.cid-rNJ94hl9Df .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-rNJ94hl9Df .mbr-section-btn,
  .cid-rNJ94hl9Df .mbr-section-title,
  .cid-rNJ94hl9Df .mbr-text,
  .cid-rNJ94hl9Df .buttons {
    text-align: left !important;
  }
  .cid-rNJ94hl9Df .card__block {
    margin-bottom: 40px;
  }
  .cid-rNJ94hl9Df .card__title {
    margin: 10px 0;
  }
}
.cid-rNJ95LRZAI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
}
.cid-rNJ95LRZAI .block__content {
  margin-bottom: 50px;
}
.cid-rNJ95LRZAI .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rNJ95LRZAI .mbr-text {
  margin-bottom: 0;
}
.cid-rNJ95LRZAI .mbr-section-btn {
  margin-top: 35px;
}
.cid-rNJ95LRZAI .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJ95LRZAI .card__wrapper {
  margin-top: 15px;
}
.cid-rNJ95LRZAI .card__block {
  margin-bottom: 35px;
}
.cid-rNJ95LRZAI .marg {
  margin-bottom: 15px;
  display: flex;
}
.cid-rNJ95LRZAI .card__title {
  margin-bottom: 0;
  width: 100%;
}
.cid-rNJ95LRZAI .card__text {
  margin-left: 45px;
  margin-bottom: 0;
}
.cid-rNJ95LRZAI .mbr-iconfont {
  margin-right: 15px;
  width: 30px;
  font-size: 24px;
}
.cid-rNJ94vwfkj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJ94vwfkj .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-rNJ94vwfkj .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-rNJ94vwfkj .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJ94vwfkj .image {
  margin: auto;
}
.cid-rNJ94vwfkj .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-rNJ94vwfkj .linked {
  color: #e93a7d;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-rNJ94vwfkj .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-rNJ94vwfkj .linked {
    margin: 30px 0 40px;
  }
}
.cid-rNJ94vwfkj .bottom__block {
  margin-bottom: 40px;
}
.cid-rNJ94vwfkj .card__title {
  margin-bottom: 20px;
}
.cid-rNJ94vwfkj .card__text {
  color: #919dab;
}
.cid-rNJ96k6PqK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg7.jpg");
}
.cid-rNJ96k6PqK .mbr-text {
  margin: 0;
}
.cid-rNJ96k6PqK .mbr-title {
  margin-bottom: 30px;
}
.cid-rNJ96k6PqK .row-element,
.cid-rNJ96k6PqK .image-element {
  padding: 0;
}
.cid-rNJ96k6PqK .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rNJ96k6PqK .img-wrap img {
  max-width: 90%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-rNJ96k6PqK .img-wrap {
    margin-bottom: 50px;
  }
  .cid-rNJ96k6PqK .img-wrap img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-rNJ96k6PqK .img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 575px) {
  .cid-rNJ96k6PqK .img-wrap img {
    max-width: 100%;
  }
}
.cid-rNJ96k6PqK .card__item {
  margin-top: 50px;
}
.cid-rNJ96k6PqK .icon .mbr-iconfont {
  font-size: 40px;
}
.cid-rNJ96k6PqK .card__title {
  margin: 20px 0 15px;
}
.cid-rNJ96k6PqK .card__text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rNJ96k6PqK .height__100 {
    height: 100%;
  }
}
.cid-rNJ96k6PqK .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 20px;
  left: -25px;
}
.cid-rNJ96k6PqK .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: 2px solid #ffffff;
}
.cid-rNJ96k6PqK .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  margin: 5px;
  box-sizing: border-box;
  opacity: 0.3;
  background-color: transparent;
  border-radius: 50%;
}
.cid-rNJ96k6PqK .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rNJ96k6PqK .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rNJ96k6PqK .carousel-indicators {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ96k6PqK .image-element {
    min-width: 50%;
  }
  .cid-rNJ96k6PqK .media-container-row {
    width: 100%;
  }
}
.cid-rNJ98jBu1N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rNJ98jBu1N .mbr-section-title {
  margin-bottom: 25px;
}
.cid-rNJ98jBu1N .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJ98jBu1N .image {
  height: 730px;
}
.cid-rNJ98jBu1N .image img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
}
.cid-rNJ98jBu1N .content__block {
  padding: 99px 0 80px;
}
.cid-rNJ98jBu1N .divider {
  margin: 55px 0 70px;
  height: 2px;
  background-color: #EBEAED;
}
.cid-rNJ98jBu1N .block__column {
  margin-top: 40px;
}
.cid-rNJ98jBu1N .column__title {
  margin-bottom: 20px;
}
.cid-rNJ98jBu1N .column__text {
  margin-bottom: 15px;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-rNJ98jBu1N .divider {
    margin: 40px 0 0;
  }
  .cid-rNJ98jBu1N .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-rNJ98BStjH {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-rNJ98BStjH .mbr-section-title {
  margin: 20px 0 30px;
}
.cid-rNJ98BStjH .art {
  display: flex;
  flex-direction: column;
}
.cid-rNJ98BStjH .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJ98BStjH .image__top {
  display: flex;
  justify-content: flex-start;
}
.cid-rNJ98BStjH .image__top img {
  padding: 20px 0;
  object-fit: cover;
}
.cid-rNJ98BStjH .mbr-section-btn {
  margin-top: 30px;
}
.cid-rNJ98BStjH .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-rNJ98BStjH .bottom__wrapper {
  margin-top: 75px;
}
.cid-rNJ98BStjH .bottom__block {
  padding-bottom: 60px;
}
.cid-rNJ98BStjH .bottom__title {
  margin: 55px 0 30px;
}
.cid-rNJ98BStjH .image__bottom {
  height: 500px;
}
.cid-rNJ98BStjH .image__bottom img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px 0;
}
.cid-rNJ98BStjH .bottom__text {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rNJ98BStjH .image__top img {
    width: 100%;
    height: 100%;
    margin-top: 40px;
  }
  .cid-rNJ98BStjH .image__bottom {
    height: 350px;
  }
  .cid-rNJ98BStjH .bottom__wrapper {
    margin-top: 50px;
  }
  .cid-rNJ98BStjH .bottom__title {
    margin: 0 0 10px;
  }
  .cid-rNJ98BStjH .bottom__block {
    padding-bottom: 40px;
  }
}
.cid-rNJ98UibGJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNJ98UibGJ .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-rNJ98UibGJ .wrapper {
  margin-bottom: 60px;
}
.cid-rNJ98UibGJ .content__block {
  margin: 30px 0 40px;
}
.cid-rNJ98UibGJ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rNJ98UibGJ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNJ98UibGJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-rNJ98UibGJ .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-rNJ98UibGJ .image {
  transition: all .2s;
}
.cid-rNJ98UibGJ .image:hover {
  opacity: .7;
}
.cid-rNJ98UibGJ .image img {
  border-radius: 10px;
  width: 100%;
  max-width: 90%;
  height: auto;
}
.cid-rNJ9ail57B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rNJ9ail57B .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-rNJ9ail57B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNJ9ail57B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNJ9ail57B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNJ9ail57B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2f1893;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rNJ9ail57B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNJ9ail57B .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rNJ9ail57B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNJ9ail57B .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #2f1893 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rNJ9ail57B .mbr-gallery-item > div img,
.cid-rNJ9ail57B .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-rNJ9ail57B .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-rNJ9ail57B .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-rNJ9ail57B .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-rNJ9ail57B .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-rNJ9ail57B .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-rNJ9ail57B .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-rNJ9ail57B .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-rNJ9ail57B .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-rNJ9ail57B .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-rOo4PUuA2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo4PUuA2G .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo4PUuA2G .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4PUuA2G .content__block {
  margin-top: 20px;
}
.cid-rOo4PUuA2G .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo4PUuA2G .card__products {
    margin: 55px 0 0;
  }
  .cid-rOo4PUuA2G .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rOo4PUuA2G .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rOo4PUuA2G .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo4PUuA2G .image:hover {
  opacity: .8;
}
.cid-rOo4PUuA2G .card__bottom {
  margin-top: 15px;
}
.cid-rOo4PUuA2G .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo4PUuA2G .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo4PUuA2G .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo4PUuA2G .card__descr {
    max-width: 100%;
  }
}
.cid-rOih7bRqDd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOih7bRqDd .wrapper {
  line-height: 40px;
}
.cid-rOih7bRqDd .social {
  display: inline-block;
}
.cid-rOih7bRqDd .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOih7bRqDd .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOih7bRqDd .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOih7bRqDd .brand {
  margin-bottom: 10px;
}
.cid-rOih7bRqDd a {
  font-weight: 700;
}
.cid-rOih7bRqDd a:hover {
  color: #482be7 !important;
}
.cid-rOih7bRqDd .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOih7bRqDd .privacy {
  margin-top: 10px;
}
.cid-rOih7bRqDd .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rOi8Bs6xSr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rOi8Bs6xSr .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-rOi8Bs6xSr .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOi8Bs6xSr .mbr-section-btn {
  margin-top: 45px;
}
.cid-rOi8Bs6xSr .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
}
.cid-rOi8Bs6xSr img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rOi8Bs6xSr .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rOi8Bs6xSr .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-rOi8Bs6xSr .mbr-text {
    margin-top: 10px;
  }
}
.cid-rNENFjzErI {
  min-height: 101px !important;
  overflow: visible;
  background: #ffffff;
}
.cid-rNENFjzErI .col-lg-auto {
  position: static;
}
.cid-rNENFjzErI .nav-item,
.cid-rNENFjzErI .nav-link,
.cid-rNENFjzErI .navbar-caption {
  font-weight: normal;
}
.cid-rNENFjzErI .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNENFjzErI .nav-link {
  line-height: 40px;
}
.cid-rNENFjzErI .dropdown {
  position: static;
}
.cid-rNENFjzErI .dropdown .dropdown-item {
  margin: 0 !important;
}
.cid-rNENFjzErI .dropdown-toggle::after,
.cid-rNENFjzErI .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-rNENFjzErI .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNENFjzErI .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: 0px;
  transform: rotate(225deg);
}
.cid-rNENFjzErI .dropdown-item {
  padding: 5px 15px !important;
  justify-content: center;
  font-weight: 400;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-rNENFjzErI li.dropdown > .dropdown-menu {
    width: 80%;
    height: calc(100vh - 83px);
    max-height: 476px;
    overflow: hidden;
    border-top: 2px solid #ebeaed;
    padding: 40px 15px 40px 0;
  }
  .cid-rNENFjzErI li.dropdown > .dropdown-menu:after {
    content: '';
    width: 50%;
    height: 75%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .cid-rNENFjzErI li.dropdown:nth-child(1) > .dropdown-menu:after {
    background-image: url("https://mobirise.com/extensions/marketm4/assets/images/design204.jpg");
  }
  .cid-rNENFjzErI li.dropdown:nth-child(2) > .dropdown-menu:after {
    background-image: url("https://mobirise.com/extensions/marketm4/assets/images/design25.jpg");
  }
  .cid-rNENFjzErI li.dropdown:nth-child(3) > .dropdown-menu:after {
    background-image: url("https://mobirise.com/extensions/marketm4/assets/images/design76.jpg");
  }
  .cid-rNENFjzErI .navbar .dropdown.open > .dropdown-menu {
    top: 80px !important;
  }
}
.cid-rNENFjzErI .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNENFjzErI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.cid-rNENFjzErI .dropdown .open {
  position: relative;
}
.cid-rNENFjzErI .dropdown .open .dropdown-menu .dropdown-submenu {
  position: absolute;
}
.cid-rNENFjzErI .navbar .dropdown.open > .dropdown-submenu {
  top: 0 !important;
  left: 0 !important;
}
.cid-rNENFjzErI .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNENFjzErI .btn__none {
  background-color: transparent !important;
  border: none !important;
}
.cid-rNENFjzErI .btn__none:hover {
  background-color: transparent !important;
  color: #482be7 !important;
}
.cid-rNENFjzErI .nav-item:focus,
.cid-rNENFjzErI .nav-link:focus {
  outline: none;
}
.cid-rNENFjzErI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cid-rNENFjzErI .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNENFjzErI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNENFjzErI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNENFjzErI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNENFjzErI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNENFjzErI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNENFjzErI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNENFjzErI .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rNENFjzErI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNENFjzErI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNENFjzErI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNENFjzErI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNENFjzErI .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNENFjzErI .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  .cid-rNENFjzErI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNENFjzErI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNENFjzErI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNENFjzErI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNENFjzErI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNENFjzErI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNENFjzErI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNENFjzErI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNENFjzErI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNENFjzErI .navbar-brand .navbar-caption {
  line-height: 40px !imporant;
}
.cid-rNENFjzErI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNENFjzErI .dropdown-item.active,
.cid-rNENFjzErI .dropdown-item:active {
  background-color: transparent;
}
.cid-rNENFjzErI .nav-dropdown .link .dropdown-toggle {
  transition: all 0.25s ease;
}
.cid-rNENFjzErI .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNENFjzErI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNENFjzErI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNENFjzErI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNENFjzErI .navbar-buttons {
  text-align: center;
}
.cid-rNENFjzErI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNENFjzErI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #482be7;
}
.cid-rNENFjzErI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNENFjzErI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNENFjzErI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNENFjzErI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNENFjzErI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNENFjzErI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNENFjzErI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNENFjzErI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNENFjzErI .navbar-dropdown {
  padding: 30px 0;
  position: relative;
}
.cid-rNENFjzErI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNENFjzErI .mbr-iconfont {
  font-size: inherit;
  color: #919dab;
  display: inline-flex;
}
.cid-rNENFjzErI .soc-item {
  padding: 0 15px;
  position: relative;
  top: 103px;
}
.cid-rNENFjzErI .social__link {
  line-height: 40px;
}
.cid-rNENFjzErI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNENFjzErI .navbar {
    height: 77px;
  }
  .cid-rNENFjzErI .navbar.opened {
    height: auto;
  }
  .cid-rNENFjzErI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNEyYyfAGy {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-rNEyYyfAGy h1 {
  margin-bottom: 0;
}
.cid-rNEyYyfAGy .subscribe__form {
  margin-top: 75px !important;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-rNEyYyfAGy .subscribe__form {
    margin-top: 40px !important;
  }
}
.cid-rNEyYyfAGy .form-group,
.cid-rNEyYyfAGy .input-group-btn {
  margin-bottom: 0;
  padding: 0;
}
.cid-rNEyYyfAGy .form-control {
  height: 60px;
  border: 2px solid #ebeaed;
  font-weight: 700;
  font-size: 20px;
  color: #ebeaed;
  margin-bottom: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNEyYyfAGy .input-group-btn .btn {
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  padding: 0 40px;
  width: 100%;
}
.cid-rNEyYyfAGy .mbr-form .btn {
  margin: 0;
}
.cid-rNEyYyfAGy input::-webkit-input-placeholder {
  color: #ebeaed;
  opacity: .7;
}
.cid-rNEyYyfAGy input::-moz-placeholder {
  color: #ebeaed;
  opacity: .7;
}
.cid-rNEyYyfAGy .right_block {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .cid-rNEyYyfAGy .right_block {
    margin-top: 3rem;
  }
}
.cid-rNEyYyfAGy .mbr-text {
  color: #919dab;
  margin-top: 30px;
  font-weight: 500;
}
.cid-rNEyYyfAGy .mbr-figure img {
  border-radius: 10px;
}
.cid-rNEyY4Dxxe {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #2f1893;
}
.cid-rNEyY4Dxxe h1 {
  margin-bottom: 0;
}
.cid-rNEyY4Dxxe .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
.cid-rNEyY4Dxxe .subscribe__form {
  margin-top: 70px;
}
.cid-rNEyY4Dxxe .form-group {
  margin-bottom: 0;
}
.cid-rNEyY4Dxxe .form-control {
  border: 2px solid #ebeaed;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #ebeaed;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNEyY4Dxxe .input-group-btn .btn {
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  font-weight: 500 !important;
}
.cid-rNEyY4Dxxe .mbr-form .btn {
  margin: 0;
}
.cid-rNEyY4Dxxe input::-webkit-input-placeholder {
  color: #ebeaed;
  opacity: .6;
}
.cid-rNEyY4Dxxe input::-moz-placeholder {
  color: #ebeaed;
  opacity: .6;
}
@media (max-width: 767px) {
  .cid-rNEyY4Dxxe .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-rNEyY4Dxxe .form-control {
    margin-bottom: 15px;
  }
}
.cid-rNEyZeNxdf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rNEyZeNxdf h1 {
  margin-bottom: 0;
}
.cid-rNEyZeNxdf .mbr-section-btn {
  margin-top: 50px;
}
.cid-rNEyZeNxdf .mbr-section-btn .btn {
  font-weight: 700;
  height: 60px;
  line-height: 60px;
}
.cid-rNEyZeNxdf .block__image {
  margin: 70px 0 40px;
}
@media (max-width: 991px) {
  .cid-rNEyZeNxdf .block__image {
    margin: 70px 0 20px;
  }
}
.cid-rNEyZeNxdf .block__image img {
  width: 100%;
  border-radius: 10px;
}
.cid-rNEyZeNxdf .bottom__block {
  margin-top: 30px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .cid-rNEyZeNxdf .bottom__block {
    border-left: 2px solid #e8eaed;
  }
}
.cid-rNEyZeNxdf .bottom__block:first-child {
  border-left: none;
}
.cid-rNEyZeNxdf .bottom__text {
  color: #919dab;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rNEyZeNxdf .bottom__text {
    margin: 0 25px;
  }
}
.cid-rNEyZeNxdf .bottom__block:nth-child(4) {
  border-left: none;
}
.cid-rNEyZQ8wmI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
}
.cid-rNEyZQ8wmI h1 {
  margin-bottom: 0;
}
.cid-rNEyZQ8wmI .mbr-section-btn {
  margin-top: 75px;
}
.cid-rNEyZQ8wmI .mbr-section-btn .btn {
  font-weight: 700;
  line-height: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-rNEyZQ8wmI .mbr-section-btn .btn {
    height: 60px;
    line-height: 60px;
  }
}
.cid-rNEyZQ8wmI .mbr-section-subtitle {
  opacity: .7;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-rNEyZQ8wmI .bottom__block {
  margin-top: 70px;
}
.cid-rNEyZQ8wmI .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-rNEyZQ8wmI .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-rNEyZQ8wmI .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-rNEyZQ8wmI .mbr-figure img {
  border-radius: 10px;
}
.cid-rNEyZQ8wmI .mbr-text {
  width: 40%;
}
.cid-rNEyZQ8wmI .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-rNEyZQ8wmI .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rNEyZQ8wmI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rNEyZQ8wmI .modalWindow,
.cid-rNEyZQ8wmI .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNEyZQ8wmI .modalWindow .modalWindow-container,
.cid-rNEyZQ8wmI .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNEyZQ8wmI .modalWindow .modalWindow-video,
.cid-rNEyZQ8wmI .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNEyZQ8wmI 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-rNEyZQ8wmI a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rNEyZQ8wmI .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-rNEyZQ8wmI .bottom__card {
    flex-direction: column;
  }
  .cid-rNEyZQ8wmI .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-rNEyZQ8wmI .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-rNEyZQ8wmI .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rNEyZQ8wmI .bottom__block {
    flex-direction: column;
  }
}
.cid-rNEz08WlC4 .modal-body .close {
  background: #1b1b1b;
}
.cid-rNEz08WlC4 .modal-body .close span {
  font-style: normal;
}
.cid-rNEz08WlC4 .carousel-inner > .active,
.cid-rNEz08WlC4 .carousel-inner > .next,
.cid-rNEz08WlC4 .carousel-inner > .prev {
  display: table;
}
.cid-rNEz08WlC4 .carousel-control .icon-next,
.cid-rNEz08WlC4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rNEz08WlC4 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rNEz08WlC4 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNEz08WlC4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rNEz08WlC4 .boxed-slider > div {
  position: relative;
}
.cid-rNEz08WlC4 .container img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.cid-rNEz08WlC4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rNEz08WlC4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rNEz08WlC4 .mbr-table-cell {
  padding: 0;
}
.cid-rNEz08WlC4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rNEz08WlC4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rNEz08WlC4 .mbr-overlay {
  z-index: 1;
}
.cid-rNEz08WlC4 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 800px;
}
.cid-rNEz08WlC4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rNEz08WlC4 .carousel-item .container {
    width: 100%;
  }
}
.cid-rNEz08WlC4 .carousel-item-next.carousel-item-left,
.cid-rNEz08WlC4 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rNEz08WlC4 .active.carousel-item-right,
.cid-rNEz08WlC4 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rNEz08WlC4 .active.carousel-item-left,
.cid-rNEz08WlC4 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rNEz08WlC4 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rNEz08WlC4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNEz08WlC4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNEz08WlC4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rNEz08WlC4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-rNEz08WlC4 .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators li.active,
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators li::after,
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rNEz08WlC4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rNEz08WlC4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rNEz08WlC4 .mbr-slider > .container img {
  width: 100%;
}
.cid-rNEz08WlC4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rNEz08WlC4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rNEz08WlC4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNEz08WlC4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rNEz08WlC4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rNEz08WlC4 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rNEz08WlC4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rNEz08WlC4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rNEz08WlC4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rNEz08WlC4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rNEz08WlC4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rNEz08WlC4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rNEz08WlC4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rNEz08WlC4 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rNEz08WlC4 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-rNEz08WlC4 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-rNEz08WlC4 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNEz08WlC4 .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNEz08WlC4 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rNEz08WlC4 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rNEz08WlC4 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rNEz08WlC4 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rNEz08WlC4 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rNEz0tHAzR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNEz0tHAzR .mbr-section-title {
  margin-bottom: 25px;
}
.cid-rNEz0tHAzR .mbr-section-btn {
  margin-top: 60px;
}
.cid-rNEz0tHAzR .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNEz0tHAzR .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-rNEz0tHAzR .bottom__block {
    margin-top: 80px;
  }
}
.cid-rNEz0tHAzR .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-rNEz0tHAzR .bottom__card:first-child .separate {
  border-left: none;
}
.cid-rNEz0tHAzR .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-rNEz0tHAzR .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-rNEz0tHAzR .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-rNEz0tHAzR .image {
  display: flex;
  justify-content: center;
}
.cid-rNEz0tHAzR .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
}
.cid-rNEz0tHAzR .separate,
.cid-rNEz0tHAzR .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-rNEz0tHAzR .separate {
  left: 0;
}
.cid-rNEz0tHAzR .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-rNEz0tHAzR .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-rNEz0tHAzR .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-rNEz0tHAzR .separate,
  .cid-rNEz0tHAzR .separate2 {
    border-left: none;
  }
}
.cid-rNEz0Vrkao {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/bg7.jpg");
}
.cid-rNEz0Vrkao .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rNEz0Vrkao .content__block {
  padding-top: 40px;
}
.cid-rNEz0Vrkao .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNEz0Vrkao .bottom__block {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .cid-rNEz0Vrkao .bottom__block {
    margin-top: 50px;
  }
}
.cid-rNEz0Vrkao .mbr-iconfont {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}
.cid-rNEz0Vrkao .bottom__title {
  margin: 30px 0 0;
  font-weight: 500;
}
.cid-rNEz0Vrkao .bottom__text {
  font-weight: 500;
  margin: 25px 0 0;
}
.cid-rNEz0Vrkao .image img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-rNEz0Vrkao .image img {
    width: 100%;
  }
}
.cid-rNEz0Vrkao .card__bottom {
  margin-bottom: 30px;
}
.cid-rNEz17zZgA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/marketm4/assets/images/background32.jpg");
}
.cid-rNEz17zZgA .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNEz17zZgA .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-rNEz17zZgA .subscribe__form {
  margin-top: 70px;
}
.cid-rNEz17zZgA .form-group {
  margin-bottom: 0;
}
.cid-rNEz17zZgA .form-control {
  border: 2px solid #ebeaed;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNEz17zZgA .input-group-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNEz17zZgA .mbr-form .btn {
  margin: 0;
}
.cid-rNEz17zZgA input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNEz17zZgA input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNEz17zZgA .socials {
  margin-top: 65px;
}
.cid-rNEz17zZgA .title__social {
  margin-bottom: 25px;
}
.cid-rNEz17zZgA .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNEz17zZgA .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-rNEz17zZgA .social__link:hover {
  border-color: #ffffff;
}
.cid-rNEz17zZgA .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-rNEz17zZgA .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-rNEz17zZgA .form-control {
    margin-bottom: 20px;
  }
  .cid-rNEz17zZgA .mbr-text {
    margin-top: 10px;
  }
  .cid-rNEz17zZgA .subscribe__form {
    margin-top: 40px;
  }
  .cid-rNEz17zZgA .socials {
    margin-top: 40px;
  }
}
.cid-rNEz1vWRuL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rNEz1vWRuL .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.cid-rNEz1vWRuL .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rNEz1vWRuL .mbr-text {
    text-align: center;
  }
}
.cid-rNEz1vWRuL .mbr-section-btn {
  margin-top: 60px;
}
.cid-rNEz1vWRuL .mbr-section-btn .btn {
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
.cid-rNEz1vWRuL .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-rNEz1vWRuL .mbr-figure img {
  border-radius: 10px;
}
.cid-rNEz1vWRuL .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-rNEz1vWRuL .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rNEz1vWRuL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rNEz1vWRuL .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-rNEz1vWRuL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNEz1vWRuL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNEz1vWRuL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNEz1vWRuL 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-rNEz1vWRuL a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rNEz1vWRuL .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-rNEz1vWRuL .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNEyYPNhsM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #2f1893;
}
.cid-rNEyYPNhsM h1 {
  margin-bottom: 0;
}
.cid-rNEyYPNhsM .bottom__block {
  margin-top: 30px;
}
.cid-rNEyYPNhsM .bottom__block .mbr-text {
  font-weight: 500;
}
.cid-rNEyYPNhsM .bottom__block .bottom__text {
  opacity: .7;
  margin-top: 15px;
  display: block;
  width: 100%;
}
.cid-rNEyYPNhsM .mbr-figure {
  margin: 95px 0 80px;
}
@media (max-width: 991px) {
  .cid-rNEyYPNhsM .mbr-figure {
    margin: 50px 0 20px;
  }
}
.cid-rNEyYPNhsM .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ea3223;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rNEyYPNhsM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rNEyYPNhsM .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-rNEyYPNhsM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNEyYPNhsM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNEyYPNhsM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNEyYPNhsM 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-rNEyYPNhsM a.close:hover {
  color: #ffffff;
}
.cid-rNJ7cAqhvF {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .nav-item,
.cid-rNJ7cAqhvF .nav-link,
.cid-rNJ7cAqhvF .navbar-caption {
  font-weight: normal;
}
.cid-rNJ7cAqhvF .nav-link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .nav-link {
  position: relative;
}
.cid-rNJ7cAqhvF .nav-link:before,
.cid-rNJ7cAqhvF .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNJ7cAqhvF .nav-item:hover .nav-link:before,
.cid-rNJ7cAqhvF .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-rNJ7cAqhvF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .dropdown-toggle::after,
.cid-rNJ7cAqhvF .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNJ7cAqhvF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNJ7cAqhvF .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNJ7cAqhvF .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNJ7cAqhvF .nav-item:focus,
.cid-rNJ7cAqhvF .nav-link:focus {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu {
  border-radius: 4px;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNJ7cAqhvF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNJ7cAqhvF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNJ7cAqhvF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNJ7cAqhvF .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNJ7cAqhvF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNJ7cAqhvF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNJ7cAqhvF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNJ7cAqhvF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNJ7cAqhvF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNJ7cAqhvF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNJ7cAqhvF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNJ7cAqhvF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNJ7cAqhvF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNJ7cAqhvF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNJ7cAqhvF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNJ7cAqhvF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNJ7cAqhvF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNJ7cAqhvF .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNJ7cAqhvF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNJ7cAqhvF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNJ7cAqhvF .dropdown-item.active,
.cid-rNJ7cAqhvF .dropdown-item:active {
  background-color: transparent;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNJ7cAqhvF .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNJ7cAqhvF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNJ7cAqhvF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNJ7cAqhvF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNJ7cAqhvF .navbar-buttons {
  text-align: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNJ7cAqhvF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNJ7cAqhvF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNJ7cAqhvF .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNJ7cAqhvF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNJ7cAqhvF .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNJ7cAqhvF .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNJ7cAqhvF .social__link {
  line-height: 40px;
}
.cid-rNJ7cAqhvF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNJ7cAqhvF .navbar {
    height: 77px;
  }
  .cid-rNJ7cAqhvF .navbar.opened {
    height: auto;
  }
  .cid-rNJ7cAqhvF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOo4UigpRE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rOo4UigpRE .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rOo4UigpRE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rOo4UigpRE .content__block {
  margin-top: 20px;
}
.cid-rOo4UigpRE .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-rOo4UigpRE .card__products {
    margin: 55px 0 0;
  }
  .cid-rOo4UigpRE .card__products:first-child {
    margin-top: 0;
  }
}
.cid-rOo4UigpRE .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 250px;
}
.cid-rOo4UigpRE .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-rOo4UigpRE .image:hover {
  opacity: .8;
}
.cid-rOo4UigpRE .card__bottom {
  margin-top: 15px;
}
.cid-rOo4UigpRE .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.cid-rOo4UigpRE .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-rOo4UigpRE .card__descr {
  color: #919dab;
  margin-bottom: 0;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-rOo4UigpRE .card__descr {
    max-width: 100%;
  }
}
.cid-rOi8SOPToN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1e0e62;
}
.cid-rOi8SOPToN .wrapper {
  line-height: 40px;
}
.cid-rOi8SOPToN .social {
  display: inline-block;
}
.cid-rOi8SOPToN .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rOi8SOPToN .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rOi8SOPToN .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
}
.cid-rOi8SOPToN .brand {
  margin-bottom: 10px;
}
.cid-rOi8SOPToN a {
  font-weight: 700;
}
.cid-rOi8SOPToN a:hover {
  color: #482be7 !important;
}
.cid-rOi8SOPToN .logo__image {
  width: 36px;
  object-fit: cover;
}
.cid-rOi8SOPToN .privacy {
  margin-top: 10px;
}
.cid-rOi8SOPToN .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
