.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Radio Canada Big;
}
.display-1 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 4.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #212529 !important;
}
.bg-success {
  background-color: #f7e8f4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #12b82e !important;
}
.bg-danger {
  background-color: #f5a11b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #383f45 !important;
  border-color: #383f45 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #383f45 !important;
  border-color: #383f45 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8576 !important;
  border-color: #ff8576 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb2a9 !important;
  border-color: #ffb2a9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb2a9 !important;
  border-color: #ffb2a9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e8f4 !important;
  border-color: #f7e8f4 !important;
  color: #a63a91 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a63a91 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #12b82e !important;
  border-color: #12b82e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #17e63a !important;
  border-color: #17e63a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #17e63a !important;
  border-color: #17e63a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5a11b !important;
  border-color: #f5a11b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7b54c !important;
  border-color: #f7b54c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f7b54c !important;
  border-color: #f7b54c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #212529;
  color: #212529;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff8576;
  color: #ff8576;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff381f !important;
  background-color: transparent !important;
  border-color: #ff381f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8576 !important;
  border-color: #ff8576 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7e8f4;
  color: #f7e8f4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e1a8d5 !important;
  background-color: transparent !important;
  border-color: #e1a8d5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a63a91 !important;
  background-color: #f7e8f4 !important;
  border-color: #f7e8f4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #12b82e;
  color: #12b82e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a691a !important;
  background-color: transparent !important;
  border-color: #0a691a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #12b82e !important;
  border-color: #12b82e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f5a11b;
  color: #f5a11b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b27008 !important;
  background-color: transparent !important;
  border-color: #b27008 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a11b !important;
  border-color: #f5a11b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #212529 !important;
}
.text-secondary {
  color: #ff8576 !important;
}
.text-success {
  color: #f7e8f4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #12b82e !important;
}
.text-danger {
  color: #f5a11b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff2a10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd9cd0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #095b17 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a36707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #212529;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #12b82e;
}
.alert-danger {
  background-color: #f5a11b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #212529;
  border-color: #212529;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #212529;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3d8dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5bef74;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef2de;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #212529 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #212529;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #212529;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #212529;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #212529;
  border-bottom-color: #212529;
}
.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: #212529 !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: #ff8576 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23212529' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 20px 64px;
  border-radius: 900px !important;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 32px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.content-wrap,
.desc-wrap {
  border-radius: 30px !important;
}
.nav-link {
  border-radius: 900px;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uefW9bNkUI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uefW9bNkUI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uefW9bNkUI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uefW9bNkUI .menu_box .navbar.opened,
  .cid-uefW9bNkUI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uefW9bNkUI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uefW9bNkUI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uefW9bNkUI .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uefW9bNkUI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uefW9bNkUI .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 0 !important;
  }
}
.cid-uefW9bNkUI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uefW9bNkUI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover,
.cid-uefW9bNkUI .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover::before,
.cid-uefW9bNkUI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uefW9bNkUI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uefW9bNkUI .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uefW9bNkUI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uefW9bNkUI .offcanvas_box {
    display: none;
  }
}
.cid-uefW9bNkUI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uefW9bNkUI .container {
  display: flex;
  margin: auto;
}
.cid-uefW9bNkUI .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uefW9bNkUI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uefW9bNkUI .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav {
    margin: 0;
  }
}
.cid-uefW9bNkUI .dropdown-menu,
.cid-uefW9bNkUI .navbar.opened {
  background-color: false !important;
}
.cid-uefW9bNkUI .nav-item:focus,
.cid-uefW9bNkUI .nav-link:focus {
  outline: none;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uefW9bNkUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uefW9bNkUI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uefW9bNkUI .navbar.opened {
  transition: all 0.3s;
}
.cid-uefW9bNkUI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uefW9bNkUI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uefW9bNkUI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar.collapsed {
  justify-content: center;
}
.cid-uefW9bNkUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uefW9bNkUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uefW9bNkUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uefW9bNkUI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uefW9bNkUI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uefW9bNkUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uefW9bNkUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uefW9bNkUI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uefW9bNkUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uefW9bNkUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uefW9bNkUI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uefW9bNkUI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uefW9bNkUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uefW9bNkUI .dropdown-item.active,
.cid-uefW9bNkUI .dropdown-item:active {
  background-color: transparent;
}
.cid-uefW9bNkUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uefW9bNkUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uefW9bNkUI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uefW9bNkUI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uefW9bNkUI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uefW9bNkUI .navbar {
    height: 70px;
  }
  .cid-uefW9bNkUI .navbar.opened {
    height: auto;
  }
  .cid-uefW9bNkUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uefW9bNkUI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uefW9bNkUI .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uefW9bNkUI .text_widget {
  margin-bottom: 32px;
}
.cid-uefW9bNkUI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uefW9bNkUI .text_widget a:hover,
.cid-uefW9bNkUI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uefW9bNkUI .contacts-wrapper {
  min-width: 200px;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-uefW9bNkUI .navbar-caption {
  color: #ff8576;
}
.cid-uefW9bNkUI .mbr-phone {
  color: #ff8576;
}
.cid-uefW9bNkUI .mbr-email {
  color: #212529;
}
.cid-uefW9bNkUI .mbr-section-subtitle,
.cid-uefW9bNkUI .text_widget,
.cid-uefW9bNkUI .mbr-section-btn {
  text-align: center;
}
.cid-uefW9bNkUI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uefW9mGQts {
  padding-top: 9rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uefW9mGQts .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #d6e4ff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uefW9mGQts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefW9mGQts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefW9mGQts .row {
  position: relative;
  z-index: 1;
}
.cid-uefW9mGQts .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefW9mGQts .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uefW9mGQts .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .image-wrapper img {
    height: 350px;
  }
}
.cid-uefW9mGQts .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uefW9mGQts .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uefW9mGQts .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uefW9mGQts .mbr-text {
  color: #51565c;
}
.cid-uefW9mGQts .mbr-desc {
  color: #51565c;
}
.cid-uefWcNNRbv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uefWcNNRbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWcNNRbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWcNNRbv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWcNNRbv .items-wrapper {
  margin: 0 -10px;
}
.cid-uefWcNNRbv .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item {
    margin-bottom: 16px;
  }
}
.cid-uefWcNNRbv .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uefWcNNRbv .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uefWcNNRbv .item:hover .item-wrapper .item-content .item-img,
.cid-uefWcNNRbv .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uefWcNNRbv .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-uefWcNNRbv .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-uefWcNNRbv .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uefWcNNRbv .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-uefWcNNRbv .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-content {
  position: relative;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uefWcNNRbv .mbr-section-title {
  color: #212529;
}
.cid-uefWcNNRbv .panel-title-edit {
  color: #212529;
}
.cid-uefWcNNRbv .panel-text {
  color: #51565c;
}
.cid-uefWfKX631 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uefWfKX631 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWfKX631 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWfKX631 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uefWfKX631 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWfKX631 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item {
    margin-bottom: 16px;
  }
}
.cid-uefWfKX631 .item:hover .item-wrapper .item-img img,
.cid-uefWfKX631 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uefWfKX631 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper {
    display: block;
  }
}
.cid-uefWfKX631 .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uefWfKX631 .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uefWfKX631 .item .item-wrapper .item-content .item-title_1,
.cid-uefWfKX631 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uefWfKX631 .item .item-wrapper .item-content .item-text_1,
.cid-uefWfKX631 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uefWfKX631 .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uefWfKX631 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uefWfKX631 .item .card_1 {
  background-color: #a3c2ff;
}
.cid-uefWfKX631 .item .card_2 {
  background-color: #c2ffcc;
}
.cid-uefWfKX631 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uefWfKX631 .item-title_1 {
  color: #ffffff;
}
.cid-uefWfKX631 .item-title_2 {
  color: #12b82e;
}
.cid-uefWfKX631 .item-text_1 {
  color: #ffffff;
}
.cid-uefWfKX631 .item-text_2 {
  color: #12b82e;
}
.cid-uefWgBjdym {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uefWgBjdym .decor-wrap {
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 85%;
  height: 140%;
  border-radius: 100% 0 0 100%;
  background-color: #fff5e5;
}
@media (max-width: 1500px) {
  .cid-uefWgBjdym .decor-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uefWgBjdym .decor-wrap {
    width: 100%;
    border-radius: 0;
  }
}
.cid-uefWgBjdym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWgBjdym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWgBjdym .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uefWgBjdym .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uefWgBjdym .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWgBjdym .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uefWgBjdym .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uefWgBjdym .item {
    margin-bottom: 46px;
  }
}
.cid-uefWgBjdym .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-uefWgBjdym .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
}
.cid-uefWgBjdym .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uefWgBjdym .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uefWgBjdym .item .card_1 .card-box .icon-wrapper .mbr-iconfont {
  color: #ffa7f1;
}
.cid-uefWgBjdym .item .card_2 .card-box .icon-wrapper .mbr-iconfont {
  color: #5cd070;
}
.cid-uefWgBjdym .item .card_3 .card-box .icon-wrapper .mbr-iconfont {
  color: #a3c2ff;
}
.cid-uefWgBjdym .mbr-section-title {
  color: #212529;
}
.cid-uefWgBjdym .item-title {
  color: #212529;
}
.cid-uefWgBjdym .item-text {
  color: #51565c;
}
.cid-uefWinSbCp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uefWinSbCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWinSbCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWinSbCp .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uefWinSbCp .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uefWinSbCp .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uefWinSbCp .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uefWinSbCp .mbr-section-title {
  color: #212529;
}
.cid-uefWinSbCp .mbr-desc {
  color: #212529;
}
.cid-uefWvKtlBH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uefWvKtlBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWvKtlBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWvKtlBH .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .title-wrapper {
    padding: 0;
  }
}
.cid-uefWvKtlBH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uefWvKtlBH .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWvKtlBH .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .content-wrapper {
    display: block;
  }
}
.cid-uefWvKtlBH .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uefWvKtlBH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uefWvKtlBH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uefWvKtlBH .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uefWvKtlBH .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uefWvKtlBH .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uefWvKtlBH .mbr-section-title {
  color: #212529;
}
.cid-uefWvKtlBH .mbr-text {
  color: #51565c;
}
.cid-uefWvKtlBH .mbr-price {
  color: #ff8576;
}
.cid-uefWvKtlBH .mbr-desc {
  color: #ff8576;
}
.cid-vcOMbRx9yg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcOMbRx9yg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-vcOMbRx9yg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcOMbRx9yg .embla__slide:nth-child(2n) .slide-content::before {
  transform: rotate(6deg);
}
@media (max-width: 768px) {
  .cid-vcOMbRx9yg .embla__slide:nth-child(2n) .slide-content::before {
    transform: rotate(0);
  }
}
.cid-vcOMbRx9yg .embla__slide .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 200px 46px;
}
@media (max-width: 992px) {
  .cid-vcOMbRx9yg .embla__slide .slide-content {
    padding: 46px 22px;
  }
}
.cid-vcOMbRx9yg .embla__slide .slide-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #ff8576;
  transform: rotate(-6deg);
}
@media (max-width: 768px) {
  .cid-vcOMbRx9yg .embla__slide .slide-content::before {
    width: 100%;
    transform: rotate(0);
  }
}
.cid-vcOMbRx9yg .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-vcOMbRx9yg .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vcOMbRx9yg .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vcOMbRx9yg .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-vcOMbRx9yg .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOMbRx9yg .embla__button--next,
.cid-vcOMbRx9yg .embla__button--prev {
  display: flex;
}
.cid-vcOMbRx9yg .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #ff8576 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vcOMbRx9yg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcOMbRx9yg .embla__button:hover {
  background: #ff543d !important;
}
.cid-vcOMbRx9yg .embla__button.embla__button--prev {
  left: 48px;
}
@media (max-width: 992px) {
  .cid-vcOMbRx9yg .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vcOMbRx9yg .embla__button.embla__button--next {
  right: 48px;
}
@media (max-width: 992px) {
  .cid-vcOMbRx9yg .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vcOMbRx9yg .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-vcOMbRx9yg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vcOMbRx9yg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcOMbRx9yg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcOMbRx9yg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcOMbRx9yg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcOMbRx9yg .item-text {
  color: #ffffff;
}
.cid-vcOMbRx9yg .item-text,
.cid-vcOMbRx9yg .mbr-section-btn {
  text-align: center;
}
.cid-vcOK4Z5ddW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebf7;
}
.cid-vcOK4Z5ddW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOK4Z5ddW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOK4Z5ddW .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-vcOK4Z5ddW .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-vcOK4Z5ddW .panel-group .card .card-header {
    padding: 20px;
  }
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #212529;
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff543d;
}
.cid-vcOK4Z5ddW .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vcOK4Z5ddW .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-vcOK4Z5ddW .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-vcOK4Z5ddW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vcOK4Z5ddW .panel-title-edit {
  color: #212529;
}
.cid-vcOK4Z5ddW .panel-text {
  color: #51565c;
}
.cid-vcOIX0zW2y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcOIX0zW2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOIX0zW2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOIX0zW2y .cont-wrap {
  justify-content: center;
}
.cid-vcOIX0zW2y .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcOIX0zW2y .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcOIX0zW2y .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcOIX0zW2y .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcOIX0zW2y .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcOIX0zW2y .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcOIX0zW2y .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcOIX0zW2y .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcOIX0zW2y .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcOIX0zW2y .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcOIX0zW2y .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOIX0zW2y .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcOIX0zW2y .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcOIX0zW2y .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcOIX0zW2y .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcOIX0zW2y .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcOIX0zW2y .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcOIX0zW2y .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcOIX0zW2y .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcOIX0zW2y .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOIX0zW2y .mbr-section-title {
  color: #212529;
}
.cid-vcOIX0zW2y .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcOIX0zW2y .mbr-text {
  color: #51565c;
}
.cid-vcOIX0zW2y .list {
  color: #212529;
}
.cid-uefWFe2XjT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-uefWFe2XjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWFe2XjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWFe2XjT .content-wrap {
  justify-content: center;
}
.cid-uefWFe2XjT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uefWFe2XjT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uefWFe2XjT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uefWFe2XjT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWFe2XjT .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uefWFe2XjT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uefWFe2XjT .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uefWFe2XjT .mbr-section-title {
  color: #ff8576;
}
.cid-uefWFe2XjT .mbr-copy {
  color: #51565c;
}
.cid-uefWFe2XjT .mbr-copy,
.cid-uefWFe2XjT .copy-wrapper {
  text-align: right;
}
.cid-vcOUxl1VWe {
  background-color: transparent;
}
.cid-vcOUxl1VWe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcOUxl1VWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcOUxl1VWe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOUxl1VWe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcOUxl1VWe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcOUxl1VWe .menu_box .navbar.opened,
  .cid-vcOUxl1VWe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcOUxl1VWe .navbar-dropdown {
  position: relative !important;
}
.cid-vcOUxl1VWe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcOUxl1VWe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcOUxl1VWe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcOUxl1VWe .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcOUxl1VWe .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcOUxl1VWe .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcOUxl1VWe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcOUxl1VWe .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcOUxl1VWe .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcOUxl1VWe .nav-item {
    margin: 0 !important;
  }
}
.cid-vcOUxl1VWe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcOUxl1VWe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcOUxl1VWe .nav-item .nav-link:hover,
.cid-vcOUxl1VWe .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcOUxl1VWe .nav-item .nav-link:hover::before,
.cid-vcOUxl1VWe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcOUxl1VWe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcOUxl1VWe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcOUxl1VWe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcOUxl1VWe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcOUxl1VWe .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcOUxl1VWe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcOUxl1VWe .offcanvas_box {
    display: none;
  }
}
.cid-vcOUxl1VWe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcOUxl1VWe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcOUxl1VWe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcOUxl1VWe .container {
  display: flex;
  margin: auto;
}
.cid-vcOUxl1VWe .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcOUxl1VWe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcOUxl1VWe .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcOUxl1VWe .navbar-nav {
    margin: 0;
  }
}
.cid-vcOUxl1VWe .dropdown-menu,
.cid-vcOUxl1VWe .navbar.opened {
  background-color: false !important;
}
.cid-vcOUxl1VWe .nav-item:focus,
.cid-vcOUxl1VWe .nav-link:focus {
  outline: none;
}
.cid-vcOUxl1VWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOUxl1VWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOUxl1VWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOUxl1VWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOUxl1VWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOUxl1VWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOUxl1VWe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcOUxl1VWe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcOUxl1VWe .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOUxl1VWe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcOUxl1VWe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcOUxl1VWe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOUxl1VWe .navbar.collapsed {
  justify-content: center;
}
.cid-vcOUxl1VWe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOUxl1VWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcOUxl1VWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOUxl1VWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOUxl1VWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOUxl1VWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcOUxl1VWe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcOUxl1VWe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcOUxl1VWe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcOUxl1VWe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOUxl1VWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOUxl1VWe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcOUxl1VWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOUxl1VWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcOUxl1VWe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOUxl1VWe .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcOUxl1VWe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcOUxl1VWe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcOUxl1VWe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcOUxl1VWe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOUxl1VWe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcOUxl1VWe .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcOUxl1VWe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcOUxl1VWe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcOUxl1VWe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcOUxl1VWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcOUxl1VWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOUxl1VWe .dropdown-item.active,
.cid-vcOUxl1VWe .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOUxl1VWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcOUxl1VWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOUxl1VWe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOUxl1VWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOUxl1VWe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcOUxl1VWe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcOUxl1VWe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcOUxl1VWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcOUxl1VWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcOUxl1VWe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOUxl1VWe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOUxl1VWe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcOUxl1VWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOUxl1VWe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOUxl1VWe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOUxl1VWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOUxl1VWe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcOUxl1VWe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcOUxl1VWe .navbar {
    height: 70px;
  }
  .cid-vcOUxl1VWe .navbar.opened {
    height: auto;
  }
  .cid-vcOUxl1VWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOUxl1VWe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcOUxl1VWe .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcOUxl1VWe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcOUxl1VWe .text_widget {
  margin-bottom: 32px;
}
.cid-vcOUxl1VWe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcOUxl1VWe .text_widget a:hover,
.cid-vcOUxl1VWe .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcOUxl1VWe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcOUxl1VWe .contacts-wrapper {
  min-width: 200px;
}
.cid-vcOUxl1VWe .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcOUxl1VWe .contacts-wrapper .mbr-phone:hover,
.cid-vcOUxl1VWe .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcOUxl1VWe .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcOUxl1VWe .contacts-wrapper .mbr-email:hover,
.cid-vcOUxl1VWe .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcOUxl1VWe .navbar-caption {
  color: #ff8576;
}
.cid-vcOUxl1VWe .mbr-phone {
  color: #ff8576;
}
.cid-vcOUxl1VWe .mbr-email {
  color: #212529;
}
.cid-vcOUxl1VWe .mbr-section-subtitle,
.cid-vcOUxl1VWe .text_widget,
.cid-vcOUxl1VWe .mbr-section-btn {
  text-align: center;
}
.cid-vcOUxl1VWe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcOUxn2xhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcOUxn2xhS .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #d6e4ff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-vcOUxn2xhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOUxn2xhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOUxn2xhS .row {
  position: relative;
  z-index: 1;
}
.cid-vcOUxn2xhS .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcOUxn2xhS .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .image-wrapper {
    margin-left: 0;
  }
}
.cid-vcOUxn2xhS .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .image-wrapper img {
    height: 350px;
  }
}
.cid-vcOUxn2xhS .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .content-wrapper {
    padding-top: 22px;
  }
}
.cid-vcOUxn2xhS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vcOUxn2xhS .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-vcOUxn2xhS .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-vcOUxn2xhS .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOUxn2xhS .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-vcOUxn2xhS .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-vcOUxn2xhS .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-vcOUxn2xhS .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-vcOUxn2xhS .mbr-text {
  color: #51565c;
}
.cid-vcOUxn2xhS .mbr-desc {
  color: #51565c;
}
.cid-vcOWL3tfaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-vcOWL3tfaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOWL3tfaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOWL3tfaL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcOWL3tfaL .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcOWL3tfaL .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcOWL3tfaL .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcOWL3tfaL .item {
    margin-bottom: 16px;
  }
}
.cid-vcOWL3tfaL .item:last-child {
  margin-bottom: 0;
}
.cid-vcOWL3tfaL .item:hover .item-wrapper .item-img img,
.cid-vcOWL3tfaL .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcOWL3tfaL .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcOWL3tfaL .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcOWL3tfaL .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcOWL3tfaL .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcOWL3tfaL .item .item-wrapper .item-content .item-title_1,
.cid-vcOWL3tfaL .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcOWL3tfaL .item .item-wrapper .item-content .item-text_1,
.cid-vcOWL3tfaL .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcOWL3tfaL .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOWL3tfaL .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcOWL3tfaL .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcOWL3tfaL .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcOWL3tfaL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcOWL3tfaL .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcOWL3tfaL .item .card_2 {
  background-color: #ffe2d4;
}
.cid-vcOWL3tfaL .mbr-section-title {
  color: #212529;
}
.cid-vcOWL3tfaL .item-title_1 {
  color: #f5a11b;
}
.cid-vcOWL3tfaL .item-title_2 {
  color: #ff543d;
}
.cid-vcOWL3tfaL .item-text_1 {
  color: #f5a11b;
}
.cid-vcOWL3tfaL .item-text_2 {
  color: #ff543d;
}
.cid-vcP34ofACK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcP34ofACK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcP34ofACK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcP34ofACK .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcP34ofACK .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcP34ofACK .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcP34ofACK .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcP34ofACK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcP34ofACK .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcP34ofACK .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcP34ofACK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcP34ofACK .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcP34ofACK .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcP34ofACK .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcP34ofACK .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcP34ofACK .mbr-section-title {
  color: #212529;
}
.cid-vcP34ofACK .mbr-desc {
  color: #212529;
}
.cid-vcOUxsaQjn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcOUxsaQjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOUxsaQjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOUxsaQjn .cont-wrap {
  justify-content: center;
}
.cid-vcOUxsaQjn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcOUxsaQjn .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcOUxsaQjn .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcOUxsaQjn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcOUxsaQjn .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcOUxsaQjn .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcOUxsaQjn .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcOUxsaQjn .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcOUxsaQjn .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcOUxsaQjn .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcOUxsaQjn .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOUxsaQjn .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcOUxsaQjn .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcOUxsaQjn .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcOUxsaQjn .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcOUxsaQjn .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcOUxsaQjn .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcOUxsaQjn .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcOUxsaQjn .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcOUxsaQjn .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOUxsaQjn .mbr-section-title {
  color: #212529;
}
.cid-vcOUxsaQjn .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcOUxsaQjn .mbr-text {
  color: #51565c;
}
.cid-vcOUxsaQjn .list {
  color: #212529;
}
.cid-vcOUxt50Ls {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcOUxt50Ls .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOUxt50Ls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOUxt50Ls .content-wrap {
  justify-content: center;
}
.cid-vcOUxt50Ls .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcOUxt50Ls .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcOUxt50Ls .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcOUxt50Ls .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOUxt50Ls .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcOUxt50Ls .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcOUxt50Ls .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcOUxt50Ls .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcOUxt50Ls .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcOUxt50Ls .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcOUxt50Ls .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcOUxt50Ls .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcOUxt50Ls .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOUxt50Ls .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcOUxt50Ls .mbr-section-title {
  color: #ff8576;
}
.cid-vcOUxt50Ls .mbr-copy {
  color: #51565c;
}
.cid-vcOUxt50Ls .mbr-copy,
.cid-vcOUxt50Ls .copy-wrapper {
  text-align: right;
}
.cid-vcTlJW5ESZ {
  background-color: transparent;
}
.cid-vcTlJW5ESZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTlJW5ESZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTlJW5ESZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTlJW5ESZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTlJW5ESZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTlJW5ESZ .menu_box .navbar.opened,
  .cid-vcTlJW5ESZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTlJW5ESZ .navbar-dropdown {
  position: relative !important;
}
.cid-vcTlJW5ESZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTlJW5ESZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTlJW5ESZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTlJW5ESZ .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTlJW5ESZ .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTlJW5ESZ .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTlJW5ESZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTlJW5ESZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTlJW5ESZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTlJW5ESZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTlJW5ESZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTlJW5ESZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTlJW5ESZ .nav-item .nav-link:hover,
.cid-vcTlJW5ESZ .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTlJW5ESZ .nav-item .nav-link:hover::before,
.cid-vcTlJW5ESZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTlJW5ESZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTlJW5ESZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTlJW5ESZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTlJW5ESZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTlJW5ESZ .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTlJW5ESZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTlJW5ESZ .offcanvas_box {
    display: none;
  }
}
.cid-vcTlJW5ESZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTlJW5ESZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTlJW5ESZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTlJW5ESZ .container {
  display: flex;
  margin: auto;
}
.cid-vcTlJW5ESZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTlJW5ESZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTlJW5ESZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTlJW5ESZ .navbar-nav {
    margin: 0;
  }
}
.cid-vcTlJW5ESZ .dropdown-menu,
.cid-vcTlJW5ESZ .navbar.opened {
  background-color: false !important;
}
.cid-vcTlJW5ESZ .nav-item:focus,
.cid-vcTlJW5ESZ .nav-link:focus {
  outline: none;
}
.cid-vcTlJW5ESZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTlJW5ESZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTlJW5ESZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTlJW5ESZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTlJW5ESZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTlJW5ESZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTlJW5ESZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTlJW5ESZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTlJW5ESZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTlJW5ESZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTlJW5ESZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTlJW5ESZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTlJW5ESZ .navbar.collapsed {
  justify-content: center;
}
.cid-vcTlJW5ESZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTlJW5ESZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTlJW5ESZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTlJW5ESZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTlJW5ESZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTlJW5ESZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTlJW5ESZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTlJW5ESZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTlJW5ESZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTlJW5ESZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTlJW5ESZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTlJW5ESZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTlJW5ESZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTlJW5ESZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTlJW5ESZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTlJW5ESZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTlJW5ESZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTlJW5ESZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTlJW5ESZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTlJW5ESZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTlJW5ESZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTlJW5ESZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTlJW5ESZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTlJW5ESZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTlJW5ESZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTlJW5ESZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTlJW5ESZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTlJW5ESZ .dropdown-item.active,
.cid-vcTlJW5ESZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTlJW5ESZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTlJW5ESZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTlJW5ESZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTlJW5ESZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTlJW5ESZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTlJW5ESZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTlJW5ESZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTlJW5ESZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTlJW5ESZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTlJW5ESZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTlJW5ESZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTlJW5ESZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTlJW5ESZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTlJW5ESZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTlJW5ESZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTlJW5ESZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTlJW5ESZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTlJW5ESZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTlJW5ESZ .navbar {
    height: 70px;
  }
  .cid-vcTlJW5ESZ .navbar.opened {
    height: auto;
  }
  .cid-vcTlJW5ESZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTlJW5ESZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTlJW5ESZ .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTlJW5ESZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTlJW5ESZ .text_widget {
  margin-bottom: 32px;
}
.cid-vcTlJW5ESZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTlJW5ESZ .text_widget a:hover,
.cid-vcTlJW5ESZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTlJW5ESZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTlJW5ESZ .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTlJW5ESZ .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTlJW5ESZ .contacts-wrapper .mbr-phone:hover,
.cid-vcTlJW5ESZ .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTlJW5ESZ .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTlJW5ESZ .contacts-wrapper .mbr-email:hover,
.cid-vcTlJW5ESZ .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTlJW5ESZ .navbar-caption {
  color: #ff8576;
}
.cid-vcTlJW5ESZ .mbr-phone {
  color: #ff8576;
}
.cid-vcTlJW5ESZ .mbr-email {
  color: #212529;
}
.cid-vcTlJW5ESZ .mbr-section-subtitle,
.cid-vcTlJW5ESZ .text_widget,
.cid-vcTlJW5ESZ .mbr-section-btn {
  text-align: center;
}
.cid-vcTlJW5ESZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTnLFJY0h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTnLFJY0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTnLFJY0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTnLFJY0h .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTnLFJY0h .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTnLFJY0h .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTnLFJY0h .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTnLFJY0h .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTnLFJY0h .google-map {
    margin-left: 0;
  }
}
.cid-vcTnLFJY0h .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTnLFJY0h .google-map iframe {
    height: 350px;
  }
}
.cid-vcTnLFJY0h .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTnLFJY0h .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTnLFJY0h .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTnLFJY0h .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTnLFJY0h .card {
  justify-content: center;
}
.cid-vcTnLFJY0h .mbr-section-title {
  color: #212529;
}
.cid-vcTnLFJY0h .mbr-desc {
  color: #51565c;
}
.cid-vcTnLFJY0h .mbr-address {
  color: #212529;
}
.cid-vcTnLFJY0h .list {
  color: #212529;
}
.cid-vcTr4gkVmY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTr4gkVmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTr4gkVmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTr4gkVmY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTr4gkVmY .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTr4gkVmY .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTr4gkVmY .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTr4gkVmY .item {
    margin-bottom: 16px;
  }
}
.cid-vcTr4gkVmY .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTr4gkVmY .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTr4gkVmY .item:hover .item-wrapper .item-content .item-img,
.cid-vcTr4gkVmY .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTr4gkVmY .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTr4gkVmY .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTr4gkVmY .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTr4gkVmY .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTr4gkVmY .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTr4gkVmY .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTr4gkVmY .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTr4gkVmY .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTr4gkVmY .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTr4gkVmY .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTr4gkVmY .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTr4gkVmY .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTr4gkVmY .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTr4gkVmY .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTr4gkVmY .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTr4gkVmY .mbr-section-title {
  color: #212529;
}
.cid-vcTr4gkVmY .panel-title-edit {
  color: #212529;
}
.cid-vcTr4gkVmY .panel-text {
  color: #51565c;
}
.cid-vcTlK0frpR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTlK0frpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTlK0frpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTlK0frpR .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTlK0frpR .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTlK0frpR .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTlK0frpR .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTlK0frpR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTlK0frpR .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTlK0frpR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTlK0frpR .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTlK0frpR .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTlK0frpR .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTlK0frpR .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTlK0frpR .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTlK0frpR .mbr-section-title {
  color: #212529;
}
.cid-vcTlK0frpR .mbr-desc {
  color: #212529;
}
.cid-vcTsw6pv8L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTsw6pv8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTsw6pv8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTsw6pv8L .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTsw6pv8L .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTsw6pv8L .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTsw6pv8L .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTsw6pv8L .item {
    margin-bottom: 16px;
  }
}
.cid-vcTsw6pv8L .item:last-child {
  margin-bottom: 0;
}
.cid-vcTsw6pv8L .item:hover .item-wrapper .item-img img,
.cid-vcTsw6pv8L .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTsw6pv8L .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTsw6pv8L .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTsw6pv8L .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTsw6pv8L .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTsw6pv8L .item .item-wrapper .item-content .item-title_1,
.cid-vcTsw6pv8L .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTsw6pv8L .item .item-wrapper .item-content .item-text_1,
.cid-vcTsw6pv8L .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTsw6pv8L .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTsw6pv8L .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTsw6pv8L .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTsw6pv8L .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTsw6pv8L .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTsw6pv8L .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTsw6pv8L .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTsw6pv8L .mbr-section-title {
  color: #212529;
}
.cid-vcTsw6pv8L .item-title_1 {
  color: #f5a11b;
}
.cid-vcTsw6pv8L .item-title_2 {
  color: #ff543d;
}
.cid-vcTsw6pv8L .item-text_1 {
  color: #f5a11b;
}
.cid-vcTsw6pv8L .item-text_2 {
  color: #ff543d;
}
.cid-vcTlK0Ws0M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTlK0Ws0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTlK0Ws0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTlK0Ws0M .cont-wrap {
  justify-content: center;
}
.cid-vcTlK0Ws0M .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTlK0Ws0M .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTlK0Ws0M .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTlK0Ws0M .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTlK0Ws0M .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTlK0Ws0M .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTlK0Ws0M .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTlK0Ws0M .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTlK0Ws0M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTlK0Ws0M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTlK0Ws0M .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTlK0Ws0M .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTlK0Ws0M .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTlK0Ws0M .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTlK0Ws0M .mbr-section-title {
  color: #212529;
}
.cid-vcTlK0Ws0M .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTlK0Ws0M .mbr-text {
  color: #51565c;
}
.cid-vcTlK0Ws0M .list {
  color: #212529;
}
.cid-vcTlK1Zzwi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTlK1Zzwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTlK1Zzwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTlK1Zzwi .content-wrap {
  justify-content: center;
}
.cid-vcTlK1Zzwi .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTlK1Zzwi .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTlK1Zzwi .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTlK1Zzwi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTlK1Zzwi .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTlK1Zzwi .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTlK1Zzwi .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTlK1Zzwi .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTlK1Zzwi .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTlK1Zzwi .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTlK1Zzwi .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTlK1Zzwi .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTlK1Zzwi .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTlK1Zzwi .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTlK1Zzwi .mbr-section-title {
  color: #ff8576;
}
.cid-vcTlK1Zzwi .mbr-copy {
  color: #51565c;
}
.cid-vcTlK1Zzwi .mbr-copy,
.cid-vcTlK1Zzwi .copy-wrapper {
  text-align: right;
}
.cid-vcTupBSCJk {
  background-color: transparent;
}
.cid-vcTupBSCJk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTupBSCJk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTupBSCJk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTupBSCJk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTupBSCJk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTupBSCJk .menu_box .navbar.opened,
  .cid-vcTupBSCJk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTupBSCJk .navbar-dropdown {
  position: relative !important;
}
.cid-vcTupBSCJk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTupBSCJk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTupBSCJk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTupBSCJk .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTupBSCJk .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTupBSCJk .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTupBSCJk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTupBSCJk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTupBSCJk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTupBSCJk .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTupBSCJk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTupBSCJk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTupBSCJk .nav-item .nav-link:hover,
.cid-vcTupBSCJk .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTupBSCJk .nav-item .nav-link:hover::before,
.cid-vcTupBSCJk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTupBSCJk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTupBSCJk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTupBSCJk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTupBSCJk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTupBSCJk .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTupBSCJk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTupBSCJk .offcanvas_box {
    display: none;
  }
}
.cid-vcTupBSCJk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTupBSCJk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTupBSCJk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTupBSCJk .container {
  display: flex;
  margin: auto;
}
.cid-vcTupBSCJk .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTupBSCJk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTupBSCJk .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTupBSCJk .navbar-nav {
    margin: 0;
  }
}
.cid-vcTupBSCJk .dropdown-menu,
.cid-vcTupBSCJk .navbar.opened {
  background-color: false !important;
}
.cid-vcTupBSCJk .nav-item:focus,
.cid-vcTupBSCJk .nav-link:focus {
  outline: none;
}
.cid-vcTupBSCJk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTupBSCJk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTupBSCJk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTupBSCJk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTupBSCJk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTupBSCJk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTupBSCJk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTupBSCJk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTupBSCJk .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTupBSCJk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTupBSCJk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTupBSCJk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTupBSCJk .navbar.collapsed {
  justify-content: center;
}
.cid-vcTupBSCJk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTupBSCJk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTupBSCJk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTupBSCJk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTupBSCJk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTupBSCJk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTupBSCJk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTupBSCJk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTupBSCJk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTupBSCJk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTupBSCJk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTupBSCJk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTupBSCJk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTupBSCJk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTupBSCJk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTupBSCJk .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTupBSCJk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTupBSCJk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTupBSCJk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTupBSCJk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTupBSCJk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTupBSCJk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTupBSCJk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTupBSCJk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTupBSCJk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTupBSCJk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTupBSCJk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTupBSCJk .dropdown-item.active,
.cid-vcTupBSCJk .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTupBSCJk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTupBSCJk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTupBSCJk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTupBSCJk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTupBSCJk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTupBSCJk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTupBSCJk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTupBSCJk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTupBSCJk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTupBSCJk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTupBSCJk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTupBSCJk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTupBSCJk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTupBSCJk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTupBSCJk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTupBSCJk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTupBSCJk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTupBSCJk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTupBSCJk .navbar {
    height: 70px;
  }
  .cid-vcTupBSCJk .navbar.opened {
    height: auto;
  }
  .cid-vcTupBSCJk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTupBSCJk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTupBSCJk .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTupBSCJk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTupBSCJk .text_widget {
  margin-bottom: 32px;
}
.cid-vcTupBSCJk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTupBSCJk .text_widget a:hover,
.cid-vcTupBSCJk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTupBSCJk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTupBSCJk .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTupBSCJk .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTupBSCJk .contacts-wrapper .mbr-phone:hover,
.cid-vcTupBSCJk .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTupBSCJk .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTupBSCJk .contacts-wrapper .mbr-email:hover,
.cid-vcTupBSCJk .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTupBSCJk .navbar-caption {
  color: #ff8576;
}
.cid-vcTupBSCJk .mbr-phone {
  color: #ff8576;
}
.cid-vcTupBSCJk .mbr-email {
  color: #212529;
}
.cid-vcTupBSCJk .mbr-section-subtitle,
.cid-vcTupBSCJk .text_widget,
.cid-vcTupBSCJk .mbr-section-btn {
  text-align: center;
}
.cid-vcTupBSCJk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTupEv6dj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTupEv6dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTupEv6dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTupEv6dj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTupEv6dj .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTupEv6dj .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTupEv6dj .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTupEv6dj .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTupEv6dj .google-map {
    margin-left: 0;
  }
}
.cid-vcTupEv6dj .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTupEv6dj .google-map iframe {
    height: 350px;
  }
}
.cid-vcTupEv6dj .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTupEv6dj .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTupEv6dj .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTupEv6dj .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTupEv6dj .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTupEv6dj .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTupEv6dj .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTupEv6dj .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTupEv6dj .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTupEv6dj .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTupEv6dj .card {
  justify-content: center;
}
.cid-vcTupEv6dj .mbr-section-title {
  color: #212529;
}
.cid-vcTupEv6dj .mbr-desc {
  color: #51565c;
}
.cid-vcTupEv6dj .mbr-address {
  color: #212529;
}
.cid-vcTupEv6dj .list {
  color: #212529;
}
.cid-vcTupGbDpm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTupGbDpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTupGbDpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTupGbDpm .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTupGbDpm .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTupGbDpm .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTupGbDpm .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTupGbDpm .item {
    margin-bottom: 16px;
  }
}
.cid-vcTupGbDpm .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTupGbDpm .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTupGbDpm .item:hover .item-wrapper .item-content .item-img,
.cid-vcTupGbDpm .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTupGbDpm .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTupGbDpm .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTupGbDpm .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTupGbDpm .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTupGbDpm .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTupGbDpm .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTupGbDpm .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTupGbDpm .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTupGbDpm .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTupGbDpm .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTupGbDpm .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTupGbDpm .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTupGbDpm .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTupGbDpm .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTupGbDpm .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTupGbDpm .mbr-section-title {
  color: #212529;
}
.cid-vcTupGbDpm .panel-title-edit {
  color: #212529;
}
.cid-vcTupGbDpm .panel-text {
  color: #51565c;
}
.cid-vcTupHVhTX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTupHVhTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTupHVhTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTupHVhTX .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTupHVhTX .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTupHVhTX .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTupHVhTX .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTupHVhTX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTupHVhTX .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTupHVhTX .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTupHVhTX .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTupHVhTX .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTupHVhTX .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTupHVhTX .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTupHVhTX .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTupHVhTX .mbr-section-title {
  color: #212529;
}
.cid-vcTupHVhTX .mbr-desc {
  color: #212529;
}
.cid-vcTupJO2Cj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTupJO2Cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTupJO2Cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTupJO2Cj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTupJO2Cj .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTupJO2Cj .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTupJO2Cj .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTupJO2Cj .item {
    margin-bottom: 16px;
  }
}
.cid-vcTupJO2Cj .item:last-child {
  margin-bottom: 0;
}
.cid-vcTupJO2Cj .item:hover .item-wrapper .item-img img,
.cid-vcTupJO2Cj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTupJO2Cj .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTupJO2Cj .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTupJO2Cj .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTupJO2Cj .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTupJO2Cj .item .item-wrapper .item-content .item-title_1,
.cid-vcTupJO2Cj .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTupJO2Cj .item .item-wrapper .item-content .item-text_1,
.cid-vcTupJO2Cj .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTupJO2Cj .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTupJO2Cj .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTupJO2Cj .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTupJO2Cj .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTupJO2Cj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTupJO2Cj .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTupJO2Cj .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTupJO2Cj .mbr-section-title {
  color: #212529;
}
.cid-vcTupJO2Cj .item-title_1 {
  color: #f5a11b;
}
.cid-vcTupJO2Cj .item-title_2 {
  color: #ff543d;
}
.cid-vcTupJO2Cj .item-text_1 {
  color: #f5a11b;
}
.cid-vcTupJO2Cj .item-text_2 {
  color: #ff543d;
}
.cid-vcTupLLBXf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTupLLBXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTupLLBXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTupLLBXf .cont-wrap {
  justify-content: center;
}
.cid-vcTupLLBXf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTupLLBXf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTupLLBXf .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTupLLBXf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTupLLBXf .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTupLLBXf .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTupLLBXf .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTupLLBXf .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTupLLBXf .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTupLLBXf .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTupLLBXf .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTupLLBXf .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTupLLBXf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTupLLBXf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTupLLBXf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTupLLBXf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTupLLBXf .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTupLLBXf .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTupLLBXf .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTupLLBXf .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTupLLBXf .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTupLLBXf .mbr-section-title {
  color: #212529;
}
.cid-vcTupLLBXf .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTupLLBXf .mbr-text {
  color: #51565c;
}
.cid-vcTupLLBXf .list {
  color: #212529;
}
.cid-vcTupNhqmI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTupNhqmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTupNhqmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTupNhqmI .content-wrap {
  justify-content: center;
}
.cid-vcTupNhqmI .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTupNhqmI .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTupNhqmI .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTupNhqmI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTupNhqmI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTupNhqmI .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTupNhqmI .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTupNhqmI .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTupNhqmI .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTupNhqmI .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTupNhqmI .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTupNhqmI .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTupNhqmI .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTupNhqmI .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTupNhqmI .mbr-section-title {
  color: #ff8576;
}
.cid-vcTupNhqmI .mbr-copy {
  color: #51565c;
}
.cid-vcTupNhqmI .mbr-copy,
.cid-vcTupNhqmI .copy-wrapper {
  text-align: right;
}
.cid-vcTvjnCMON {
  background-color: transparent;
}
.cid-vcTvjnCMON .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTvjnCMON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTvjnCMON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTvjnCMON .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTvjnCMON .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTvjnCMON .menu_box .navbar.opened,
  .cid-vcTvjnCMON .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTvjnCMON .navbar-dropdown {
  position: relative !important;
}
.cid-vcTvjnCMON .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTvjnCMON .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTvjnCMON .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTvjnCMON .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTvjnCMON .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvjnCMON .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTvjnCMON .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTvjnCMON .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTvjnCMON .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTvjnCMON .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTvjnCMON .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTvjnCMON .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvjnCMON .nav-item .nav-link:hover,
.cid-vcTvjnCMON .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTvjnCMON .nav-item .nav-link:hover::before,
.cid-vcTvjnCMON .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTvjnCMON .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTvjnCMON .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTvjnCMON .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTvjnCMON .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTvjnCMON .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTvjnCMON .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTvjnCMON .offcanvas_box {
    display: none;
  }
}
.cid-vcTvjnCMON .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTvjnCMON .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTvjnCMON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTvjnCMON .container {
  display: flex;
  margin: auto;
}
.cid-vcTvjnCMON .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTvjnCMON .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTvjnCMON .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTvjnCMON .navbar-nav {
    margin: 0;
  }
}
.cid-vcTvjnCMON .dropdown-menu,
.cid-vcTvjnCMON .navbar.opened {
  background-color: false !important;
}
.cid-vcTvjnCMON .nav-item:focus,
.cid-vcTvjnCMON .nav-link:focus {
  outline: none;
}
.cid-vcTvjnCMON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTvjnCMON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTvjnCMON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTvjnCMON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTvjnCMON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTvjnCMON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTvjnCMON .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTvjnCMON .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTvjnCMON .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTvjnCMON .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTvjnCMON .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTvjnCMON .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTvjnCMON .navbar.collapsed {
  justify-content: center;
}
.cid-vcTvjnCMON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTvjnCMON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTvjnCMON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTvjnCMON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTvjnCMON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTvjnCMON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTvjnCMON .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTvjnCMON .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTvjnCMON .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTvjnCMON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTvjnCMON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTvjnCMON .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTvjnCMON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTvjnCMON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTvjnCMON .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTvjnCMON .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTvjnCMON .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTvjnCMON .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTvjnCMON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTvjnCMON .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTvjnCMON .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTvjnCMON .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTvjnCMON .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTvjnCMON .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTvjnCMON .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTvjnCMON .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTvjnCMON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTvjnCMON .dropdown-item.active,
.cid-vcTvjnCMON .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTvjnCMON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTvjnCMON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTvjnCMON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTvjnCMON .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTvjnCMON ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTvjnCMON .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTvjnCMON button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTvjnCMON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTvjnCMON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTvjnCMON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvjnCMON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvjnCMON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTvjnCMON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvjnCMON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTvjnCMON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTvjnCMON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvjnCMON a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTvjnCMON .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTvjnCMON .navbar {
    height: 70px;
  }
  .cid-vcTvjnCMON .navbar.opened {
    height: auto;
  }
  .cid-vcTvjnCMON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTvjnCMON .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTvjnCMON .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTvjnCMON .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTvjnCMON .text_widget {
  margin-bottom: 32px;
}
.cid-vcTvjnCMON .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTvjnCMON .text_widget a:hover,
.cid-vcTvjnCMON .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTvjnCMON .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTvjnCMON .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTvjnCMON .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvjnCMON .contacts-wrapper .mbr-phone:hover,
.cid-vcTvjnCMON .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTvjnCMON .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvjnCMON .contacts-wrapper .mbr-email:hover,
.cid-vcTvjnCMON .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTvjnCMON .navbar-caption {
  color: #ff8576;
}
.cid-vcTvjnCMON .mbr-phone {
  color: #ff8576;
}
.cid-vcTvjnCMON .mbr-email {
  color: #212529;
}
.cid-vcTvjnCMON .mbr-section-subtitle,
.cid-vcTvjnCMON .text_widget,
.cid-vcTvjnCMON .mbr-section-btn {
  text-align: center;
}
.cid-vcTvjnCMON a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTvjoIPsp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTvjoIPsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvjoIPsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvjoIPsp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvjoIPsp .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvjoIPsp .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvjoIPsp .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTvjoIPsp .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvjoIPsp .google-map {
    margin-left: 0;
  }
}
.cid-vcTvjoIPsp .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTvjoIPsp .google-map iframe {
    height: 350px;
  }
}
.cid-vcTvjoIPsp .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTvjoIPsp .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvjoIPsp .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTvjoIPsp .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTvjoIPsp .card {
  justify-content: center;
}
.cid-vcTvjoIPsp .mbr-section-title {
  color: #212529;
}
.cid-vcTvjoIPsp .mbr-desc {
  color: #51565c;
}
.cid-vcTvjoIPsp .mbr-address {
  color: #212529;
}
.cid-vcTvjoIPsp .list {
  color: #212529;
}
.cid-vcTvjq4DGC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvjq4DGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvjq4DGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvjq4DGC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvjq4DGC .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvjq4DGC .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTvjq4DGC .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTvjq4DGC .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvjq4DGC .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTvjq4DGC .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTvjq4DGC .item:hover .item-wrapper .item-content .item-img,
.cid-vcTvjq4DGC .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTvjq4DGC .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTvjq4DGC .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTvjq4DGC .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTvjq4DGC .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTvjq4DGC .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTvjq4DGC .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvjq4DGC .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTvjq4DGC .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTvjq4DGC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTvjq4DGC .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTvjq4DGC .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTvjq4DGC .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTvjq4DGC .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTvjq4DGC .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTvjq4DGC .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTvjq4DGC .mbr-section-title {
  color: #212529;
}
.cid-vcTvjq4DGC .panel-title-edit {
  color: #212529;
}
.cid-vcTvjq4DGC .panel-text {
  color: #51565c;
}
.cid-vcTvjr7B2d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvjr7B2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvjr7B2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvjr7B2d .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvjr7B2d .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvjr7B2d .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTvjr7B2d .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTvjr7B2d .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTvjr7B2d .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvjr7B2d .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTvjr7B2d .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvjr7B2d .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTvjr7B2d .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvjr7B2d .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTvjr7B2d .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvjr7B2d .mbr-section-title {
  color: #212529;
}
.cid-vcTvjr7B2d .mbr-desc {
  color: #212529;
}
.cid-vcTvjrN7j6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvjrN7j6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvjrN7j6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvjrN7j6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvjrN7j6 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvjrN7j6 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvjrN7j6 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTvjrN7j6 .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvjrN7j6 .item:last-child {
  margin-bottom: 0;
}
.cid-vcTvjrN7j6 .item:hover .item-wrapper .item-img img,
.cid-vcTvjrN7j6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTvjrN7j6 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvjrN7j6 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTvjrN7j6 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvjrN7j6 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTvjrN7j6 .item .item-wrapper .item-content .item-title_1,
.cid-vcTvjrN7j6 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTvjrN7j6 .item .item-wrapper .item-content .item-text_1,
.cid-vcTvjrN7j6 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTvjrN7j6 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvjrN7j6 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvjrN7j6 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTvjrN7j6 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTvjrN7j6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTvjrN7j6 .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTvjrN7j6 .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTvjrN7j6 .mbr-section-title {
  color: #212529;
}
.cid-vcTvjrN7j6 .item-title_1 {
  color: #f5a11b;
}
.cid-vcTvjrN7j6 .item-title_2 {
  color: #ff543d;
}
.cid-vcTvjrN7j6 .item-text_1 {
  color: #f5a11b;
}
.cid-vcTvjrN7j6 .item-text_2 {
  color: #ff543d;
}
.cid-vcTvjt3Vsh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTvjt3Vsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvjt3Vsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvjt3Vsh .cont-wrap {
  justify-content: center;
}
.cid-vcTvjt3Vsh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTvjt3Vsh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTvjt3Vsh .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTvjt3Vsh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTvjt3Vsh .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvjt3Vsh .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTvjt3Vsh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvjt3Vsh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvjt3Vsh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvjt3Vsh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvjt3Vsh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvjt3Vsh .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTvjt3Vsh .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTvjt3Vsh .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTvjt3Vsh .mbr-section-title {
  color: #212529;
}
.cid-vcTvjt3Vsh .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTvjt3Vsh .mbr-text {
  color: #51565c;
}
.cid-vcTvjt3Vsh .list {
  color: #212529;
}
.cid-vcTvjtYkfG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTvjtYkfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvjtYkfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvjtYkfG .content-wrap {
  justify-content: center;
}
.cid-vcTvjtYkfG .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTvjtYkfG .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTvjtYkfG .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTvjtYkfG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvjtYkfG .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvjtYkfG .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTvjtYkfG .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTvjtYkfG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvjtYkfG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvjtYkfG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvjtYkfG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvjtYkfG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvjtYkfG .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvjtYkfG .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTvjtYkfG .mbr-section-title {
  color: #ff8576;
}
.cid-vcTvjtYkfG .mbr-copy {
  color: #51565c;
}
.cid-vcTvjtYkfG .mbr-copy,
.cid-vcTvjtYkfG .copy-wrapper {
  text-align: right;
}
.cid-vcTvtLJKe1 {
  background-color: transparent;
}
.cid-vcTvtLJKe1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTvtLJKe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTvtLJKe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTvtLJKe1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTvtLJKe1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTvtLJKe1 .menu_box .navbar.opened,
  .cid-vcTvtLJKe1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTvtLJKe1 .navbar-dropdown {
  position: relative !important;
}
.cid-vcTvtLJKe1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTvtLJKe1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTvtLJKe1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTvtLJKe1 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTvtLJKe1 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvtLJKe1 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTvtLJKe1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTvtLJKe1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTvtLJKe1 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTvtLJKe1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTvtLJKe1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTvtLJKe1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvtLJKe1 .nav-item .nav-link:hover,
.cid-vcTvtLJKe1 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTvtLJKe1 .nav-item .nav-link:hover::before,
.cid-vcTvtLJKe1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTvtLJKe1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTvtLJKe1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTvtLJKe1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTvtLJKe1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTvtLJKe1 .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTvtLJKe1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTvtLJKe1 .offcanvas_box {
    display: none;
  }
}
.cid-vcTvtLJKe1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTvtLJKe1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTvtLJKe1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTvtLJKe1 .container {
  display: flex;
  margin: auto;
}
.cid-vcTvtLJKe1 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTvtLJKe1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTvtLJKe1 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTvtLJKe1 .navbar-nav {
    margin: 0;
  }
}
.cid-vcTvtLJKe1 .dropdown-menu,
.cid-vcTvtLJKe1 .navbar.opened {
  background-color: false !important;
}
.cid-vcTvtLJKe1 .nav-item:focus,
.cid-vcTvtLJKe1 .nav-link:focus {
  outline: none;
}
.cid-vcTvtLJKe1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTvtLJKe1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTvtLJKe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTvtLJKe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTvtLJKe1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTvtLJKe1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTvtLJKe1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTvtLJKe1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTvtLJKe1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTvtLJKe1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTvtLJKe1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTvtLJKe1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTvtLJKe1 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTvtLJKe1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTvtLJKe1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTvtLJKe1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTvtLJKe1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTvtLJKe1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTvtLJKe1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTvtLJKe1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTvtLJKe1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTvtLJKe1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTvtLJKe1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTvtLJKe1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTvtLJKe1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTvtLJKe1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTvtLJKe1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTvtLJKe1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTvtLJKe1 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTvtLJKe1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTvtLJKe1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTvtLJKe1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTvtLJKe1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTvtLJKe1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTvtLJKe1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTvtLJKe1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTvtLJKe1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTvtLJKe1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTvtLJKe1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTvtLJKe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTvtLJKe1 .dropdown-item.active,
.cid-vcTvtLJKe1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTvtLJKe1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTvtLJKe1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTvtLJKe1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTvtLJKe1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTvtLJKe1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTvtLJKe1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTvtLJKe1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTvtLJKe1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTvtLJKe1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTvtLJKe1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvtLJKe1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvtLJKe1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTvtLJKe1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvtLJKe1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTvtLJKe1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTvtLJKe1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvtLJKe1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTvtLJKe1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTvtLJKe1 .navbar {
    height: 70px;
  }
  .cid-vcTvtLJKe1 .navbar.opened {
    height: auto;
  }
  .cid-vcTvtLJKe1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTvtLJKe1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTvtLJKe1 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTvtLJKe1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTvtLJKe1 .text_widget {
  margin-bottom: 32px;
}
.cid-vcTvtLJKe1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTvtLJKe1 .text_widget a:hover,
.cid-vcTvtLJKe1 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTvtLJKe1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTvtLJKe1 .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTvtLJKe1 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvtLJKe1 .contacts-wrapper .mbr-phone:hover,
.cid-vcTvtLJKe1 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTvtLJKe1 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvtLJKe1 .contacts-wrapper .mbr-email:hover,
.cid-vcTvtLJKe1 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTvtLJKe1 .navbar-caption {
  color: #ff8576;
}
.cid-vcTvtLJKe1 .mbr-phone {
  color: #ff8576;
}
.cid-vcTvtLJKe1 .mbr-email {
  color: #212529;
}
.cid-vcTvtLJKe1 .mbr-section-subtitle,
.cid-vcTvtLJKe1 .text_widget,
.cid-vcTvtLJKe1 .mbr-section-btn {
  text-align: center;
}
.cid-vcTvtLJKe1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTvtMPuvc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTvtMPuvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvtMPuvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvtMPuvc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvtMPuvc .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvtMPuvc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvtMPuvc .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTvtMPuvc .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvtMPuvc .google-map {
    margin-left: 0;
  }
}
.cid-vcTvtMPuvc .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTvtMPuvc .google-map iframe {
    height: 350px;
  }
}
.cid-vcTvtMPuvc .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTvtMPuvc .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvtMPuvc .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTvtMPuvc .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTvtMPuvc .card {
  justify-content: center;
}
.cid-vcTvtMPuvc .mbr-section-title {
  color: #212529;
}
.cid-vcTvtMPuvc .mbr-desc {
  color: #51565c;
}
.cid-vcTvtMPuvc .mbr-address {
  color: #212529;
}
.cid-vcTvtMPuvc .list {
  color: #212529;
}
.cid-vcTvtNME03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvtNME03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvtNME03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvtNME03 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvtNME03 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvtNME03 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTvtNME03 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTvtNME03 .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvtNME03 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTvtNME03 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTvtNME03 .item:hover .item-wrapper .item-content .item-img,
.cid-vcTvtNME03 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTvtNME03 .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTvtNME03 .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTvtNME03 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTvtNME03 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTvtNME03 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTvtNME03 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvtNME03 .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTvtNME03 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTvtNME03 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTvtNME03 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTvtNME03 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTvtNME03 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTvtNME03 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTvtNME03 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTvtNME03 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTvtNME03 .mbr-section-title {
  color: #212529;
}
.cid-vcTvtNME03 .panel-title-edit {
  color: #212529;
}
.cid-vcTvtNME03 .panel-text {
  color: #51565c;
}
.cid-vcTvtOQX4I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvtOQX4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvtOQX4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvtOQX4I .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvtOQX4I .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvtOQX4I .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTvtOQX4I .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTvtOQX4I .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTvtOQX4I .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvtOQX4I .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTvtOQX4I .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvtOQX4I .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTvtOQX4I .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvtOQX4I .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTvtOQX4I .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvtOQX4I .mbr-section-title {
  color: #212529;
}
.cid-vcTvtOQX4I .mbr-desc {
  color: #212529;
}
.cid-vcTvtPJhKD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvtPJhKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvtPJhKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvtPJhKD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvtPJhKD .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvtPJhKD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvtPJhKD .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTvtPJhKD .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvtPJhKD .item:last-child {
  margin-bottom: 0;
}
.cid-vcTvtPJhKD .item:hover .item-wrapper .item-img img,
.cid-vcTvtPJhKD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTvtPJhKD .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvtPJhKD .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTvtPJhKD .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvtPJhKD .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTvtPJhKD .item .item-wrapper .item-content .item-title_1,
.cid-vcTvtPJhKD .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTvtPJhKD .item .item-wrapper .item-content .item-text_1,
.cid-vcTvtPJhKD .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTvtPJhKD .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvtPJhKD .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvtPJhKD .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTvtPJhKD .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTvtPJhKD .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTvtPJhKD .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTvtPJhKD .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTvtPJhKD .mbr-section-title {
  color: #212529;
}
.cid-vcTvtPJhKD .item-title_1 {
  color: #f5a11b;
}
.cid-vcTvtPJhKD .item-title_2 {
  color: #ff543d;
}
.cid-vcTvtPJhKD .item-text_1 {
  color: #f5a11b;
}
.cid-vcTvtPJhKD .item-text_2 {
  color: #ff543d;
}
.cid-vcTvtQJskD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTvtQJskD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvtQJskD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvtQJskD .cont-wrap {
  justify-content: center;
}
.cid-vcTvtQJskD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTvtQJskD .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTvtQJskD .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTvtQJskD .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTvtQJskD .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTvtQJskD .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTvtQJskD .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTvtQJskD .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvtQJskD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTvtQJskD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTvtQJskD .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvtQJskD .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTvtQJskD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvtQJskD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvtQJskD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvtQJskD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvtQJskD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvtQJskD .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTvtQJskD .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTvtQJskD .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTvtQJskD .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTvtQJskD .mbr-section-title {
  color: #212529;
}
.cid-vcTvtQJskD .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTvtQJskD .mbr-text {
  color: #51565c;
}
.cid-vcTvtQJskD .list {
  color: #212529;
}
.cid-vcTvtRNaU1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTvtRNaU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvtRNaU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvtRNaU1 .content-wrap {
  justify-content: center;
}
.cid-vcTvtRNaU1 .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTvtRNaU1 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTvtRNaU1 .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTvtRNaU1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvtRNaU1 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvtRNaU1 .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTvtRNaU1 .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTvtRNaU1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvtRNaU1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvtRNaU1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvtRNaU1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvtRNaU1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvtRNaU1 .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvtRNaU1 .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTvtRNaU1 .mbr-section-title {
  color: #ff8576;
}
.cid-vcTvtRNaU1 .mbr-copy {
  color: #51565c;
}
.cid-vcTvtRNaU1 .mbr-copy,
.cid-vcTvtRNaU1 .copy-wrapper {
  text-align: right;
}
.cid-vcTvAQ9SI0 {
  background-color: transparent;
}
.cid-vcTvAQ9SI0 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTvAQ9SI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTvAQ9SI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTvAQ9SI0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTvAQ9SI0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTvAQ9SI0 .menu_box .navbar.opened,
  .cid-vcTvAQ9SI0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTvAQ9SI0 .navbar-dropdown {
  position: relative !important;
}
.cid-vcTvAQ9SI0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTvAQ9SI0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTvAQ9SI0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTvAQ9SI0 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTvAQ9SI0 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvAQ9SI0 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTvAQ9SI0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTvAQ9SI0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTvAQ9SI0 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTvAQ9SI0 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTvAQ9SI0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTvAQ9SI0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvAQ9SI0 .nav-item .nav-link:hover,
.cid-vcTvAQ9SI0 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTvAQ9SI0 .nav-item .nav-link:hover::before,
.cid-vcTvAQ9SI0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTvAQ9SI0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTvAQ9SI0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTvAQ9SI0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTvAQ9SI0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTvAQ9SI0 .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTvAQ9SI0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTvAQ9SI0 .offcanvas_box {
    display: none;
  }
}
.cid-vcTvAQ9SI0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTvAQ9SI0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTvAQ9SI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTvAQ9SI0 .container {
  display: flex;
  margin: auto;
}
.cid-vcTvAQ9SI0 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTvAQ9SI0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTvAQ9SI0 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTvAQ9SI0 .navbar-nav {
    margin: 0;
  }
}
.cid-vcTvAQ9SI0 .dropdown-menu,
.cid-vcTvAQ9SI0 .navbar.opened {
  background-color: false !important;
}
.cid-vcTvAQ9SI0 .nav-item:focus,
.cid-vcTvAQ9SI0 .nav-link:focus {
  outline: none;
}
.cid-vcTvAQ9SI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTvAQ9SI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTvAQ9SI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTvAQ9SI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTvAQ9SI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTvAQ9SI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTvAQ9SI0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTvAQ9SI0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTvAQ9SI0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTvAQ9SI0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTvAQ9SI0 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTvAQ9SI0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTvAQ9SI0 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTvAQ9SI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTvAQ9SI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTvAQ9SI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTvAQ9SI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTvAQ9SI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTvAQ9SI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTvAQ9SI0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTvAQ9SI0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTvAQ9SI0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTvAQ9SI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTvAQ9SI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTvAQ9SI0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTvAQ9SI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTvAQ9SI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTvAQ9SI0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTvAQ9SI0 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTvAQ9SI0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTvAQ9SI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTvAQ9SI0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTvAQ9SI0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTvAQ9SI0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTvAQ9SI0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTvAQ9SI0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTvAQ9SI0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTvAQ9SI0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTvAQ9SI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTvAQ9SI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTvAQ9SI0 .dropdown-item.active,
.cid-vcTvAQ9SI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTvAQ9SI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTvAQ9SI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTvAQ9SI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTvAQ9SI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTvAQ9SI0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTvAQ9SI0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTvAQ9SI0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTvAQ9SI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTvAQ9SI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTvAQ9SI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvAQ9SI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvAQ9SI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTvAQ9SI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvAQ9SI0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTvAQ9SI0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTvAQ9SI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvAQ9SI0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTvAQ9SI0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTvAQ9SI0 .navbar {
    height: 70px;
  }
  .cid-vcTvAQ9SI0 .navbar.opened {
    height: auto;
  }
  .cid-vcTvAQ9SI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTvAQ9SI0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTvAQ9SI0 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTvAQ9SI0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTvAQ9SI0 .text_widget {
  margin-bottom: 32px;
}
.cid-vcTvAQ9SI0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTvAQ9SI0 .text_widget a:hover,
.cid-vcTvAQ9SI0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTvAQ9SI0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTvAQ9SI0 .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTvAQ9SI0 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvAQ9SI0 .contacts-wrapper .mbr-phone:hover,
.cid-vcTvAQ9SI0 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTvAQ9SI0 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvAQ9SI0 .contacts-wrapper .mbr-email:hover,
.cid-vcTvAQ9SI0 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTvAQ9SI0 .navbar-caption {
  color: #ff8576;
}
.cid-vcTvAQ9SI0 .mbr-phone {
  color: #ff8576;
}
.cid-vcTvAQ9SI0 .mbr-email {
  color: #212529;
}
.cid-vcTvAQ9SI0 .mbr-section-subtitle,
.cid-vcTvAQ9SI0 .text_widget,
.cid-vcTvAQ9SI0 .mbr-section-btn {
  text-align: center;
}
.cid-vcTvAQ9SI0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTvARy0KO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTvARy0KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvARy0KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvARy0KO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvARy0KO .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvARy0KO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvARy0KO .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTvARy0KO .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvARy0KO .google-map {
    margin-left: 0;
  }
}
.cid-vcTvARy0KO .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTvARy0KO .google-map iframe {
    height: 350px;
  }
}
.cid-vcTvARy0KO .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTvARy0KO .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvARy0KO .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTvARy0KO .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTvARy0KO .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvARy0KO .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTvARy0KO .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvARy0KO .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTvARy0KO .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTvARy0KO .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTvARy0KO .card {
  justify-content: center;
}
.cid-vcTvARy0KO .mbr-section-title {
  color: #212529;
}
.cid-vcTvARy0KO .mbr-desc {
  color: #51565c;
}
.cid-vcTvARy0KO .mbr-address {
  color: #212529;
}
.cid-vcTvARy0KO .list {
  color: #212529;
}
.cid-vcTvASwVsK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvASwVsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvASwVsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvASwVsK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvASwVsK .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvASwVsK .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTvASwVsK .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTvASwVsK .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvASwVsK .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTvASwVsK .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTvASwVsK .item:hover .item-wrapper .item-content .item-img,
.cid-vcTvASwVsK .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTvASwVsK .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTvASwVsK .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTvASwVsK .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTvASwVsK .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTvASwVsK .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTvASwVsK .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvASwVsK .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTvASwVsK .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTvASwVsK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTvASwVsK .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTvASwVsK .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTvASwVsK .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTvASwVsK .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTvASwVsK .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTvASwVsK .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTvASwVsK .mbr-section-title {
  color: #212529;
}
.cid-vcTvASwVsK .panel-title-edit {
  color: #212529;
}
.cid-vcTvASwVsK .panel-text {
  color: #51565c;
}
.cid-vcTvATrFl7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvATrFl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvATrFl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvATrFl7 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvATrFl7 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvATrFl7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTvATrFl7 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTvATrFl7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTvATrFl7 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvATrFl7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTvATrFl7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvATrFl7 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTvATrFl7 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvATrFl7 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTvATrFl7 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvATrFl7 .mbr-section-title {
  color: #212529;
}
.cid-vcTvATrFl7 .mbr-desc {
  color: #212529;
}
.cid-vcTvAUrOzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvAUrOzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvAUrOzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvAUrOzn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvAUrOzn .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvAUrOzn .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvAUrOzn .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTvAUrOzn .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvAUrOzn .item:last-child {
  margin-bottom: 0;
}
.cid-vcTvAUrOzn .item:hover .item-wrapper .item-img img,
.cid-vcTvAUrOzn .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTvAUrOzn .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvAUrOzn .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTvAUrOzn .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvAUrOzn .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTvAUrOzn .item .item-wrapper .item-content .item-title_1,
.cid-vcTvAUrOzn .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTvAUrOzn .item .item-wrapper .item-content .item-text_1,
.cid-vcTvAUrOzn .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTvAUrOzn .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvAUrOzn .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvAUrOzn .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTvAUrOzn .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTvAUrOzn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTvAUrOzn .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTvAUrOzn .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTvAUrOzn .mbr-section-title {
  color: #212529;
}
.cid-vcTvAUrOzn .item-title_1 {
  color: #f5a11b;
}
.cid-vcTvAUrOzn .item-title_2 {
  color: #ff543d;
}
.cid-vcTvAUrOzn .item-text_1 {
  color: #f5a11b;
}
.cid-vcTvAUrOzn .item-text_2 {
  color: #ff543d;
}
.cid-vcTvAVuIo0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTvAVuIo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvAVuIo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvAVuIo0 .cont-wrap {
  justify-content: center;
}
.cid-vcTvAVuIo0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTvAVuIo0 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTvAVuIo0 .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTvAVuIo0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTvAVuIo0 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvAVuIo0 .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTvAVuIo0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvAVuIo0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvAVuIo0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvAVuIo0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvAVuIo0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvAVuIo0 .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTvAVuIo0 .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTvAVuIo0 .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTvAVuIo0 .mbr-section-title {
  color: #212529;
}
.cid-vcTvAVuIo0 .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTvAVuIo0 .mbr-text {
  color: #51565c;
}
.cid-vcTvAVuIo0 .list {
  color: #212529;
}
.cid-vcTvAWFaMV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTvAWFaMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvAWFaMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvAWFaMV .content-wrap {
  justify-content: center;
}
.cid-vcTvAWFaMV .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTvAWFaMV .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTvAWFaMV .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTvAWFaMV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvAWFaMV .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvAWFaMV .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTvAWFaMV .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTvAWFaMV .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvAWFaMV .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvAWFaMV .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvAWFaMV .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvAWFaMV .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvAWFaMV .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvAWFaMV .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTvAWFaMV .mbr-section-title {
  color: #ff8576;
}
.cid-vcTvAWFaMV .mbr-copy {
  color: #51565c;
}
.cid-vcTvAWFaMV .mbr-copy,
.cid-vcTvAWFaMV .copy-wrapper {
  text-align: right;
}
.cid-vcTvIGcJyR {
  background-color: transparent;
}
.cid-vcTvIGcJyR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTvIGcJyR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTvIGcJyR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTvIGcJyR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTvIGcJyR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTvIGcJyR .menu_box .navbar.opened,
  .cid-vcTvIGcJyR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTvIGcJyR .navbar-dropdown {
  position: relative !important;
}
.cid-vcTvIGcJyR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTvIGcJyR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTvIGcJyR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTvIGcJyR .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTvIGcJyR .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvIGcJyR .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTvIGcJyR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTvIGcJyR .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTvIGcJyR .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTvIGcJyR .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTvIGcJyR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTvIGcJyR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvIGcJyR .nav-item .nav-link:hover,
.cid-vcTvIGcJyR .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTvIGcJyR .nav-item .nav-link:hover::before,
.cid-vcTvIGcJyR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTvIGcJyR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTvIGcJyR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTvIGcJyR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTvIGcJyR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTvIGcJyR .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTvIGcJyR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTvIGcJyR .offcanvas_box {
    display: none;
  }
}
.cid-vcTvIGcJyR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTvIGcJyR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTvIGcJyR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTvIGcJyR .container {
  display: flex;
  margin: auto;
}
.cid-vcTvIGcJyR .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTvIGcJyR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTvIGcJyR .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTvIGcJyR .navbar-nav {
    margin: 0;
  }
}
.cid-vcTvIGcJyR .dropdown-menu,
.cid-vcTvIGcJyR .navbar.opened {
  background-color: false !important;
}
.cid-vcTvIGcJyR .nav-item:focus,
.cid-vcTvIGcJyR .nav-link:focus {
  outline: none;
}
.cid-vcTvIGcJyR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTvIGcJyR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTvIGcJyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTvIGcJyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTvIGcJyR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTvIGcJyR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTvIGcJyR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTvIGcJyR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTvIGcJyR .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTvIGcJyR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTvIGcJyR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTvIGcJyR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTvIGcJyR .navbar.collapsed {
  justify-content: center;
}
.cid-vcTvIGcJyR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTvIGcJyR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTvIGcJyR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTvIGcJyR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTvIGcJyR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTvIGcJyR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTvIGcJyR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTvIGcJyR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTvIGcJyR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTvIGcJyR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTvIGcJyR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTvIGcJyR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTvIGcJyR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTvIGcJyR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTvIGcJyR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTvIGcJyR .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTvIGcJyR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTvIGcJyR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTvIGcJyR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTvIGcJyR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTvIGcJyR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTvIGcJyR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTvIGcJyR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTvIGcJyR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTvIGcJyR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTvIGcJyR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTvIGcJyR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTvIGcJyR .dropdown-item.active,
.cid-vcTvIGcJyR .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTvIGcJyR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTvIGcJyR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTvIGcJyR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTvIGcJyR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTvIGcJyR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTvIGcJyR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTvIGcJyR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTvIGcJyR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTvIGcJyR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTvIGcJyR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvIGcJyR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvIGcJyR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTvIGcJyR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvIGcJyR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTvIGcJyR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTvIGcJyR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvIGcJyR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTvIGcJyR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTvIGcJyR .navbar {
    height: 70px;
  }
  .cid-vcTvIGcJyR .navbar.opened {
    height: auto;
  }
  .cid-vcTvIGcJyR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTvIGcJyR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTvIGcJyR .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTvIGcJyR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTvIGcJyR .text_widget {
  margin-bottom: 32px;
}
.cid-vcTvIGcJyR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTvIGcJyR .text_widget a:hover,
.cid-vcTvIGcJyR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTvIGcJyR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTvIGcJyR .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTvIGcJyR .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvIGcJyR .contacts-wrapper .mbr-phone:hover,
.cid-vcTvIGcJyR .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTvIGcJyR .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvIGcJyR .contacts-wrapper .mbr-email:hover,
.cid-vcTvIGcJyR .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTvIGcJyR .navbar-caption {
  color: #ff8576;
}
.cid-vcTvIGcJyR .mbr-phone {
  color: #ff8576;
}
.cid-vcTvIGcJyR .mbr-email {
  color: #212529;
}
.cid-vcTvIGcJyR .mbr-section-subtitle,
.cid-vcTvIGcJyR .text_widget,
.cid-vcTvIGcJyR .mbr-section-btn {
  text-align: center;
}
.cid-vcTvIGcJyR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTvIHdAr9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTvIHdAr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvIHdAr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvIHdAr9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvIHdAr9 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvIHdAr9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvIHdAr9 .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTvIHdAr9 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvIHdAr9 .google-map {
    margin-left: 0;
  }
}
.cid-vcTvIHdAr9 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTvIHdAr9 .google-map iframe {
    height: 350px;
  }
}
.cid-vcTvIHdAr9 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTvIHdAr9 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvIHdAr9 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTvIHdAr9 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTvIHdAr9 .card {
  justify-content: center;
}
.cid-vcTvIHdAr9 .mbr-section-title {
  color: #212529;
}
.cid-vcTvIHdAr9 .mbr-desc {
  color: #51565c;
}
.cid-vcTvIHdAr9 .mbr-address {
  color: #212529;
}
.cid-vcTvIHdAr9 .list {
  color: #212529;
}
.cid-vcTvIIj706 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvIIj706 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvIIj706 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvIIj706 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvIIj706 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvIIj706 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTvIIj706 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTvIIj706 .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvIIj706 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTvIIj706 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTvIIj706 .item:hover .item-wrapper .item-content .item-img,
.cid-vcTvIIj706 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTvIIj706 .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTvIIj706 .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTvIIj706 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTvIIj706 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTvIIj706 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTvIIj706 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvIIj706 .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTvIIj706 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTvIIj706 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTvIIj706 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTvIIj706 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTvIIj706 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTvIIj706 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTvIIj706 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTvIIj706 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTvIIj706 .mbr-section-title {
  color: #212529;
}
.cid-vcTvIIj706 .panel-title-edit {
  color: #212529;
}
.cid-vcTvIIj706 .panel-text {
  color: #51565c;
}
.cid-vcTvIJS3y5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvIJS3y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvIJS3y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvIJS3y5 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvIJS3y5 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvIJS3y5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTvIJS3y5 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTvIJS3y5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTvIJS3y5 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvIJS3y5 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTvIJS3y5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvIJS3y5 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTvIJS3y5 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvIJS3y5 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTvIJS3y5 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvIJS3y5 .mbr-section-title {
  color: #212529;
}
.cid-vcTvIJS3y5 .mbr-desc {
  color: #212529;
}
.cid-vcTvIKMkTA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvIKMkTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvIKMkTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvIKMkTA .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvIKMkTA .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvIKMkTA .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvIKMkTA .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTvIKMkTA .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvIKMkTA .item:last-child {
  margin-bottom: 0;
}
.cid-vcTvIKMkTA .item:hover .item-wrapper .item-img img,
.cid-vcTvIKMkTA .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTvIKMkTA .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvIKMkTA .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTvIKMkTA .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvIKMkTA .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTvIKMkTA .item .item-wrapper .item-content .item-title_1,
.cid-vcTvIKMkTA .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTvIKMkTA .item .item-wrapper .item-content .item-text_1,
.cid-vcTvIKMkTA .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTvIKMkTA .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvIKMkTA .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvIKMkTA .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTvIKMkTA .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTvIKMkTA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTvIKMkTA .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTvIKMkTA .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTvIKMkTA .mbr-section-title {
  color: #212529;
}
.cid-vcTvIKMkTA .item-title_1 {
  color: #f5a11b;
}
.cid-vcTvIKMkTA .item-title_2 {
  color: #ff543d;
}
.cid-vcTvIKMkTA .item-text_1 {
  color: #f5a11b;
}
.cid-vcTvIKMkTA .item-text_2 {
  color: #ff543d;
}
.cid-vcTvIMkuaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTvIMkuaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvIMkuaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvIMkuaO .cont-wrap {
  justify-content: center;
}
.cid-vcTvIMkuaO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTvIMkuaO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTvIMkuaO .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTvIMkuaO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTvIMkuaO .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTvIMkuaO .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTvIMkuaO .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTvIMkuaO .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvIMkuaO .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTvIMkuaO .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTvIMkuaO .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvIMkuaO .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTvIMkuaO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvIMkuaO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvIMkuaO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvIMkuaO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvIMkuaO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvIMkuaO .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTvIMkuaO .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTvIMkuaO .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTvIMkuaO .mbr-section-title {
  color: #212529;
}
.cid-vcTvIMkuaO .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTvIMkuaO .mbr-text {
  color: #51565c;
}
.cid-vcTvIMkuaO .list {
  color: #212529;
}
.cid-vcTvINqply {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTvINqply .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvINqply .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvINqply .content-wrap {
  justify-content: center;
}
.cid-vcTvINqply .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTvINqply .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTvINqply .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTvINqply .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvINqply .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvINqply .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTvINqply .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTvINqply .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvINqply .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvINqply .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvINqply .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvINqply .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvINqply .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvINqply .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTvINqply .mbr-section-title {
  color: #ff8576;
}
.cid-vcTvINqply .mbr-copy {
  color: #51565c;
}
.cid-vcTvINqply .mbr-copy,
.cid-vcTvINqply .copy-wrapper {
  text-align: right;
}
.cid-vcTvPcGcLs {
  background-color: transparent;
}
.cid-vcTvPcGcLs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTvPcGcLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTvPcGcLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTvPcGcLs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTvPcGcLs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTvPcGcLs .menu_box .navbar.opened,
  .cid-vcTvPcGcLs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTvPcGcLs .navbar-dropdown {
  position: relative !important;
}
.cid-vcTvPcGcLs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTvPcGcLs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTvPcGcLs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTvPcGcLs .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTvPcGcLs .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvPcGcLs .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTvPcGcLs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTvPcGcLs .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTvPcGcLs .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTvPcGcLs .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTvPcGcLs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTvPcGcLs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvPcGcLs .nav-item .nav-link:hover,
.cid-vcTvPcGcLs .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTvPcGcLs .nav-item .nav-link:hover::before,
.cid-vcTvPcGcLs .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTvPcGcLs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTvPcGcLs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTvPcGcLs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTvPcGcLs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTvPcGcLs .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTvPcGcLs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTvPcGcLs .offcanvas_box {
    display: none;
  }
}
.cid-vcTvPcGcLs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTvPcGcLs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTvPcGcLs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTvPcGcLs .container {
  display: flex;
  margin: auto;
}
.cid-vcTvPcGcLs .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTvPcGcLs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTvPcGcLs .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTvPcGcLs .navbar-nav {
    margin: 0;
  }
}
.cid-vcTvPcGcLs .dropdown-menu,
.cid-vcTvPcGcLs .navbar.opened {
  background-color: false !important;
}
.cid-vcTvPcGcLs .nav-item:focus,
.cid-vcTvPcGcLs .nav-link:focus {
  outline: none;
}
.cid-vcTvPcGcLs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTvPcGcLs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTvPcGcLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTvPcGcLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTvPcGcLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTvPcGcLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTvPcGcLs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTvPcGcLs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTvPcGcLs .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTvPcGcLs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTvPcGcLs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTvPcGcLs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTvPcGcLs .navbar.collapsed {
  justify-content: center;
}
.cid-vcTvPcGcLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTvPcGcLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTvPcGcLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTvPcGcLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTvPcGcLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTvPcGcLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTvPcGcLs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTvPcGcLs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTvPcGcLs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTvPcGcLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTvPcGcLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTvPcGcLs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTvPcGcLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTvPcGcLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTvPcGcLs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTvPcGcLs .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTvPcGcLs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTvPcGcLs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTvPcGcLs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTvPcGcLs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTvPcGcLs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTvPcGcLs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTvPcGcLs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTvPcGcLs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTvPcGcLs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTvPcGcLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTvPcGcLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTvPcGcLs .dropdown-item.active,
.cid-vcTvPcGcLs .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTvPcGcLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTvPcGcLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTvPcGcLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTvPcGcLs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTvPcGcLs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTvPcGcLs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTvPcGcLs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTvPcGcLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTvPcGcLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTvPcGcLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvPcGcLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvPcGcLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTvPcGcLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvPcGcLs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTvPcGcLs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTvPcGcLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvPcGcLs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTvPcGcLs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTvPcGcLs .navbar {
    height: 70px;
  }
  .cid-vcTvPcGcLs .navbar.opened {
    height: auto;
  }
  .cid-vcTvPcGcLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTvPcGcLs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTvPcGcLs .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTvPcGcLs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTvPcGcLs .text_widget {
  margin-bottom: 32px;
}
.cid-vcTvPcGcLs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTvPcGcLs .text_widget a:hover,
.cid-vcTvPcGcLs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTvPcGcLs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTvPcGcLs .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTvPcGcLs .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvPcGcLs .contacts-wrapper .mbr-phone:hover,
.cid-vcTvPcGcLs .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTvPcGcLs .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvPcGcLs .contacts-wrapper .mbr-email:hover,
.cid-vcTvPcGcLs .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTvPcGcLs .navbar-caption {
  color: #ff8576;
}
.cid-vcTvPcGcLs .mbr-phone {
  color: #ff8576;
}
.cid-vcTvPcGcLs .mbr-email {
  color: #212529;
}
.cid-vcTvPcGcLs .mbr-section-subtitle,
.cid-vcTvPcGcLs .text_widget,
.cid-vcTvPcGcLs .mbr-section-btn {
  text-align: center;
}
.cid-vcTvPcGcLs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTvPdGpW1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTvPdGpW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvPdGpW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvPdGpW1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvPdGpW1 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvPdGpW1 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvPdGpW1 .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTvPdGpW1 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvPdGpW1 .google-map {
    margin-left: 0;
  }
}
.cid-vcTvPdGpW1 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTvPdGpW1 .google-map iframe {
    height: 350px;
  }
}
.cid-vcTvPdGpW1 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTvPdGpW1 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvPdGpW1 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTvPdGpW1 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTvPdGpW1 .card {
  justify-content: center;
}
.cid-vcTvPdGpW1 .mbr-section-title {
  color: #212529;
}
.cid-vcTvPdGpW1 .mbr-desc {
  color: #51565c;
}
.cid-vcTvPdGpW1 .mbr-address {
  color: #212529;
}
.cid-vcTvPdGpW1 .list {
  color: #212529;
}
.cid-vcTvPeFpzm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvPeFpzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvPeFpzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvPeFpzm .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvPeFpzm .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvPeFpzm .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTvPeFpzm .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTvPeFpzm .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvPeFpzm .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTvPeFpzm .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTvPeFpzm .item:hover .item-wrapper .item-content .item-img,
.cid-vcTvPeFpzm .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTvPeFpzm .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTvPeFpzm .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTvPeFpzm .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTvPeFpzm .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTvPeFpzm .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTvPeFpzm .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvPeFpzm .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTvPeFpzm .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTvPeFpzm .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTvPeFpzm .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTvPeFpzm .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTvPeFpzm .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTvPeFpzm .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTvPeFpzm .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTvPeFpzm .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTvPeFpzm .mbr-section-title {
  color: #212529;
}
.cid-vcTvPeFpzm .panel-title-edit {
  color: #212529;
}
.cid-vcTvPeFpzm .panel-text {
  color: #51565c;
}
.cid-vcTvPg0qnB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvPg0qnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvPg0qnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvPg0qnB .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvPg0qnB .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvPg0qnB .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTvPg0qnB .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTvPg0qnB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTvPg0qnB .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvPg0qnB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTvPg0qnB .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvPg0qnB .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTvPg0qnB .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvPg0qnB .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTvPg0qnB .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvPg0qnB .mbr-section-title {
  color: #212529;
}
.cid-vcTvPg0qnB .mbr-desc {
  color: #212529;
}
.cid-vcTvPgJkJN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvPgJkJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvPgJkJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvPgJkJN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvPgJkJN .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvPgJkJN .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvPgJkJN .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTvPgJkJN .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvPgJkJN .item:last-child {
  margin-bottom: 0;
}
.cid-vcTvPgJkJN .item:hover .item-wrapper .item-img img,
.cid-vcTvPgJkJN .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTvPgJkJN .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvPgJkJN .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTvPgJkJN .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvPgJkJN .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTvPgJkJN .item .item-wrapper .item-content .item-title_1,
.cid-vcTvPgJkJN .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTvPgJkJN .item .item-wrapper .item-content .item-text_1,
.cid-vcTvPgJkJN .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTvPgJkJN .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvPgJkJN .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvPgJkJN .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTvPgJkJN .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTvPgJkJN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTvPgJkJN .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTvPgJkJN .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTvPgJkJN .mbr-section-title {
  color: #212529;
}
.cid-vcTvPgJkJN .item-title_1 {
  color: #f5a11b;
}
.cid-vcTvPgJkJN .item-title_2 {
  color: #ff543d;
}
.cid-vcTvPgJkJN .item-text_1 {
  color: #f5a11b;
}
.cid-vcTvPgJkJN .item-text_2 {
  color: #ff543d;
}
.cid-vcTvPhKW1p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTvPhKW1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvPhKW1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvPhKW1p .cont-wrap {
  justify-content: center;
}
.cid-vcTvPhKW1p .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTvPhKW1p .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTvPhKW1p .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTvPhKW1p .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTvPhKW1p .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTvPhKW1p .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTvPhKW1p .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTvPhKW1p .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvPhKW1p .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTvPhKW1p .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTvPhKW1p .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvPhKW1p .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTvPhKW1p .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvPhKW1p .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvPhKW1p .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvPhKW1p .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvPhKW1p .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvPhKW1p .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTvPhKW1p .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTvPhKW1p .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTvPhKW1p .mbr-section-title {
  color: #212529;
}
.cid-vcTvPhKW1p .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTvPhKW1p .mbr-text {
  color: #51565c;
}
.cid-vcTvPhKW1p .list {
  color: #212529;
}
.cid-vcTvPitf66 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTvPitf66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvPitf66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvPitf66 .content-wrap {
  justify-content: center;
}
.cid-vcTvPitf66 .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTvPitf66 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTvPitf66 .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTvPitf66 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvPitf66 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvPitf66 .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTvPitf66 .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTvPitf66 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvPitf66 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvPitf66 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvPitf66 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvPitf66 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvPitf66 .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvPitf66 .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTvPitf66 .mbr-section-title {
  color: #ff8576;
}
.cid-vcTvPitf66 .mbr-copy {
  color: #51565c;
}
.cid-vcTvPitf66 .mbr-copy,
.cid-vcTvPitf66 .copy-wrapper {
  text-align: right;
}
.cid-vcTvWH3F9l {
  background-color: transparent;
}
.cid-vcTvWH3F9l .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTvWH3F9l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTvWH3F9l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTvWH3F9l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTvWH3F9l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTvWH3F9l .menu_box .navbar.opened,
  .cid-vcTvWH3F9l .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTvWH3F9l .navbar-dropdown {
  position: relative !important;
}
.cid-vcTvWH3F9l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTvWH3F9l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTvWH3F9l .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTvWH3F9l .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTvWH3F9l .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvWH3F9l .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTvWH3F9l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTvWH3F9l .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTvWH3F9l .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTvWH3F9l .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTvWH3F9l .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTvWH3F9l .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvWH3F9l .nav-item .nav-link:hover,
.cid-vcTvWH3F9l .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTvWH3F9l .nav-item .nav-link:hover::before,
.cid-vcTvWH3F9l .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTvWH3F9l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTvWH3F9l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTvWH3F9l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTvWH3F9l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTvWH3F9l .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTvWH3F9l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTvWH3F9l .offcanvas_box {
    display: none;
  }
}
.cid-vcTvWH3F9l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTvWH3F9l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTvWH3F9l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTvWH3F9l .container {
  display: flex;
  margin: auto;
}
.cid-vcTvWH3F9l .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTvWH3F9l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTvWH3F9l .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTvWH3F9l .navbar-nav {
    margin: 0;
  }
}
.cid-vcTvWH3F9l .dropdown-menu,
.cid-vcTvWH3F9l .navbar.opened {
  background-color: false !important;
}
.cid-vcTvWH3F9l .nav-item:focus,
.cid-vcTvWH3F9l .nav-link:focus {
  outline: none;
}
.cid-vcTvWH3F9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTvWH3F9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTvWH3F9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTvWH3F9l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTvWH3F9l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTvWH3F9l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTvWH3F9l .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTvWH3F9l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTvWH3F9l .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTvWH3F9l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTvWH3F9l .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTvWH3F9l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTvWH3F9l .navbar.collapsed {
  justify-content: center;
}
.cid-vcTvWH3F9l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTvWH3F9l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTvWH3F9l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTvWH3F9l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTvWH3F9l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTvWH3F9l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTvWH3F9l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTvWH3F9l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTvWH3F9l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTvWH3F9l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTvWH3F9l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTvWH3F9l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTvWH3F9l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTvWH3F9l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTvWH3F9l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTvWH3F9l .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTvWH3F9l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTvWH3F9l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTvWH3F9l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTvWH3F9l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTvWH3F9l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTvWH3F9l .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTvWH3F9l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTvWH3F9l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTvWH3F9l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTvWH3F9l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTvWH3F9l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTvWH3F9l .dropdown-item.active,
.cid-vcTvWH3F9l .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTvWH3F9l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTvWH3F9l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTvWH3F9l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTvWH3F9l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTvWH3F9l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTvWH3F9l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTvWH3F9l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTvWH3F9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTvWH3F9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTvWH3F9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvWH3F9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTvWH3F9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTvWH3F9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvWH3F9l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTvWH3F9l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTvWH3F9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTvWH3F9l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTvWH3F9l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTvWH3F9l .navbar {
    height: 70px;
  }
  .cid-vcTvWH3F9l .navbar.opened {
    height: auto;
  }
  .cid-vcTvWH3F9l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTvWH3F9l .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTvWH3F9l .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTvWH3F9l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTvWH3F9l .text_widget {
  margin-bottom: 32px;
}
.cid-vcTvWH3F9l .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTvWH3F9l .text_widget a:hover,
.cid-vcTvWH3F9l .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTvWH3F9l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTvWH3F9l .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTvWH3F9l .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvWH3F9l .contacts-wrapper .mbr-phone:hover,
.cid-vcTvWH3F9l .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTvWH3F9l .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvWH3F9l .contacts-wrapper .mbr-email:hover,
.cid-vcTvWH3F9l .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTvWH3F9l .navbar-caption {
  color: #ff8576;
}
.cid-vcTvWH3F9l .mbr-phone {
  color: #ff8576;
}
.cid-vcTvWH3F9l .mbr-email {
  color: #212529;
}
.cid-vcTvWH3F9l .mbr-section-subtitle,
.cid-vcTvWH3F9l .text_widget,
.cid-vcTvWH3F9l .mbr-section-btn {
  text-align: center;
}
.cid-vcTvWH3F9l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTvWIpObG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTvWIpObG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvWIpObG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvWIpObG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvWIpObG .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvWIpObG .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvWIpObG .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTvWIpObG .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTvWIpObG .google-map {
    margin-left: 0;
  }
}
.cid-vcTvWIpObG .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTvWIpObG .google-map iframe {
    height: 350px;
  }
}
.cid-vcTvWIpObG .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTvWIpObG .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvWIpObG .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTvWIpObG .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTvWIpObG .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTvWIpObG .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTvWIpObG .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvWIpObG .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTvWIpObG .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTvWIpObG .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTvWIpObG .card {
  justify-content: center;
}
.cid-vcTvWIpObG .mbr-section-title {
  color: #212529;
}
.cid-vcTvWIpObG .mbr-desc {
  color: #51565c;
}
.cid-vcTvWIpObG .mbr-address {
  color: #212529;
}
.cid-vcTvWIpObG .list {
  color: #212529;
}
.cid-vcTvWJjxRJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvWJjxRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvWJjxRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvWJjxRJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvWJjxRJ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvWJjxRJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTvWJjxRJ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTvWJjxRJ .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvWJjxRJ .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTvWJjxRJ .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTvWJjxRJ .item:hover .item-wrapper .item-content .item-img,
.cid-vcTvWJjxRJ .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTvWJjxRJ .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTvWJjxRJ .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTvWJjxRJ .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTvWJjxRJ .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTvWJjxRJ .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTvWJjxRJ .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTvWJjxRJ .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTvWJjxRJ .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTvWJjxRJ .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTvWJjxRJ .mbr-section-title {
  color: #212529;
}
.cid-vcTvWJjxRJ .panel-title-edit {
  color: #212529;
}
.cid-vcTvWJjxRJ .panel-text {
  color: #51565c;
}
.cid-vcTvWLlaGm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvWLlaGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvWLlaGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvWLlaGm .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvWLlaGm .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTvWLlaGm .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTvWLlaGm .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTvWLlaGm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTvWLlaGm .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvWLlaGm .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTvWLlaGm .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvWLlaGm .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTvWLlaGm .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvWLlaGm .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTvWLlaGm .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTvWLlaGm .mbr-section-title {
  color: #212529;
}
.cid-vcTvWLlaGm .mbr-desc {
  color: #212529;
}
.cid-vcTvWMfAS7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTvWMfAS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvWMfAS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvWMfAS7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTvWMfAS7 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTvWMfAS7 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvWMfAS7 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTvWMfAS7 .item {
    margin-bottom: 16px;
  }
}
.cid-vcTvWMfAS7 .item:last-child {
  margin-bottom: 0;
}
.cid-vcTvWMfAS7 .item:hover .item-wrapper .item-img img,
.cid-vcTvWMfAS7 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTvWMfAS7 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvWMfAS7 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTvWMfAS7 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTvWMfAS7 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTvWMfAS7 .item .item-wrapper .item-content .item-title_1,
.cid-vcTvWMfAS7 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTvWMfAS7 .item .item-wrapper .item-content .item-text_1,
.cid-vcTvWMfAS7 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTvWMfAS7 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTvWMfAS7 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTvWMfAS7 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTvWMfAS7 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTvWMfAS7 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTvWMfAS7 .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTvWMfAS7 .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTvWMfAS7 .mbr-section-title {
  color: #212529;
}
.cid-vcTvWMfAS7 .item-title_1 {
  color: #f5a11b;
}
.cid-vcTvWMfAS7 .item-title_2 {
  color: #ff543d;
}
.cid-vcTvWMfAS7 .item-text_1 {
  color: #f5a11b;
}
.cid-vcTvWMfAS7 .item-text_2 {
  color: #ff543d;
}
.cid-vcTvWMUNqo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTvWMUNqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvWMUNqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvWMUNqo .cont-wrap {
  justify-content: center;
}
.cid-vcTvWMUNqo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTvWMUNqo .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTvWMUNqo .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTvWMUNqo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTvWMUNqo .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTvWMUNqo .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTvWMUNqo .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTvWMUNqo .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTvWMUNqo .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTvWMUNqo .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTvWMUNqo .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvWMUNqo .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTvWMUNqo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvWMUNqo .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvWMUNqo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvWMUNqo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvWMUNqo .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvWMUNqo .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTvWMUNqo .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTvWMUNqo .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTvWMUNqo .mbr-section-title {
  color: #212529;
}
.cid-vcTvWMUNqo .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTvWMUNqo .mbr-text {
  color: #51565c;
}
.cid-vcTvWMUNqo .list {
  color: #212529;
}
.cid-vcTvWNAKtd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTvWNAKtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTvWNAKtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTvWNAKtd .content-wrap {
  justify-content: center;
}
.cid-vcTvWNAKtd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTvWNAKtd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTvWNAKtd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTvWNAKtd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvWNAKtd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTvWNAKtd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTvWNAKtd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTvWNAKtd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTvWNAKtd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTvWNAKtd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTvWNAKtd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTvWNAKtd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTvWNAKtd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTvWNAKtd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTvWNAKtd .mbr-section-title {
  color: #ff8576;
}
.cid-vcTvWNAKtd .mbr-copy {
  color: #51565c;
}
.cid-vcTvWNAKtd .mbr-copy,
.cid-vcTvWNAKtd .copy-wrapper {
  text-align: right;
}
.cid-vcTw3dVtL3 {
  background-color: transparent;
}
.cid-vcTw3dVtL3 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTw3dVtL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTw3dVtL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTw3dVtL3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTw3dVtL3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTw3dVtL3 .menu_box .navbar.opened,
  .cid-vcTw3dVtL3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTw3dVtL3 .navbar-dropdown {
  position: relative !important;
}
.cid-vcTw3dVtL3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTw3dVtL3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTw3dVtL3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTw3dVtL3 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTw3dVtL3 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTw3dVtL3 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTw3dVtL3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTw3dVtL3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTw3dVtL3 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTw3dVtL3 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTw3dVtL3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTw3dVtL3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTw3dVtL3 .nav-item .nav-link:hover,
.cid-vcTw3dVtL3 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTw3dVtL3 .nav-item .nav-link:hover::before,
.cid-vcTw3dVtL3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTw3dVtL3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTw3dVtL3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTw3dVtL3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTw3dVtL3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTw3dVtL3 .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTw3dVtL3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTw3dVtL3 .offcanvas_box {
    display: none;
  }
}
.cid-vcTw3dVtL3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTw3dVtL3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTw3dVtL3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTw3dVtL3 .container {
  display: flex;
  margin: auto;
}
.cid-vcTw3dVtL3 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTw3dVtL3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTw3dVtL3 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTw3dVtL3 .navbar-nav {
    margin: 0;
  }
}
.cid-vcTw3dVtL3 .dropdown-menu,
.cid-vcTw3dVtL3 .navbar.opened {
  background-color: false !important;
}
.cid-vcTw3dVtL3 .nav-item:focus,
.cid-vcTw3dVtL3 .nav-link:focus {
  outline: none;
}
.cid-vcTw3dVtL3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTw3dVtL3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTw3dVtL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTw3dVtL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTw3dVtL3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTw3dVtL3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTw3dVtL3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTw3dVtL3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTw3dVtL3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTw3dVtL3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTw3dVtL3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTw3dVtL3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTw3dVtL3 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTw3dVtL3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTw3dVtL3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTw3dVtL3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTw3dVtL3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTw3dVtL3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTw3dVtL3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTw3dVtL3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTw3dVtL3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTw3dVtL3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTw3dVtL3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTw3dVtL3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTw3dVtL3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTw3dVtL3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTw3dVtL3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTw3dVtL3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTw3dVtL3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTw3dVtL3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTw3dVtL3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTw3dVtL3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTw3dVtL3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTw3dVtL3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTw3dVtL3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTw3dVtL3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTw3dVtL3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTw3dVtL3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTw3dVtL3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTw3dVtL3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTw3dVtL3 .dropdown-item.active,
.cid-vcTw3dVtL3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTw3dVtL3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTw3dVtL3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTw3dVtL3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTw3dVtL3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTw3dVtL3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTw3dVtL3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTw3dVtL3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTw3dVtL3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTw3dVtL3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTw3dVtL3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTw3dVtL3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTw3dVtL3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTw3dVtL3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTw3dVtL3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTw3dVtL3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTw3dVtL3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTw3dVtL3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTw3dVtL3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTw3dVtL3 .navbar {
    height: 70px;
  }
  .cid-vcTw3dVtL3 .navbar.opened {
    height: auto;
  }
  .cid-vcTw3dVtL3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTw3dVtL3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTw3dVtL3 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTw3dVtL3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTw3dVtL3 .text_widget {
  margin-bottom: 32px;
}
.cid-vcTw3dVtL3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTw3dVtL3 .text_widget a:hover,
.cid-vcTw3dVtL3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTw3dVtL3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTw3dVtL3 .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTw3dVtL3 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTw3dVtL3 .contacts-wrapper .mbr-phone:hover,
.cid-vcTw3dVtL3 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTw3dVtL3 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTw3dVtL3 .contacts-wrapper .mbr-email:hover,
.cid-vcTw3dVtL3 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTw3dVtL3 .navbar-caption {
  color: #ff8576;
}
.cid-vcTw3dVtL3 .mbr-phone {
  color: #ff8576;
}
.cid-vcTw3dVtL3 .mbr-email {
  color: #212529;
}
.cid-vcTw3dVtL3 .mbr-section-subtitle,
.cid-vcTw3dVtL3 .text_widget,
.cid-vcTw3dVtL3 .mbr-section-btn {
  text-align: center;
}
.cid-vcTw3dVtL3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTw3fbRm7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTw3fbRm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTw3fbRm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTw3fbRm7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTw3fbRm7 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTw3fbRm7 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTw3fbRm7 .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTw3fbRm7 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTw3fbRm7 .google-map {
    margin-left: 0;
  }
}
.cid-vcTw3fbRm7 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTw3fbRm7 .google-map iframe {
    height: 350px;
  }
}
.cid-vcTw3fbRm7 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTw3fbRm7 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTw3fbRm7 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTw3fbRm7 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTw3fbRm7 .card {
  justify-content: center;
}
.cid-vcTw3fbRm7 .mbr-section-title {
  color: #212529;
}
.cid-vcTw3fbRm7 .mbr-desc {
  color: #51565c;
}
.cid-vcTw3fbRm7 .mbr-address {
  color: #212529;
}
.cid-vcTw3fbRm7 .list {
  color: #212529;
}
.cid-vcTw3ggmGF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTw3ggmGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTw3ggmGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTw3ggmGF .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTw3ggmGF .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTw3ggmGF .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTw3ggmGF .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTw3ggmGF .item {
    margin-bottom: 16px;
  }
}
.cid-vcTw3ggmGF .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTw3ggmGF .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTw3ggmGF .item:hover .item-wrapper .item-content .item-img,
.cid-vcTw3ggmGF .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTw3ggmGF .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTw3ggmGF .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTw3ggmGF .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTw3ggmGF .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTw3ggmGF .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTw3ggmGF .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTw3ggmGF .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTw3ggmGF .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTw3ggmGF .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTw3ggmGF .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTw3ggmGF .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTw3ggmGF .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTw3ggmGF .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTw3ggmGF .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTw3ggmGF .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTw3ggmGF .mbr-section-title {
  color: #212529;
}
.cid-vcTw3ggmGF .panel-title-edit {
  color: #212529;
}
.cid-vcTw3ggmGF .panel-text {
  color: #51565c;
}
.cid-vcTw3h4oas {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTw3h4oas .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTw3h4oas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTw3h4oas .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTw3h4oas .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTw3h4oas .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTw3h4oas .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTw3h4oas .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTw3h4oas .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTw3h4oas .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTw3h4oas .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTw3h4oas .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTw3h4oas .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTw3h4oas .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTw3h4oas .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTw3h4oas .mbr-section-title {
  color: #212529;
}
.cid-vcTw3h4oas .mbr-desc {
  color: #212529;
}
.cid-vcTw3hMd0m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTw3hMd0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTw3hMd0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTw3hMd0m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTw3hMd0m .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTw3hMd0m .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTw3hMd0m .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTw3hMd0m .item {
    margin-bottom: 16px;
  }
}
.cid-vcTw3hMd0m .item:last-child {
  margin-bottom: 0;
}
.cid-vcTw3hMd0m .item:hover .item-wrapper .item-img img,
.cid-vcTw3hMd0m .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTw3hMd0m .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTw3hMd0m .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTw3hMd0m .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTw3hMd0m .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTw3hMd0m .item .item-wrapper .item-content .item-title_1,
.cid-vcTw3hMd0m .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTw3hMd0m .item .item-wrapper .item-content .item-text_1,
.cid-vcTw3hMd0m .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTw3hMd0m .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTw3hMd0m .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTw3hMd0m .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTw3hMd0m .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTw3hMd0m .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTw3hMd0m .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTw3hMd0m .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTw3hMd0m .mbr-section-title {
  color: #212529;
}
.cid-vcTw3hMd0m .item-title_1 {
  color: #f5a11b;
}
.cid-vcTw3hMd0m .item-title_2 {
  color: #ff543d;
}
.cid-vcTw3hMd0m .item-text_1 {
  color: #f5a11b;
}
.cid-vcTw3hMd0m .item-text_2 {
  color: #ff543d;
}
.cid-vcTw3inDWf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTw3inDWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTw3inDWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTw3inDWf .cont-wrap {
  justify-content: center;
}
.cid-vcTw3inDWf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTw3inDWf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTw3inDWf .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTw3inDWf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTw3inDWf .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTw3inDWf .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTw3inDWf .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTw3inDWf .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTw3inDWf .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTw3inDWf .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTw3inDWf .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTw3inDWf .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTw3inDWf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTw3inDWf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTw3inDWf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTw3inDWf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTw3inDWf .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTw3inDWf .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTw3inDWf .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTw3inDWf .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTw3inDWf .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTw3inDWf .mbr-section-title {
  color: #212529;
}
.cid-vcTw3inDWf .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTw3inDWf .mbr-text {
  color: #51565c;
}
.cid-vcTw3inDWf .list {
  color: #212529;
}
.cid-vcTw3j5AEv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTw3j5AEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTw3j5AEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTw3j5AEv .content-wrap {
  justify-content: center;
}
.cid-vcTw3j5AEv .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTw3j5AEv .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTw3j5AEv .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTw3j5AEv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTw3j5AEv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTw3j5AEv .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTw3j5AEv .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTw3j5AEv .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTw3j5AEv .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTw3j5AEv .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTw3j5AEv .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTw3j5AEv .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTw3j5AEv .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTw3j5AEv .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTw3j5AEv .mbr-section-title {
  color: #ff8576;
}
.cid-vcTw3j5AEv .mbr-copy {
  color: #51565c;
}
.cid-vcTw3j5AEv .mbr-copy,
.cid-vcTw3j5AEv .copy-wrapper {
  text-align: right;
}
.cid-vcTwcZ0pz7 {
  background-color: transparent;
}
.cid-vcTwcZ0pz7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwcZ0pz7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwcZ0pz7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwcZ0pz7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwcZ0pz7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwcZ0pz7 .menu_box .navbar.opened,
  .cid-vcTwcZ0pz7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwcZ0pz7 .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwcZ0pz7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwcZ0pz7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwcZ0pz7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwcZ0pz7 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwcZ0pz7 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwcZ0pz7 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwcZ0pz7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwcZ0pz7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwcZ0pz7 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwcZ0pz7 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwcZ0pz7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwcZ0pz7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwcZ0pz7 .nav-item .nav-link:hover,
.cid-vcTwcZ0pz7 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwcZ0pz7 .nav-item .nav-link:hover::before,
.cid-vcTwcZ0pz7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwcZ0pz7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwcZ0pz7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwcZ0pz7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwcZ0pz7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwcZ0pz7 .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwcZ0pz7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwcZ0pz7 .offcanvas_box {
    display: none;
  }
}
.cid-vcTwcZ0pz7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwcZ0pz7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwcZ0pz7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwcZ0pz7 .container {
  display: flex;
  margin: auto;
}
.cid-vcTwcZ0pz7 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwcZ0pz7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwcZ0pz7 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwcZ0pz7 .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwcZ0pz7 .dropdown-menu,
.cid-vcTwcZ0pz7 .navbar.opened {
  background-color: false !important;
}
.cid-vcTwcZ0pz7 .nav-item:focus,
.cid-vcTwcZ0pz7 .nav-link:focus {
  outline: none;
}
.cid-vcTwcZ0pz7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwcZ0pz7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwcZ0pz7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwcZ0pz7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwcZ0pz7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwcZ0pz7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwcZ0pz7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwcZ0pz7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwcZ0pz7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwcZ0pz7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwcZ0pz7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwcZ0pz7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwcZ0pz7 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwcZ0pz7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwcZ0pz7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwcZ0pz7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwcZ0pz7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwcZ0pz7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwcZ0pz7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwcZ0pz7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwcZ0pz7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwcZ0pz7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwcZ0pz7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwcZ0pz7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwcZ0pz7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwcZ0pz7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwcZ0pz7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwcZ0pz7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwcZ0pz7 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwcZ0pz7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwcZ0pz7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwcZ0pz7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwcZ0pz7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwcZ0pz7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwcZ0pz7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwcZ0pz7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwcZ0pz7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwcZ0pz7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwcZ0pz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwcZ0pz7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwcZ0pz7 .dropdown-item.active,
.cid-vcTwcZ0pz7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwcZ0pz7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwcZ0pz7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwcZ0pz7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwcZ0pz7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwcZ0pz7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwcZ0pz7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwcZ0pz7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwcZ0pz7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwcZ0pz7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwcZ0pz7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwcZ0pz7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwcZ0pz7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwcZ0pz7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwcZ0pz7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwcZ0pz7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwcZ0pz7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwcZ0pz7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwcZ0pz7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwcZ0pz7 .navbar {
    height: 70px;
  }
  .cid-vcTwcZ0pz7 .navbar.opened {
    height: auto;
  }
  .cid-vcTwcZ0pz7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwcZ0pz7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwcZ0pz7 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwcZ0pz7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwcZ0pz7 .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwcZ0pz7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwcZ0pz7 .text_widget a:hover,
.cid-vcTwcZ0pz7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwcZ0pz7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwcZ0pz7 .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwcZ0pz7 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwcZ0pz7 .contacts-wrapper .mbr-phone:hover,
.cid-vcTwcZ0pz7 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwcZ0pz7 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwcZ0pz7 .contacts-wrapper .mbr-email:hover,
.cid-vcTwcZ0pz7 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwcZ0pz7 .navbar-caption {
  color: #ff8576;
}
.cid-vcTwcZ0pz7 .mbr-phone {
  color: #ff8576;
}
.cid-vcTwcZ0pz7 .mbr-email {
  color: #212529;
}
.cid-vcTwcZ0pz7 .mbr-section-subtitle,
.cid-vcTwcZ0pz7 .text_widget,
.cid-vcTwcZ0pz7 .mbr-section-btn {
  text-align: center;
}
.cid-vcTwcZ0pz7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwd03Xq1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwd03Xq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwd03Xq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwd03Xq1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwd03Xq1 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwd03Xq1 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwd03Xq1 .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwd03Xq1 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwd03Xq1 .google-map {
    margin-left: 0;
  }
}
.cid-vcTwd03Xq1 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwd03Xq1 .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwd03Xq1 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwd03Xq1 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwd03Xq1 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwd03Xq1 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwd03Xq1 .card {
  justify-content: center;
}
.cid-vcTwd03Xq1 .mbr-section-title {
  color: #212529;
}
.cid-vcTwd03Xq1 .mbr-desc {
  color: #51565c;
}
.cid-vcTwd03Xq1 .mbr-address {
  color: #212529;
}
.cid-vcTwd03Xq1 .list {
  color: #212529;
}
.cid-vcTwd10n5t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwd10n5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwd10n5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwd10n5t .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwd10n5t .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwd10n5t .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwd10n5t .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwd10n5t .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwd10n5t .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwd10n5t .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwd10n5t .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwd10n5t .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwd10n5t .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwd10n5t .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwd10n5t .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwd10n5t .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwd10n5t .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwd10n5t .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwd10n5t .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwd10n5t .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwd10n5t .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwd10n5t .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwd10n5t .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwd10n5t .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwd10n5t .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwd10n5t .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwd10n5t .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwd10n5t .mbr-section-title {
  color: #212529;
}
.cid-vcTwd10n5t .panel-title-edit {
  color: #212529;
}
.cid-vcTwd10n5t .panel-text {
  color: #51565c;
}
.cid-vcTwd1WiFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwd1WiFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwd1WiFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwd1WiFt .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwd1WiFt .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwd1WiFt .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwd1WiFt .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwd1WiFt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwd1WiFt .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwd1WiFt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwd1WiFt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwd1WiFt .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwd1WiFt .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwd1WiFt .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwd1WiFt .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwd1WiFt .mbr-section-title {
  color: #212529;
}
.cid-vcTwd1WiFt .mbr-desc {
  color: #212529;
}
.cid-vcTwd2F1cF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwd2F1cF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwd2F1cF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwd2F1cF .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwd2F1cF .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwd2F1cF .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwd2F1cF .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwd2F1cF .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwd2F1cF .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwd2F1cF .item:hover .item-wrapper .item-img img,
.cid-vcTwd2F1cF .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwd2F1cF .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwd2F1cF .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwd2F1cF .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwd2F1cF .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwd2F1cF .item .item-wrapper .item-content .item-title_1,
.cid-vcTwd2F1cF .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwd2F1cF .item .item-wrapper .item-content .item-text_1,
.cid-vcTwd2F1cF .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwd2F1cF .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwd2F1cF .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwd2F1cF .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwd2F1cF .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwd2F1cF .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwd2F1cF .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwd2F1cF .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwd2F1cF .mbr-section-title {
  color: #212529;
}
.cid-vcTwd2F1cF .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwd2F1cF .item-title_2 {
  color: #ff543d;
}
.cid-vcTwd2F1cF .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwd2F1cF .item-text_2 {
  color: #ff543d;
}
.cid-vcTwd3iwhC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwd3iwhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwd3iwhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwd3iwhC .cont-wrap {
  justify-content: center;
}
.cid-vcTwd3iwhC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwd3iwhC .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwd3iwhC .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwd3iwhC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwd3iwhC .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwd3iwhC .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwd3iwhC .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwd3iwhC .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwd3iwhC .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwd3iwhC .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwd3iwhC .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwd3iwhC .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwd3iwhC .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwd3iwhC .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwd3iwhC .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwd3iwhC .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwd3iwhC .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwd3iwhC .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwd3iwhC .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwd3iwhC .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwd3iwhC .mbr-section-title {
  color: #212529;
}
.cid-vcTwd3iwhC .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwd3iwhC .mbr-text {
  color: #51565c;
}
.cid-vcTwd3iwhC .list {
  color: #212529;
}
.cid-vcTwd43vvJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwd43vvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwd43vvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwd43vvJ .content-wrap {
  justify-content: center;
}
.cid-vcTwd43vvJ .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwd43vvJ .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwd43vvJ .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwd43vvJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwd43vvJ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwd43vvJ .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwd43vvJ .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwd43vvJ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwd43vvJ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwd43vvJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwd43vvJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwd43vvJ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwd43vvJ .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwd43vvJ .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwd43vvJ .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwd43vvJ .mbr-copy {
  color: #51565c;
}
.cid-vcTwd43vvJ .mbr-copy,
.cid-vcTwd43vvJ .copy-wrapper {
  text-align: right;
}
.cid-vcTwiqKNmL {
  background-color: transparent;
}
.cid-vcTwiqKNmL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwiqKNmL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwiqKNmL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwiqKNmL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwiqKNmL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwiqKNmL .menu_box .navbar.opened,
  .cid-vcTwiqKNmL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwiqKNmL .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwiqKNmL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwiqKNmL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwiqKNmL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwiqKNmL .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwiqKNmL .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwiqKNmL .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwiqKNmL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwiqKNmL .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwiqKNmL .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwiqKNmL .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwiqKNmL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwiqKNmL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwiqKNmL .nav-item .nav-link:hover,
.cid-vcTwiqKNmL .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwiqKNmL .nav-item .nav-link:hover::before,
.cid-vcTwiqKNmL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwiqKNmL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwiqKNmL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwiqKNmL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwiqKNmL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwiqKNmL .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwiqKNmL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwiqKNmL .offcanvas_box {
    display: none;
  }
}
.cid-vcTwiqKNmL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwiqKNmL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwiqKNmL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwiqKNmL .container {
  display: flex;
  margin: auto;
}
.cid-vcTwiqKNmL .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwiqKNmL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwiqKNmL .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwiqKNmL .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwiqKNmL .dropdown-menu,
.cid-vcTwiqKNmL .navbar.opened {
  background-color: false !important;
}
.cid-vcTwiqKNmL .nav-item:focus,
.cid-vcTwiqKNmL .nav-link:focus {
  outline: none;
}
.cid-vcTwiqKNmL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwiqKNmL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwiqKNmL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwiqKNmL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwiqKNmL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwiqKNmL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwiqKNmL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwiqKNmL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwiqKNmL .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwiqKNmL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwiqKNmL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwiqKNmL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwiqKNmL .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwiqKNmL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwiqKNmL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwiqKNmL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwiqKNmL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwiqKNmL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwiqKNmL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwiqKNmL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwiqKNmL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwiqKNmL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwiqKNmL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwiqKNmL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwiqKNmL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwiqKNmL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwiqKNmL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwiqKNmL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwiqKNmL .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwiqKNmL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwiqKNmL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwiqKNmL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwiqKNmL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwiqKNmL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwiqKNmL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwiqKNmL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwiqKNmL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwiqKNmL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwiqKNmL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwiqKNmL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwiqKNmL .dropdown-item.active,
.cid-vcTwiqKNmL .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwiqKNmL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwiqKNmL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwiqKNmL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwiqKNmL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwiqKNmL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwiqKNmL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwiqKNmL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwiqKNmL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwiqKNmL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwiqKNmL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwiqKNmL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwiqKNmL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwiqKNmL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwiqKNmL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwiqKNmL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwiqKNmL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwiqKNmL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwiqKNmL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwiqKNmL .navbar {
    height: 70px;
  }
  .cid-vcTwiqKNmL .navbar.opened {
    height: auto;
  }
  .cid-vcTwiqKNmL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwiqKNmL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwiqKNmL .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwiqKNmL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwiqKNmL .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwiqKNmL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwiqKNmL .text_widget a:hover,
.cid-vcTwiqKNmL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwiqKNmL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwiqKNmL .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwiqKNmL .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwiqKNmL .contacts-wrapper .mbr-phone:hover,
.cid-vcTwiqKNmL .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwiqKNmL .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwiqKNmL .contacts-wrapper .mbr-email:hover,
.cid-vcTwiqKNmL .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwiqKNmL .navbar-caption {
  color: #ff8576;
}
.cid-vcTwiqKNmL .mbr-phone {
  color: #ff8576;
}
.cid-vcTwiqKNmL .mbr-email {
  color: #212529;
}
.cid-vcTwiqKNmL .mbr-section-subtitle,
.cid-vcTwiqKNmL .text_widget,
.cid-vcTwiqKNmL .mbr-section-btn {
  text-align: center;
}
.cid-vcTwiqKNmL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwirvVcH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwirvVcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwirvVcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwirvVcH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwirvVcH .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwirvVcH .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwirvVcH .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwirvVcH .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwirvVcH .google-map {
    margin-left: 0;
  }
}
.cid-vcTwirvVcH .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwirvVcH .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwirvVcH .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwirvVcH .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwirvVcH .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwirvVcH .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwirvVcH .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwirvVcH .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwirvVcH .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwirvVcH .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwirvVcH .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwirvVcH .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwirvVcH .card {
  justify-content: center;
}
.cid-vcTwirvVcH .mbr-section-title {
  color: #212529;
}
.cid-vcTwirvVcH .mbr-desc {
  color: #51565c;
}
.cid-vcTwirvVcH .mbr-address {
  color: #212529;
}
.cid-vcTwirvVcH .list {
  color: #212529;
}
.cid-vcTwisizgv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwisizgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwisizgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwisizgv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwisizgv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwisizgv .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwisizgv .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwisizgv .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwisizgv .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwisizgv .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwisizgv .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwisizgv .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwisizgv .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwisizgv .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwisizgv .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwisizgv .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwisizgv .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwisizgv .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwisizgv .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwisizgv .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwisizgv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwisizgv .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwisizgv .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwisizgv .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwisizgv .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwisizgv .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwisizgv .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwisizgv .mbr-section-title {
  color: #212529;
}
.cid-vcTwisizgv .panel-title-edit {
  color: #212529;
}
.cid-vcTwisizgv .panel-text {
  color: #51565c;
}
.cid-vcTwitfkHk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwitfkHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwitfkHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwitfkHk .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwitfkHk .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwitfkHk .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwitfkHk .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwitfkHk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwitfkHk .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwitfkHk .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwitfkHk .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwitfkHk .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwitfkHk .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwitfkHk .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwitfkHk .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwitfkHk .mbr-section-title {
  color: #212529;
}
.cid-vcTwitfkHk .mbr-desc {
  color: #212529;
}
.cid-vcTwitZAeS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwitZAeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwitZAeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwitZAeS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwitZAeS .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwitZAeS .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwitZAeS .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwitZAeS .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwitZAeS .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwitZAeS .item:hover .item-wrapper .item-img img,
.cid-vcTwitZAeS .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwitZAeS .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwitZAeS .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwitZAeS .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwitZAeS .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwitZAeS .item .item-wrapper .item-content .item-title_1,
.cid-vcTwitZAeS .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwitZAeS .item .item-wrapper .item-content .item-text_1,
.cid-vcTwitZAeS .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwitZAeS .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwitZAeS .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwitZAeS .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwitZAeS .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwitZAeS .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwitZAeS .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwitZAeS .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwitZAeS .mbr-section-title {
  color: #212529;
}
.cid-vcTwitZAeS .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwitZAeS .item-title_2 {
  color: #ff543d;
}
.cid-vcTwitZAeS .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwitZAeS .item-text_2 {
  color: #ff543d;
}
.cid-vcTwiuOEhx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwiuOEhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwiuOEhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwiuOEhx .cont-wrap {
  justify-content: center;
}
.cid-vcTwiuOEhx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwiuOEhx .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwiuOEhx .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwiuOEhx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwiuOEhx .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwiuOEhx .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwiuOEhx .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwiuOEhx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwiuOEhx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwiuOEhx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwiuOEhx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwiuOEhx .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwiuOEhx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwiuOEhx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwiuOEhx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwiuOEhx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwiuOEhx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwiuOEhx .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwiuOEhx .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwiuOEhx .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwiuOEhx .mbr-section-title {
  color: #212529;
}
.cid-vcTwiuOEhx .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwiuOEhx .mbr-text {
  color: #51565c;
}
.cid-vcTwiuOEhx .list {
  color: #212529;
}
.cid-vcTwiw8IqQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwiw8IqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwiw8IqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwiw8IqQ .content-wrap {
  justify-content: center;
}
.cid-vcTwiw8IqQ .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwiw8IqQ .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwiw8IqQ .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwiw8IqQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwiw8IqQ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwiw8IqQ .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwiw8IqQ .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwiw8IqQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwiw8IqQ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwiw8IqQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwiw8IqQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwiw8IqQ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwiw8IqQ .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwiw8IqQ .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwiw8IqQ .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwiw8IqQ .mbr-copy {
  color: #51565c;
}
.cid-vcTwiw8IqQ .mbr-copy,
.cid-vcTwiw8IqQ .copy-wrapper {
  text-align: right;
}
.cid-vcTwqkVsg7 {
  background-color: transparent;
}
.cid-vcTwqkVsg7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwqkVsg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwqkVsg7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwqkVsg7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwqkVsg7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwqkVsg7 .menu_box .navbar.opened,
  .cid-vcTwqkVsg7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwqkVsg7 .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwqkVsg7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwqkVsg7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwqkVsg7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwqkVsg7 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwqkVsg7 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwqkVsg7 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwqkVsg7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwqkVsg7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwqkVsg7 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwqkVsg7 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwqkVsg7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwqkVsg7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwqkVsg7 .nav-item .nav-link:hover,
.cid-vcTwqkVsg7 .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwqkVsg7 .nav-item .nav-link:hover::before,
.cid-vcTwqkVsg7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwqkVsg7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwqkVsg7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwqkVsg7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwqkVsg7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwqkVsg7 .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwqkVsg7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwqkVsg7 .offcanvas_box {
    display: none;
  }
}
.cid-vcTwqkVsg7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwqkVsg7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwqkVsg7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwqkVsg7 .container {
  display: flex;
  margin: auto;
}
.cid-vcTwqkVsg7 .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwqkVsg7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwqkVsg7 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwqkVsg7 .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwqkVsg7 .dropdown-menu,
.cid-vcTwqkVsg7 .navbar.opened {
  background-color: false !important;
}
.cid-vcTwqkVsg7 .nav-item:focus,
.cid-vcTwqkVsg7 .nav-link:focus {
  outline: none;
}
.cid-vcTwqkVsg7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwqkVsg7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwqkVsg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwqkVsg7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwqkVsg7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwqkVsg7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwqkVsg7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwqkVsg7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwqkVsg7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwqkVsg7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwqkVsg7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwqkVsg7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwqkVsg7 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwqkVsg7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwqkVsg7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwqkVsg7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwqkVsg7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwqkVsg7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwqkVsg7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwqkVsg7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwqkVsg7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwqkVsg7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwqkVsg7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwqkVsg7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwqkVsg7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwqkVsg7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwqkVsg7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwqkVsg7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwqkVsg7 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwqkVsg7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwqkVsg7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwqkVsg7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwqkVsg7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwqkVsg7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwqkVsg7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwqkVsg7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwqkVsg7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwqkVsg7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwqkVsg7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwqkVsg7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwqkVsg7 .dropdown-item.active,
.cid-vcTwqkVsg7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwqkVsg7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwqkVsg7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwqkVsg7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwqkVsg7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwqkVsg7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwqkVsg7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwqkVsg7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwqkVsg7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwqkVsg7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwqkVsg7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwqkVsg7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwqkVsg7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwqkVsg7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwqkVsg7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwqkVsg7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwqkVsg7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwqkVsg7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwqkVsg7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwqkVsg7 .navbar {
    height: 70px;
  }
  .cid-vcTwqkVsg7 .navbar.opened {
    height: auto;
  }
  .cid-vcTwqkVsg7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwqkVsg7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwqkVsg7 .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwqkVsg7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwqkVsg7 .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwqkVsg7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwqkVsg7 .text_widget a:hover,
.cid-vcTwqkVsg7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwqkVsg7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwqkVsg7 .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwqkVsg7 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwqkVsg7 .contacts-wrapper .mbr-phone:hover,
.cid-vcTwqkVsg7 .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwqkVsg7 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwqkVsg7 .contacts-wrapper .mbr-email:hover,
.cid-vcTwqkVsg7 .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwqkVsg7 .navbar-caption {
  color: #ff8576;
}
.cid-vcTwqkVsg7 .mbr-phone {
  color: #ff8576;
}
.cid-vcTwqkVsg7 .mbr-email {
  color: #212529;
}
.cid-vcTwqkVsg7 .mbr-section-subtitle,
.cid-vcTwqkVsg7 .text_widget,
.cid-vcTwqkVsg7 .mbr-section-btn {
  text-align: center;
}
.cid-vcTwqkVsg7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwqngb6T {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwqngb6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwqngb6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwqngb6T .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwqngb6T .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwqngb6T .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwqngb6T .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwqngb6T .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwqngb6T .google-map {
    margin-left: 0;
  }
}
.cid-vcTwqngb6T .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwqngb6T .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwqngb6T .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwqngb6T .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwqngb6T .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwqngb6T .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwqngb6T .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwqngb6T .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwqngb6T .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwqngb6T .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwqngb6T .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwqngb6T .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwqngb6T .card {
  justify-content: center;
}
.cid-vcTwqngb6T .mbr-section-title {
  color: #212529;
}
.cid-vcTwqngb6T .mbr-desc {
  color: #51565c;
}
.cid-vcTwqngb6T .mbr-address {
  color: #212529;
}
.cid-vcTwqngb6T .list {
  color: #212529;
}
.cid-vcTwqpcOa4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwqpcOa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwqpcOa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwqpcOa4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwqpcOa4 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwqpcOa4 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwqpcOa4 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwqpcOa4 .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwqpcOa4 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwqpcOa4 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwqpcOa4 .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwqpcOa4 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwqpcOa4 .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwqpcOa4 .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwqpcOa4 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwqpcOa4 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwqpcOa4 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwqpcOa4 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwqpcOa4 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwqpcOa4 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwqpcOa4 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwqpcOa4 .mbr-section-title {
  color: #212529;
}
.cid-vcTwqpcOa4 .panel-title-edit {
  color: #212529;
}
.cid-vcTwqpcOa4 .panel-text {
  color: #51565c;
}
.cid-vcTwqpZGKb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwqpZGKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwqpZGKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwqpZGKb .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwqpZGKb .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwqpZGKb .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwqpZGKb .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwqpZGKb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwqpZGKb .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwqpZGKb .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwqpZGKb .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwqpZGKb .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwqpZGKb .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwqpZGKb .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwqpZGKb .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwqpZGKb .mbr-section-title {
  color: #212529;
}
.cid-vcTwqpZGKb .mbr-desc {
  color: #212529;
}
.cid-vcTwqqEFp2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwqqEFp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwqqEFp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwqqEFp2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwqqEFp2 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwqqEFp2 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwqqEFp2 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwqqEFp2 .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwqqEFp2 .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwqqEFp2 .item:hover .item-wrapper .item-img img,
.cid-vcTwqqEFp2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwqqEFp2 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwqqEFp2 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwqqEFp2 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwqqEFp2 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwqqEFp2 .item .item-wrapper .item-content .item-title_1,
.cid-vcTwqqEFp2 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwqqEFp2 .item .item-wrapper .item-content .item-text_1,
.cid-vcTwqqEFp2 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwqqEFp2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwqqEFp2 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwqqEFp2 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwqqEFp2 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwqqEFp2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwqqEFp2 .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwqqEFp2 .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwqqEFp2 .mbr-section-title {
  color: #212529;
}
.cid-vcTwqqEFp2 .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwqqEFp2 .item-title_2 {
  color: #ff543d;
}
.cid-vcTwqqEFp2 .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwqqEFp2 .item-text_2 {
  color: #ff543d;
}
.cid-vcTwqrdhaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwqrdhaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwqrdhaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwqrdhaO .cont-wrap {
  justify-content: center;
}
.cid-vcTwqrdhaO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwqrdhaO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwqrdhaO .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwqrdhaO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwqrdhaO .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwqrdhaO .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwqrdhaO .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwqrdhaO .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwqrdhaO .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwqrdhaO .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwqrdhaO .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwqrdhaO .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwqrdhaO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwqrdhaO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwqrdhaO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwqrdhaO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwqrdhaO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwqrdhaO .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwqrdhaO .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwqrdhaO .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwqrdhaO .mbr-section-title {
  color: #212529;
}
.cid-vcTwqrdhaO .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwqrdhaO .mbr-text {
  color: #51565c;
}
.cid-vcTwqrdhaO .list {
  color: #212529;
}
.cid-vcTwqskxQl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwqskxQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwqskxQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwqskxQl .content-wrap {
  justify-content: center;
}
.cid-vcTwqskxQl .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwqskxQl .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwqskxQl .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwqskxQl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwqskxQl .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwqskxQl .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwqskxQl .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwqskxQl .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwqskxQl .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwqskxQl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwqskxQl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwqskxQl .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwqskxQl .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwqskxQl .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwqskxQl .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwqskxQl .mbr-copy {
  color: #51565c;
}
.cid-vcTwqskxQl .mbr-copy,
.cid-vcTwqskxQl .copy-wrapper {
  text-align: right;
}
.cid-vcTwv0T1UB {
  background-color: transparent;
}
.cid-vcTwv0T1UB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwv0T1UB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwv0T1UB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwv0T1UB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwv0T1UB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwv0T1UB .menu_box .navbar.opened,
  .cid-vcTwv0T1UB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwv0T1UB .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwv0T1UB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwv0T1UB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwv0T1UB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwv0T1UB .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwv0T1UB .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwv0T1UB .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwv0T1UB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwv0T1UB .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwv0T1UB .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwv0T1UB .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwv0T1UB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwv0T1UB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwv0T1UB .nav-item .nav-link:hover,
.cid-vcTwv0T1UB .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwv0T1UB .nav-item .nav-link:hover::before,
.cid-vcTwv0T1UB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwv0T1UB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwv0T1UB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwv0T1UB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwv0T1UB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwv0T1UB .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwv0T1UB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwv0T1UB .offcanvas_box {
    display: none;
  }
}
.cid-vcTwv0T1UB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwv0T1UB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwv0T1UB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwv0T1UB .container {
  display: flex;
  margin: auto;
}
.cid-vcTwv0T1UB .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwv0T1UB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwv0T1UB .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwv0T1UB .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwv0T1UB .dropdown-menu,
.cid-vcTwv0T1UB .navbar.opened {
  background-color: false !important;
}
.cid-vcTwv0T1UB .nav-item:focus,
.cid-vcTwv0T1UB .nav-link:focus {
  outline: none;
}
.cid-vcTwv0T1UB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwv0T1UB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwv0T1UB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwv0T1UB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwv0T1UB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwv0T1UB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwv0T1UB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwv0T1UB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwv0T1UB .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwv0T1UB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwv0T1UB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwv0T1UB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwv0T1UB .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwv0T1UB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwv0T1UB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwv0T1UB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwv0T1UB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwv0T1UB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwv0T1UB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwv0T1UB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwv0T1UB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwv0T1UB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwv0T1UB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwv0T1UB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwv0T1UB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwv0T1UB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwv0T1UB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwv0T1UB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwv0T1UB .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwv0T1UB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwv0T1UB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwv0T1UB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwv0T1UB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwv0T1UB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwv0T1UB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwv0T1UB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwv0T1UB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwv0T1UB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwv0T1UB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwv0T1UB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwv0T1UB .dropdown-item.active,
.cid-vcTwv0T1UB .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwv0T1UB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwv0T1UB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwv0T1UB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwv0T1UB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwv0T1UB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwv0T1UB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwv0T1UB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwv0T1UB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwv0T1UB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwv0T1UB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwv0T1UB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwv0T1UB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwv0T1UB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwv0T1UB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwv0T1UB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwv0T1UB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwv0T1UB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwv0T1UB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwv0T1UB .navbar {
    height: 70px;
  }
  .cid-vcTwv0T1UB .navbar.opened {
    height: auto;
  }
  .cid-vcTwv0T1UB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwv0T1UB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwv0T1UB .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwv0T1UB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwv0T1UB .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwv0T1UB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwv0T1UB .text_widget a:hover,
.cid-vcTwv0T1UB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwv0T1UB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwv0T1UB .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwv0T1UB .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwv0T1UB .contacts-wrapper .mbr-phone:hover,
.cid-vcTwv0T1UB .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwv0T1UB .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwv0T1UB .contacts-wrapper .mbr-email:hover,
.cid-vcTwv0T1UB .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwv0T1UB .navbar-caption {
  color: #ff8576;
}
.cid-vcTwv0T1UB .mbr-phone {
  color: #ff8576;
}
.cid-vcTwv0T1UB .mbr-email {
  color: #212529;
}
.cid-vcTwv0T1UB .mbr-section-subtitle,
.cid-vcTwv0T1UB .text_widget,
.cid-vcTwv0T1UB .mbr-section-btn {
  text-align: center;
}
.cid-vcTwv0T1UB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwv1GOPh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwv1GOPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwv1GOPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwv1GOPh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwv1GOPh .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwv1GOPh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwv1GOPh .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwv1GOPh .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwv1GOPh .google-map {
    margin-left: 0;
  }
}
.cid-vcTwv1GOPh .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwv1GOPh .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwv1GOPh .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwv1GOPh .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwv1GOPh .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwv1GOPh .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwv1GOPh .card {
  justify-content: center;
}
.cid-vcTwv1GOPh .mbr-section-title {
  color: #212529;
}
.cid-vcTwv1GOPh .mbr-desc {
  color: #51565c;
}
.cid-vcTwv1GOPh .mbr-address {
  color: #212529;
}
.cid-vcTwv1GOPh .list {
  color: #212529;
}
.cid-vcTwv2wCTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwv2wCTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwv2wCTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwv2wCTU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwv2wCTU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwv2wCTU .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwv2wCTU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwv2wCTU .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwv2wCTU .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwv2wCTU .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwv2wCTU .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwv2wCTU .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwv2wCTU .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwv2wCTU .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwv2wCTU .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwv2wCTU .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwv2wCTU .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwv2wCTU .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwv2wCTU .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwv2wCTU .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwv2wCTU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwv2wCTU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwv2wCTU .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwv2wCTU .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwv2wCTU .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwv2wCTU .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwv2wCTU .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwv2wCTU .mbr-section-title {
  color: #212529;
}
.cid-vcTwv2wCTU .panel-title-edit {
  color: #212529;
}
.cid-vcTwv2wCTU .panel-text {
  color: #51565c;
}
.cid-vcTwv3jNu8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwv3jNu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwv3jNu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwv3jNu8 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwv3jNu8 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwv3jNu8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwv3jNu8 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwv3jNu8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwv3jNu8 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwv3jNu8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwv3jNu8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwv3jNu8 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwv3jNu8 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwv3jNu8 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwv3jNu8 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwv3jNu8 .mbr-section-title {
  color: #212529;
}
.cid-vcTwv3jNu8 .mbr-desc {
  color: #212529;
}
.cid-vcTwv4b7pI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwv4b7pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwv4b7pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwv4b7pI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwv4b7pI .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwv4b7pI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwv4b7pI .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwv4b7pI .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwv4b7pI .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwv4b7pI .item:hover .item-wrapper .item-img img,
.cid-vcTwv4b7pI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwv4b7pI .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwv4b7pI .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwv4b7pI .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwv4b7pI .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwv4b7pI .item .item-wrapper .item-content .item-title_1,
.cid-vcTwv4b7pI .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwv4b7pI .item .item-wrapper .item-content .item-text_1,
.cid-vcTwv4b7pI .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwv4b7pI .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwv4b7pI .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwv4b7pI .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwv4b7pI .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwv4b7pI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwv4b7pI .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwv4b7pI .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwv4b7pI .mbr-section-title {
  color: #212529;
}
.cid-vcTwv4b7pI .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwv4b7pI .item-title_2 {
  color: #ff543d;
}
.cid-vcTwv4b7pI .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwv4b7pI .item-text_2 {
  color: #ff543d;
}
.cid-vcTwv5ebvx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwv5ebvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwv5ebvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwv5ebvx .cont-wrap {
  justify-content: center;
}
.cid-vcTwv5ebvx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwv5ebvx .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwv5ebvx .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwv5ebvx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwv5ebvx .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwv5ebvx .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwv5ebvx .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwv5ebvx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwv5ebvx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwv5ebvx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwv5ebvx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwv5ebvx .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwv5ebvx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwv5ebvx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwv5ebvx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwv5ebvx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwv5ebvx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwv5ebvx .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwv5ebvx .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwv5ebvx .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwv5ebvx .mbr-section-title {
  color: #212529;
}
.cid-vcTwv5ebvx .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwv5ebvx .mbr-text {
  color: #51565c;
}
.cid-vcTwv5ebvx .list {
  color: #212529;
}
.cid-vcTwv64nYh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwv64nYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwv64nYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwv64nYh .content-wrap {
  justify-content: center;
}
.cid-vcTwv64nYh .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwv64nYh .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwv64nYh .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwv64nYh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwv64nYh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwv64nYh .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwv64nYh .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwv64nYh .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwv64nYh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwv64nYh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwv64nYh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwv64nYh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwv64nYh .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwv64nYh .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwv64nYh .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwv64nYh .mbr-copy {
  color: #51565c;
}
.cid-vcTwv64nYh .mbr-copy,
.cid-vcTwv64nYh .copy-wrapper {
  text-align: right;
}
.cid-vcTwCQAIFP {
  background-color: transparent;
}
.cid-vcTwCQAIFP .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwCQAIFP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwCQAIFP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwCQAIFP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwCQAIFP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwCQAIFP .menu_box .navbar.opened,
  .cid-vcTwCQAIFP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwCQAIFP .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwCQAIFP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwCQAIFP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwCQAIFP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwCQAIFP .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwCQAIFP .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwCQAIFP .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwCQAIFP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwCQAIFP .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwCQAIFP .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwCQAIFP .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwCQAIFP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwCQAIFP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwCQAIFP .nav-item .nav-link:hover,
.cid-vcTwCQAIFP .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwCQAIFP .nav-item .nav-link:hover::before,
.cid-vcTwCQAIFP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwCQAIFP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwCQAIFP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwCQAIFP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwCQAIFP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwCQAIFP .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwCQAIFP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwCQAIFP .offcanvas_box {
    display: none;
  }
}
.cid-vcTwCQAIFP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwCQAIFP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwCQAIFP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwCQAIFP .container {
  display: flex;
  margin: auto;
}
.cid-vcTwCQAIFP .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwCQAIFP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwCQAIFP .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwCQAIFP .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwCQAIFP .dropdown-menu,
.cid-vcTwCQAIFP .navbar.opened {
  background-color: false !important;
}
.cid-vcTwCQAIFP .nav-item:focus,
.cid-vcTwCQAIFP .nav-link:focus {
  outline: none;
}
.cid-vcTwCQAIFP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwCQAIFP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwCQAIFP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwCQAIFP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwCQAIFP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwCQAIFP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwCQAIFP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwCQAIFP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwCQAIFP .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwCQAIFP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwCQAIFP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwCQAIFP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwCQAIFP .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwCQAIFP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwCQAIFP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwCQAIFP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwCQAIFP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwCQAIFP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwCQAIFP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwCQAIFP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwCQAIFP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwCQAIFP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwCQAIFP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwCQAIFP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwCQAIFP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwCQAIFP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwCQAIFP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwCQAIFP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwCQAIFP .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwCQAIFP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwCQAIFP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwCQAIFP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwCQAIFP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwCQAIFP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwCQAIFP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwCQAIFP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwCQAIFP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwCQAIFP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwCQAIFP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwCQAIFP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwCQAIFP .dropdown-item.active,
.cid-vcTwCQAIFP .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwCQAIFP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwCQAIFP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwCQAIFP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwCQAIFP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwCQAIFP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwCQAIFP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwCQAIFP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwCQAIFP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwCQAIFP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwCQAIFP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwCQAIFP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwCQAIFP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwCQAIFP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwCQAIFP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwCQAIFP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwCQAIFP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwCQAIFP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwCQAIFP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwCQAIFP .navbar {
    height: 70px;
  }
  .cid-vcTwCQAIFP .navbar.opened {
    height: auto;
  }
  .cid-vcTwCQAIFP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwCQAIFP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwCQAIFP .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwCQAIFP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwCQAIFP .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwCQAIFP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwCQAIFP .text_widget a:hover,
.cid-vcTwCQAIFP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwCQAIFP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwCQAIFP .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwCQAIFP .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwCQAIFP .contacts-wrapper .mbr-phone:hover,
.cid-vcTwCQAIFP .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwCQAIFP .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwCQAIFP .contacts-wrapper .mbr-email:hover,
.cid-vcTwCQAIFP .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwCQAIFP .navbar-caption {
  color: #ff8576;
}
.cid-vcTwCQAIFP .mbr-phone {
  color: #ff8576;
}
.cid-vcTwCQAIFP .mbr-email {
  color: #212529;
}
.cid-vcTwCQAIFP .mbr-section-subtitle,
.cid-vcTwCQAIFP .text_widget,
.cid-vcTwCQAIFP .mbr-section-btn {
  text-align: center;
}
.cid-vcTwCQAIFP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwCRwmQu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwCRwmQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwCRwmQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwCRwmQu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwCRwmQu .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwCRwmQu .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwCRwmQu .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwCRwmQu .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwCRwmQu .google-map {
    margin-left: 0;
  }
}
.cid-vcTwCRwmQu .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwCRwmQu .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwCRwmQu .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwCRwmQu .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwCRwmQu .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwCRwmQu .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwCRwmQu .card {
  justify-content: center;
}
.cid-vcTwCRwmQu .mbr-section-title {
  color: #212529;
}
.cid-vcTwCRwmQu .mbr-desc {
  color: #51565c;
}
.cid-vcTwCRwmQu .mbr-address {
  color: #212529;
}
.cid-vcTwCRwmQu .list {
  color: #212529;
}
.cid-vcTwCSrfkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwCSrfkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwCSrfkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwCSrfkf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwCSrfkf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwCSrfkf .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwCSrfkf .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwCSrfkf .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwCSrfkf .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwCSrfkf .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwCSrfkf .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwCSrfkf .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwCSrfkf .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwCSrfkf .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwCSrfkf .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwCSrfkf .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwCSrfkf .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwCSrfkf .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwCSrfkf .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwCSrfkf .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwCSrfkf .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwCSrfkf .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwCSrfkf .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwCSrfkf .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwCSrfkf .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwCSrfkf .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwCSrfkf .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwCSrfkf .mbr-section-title {
  color: #212529;
}
.cid-vcTwCSrfkf .panel-title-edit {
  color: #212529;
}
.cid-vcTwCSrfkf .panel-text {
  color: #51565c;
}
.cid-vcTwCTjmXr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwCTjmXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwCTjmXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwCTjmXr .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwCTjmXr .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwCTjmXr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwCTjmXr .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwCTjmXr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwCTjmXr .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwCTjmXr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwCTjmXr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwCTjmXr .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwCTjmXr .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwCTjmXr .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwCTjmXr .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwCTjmXr .mbr-section-title {
  color: #212529;
}
.cid-vcTwCTjmXr .mbr-desc {
  color: #212529;
}
.cid-vcTwCU45dN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwCU45dN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwCU45dN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwCU45dN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwCU45dN .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwCU45dN .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwCU45dN .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwCU45dN .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwCU45dN .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwCU45dN .item:hover .item-wrapper .item-img img,
.cid-vcTwCU45dN .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwCU45dN .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwCU45dN .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwCU45dN .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwCU45dN .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwCU45dN .item .item-wrapper .item-content .item-title_1,
.cid-vcTwCU45dN .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwCU45dN .item .item-wrapper .item-content .item-text_1,
.cid-vcTwCU45dN .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwCU45dN .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwCU45dN .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwCU45dN .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwCU45dN .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwCU45dN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwCU45dN .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwCU45dN .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwCU45dN .mbr-section-title {
  color: #212529;
}
.cid-vcTwCU45dN .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwCU45dN .item-title_2 {
  color: #ff543d;
}
.cid-vcTwCU45dN .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwCU45dN .item-text_2 {
  color: #ff543d;
}
.cid-vcTwCUFqv8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwCUFqv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwCUFqv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwCUFqv8 .cont-wrap {
  justify-content: center;
}
.cid-vcTwCUFqv8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwCUFqv8 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwCUFqv8 .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwCUFqv8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwCUFqv8 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwCUFqv8 .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwCUFqv8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwCUFqv8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwCUFqv8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwCUFqv8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwCUFqv8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwCUFqv8 .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwCUFqv8 .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwCUFqv8 .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwCUFqv8 .mbr-section-title {
  color: #212529;
}
.cid-vcTwCUFqv8 .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwCUFqv8 .mbr-text {
  color: #51565c;
}
.cid-vcTwCUFqv8 .list {
  color: #212529;
}
.cid-vcTwCVCPNS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwCVCPNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwCVCPNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwCVCPNS .content-wrap {
  justify-content: center;
}
.cid-vcTwCVCPNS .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwCVCPNS .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwCVCPNS .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwCVCPNS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwCVCPNS .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwCVCPNS .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwCVCPNS .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwCVCPNS .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwCVCPNS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwCVCPNS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwCVCPNS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwCVCPNS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwCVCPNS .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwCVCPNS .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwCVCPNS .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwCVCPNS .mbr-copy {
  color: #51565c;
}
.cid-vcTwCVCPNS .mbr-copy,
.cid-vcTwCVCPNS .copy-wrapper {
  text-align: right;
}
.cid-vcTwNOD54s {
  background-color: transparent;
}
.cid-vcTwNOD54s .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwNOD54s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwNOD54s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwNOD54s .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwNOD54s .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwNOD54s .menu_box .navbar.opened,
  .cid-vcTwNOD54s .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwNOD54s .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwNOD54s .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwNOD54s .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwNOD54s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwNOD54s .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwNOD54s .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwNOD54s .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwNOD54s .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwNOD54s .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwNOD54s .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwNOD54s .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwNOD54s .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwNOD54s .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwNOD54s .nav-item .nav-link:hover,
.cid-vcTwNOD54s .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwNOD54s .nav-item .nav-link:hover::before,
.cid-vcTwNOD54s .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwNOD54s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwNOD54s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwNOD54s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwNOD54s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwNOD54s .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwNOD54s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwNOD54s .offcanvas_box {
    display: none;
  }
}
.cid-vcTwNOD54s .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwNOD54s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwNOD54s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwNOD54s .container {
  display: flex;
  margin: auto;
}
.cid-vcTwNOD54s .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwNOD54s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwNOD54s .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwNOD54s .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwNOD54s .dropdown-menu,
.cid-vcTwNOD54s .navbar.opened {
  background-color: false !important;
}
.cid-vcTwNOD54s .nav-item:focus,
.cid-vcTwNOD54s .nav-link:focus {
  outline: none;
}
.cid-vcTwNOD54s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwNOD54s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwNOD54s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwNOD54s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwNOD54s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwNOD54s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwNOD54s .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwNOD54s .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwNOD54s .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwNOD54s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwNOD54s .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwNOD54s .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwNOD54s .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwNOD54s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwNOD54s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwNOD54s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwNOD54s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwNOD54s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwNOD54s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwNOD54s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwNOD54s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwNOD54s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwNOD54s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwNOD54s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwNOD54s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwNOD54s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwNOD54s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwNOD54s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwNOD54s .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwNOD54s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwNOD54s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwNOD54s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwNOD54s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwNOD54s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwNOD54s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwNOD54s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwNOD54s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwNOD54s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwNOD54s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwNOD54s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwNOD54s .dropdown-item.active,
.cid-vcTwNOD54s .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwNOD54s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwNOD54s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwNOD54s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwNOD54s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwNOD54s ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwNOD54s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwNOD54s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwNOD54s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwNOD54s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwNOD54s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwNOD54s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwNOD54s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwNOD54s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwNOD54s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwNOD54s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwNOD54s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwNOD54s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwNOD54s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwNOD54s .navbar {
    height: 70px;
  }
  .cid-vcTwNOD54s .navbar.opened {
    height: auto;
  }
  .cid-vcTwNOD54s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwNOD54s .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwNOD54s .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwNOD54s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwNOD54s .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwNOD54s .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwNOD54s .text_widget a:hover,
.cid-vcTwNOD54s .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwNOD54s .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwNOD54s .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwNOD54s .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwNOD54s .contacts-wrapper .mbr-phone:hover,
.cid-vcTwNOD54s .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwNOD54s .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwNOD54s .contacts-wrapper .mbr-email:hover,
.cid-vcTwNOD54s .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwNOD54s .navbar-caption {
  color: #ff8576;
}
.cid-vcTwNOD54s .mbr-phone {
  color: #ff8576;
}
.cid-vcTwNOD54s .mbr-email {
  color: #212529;
}
.cid-vcTwNOD54s .mbr-section-subtitle,
.cid-vcTwNOD54s .text_widget,
.cid-vcTwNOD54s .mbr-section-btn {
  text-align: center;
}
.cid-vcTwNOD54s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwNPqw9F {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwNPqw9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwNPqw9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwNPqw9F .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwNPqw9F .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwNPqw9F .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwNPqw9F .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwNPqw9F .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwNPqw9F .google-map {
    margin-left: 0;
  }
}
.cid-vcTwNPqw9F .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwNPqw9F .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwNPqw9F .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwNPqw9F .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwNPqw9F .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwNPqw9F .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwNPqw9F .card {
  justify-content: center;
}
.cid-vcTwNPqw9F .mbr-section-title {
  color: #212529;
}
.cid-vcTwNPqw9F .mbr-desc {
  color: #51565c;
}
.cid-vcTwNPqw9F .mbr-address {
  color: #212529;
}
.cid-vcTwNPqw9F .list {
  color: #212529;
}
.cid-vcTwNQjvvi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwNQjvvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwNQjvvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwNQjvvi .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwNQjvvi .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwNQjvvi .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwNQjvvi .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwNQjvvi .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwNQjvvi .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwNQjvvi .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwNQjvvi .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwNQjvvi .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwNQjvvi .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwNQjvvi .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwNQjvvi .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwNQjvvi .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwNQjvvi .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwNQjvvi .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwNQjvvi .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwNQjvvi .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwNQjvvi .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwNQjvvi .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwNQjvvi .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwNQjvvi .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwNQjvvi .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwNQjvvi .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwNQjvvi .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwNQjvvi .mbr-section-title {
  color: #212529;
}
.cid-vcTwNQjvvi .panel-title-edit {
  color: #212529;
}
.cid-vcTwNQjvvi .panel-text {
  color: #51565c;
}
.cid-vcTwNR9lOH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwNR9lOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwNR9lOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwNR9lOH .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwNR9lOH .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwNR9lOH .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwNR9lOH .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwNR9lOH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwNR9lOH .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwNR9lOH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwNR9lOH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwNR9lOH .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwNR9lOH .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwNR9lOH .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwNR9lOH .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwNR9lOH .mbr-section-title {
  color: #212529;
}
.cid-vcTwNR9lOH .mbr-desc {
  color: #212529;
}
.cid-vcTwNREGHI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwNREGHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwNREGHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwNREGHI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwNREGHI .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwNREGHI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwNREGHI .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwNREGHI .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwNREGHI .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwNREGHI .item:hover .item-wrapper .item-img img,
.cid-vcTwNREGHI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwNREGHI .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwNREGHI .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwNREGHI .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwNREGHI .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwNREGHI .item .item-wrapper .item-content .item-title_1,
.cid-vcTwNREGHI .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwNREGHI .item .item-wrapper .item-content .item-text_1,
.cid-vcTwNREGHI .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwNREGHI .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwNREGHI .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwNREGHI .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwNREGHI .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwNREGHI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwNREGHI .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwNREGHI .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwNREGHI .mbr-section-title {
  color: #212529;
}
.cid-vcTwNREGHI .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwNREGHI .item-title_2 {
  color: #ff543d;
}
.cid-vcTwNREGHI .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwNREGHI .item-text_2 {
  color: #ff543d;
}
.cid-vcTwNSjrYV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwNSjrYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwNSjrYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwNSjrYV .cont-wrap {
  justify-content: center;
}
.cid-vcTwNSjrYV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwNSjrYV .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwNSjrYV .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwNSjrYV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwNSjrYV .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwNSjrYV .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwNSjrYV .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwNSjrYV .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwNSjrYV .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwNSjrYV .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwNSjrYV .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwNSjrYV .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwNSjrYV .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwNSjrYV .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwNSjrYV .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwNSjrYV .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwNSjrYV .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwNSjrYV .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwNSjrYV .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwNSjrYV .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwNSjrYV .mbr-section-title {
  color: #212529;
}
.cid-vcTwNSjrYV .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwNSjrYV .mbr-text {
  color: #51565c;
}
.cid-vcTwNSjrYV .list {
  color: #212529;
}
.cid-vcTwNT93Ed {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwNT93Ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwNT93Ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwNT93Ed .content-wrap {
  justify-content: center;
}
.cid-vcTwNT93Ed .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwNT93Ed .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwNT93Ed .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwNT93Ed .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwNT93Ed .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwNT93Ed .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwNT93Ed .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwNT93Ed .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwNT93Ed .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwNT93Ed .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwNT93Ed .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwNT93Ed .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwNT93Ed .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwNT93Ed .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwNT93Ed .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwNT93Ed .mbr-copy {
  color: #51565c;
}
.cid-vcTwNT93Ed .mbr-copy,
.cid-vcTwNT93Ed .copy-wrapper {
  text-align: right;
}
.cid-vcTwZ1v9PI {
  background-color: transparent;
}
.cid-vcTwZ1v9PI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTwZ1v9PI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTwZ1v9PI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTwZ1v9PI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTwZ1v9PI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTwZ1v9PI .menu_box .navbar.opened,
  .cid-vcTwZ1v9PI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTwZ1v9PI .navbar-dropdown {
  position: relative !important;
}
.cid-vcTwZ1v9PI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTwZ1v9PI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTwZ1v9PI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTwZ1v9PI .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTwZ1v9PI .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwZ1v9PI .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTwZ1v9PI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTwZ1v9PI .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTwZ1v9PI .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTwZ1v9PI .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTwZ1v9PI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTwZ1v9PI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwZ1v9PI .nav-item .nav-link:hover,
.cid-vcTwZ1v9PI .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTwZ1v9PI .nav-item .nav-link:hover::before,
.cid-vcTwZ1v9PI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTwZ1v9PI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTwZ1v9PI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTwZ1v9PI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTwZ1v9PI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTwZ1v9PI .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTwZ1v9PI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTwZ1v9PI .offcanvas_box {
    display: none;
  }
}
.cid-vcTwZ1v9PI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTwZ1v9PI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTwZ1v9PI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTwZ1v9PI .container {
  display: flex;
  margin: auto;
}
.cid-vcTwZ1v9PI .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTwZ1v9PI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTwZ1v9PI .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTwZ1v9PI .navbar-nav {
    margin: 0;
  }
}
.cid-vcTwZ1v9PI .dropdown-menu,
.cid-vcTwZ1v9PI .navbar.opened {
  background-color: false !important;
}
.cid-vcTwZ1v9PI .nav-item:focus,
.cid-vcTwZ1v9PI .nav-link:focus {
  outline: none;
}
.cid-vcTwZ1v9PI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTwZ1v9PI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTwZ1v9PI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTwZ1v9PI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTwZ1v9PI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTwZ1v9PI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTwZ1v9PI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTwZ1v9PI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTwZ1v9PI .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTwZ1v9PI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTwZ1v9PI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTwZ1v9PI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTwZ1v9PI .navbar.collapsed {
  justify-content: center;
}
.cid-vcTwZ1v9PI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTwZ1v9PI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTwZ1v9PI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTwZ1v9PI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTwZ1v9PI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTwZ1v9PI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTwZ1v9PI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTwZ1v9PI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTwZ1v9PI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTwZ1v9PI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTwZ1v9PI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTwZ1v9PI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTwZ1v9PI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTwZ1v9PI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTwZ1v9PI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTwZ1v9PI .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTwZ1v9PI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTwZ1v9PI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTwZ1v9PI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTwZ1v9PI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTwZ1v9PI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTwZ1v9PI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTwZ1v9PI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTwZ1v9PI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTwZ1v9PI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTwZ1v9PI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTwZ1v9PI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTwZ1v9PI .dropdown-item.active,
.cid-vcTwZ1v9PI .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTwZ1v9PI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTwZ1v9PI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTwZ1v9PI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTwZ1v9PI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTwZ1v9PI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTwZ1v9PI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTwZ1v9PI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTwZ1v9PI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTwZ1v9PI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTwZ1v9PI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwZ1v9PI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTwZ1v9PI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTwZ1v9PI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwZ1v9PI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTwZ1v9PI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTwZ1v9PI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTwZ1v9PI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTwZ1v9PI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTwZ1v9PI .navbar {
    height: 70px;
  }
  .cid-vcTwZ1v9PI .navbar.opened {
    height: auto;
  }
  .cid-vcTwZ1v9PI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTwZ1v9PI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTwZ1v9PI .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTwZ1v9PI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTwZ1v9PI .text_widget {
  margin-bottom: 32px;
}
.cid-vcTwZ1v9PI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTwZ1v9PI .text_widget a:hover,
.cid-vcTwZ1v9PI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTwZ1v9PI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTwZ1v9PI .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTwZ1v9PI .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwZ1v9PI .contacts-wrapper .mbr-phone:hover,
.cid-vcTwZ1v9PI .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTwZ1v9PI .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwZ1v9PI .contacts-wrapper .mbr-email:hover,
.cid-vcTwZ1v9PI .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTwZ1v9PI .navbar-caption {
  color: #ff8576;
}
.cid-vcTwZ1v9PI .mbr-phone {
  color: #ff8576;
}
.cid-vcTwZ1v9PI .mbr-email {
  color: #212529;
}
.cid-vcTwZ1v9PI .mbr-section-subtitle,
.cid-vcTwZ1v9PI .text_widget,
.cid-vcTwZ1v9PI .mbr-section-btn {
  text-align: center;
}
.cid-vcTwZ1v9PI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTwZ2irzj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTwZ2irzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwZ2irzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwZ2irzj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwZ2irzj .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwZ2irzj .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwZ2irzj .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTwZ2irzj .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTwZ2irzj .google-map {
    margin-left: 0;
  }
}
.cid-vcTwZ2irzj .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTwZ2irzj .google-map iframe {
    height: 350px;
  }
}
.cid-vcTwZ2irzj .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTwZ2irzj .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwZ2irzj .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTwZ2irzj .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTwZ2irzj .card {
  justify-content: center;
}
.cid-vcTwZ2irzj .mbr-section-title {
  color: #212529;
}
.cid-vcTwZ2irzj .mbr-desc {
  color: #51565c;
}
.cid-vcTwZ2irzj .mbr-address {
  color: #212529;
}
.cid-vcTwZ2irzj .list {
  color: #212529;
}
.cid-vcTwZ34qSh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwZ34qSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwZ34qSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwZ34qSh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwZ34qSh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwZ34qSh .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTwZ34qSh .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTwZ34qSh .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwZ34qSh .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTwZ34qSh .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTwZ34qSh .item:hover .item-wrapper .item-content .item-img,
.cid-vcTwZ34qSh .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTwZ34qSh .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTwZ34qSh .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTwZ34qSh .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTwZ34qSh .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTwZ34qSh .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTwZ34qSh .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwZ34qSh .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTwZ34qSh .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTwZ34qSh .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTwZ34qSh .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTwZ34qSh .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTwZ34qSh .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTwZ34qSh .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTwZ34qSh .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTwZ34qSh .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTwZ34qSh .mbr-section-title {
  color: #212529;
}
.cid-vcTwZ34qSh .panel-title-edit {
  color: #212529;
}
.cid-vcTwZ34qSh .panel-text {
  color: #51565c;
}
.cid-vcTwZ3WZBn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwZ3WZBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwZ3WZBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwZ3WZBn .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwZ3WZBn .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTwZ3WZBn .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTwZ3WZBn .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTwZ3WZBn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTwZ3WZBn .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwZ3WZBn .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTwZ3WZBn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwZ3WZBn .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTwZ3WZBn .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwZ3WZBn .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTwZ3WZBn .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTwZ3WZBn .mbr-section-title {
  color: #212529;
}
.cid-vcTwZ3WZBn .mbr-desc {
  color: #212529;
}
.cid-vcTwZ4DRhJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTwZ4DRhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwZ4DRhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwZ4DRhJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTwZ4DRhJ .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTwZ4DRhJ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwZ4DRhJ .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTwZ4DRhJ .item {
    margin-bottom: 16px;
  }
}
.cid-vcTwZ4DRhJ .item:last-child {
  margin-bottom: 0;
}
.cid-vcTwZ4DRhJ .item:hover .item-wrapper .item-img img,
.cid-vcTwZ4DRhJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTwZ4DRhJ .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwZ4DRhJ .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTwZ4DRhJ .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTwZ4DRhJ .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTwZ4DRhJ .item .item-wrapper .item-content .item-title_1,
.cid-vcTwZ4DRhJ .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTwZ4DRhJ .item .item-wrapper .item-content .item-text_1,
.cid-vcTwZ4DRhJ .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTwZ4DRhJ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTwZ4DRhJ .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTwZ4DRhJ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTwZ4DRhJ .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTwZ4DRhJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTwZ4DRhJ .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTwZ4DRhJ .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTwZ4DRhJ .mbr-section-title {
  color: #212529;
}
.cid-vcTwZ4DRhJ .item-title_1 {
  color: #f5a11b;
}
.cid-vcTwZ4DRhJ .item-title_2 {
  color: #ff543d;
}
.cid-vcTwZ4DRhJ .item-text_1 {
  color: #f5a11b;
}
.cid-vcTwZ4DRhJ .item-text_2 {
  color: #ff543d;
}
.cid-vcTwZ5qFNw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTwZ5qFNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwZ5qFNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwZ5qFNw .cont-wrap {
  justify-content: center;
}
.cid-vcTwZ5qFNw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTwZ5qFNw .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTwZ5qFNw .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTwZ5qFNw .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTwZ5qFNw .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwZ5qFNw .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTwZ5qFNw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwZ5qFNw .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwZ5qFNw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwZ5qFNw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwZ5qFNw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwZ5qFNw .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTwZ5qFNw .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTwZ5qFNw .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTwZ5qFNw .mbr-section-title {
  color: #212529;
}
.cid-vcTwZ5qFNw .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTwZ5qFNw .mbr-text {
  color: #51565c;
}
.cid-vcTwZ5qFNw .list {
  color: #212529;
}
.cid-vcTwZ6kMJK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTwZ6kMJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTwZ6kMJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTwZ6kMJK .content-wrap {
  justify-content: center;
}
.cid-vcTwZ6kMJK .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTwZ6kMJK .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTwZ6kMJK .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTwZ6kMJK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwZ6kMJK .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTwZ6kMJK .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTwZ6kMJK .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTwZ6kMJK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTwZ6kMJK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTwZ6kMJK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTwZ6kMJK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTwZ6kMJK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTwZ6kMJK .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTwZ6kMJK .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTwZ6kMJK .mbr-section-title {
  color: #ff8576;
}
.cid-vcTwZ6kMJK .mbr-copy {
  color: #51565c;
}
.cid-vcTwZ6kMJK .mbr-copy,
.cid-vcTwZ6kMJK .copy-wrapper {
  text-align: right;
}
.cid-vcTx4x20pA {
  background-color: transparent;
}
.cid-vcTx4x20pA .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTx4x20pA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTx4x20pA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTx4x20pA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTx4x20pA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTx4x20pA .menu_box .navbar.opened,
  .cid-vcTx4x20pA .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTx4x20pA .navbar-dropdown {
  position: relative !important;
}
.cid-vcTx4x20pA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTx4x20pA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTx4x20pA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTx4x20pA .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTx4x20pA .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTx4x20pA .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTx4x20pA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTx4x20pA .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTx4x20pA .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTx4x20pA .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTx4x20pA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTx4x20pA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTx4x20pA .nav-item .nav-link:hover,
.cid-vcTx4x20pA .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTx4x20pA .nav-item .nav-link:hover::before,
.cid-vcTx4x20pA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTx4x20pA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTx4x20pA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTx4x20pA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTx4x20pA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTx4x20pA .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTx4x20pA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTx4x20pA .offcanvas_box {
    display: none;
  }
}
.cid-vcTx4x20pA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTx4x20pA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTx4x20pA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTx4x20pA .container {
  display: flex;
  margin: auto;
}
.cid-vcTx4x20pA .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTx4x20pA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTx4x20pA .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTx4x20pA .navbar-nav {
    margin: 0;
  }
}
.cid-vcTx4x20pA .dropdown-menu,
.cid-vcTx4x20pA .navbar.opened {
  background-color: false !important;
}
.cid-vcTx4x20pA .nav-item:focus,
.cid-vcTx4x20pA .nav-link:focus {
  outline: none;
}
.cid-vcTx4x20pA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTx4x20pA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTx4x20pA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTx4x20pA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTx4x20pA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTx4x20pA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTx4x20pA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTx4x20pA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTx4x20pA .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTx4x20pA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTx4x20pA .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTx4x20pA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTx4x20pA .navbar.collapsed {
  justify-content: center;
}
.cid-vcTx4x20pA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTx4x20pA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTx4x20pA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTx4x20pA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTx4x20pA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTx4x20pA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTx4x20pA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTx4x20pA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTx4x20pA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTx4x20pA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTx4x20pA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTx4x20pA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTx4x20pA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTx4x20pA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTx4x20pA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTx4x20pA .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTx4x20pA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTx4x20pA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTx4x20pA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTx4x20pA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTx4x20pA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTx4x20pA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTx4x20pA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTx4x20pA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTx4x20pA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTx4x20pA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTx4x20pA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTx4x20pA .dropdown-item.active,
.cid-vcTx4x20pA .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTx4x20pA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTx4x20pA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTx4x20pA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTx4x20pA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTx4x20pA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTx4x20pA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTx4x20pA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTx4x20pA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTx4x20pA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTx4x20pA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTx4x20pA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTx4x20pA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTx4x20pA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTx4x20pA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTx4x20pA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTx4x20pA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTx4x20pA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTx4x20pA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTx4x20pA .navbar {
    height: 70px;
  }
  .cid-vcTx4x20pA .navbar.opened {
    height: auto;
  }
  .cid-vcTx4x20pA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTx4x20pA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTx4x20pA .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTx4x20pA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTx4x20pA .text_widget {
  margin-bottom: 32px;
}
.cid-vcTx4x20pA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTx4x20pA .text_widget a:hover,
.cid-vcTx4x20pA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTx4x20pA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTx4x20pA .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTx4x20pA .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTx4x20pA .contacts-wrapper .mbr-phone:hover,
.cid-vcTx4x20pA .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTx4x20pA .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTx4x20pA .contacts-wrapper .mbr-email:hover,
.cid-vcTx4x20pA .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTx4x20pA .navbar-caption {
  color: #ff8576;
}
.cid-vcTx4x20pA .mbr-phone {
  color: #ff8576;
}
.cid-vcTx4x20pA .mbr-email {
  color: #212529;
}
.cid-vcTx4x20pA .mbr-section-subtitle,
.cid-vcTx4x20pA .text_widget,
.cid-vcTx4x20pA .mbr-section-btn {
  text-align: center;
}
.cid-vcTx4x20pA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTx4y8kVx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTx4y8kVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTx4y8kVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTx4y8kVx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTx4y8kVx .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTx4y8kVx .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTx4y8kVx .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTx4y8kVx .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTx4y8kVx .google-map {
    margin-left: 0;
  }
}
.cid-vcTx4y8kVx .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTx4y8kVx .google-map iframe {
    height: 350px;
  }
}
.cid-vcTx4y8kVx .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTx4y8kVx .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTx4y8kVx .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTx4y8kVx .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTx4y8kVx .card {
  justify-content: center;
}
.cid-vcTx4y8kVx .mbr-section-title {
  color: #212529;
}
.cid-vcTx4y8kVx .mbr-desc {
  color: #51565c;
}
.cid-vcTx4y8kVx .mbr-address {
  color: #212529;
}
.cid-vcTx4y8kVx .list {
  color: #212529;
}
.cid-vcTx4zbEQs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTx4zbEQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTx4zbEQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTx4zbEQs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTx4zbEQs .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTx4zbEQs .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTx4zbEQs .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTx4zbEQs .item {
    margin-bottom: 16px;
  }
}
.cid-vcTx4zbEQs .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTx4zbEQs .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTx4zbEQs .item:hover .item-wrapper .item-content .item-img,
.cid-vcTx4zbEQs .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTx4zbEQs .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTx4zbEQs .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTx4zbEQs .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTx4zbEQs .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTx4zbEQs .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTx4zbEQs .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTx4zbEQs .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTx4zbEQs .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTx4zbEQs .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTx4zbEQs .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTx4zbEQs .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTx4zbEQs .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTx4zbEQs .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTx4zbEQs .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTx4zbEQs .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTx4zbEQs .mbr-section-title {
  color: #212529;
}
.cid-vcTx4zbEQs .panel-title-edit {
  color: #212529;
}
.cid-vcTx4zbEQs .panel-text {
  color: #51565c;
}
.cid-vcTx4zX3Rl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTx4zX3Rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTx4zX3Rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTx4zX3Rl .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTx4zX3Rl .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTx4zX3Rl .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTx4zX3Rl .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTx4zX3Rl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTx4zX3Rl .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTx4zX3Rl .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTx4zX3Rl .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTx4zX3Rl .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTx4zX3Rl .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTx4zX3Rl .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTx4zX3Rl .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTx4zX3Rl .mbr-section-title {
  color: #212529;
}
.cid-vcTx4zX3Rl .mbr-desc {
  color: #212529;
}
.cid-vcTx4AsSxb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTx4AsSxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTx4AsSxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTx4AsSxb .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTx4AsSxb .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTx4AsSxb .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTx4AsSxb .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTx4AsSxb .item {
    margin-bottom: 16px;
  }
}
.cid-vcTx4AsSxb .item:last-child {
  margin-bottom: 0;
}
.cid-vcTx4AsSxb .item:hover .item-wrapper .item-img img,
.cid-vcTx4AsSxb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTx4AsSxb .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTx4AsSxb .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTx4AsSxb .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTx4AsSxb .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTx4AsSxb .item .item-wrapper .item-content .item-title_1,
.cid-vcTx4AsSxb .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTx4AsSxb .item .item-wrapper .item-content .item-text_1,
.cid-vcTx4AsSxb .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTx4AsSxb .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTx4AsSxb .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTx4AsSxb .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTx4AsSxb .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTx4AsSxb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTx4AsSxb .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTx4AsSxb .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTx4AsSxb .mbr-section-title {
  color: #212529;
}
.cid-vcTx4AsSxb .item-title_1 {
  color: #f5a11b;
}
.cid-vcTx4AsSxb .item-title_2 {
  color: #ff543d;
}
.cid-vcTx4AsSxb .item-text_1 {
  color: #f5a11b;
}
.cid-vcTx4AsSxb .item-text_2 {
  color: #ff543d;
}
.cid-vcTx4B2M3m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTx4B2M3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTx4B2M3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTx4B2M3m .cont-wrap {
  justify-content: center;
}
.cid-vcTx4B2M3m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTx4B2M3m .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTx4B2M3m .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTx4B2M3m .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTx4B2M3m .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTx4B2M3m .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTx4B2M3m .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTx4B2M3m .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTx4B2M3m .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTx4B2M3m .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTx4B2M3m .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTx4B2M3m .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTx4B2M3m .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTx4B2M3m .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTx4B2M3m .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTx4B2M3m .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTx4B2M3m .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTx4B2M3m .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTx4B2M3m .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTx4B2M3m .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTx4B2M3m .mbr-section-title {
  color: #212529;
}
.cid-vcTx4B2M3m .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTx4B2M3m .mbr-text {
  color: #51565c;
}
.cid-vcTx4B2M3m .list {
  color: #212529;
}
.cid-vcTx4C5bHc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTx4C5bHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTx4C5bHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTx4C5bHc .content-wrap {
  justify-content: center;
}
.cid-vcTx4C5bHc .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTx4C5bHc .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTx4C5bHc .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTx4C5bHc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTx4C5bHc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTx4C5bHc .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTx4C5bHc .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTx4C5bHc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTx4C5bHc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTx4C5bHc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTx4C5bHc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTx4C5bHc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTx4C5bHc .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTx4C5bHc .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTx4C5bHc .mbr-section-title {
  color: #ff8576;
}
.cid-vcTx4C5bHc .mbr-copy {
  color: #51565c;
}
.cid-vcTx4C5bHc .mbr-copy,
.cid-vcTx4C5bHc .copy-wrapper {
  text-align: right;
}
.cid-vcTxddbN7J {
  background-color: transparent;
}
.cid-vcTxddbN7J .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTxddbN7J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTxddbN7J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTxddbN7J .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTxddbN7J .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTxddbN7J .menu_box .navbar.opened,
  .cid-vcTxddbN7J .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTxddbN7J .navbar-dropdown {
  position: relative !important;
}
.cid-vcTxddbN7J .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTxddbN7J .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTxddbN7J .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTxddbN7J .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTxddbN7J .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTxddbN7J .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTxddbN7J .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTxddbN7J .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTxddbN7J .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTxddbN7J .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTxddbN7J .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTxddbN7J .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxddbN7J .nav-item .nav-link:hover,
.cid-vcTxddbN7J .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTxddbN7J .nav-item .nav-link:hover::before,
.cid-vcTxddbN7J .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTxddbN7J .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTxddbN7J .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTxddbN7J .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTxddbN7J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTxddbN7J .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTxddbN7J .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTxddbN7J .offcanvas_box {
    display: none;
  }
}
.cid-vcTxddbN7J .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTxddbN7J .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTxddbN7J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTxddbN7J .container {
  display: flex;
  margin: auto;
}
.cid-vcTxddbN7J .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTxddbN7J .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTxddbN7J .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTxddbN7J .navbar-nav {
    margin: 0;
  }
}
.cid-vcTxddbN7J .dropdown-menu,
.cid-vcTxddbN7J .navbar.opened {
  background-color: false !important;
}
.cid-vcTxddbN7J .nav-item:focus,
.cid-vcTxddbN7J .nav-link:focus {
  outline: none;
}
.cid-vcTxddbN7J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTxddbN7J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTxddbN7J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTxddbN7J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTxddbN7J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTxddbN7J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTxddbN7J .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTxddbN7J .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTxddbN7J .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTxddbN7J .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTxddbN7J .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTxddbN7J .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTxddbN7J .navbar.collapsed {
  justify-content: center;
}
.cid-vcTxddbN7J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTxddbN7J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTxddbN7J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTxddbN7J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTxddbN7J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTxddbN7J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTxddbN7J .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTxddbN7J .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTxddbN7J .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTxddbN7J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTxddbN7J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTxddbN7J .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTxddbN7J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTxddbN7J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTxddbN7J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTxddbN7J .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTxddbN7J .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTxddbN7J .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTxddbN7J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTxddbN7J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTxddbN7J .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTxddbN7J .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTxddbN7J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTxddbN7J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTxddbN7J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTxddbN7J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTxddbN7J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTxddbN7J .dropdown-item.active,
.cid-vcTxddbN7J .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTxddbN7J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTxddbN7J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTxddbN7J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTxddbN7J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTxddbN7J ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTxddbN7J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTxddbN7J button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTxddbN7J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTxddbN7J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTxddbN7J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTxddbN7J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTxddbN7J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTxddbN7J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTxddbN7J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTxddbN7J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTxddbN7J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTxddbN7J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTxddbN7J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTxddbN7J .navbar {
    height: 70px;
  }
  .cid-vcTxddbN7J .navbar.opened {
    height: auto;
  }
  .cid-vcTxddbN7J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTxddbN7J .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTxddbN7J .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTxddbN7J .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTxddbN7J .text_widget {
  margin-bottom: 32px;
}
.cid-vcTxddbN7J .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTxddbN7J .text_widget a:hover,
.cid-vcTxddbN7J .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTxddbN7J .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTxddbN7J .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTxddbN7J .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxddbN7J .contacts-wrapper .mbr-phone:hover,
.cid-vcTxddbN7J .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTxddbN7J .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxddbN7J .contacts-wrapper .mbr-email:hover,
.cid-vcTxddbN7J .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTxddbN7J .navbar-caption {
  color: #ff8576;
}
.cid-vcTxddbN7J .mbr-phone {
  color: #ff8576;
}
.cid-vcTxddbN7J .mbr-email {
  color: #212529;
}
.cid-vcTxddbN7J .mbr-section-subtitle,
.cid-vcTxddbN7J .text_widget,
.cid-vcTxddbN7J .mbr-section-btn {
  text-align: center;
}
.cid-vcTxddbN7J a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTxddV64k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTxddV64k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxddV64k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxddV64k .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTxddV64k .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxddV64k .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxddV64k .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTxddV64k .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTxddV64k .google-map {
    margin-left: 0;
  }
}
.cid-vcTxddV64k .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTxddV64k .google-map iframe {
    height: 350px;
  }
}
.cid-vcTxddV64k .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTxddV64k .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTxddV64k .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTxddV64k .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTxddV64k .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTxddV64k .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTxddV64k .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxddV64k .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTxddV64k .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTxddV64k .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTxddV64k .card {
  justify-content: center;
}
.cid-vcTxddV64k .mbr-section-title {
  color: #212529;
}
.cid-vcTxddV64k .mbr-desc {
  color: #51565c;
}
.cid-vcTxddV64k .mbr-address {
  color: #212529;
}
.cid-vcTxddV64k .list {
  color: #212529;
}
.cid-vcTxdeHoMM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxdeHoMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxdeHoMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxdeHoMM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTxdeHoMM .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxdeHoMM .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTxdeHoMM .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTxdeHoMM .item {
    margin-bottom: 16px;
  }
}
.cid-vcTxdeHoMM .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTxdeHoMM .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTxdeHoMM .item:hover .item-wrapper .item-content .item-img,
.cid-vcTxdeHoMM .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTxdeHoMM .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTxdeHoMM .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTxdeHoMM .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTxdeHoMM .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTxdeHoMM .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTxdeHoMM .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTxdeHoMM .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTxdeHoMM .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTxdeHoMM .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTxdeHoMM .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTxdeHoMM .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTxdeHoMM .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTxdeHoMM .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTxdeHoMM .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTxdeHoMM .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTxdeHoMM .mbr-section-title {
  color: #212529;
}
.cid-vcTxdeHoMM .panel-title-edit {
  color: #212529;
}
.cid-vcTxdeHoMM .panel-text {
  color: #51565c;
}
.cid-vcTxdfDgMT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxdfDgMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxdfDgMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxdfDgMT .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxdfDgMT .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTxdfDgMT .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTxdfDgMT .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTxdfDgMT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTxdfDgMT .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxdfDgMT .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTxdfDgMT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTxdfDgMT .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTxdfDgMT .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTxdfDgMT .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTxdfDgMT .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTxdfDgMT .mbr-section-title {
  color: #212529;
}
.cid-vcTxdfDgMT .mbr-desc {
  color: #212529;
}
.cid-vcTxdgcArL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxdgcArL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxdgcArL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxdgcArL .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTxdgcArL .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxdgcArL .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxdgcArL .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTxdgcArL .item {
    margin-bottom: 16px;
  }
}
.cid-vcTxdgcArL .item:last-child {
  margin-bottom: 0;
}
.cid-vcTxdgcArL .item:hover .item-wrapper .item-img img,
.cid-vcTxdgcArL .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTxdgcArL .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxdgcArL .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTxdgcArL .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTxdgcArL .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTxdgcArL .item .item-wrapper .item-content .item-title_1,
.cid-vcTxdgcArL .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTxdgcArL .item .item-wrapper .item-content .item-text_1,
.cid-vcTxdgcArL .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTxdgcArL .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTxdgcArL .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxdgcArL .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTxdgcArL .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTxdgcArL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTxdgcArL .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTxdgcArL .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTxdgcArL .mbr-section-title {
  color: #212529;
}
.cid-vcTxdgcArL .item-title_1 {
  color: #f5a11b;
}
.cid-vcTxdgcArL .item-title_2 {
  color: #ff543d;
}
.cid-vcTxdgcArL .item-text_1 {
  color: #f5a11b;
}
.cid-vcTxdgcArL .item-text_2 {
  color: #ff543d;
}
.cid-vcTxdh7gKk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTxdh7gKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxdh7gKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxdh7gKk .cont-wrap {
  justify-content: center;
}
.cid-vcTxdh7gKk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTxdh7gKk .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTxdh7gKk .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTxdh7gKk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTxdh7gKk .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTxdh7gKk .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTxdh7gKk .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTxdh7gKk .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxdh7gKk .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTxdh7gKk .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTxdh7gKk .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxdh7gKk .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTxdh7gKk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTxdh7gKk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTxdh7gKk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTxdh7gKk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTxdh7gKk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTxdh7gKk .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTxdh7gKk .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTxdh7gKk .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTxdh7gKk .mbr-section-title {
  color: #212529;
}
.cid-vcTxdh7gKk .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTxdh7gKk .mbr-text {
  color: #51565c;
}
.cid-vcTxdh7gKk .list {
  color: #212529;
}
.cid-vcTxdi0bZW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTxdi0bZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxdi0bZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxdi0bZW .content-wrap {
  justify-content: center;
}
.cid-vcTxdi0bZW .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTxdi0bZW .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTxdi0bZW .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTxdi0bZW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxdi0bZW .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxdi0bZW .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTxdi0bZW .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTxdi0bZW .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTxdi0bZW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTxdi0bZW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTxdi0bZW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTxdi0bZW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTxdi0bZW .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxdi0bZW .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTxdi0bZW .mbr-section-title {
  color: #ff8576;
}
.cid-vcTxdi0bZW .mbr-copy {
  color: #51565c;
}
.cid-vcTxdi0bZW .mbr-copy,
.cid-vcTxdi0bZW .copy-wrapper {
  text-align: right;
}
.cid-vcTxjam2hZ {
  background-color: transparent;
}
.cid-vcTxjam2hZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTxjam2hZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTxjam2hZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTxjam2hZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTxjam2hZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTxjam2hZ .menu_box .navbar.opened,
  .cid-vcTxjam2hZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTxjam2hZ .navbar-dropdown {
  position: relative !important;
}
.cid-vcTxjam2hZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTxjam2hZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTxjam2hZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTxjam2hZ .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTxjam2hZ .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTxjam2hZ .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTxjam2hZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTxjam2hZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTxjam2hZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTxjam2hZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTxjam2hZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTxjam2hZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxjam2hZ .nav-item .nav-link:hover,
.cid-vcTxjam2hZ .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTxjam2hZ .nav-item .nav-link:hover::before,
.cid-vcTxjam2hZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTxjam2hZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTxjam2hZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTxjam2hZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTxjam2hZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTxjam2hZ .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTxjam2hZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTxjam2hZ .offcanvas_box {
    display: none;
  }
}
.cid-vcTxjam2hZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTxjam2hZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTxjam2hZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTxjam2hZ .container {
  display: flex;
  margin: auto;
}
.cid-vcTxjam2hZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTxjam2hZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTxjam2hZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTxjam2hZ .navbar-nav {
    margin: 0;
  }
}
.cid-vcTxjam2hZ .dropdown-menu,
.cid-vcTxjam2hZ .navbar.opened {
  background-color: false !important;
}
.cid-vcTxjam2hZ .nav-item:focus,
.cid-vcTxjam2hZ .nav-link:focus {
  outline: none;
}
.cid-vcTxjam2hZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTxjam2hZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTxjam2hZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTxjam2hZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTxjam2hZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTxjam2hZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTxjam2hZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTxjam2hZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTxjam2hZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTxjam2hZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTxjam2hZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTxjam2hZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTxjam2hZ .navbar.collapsed {
  justify-content: center;
}
.cid-vcTxjam2hZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTxjam2hZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTxjam2hZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTxjam2hZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTxjam2hZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTxjam2hZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTxjam2hZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTxjam2hZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTxjam2hZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTxjam2hZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTxjam2hZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTxjam2hZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTxjam2hZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTxjam2hZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTxjam2hZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTxjam2hZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTxjam2hZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTxjam2hZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTxjam2hZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTxjam2hZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTxjam2hZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTxjam2hZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTxjam2hZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTxjam2hZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTxjam2hZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTxjam2hZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTxjam2hZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTxjam2hZ .dropdown-item.active,
.cid-vcTxjam2hZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTxjam2hZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTxjam2hZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTxjam2hZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTxjam2hZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTxjam2hZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTxjam2hZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTxjam2hZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTxjam2hZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTxjam2hZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTxjam2hZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTxjam2hZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTxjam2hZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTxjam2hZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTxjam2hZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTxjam2hZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTxjam2hZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTxjam2hZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTxjam2hZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTxjam2hZ .navbar {
    height: 70px;
  }
  .cid-vcTxjam2hZ .navbar.opened {
    height: auto;
  }
  .cid-vcTxjam2hZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTxjam2hZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTxjam2hZ .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTxjam2hZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTxjam2hZ .text_widget {
  margin-bottom: 32px;
}
.cid-vcTxjam2hZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTxjam2hZ .text_widget a:hover,
.cid-vcTxjam2hZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTxjam2hZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTxjam2hZ .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTxjam2hZ .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxjam2hZ .contacts-wrapper .mbr-phone:hover,
.cid-vcTxjam2hZ .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTxjam2hZ .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxjam2hZ .contacts-wrapper .mbr-email:hover,
.cid-vcTxjam2hZ .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTxjam2hZ .navbar-caption {
  color: #ff8576;
}
.cid-vcTxjam2hZ .mbr-phone {
  color: #ff8576;
}
.cid-vcTxjam2hZ .mbr-email {
  color: #212529;
}
.cid-vcTxjam2hZ .mbr-section-subtitle,
.cid-vcTxjam2hZ .text_widget,
.cid-vcTxjam2hZ .mbr-section-btn {
  text-align: center;
}
.cid-vcTxjam2hZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTxjb8F6R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTxjb8F6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxjb8F6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxjb8F6R .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTxjb8F6R .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxjb8F6R .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxjb8F6R .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTxjb8F6R .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTxjb8F6R .google-map {
    margin-left: 0;
  }
}
.cid-vcTxjb8F6R .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTxjb8F6R .google-map iframe {
    height: 350px;
  }
}
.cid-vcTxjb8F6R .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTxjb8F6R .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTxjb8F6R .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTxjb8F6R .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTxjb8F6R .card {
  justify-content: center;
}
.cid-vcTxjb8F6R .mbr-section-title {
  color: #212529;
}
.cid-vcTxjb8F6R .mbr-desc {
  color: #51565c;
}
.cid-vcTxjb8F6R .mbr-address {
  color: #212529;
}
.cid-vcTxjb8F6R .list {
  color: #212529;
}
.cid-vcTxjc3a1c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxjc3a1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxjc3a1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxjc3a1c .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTxjc3a1c .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxjc3a1c .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTxjc3a1c .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTxjc3a1c .item {
    margin-bottom: 16px;
  }
}
.cid-vcTxjc3a1c .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTxjc3a1c .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTxjc3a1c .item:hover .item-wrapper .item-content .item-img,
.cid-vcTxjc3a1c .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTxjc3a1c .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTxjc3a1c .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTxjc3a1c .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTxjc3a1c .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTxjc3a1c .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTxjc3a1c .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTxjc3a1c .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTxjc3a1c .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTxjc3a1c .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTxjc3a1c .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTxjc3a1c .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTxjc3a1c .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTxjc3a1c .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTxjc3a1c .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTxjc3a1c .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTxjc3a1c .mbr-section-title {
  color: #212529;
}
.cid-vcTxjc3a1c .panel-title-edit {
  color: #212529;
}
.cid-vcTxjc3a1c .panel-text {
  color: #51565c;
}
.cid-vcTxjdoXxt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxjdoXxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxjdoXxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxjdoXxt .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxjdoXxt .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTxjdoXxt .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTxjdoXxt .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTxjdoXxt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTxjdoXxt .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxjdoXxt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTxjdoXxt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTxjdoXxt .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTxjdoXxt .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTxjdoXxt .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTxjdoXxt .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTxjdoXxt .mbr-section-title {
  color: #212529;
}
.cid-vcTxjdoXxt .mbr-desc {
  color: #212529;
}
.cid-vcTxjee2bg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxjee2bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxjee2bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxjee2bg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTxjee2bg .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxjee2bg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxjee2bg .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTxjee2bg .item {
    margin-bottom: 16px;
  }
}
.cid-vcTxjee2bg .item:last-child {
  margin-bottom: 0;
}
.cid-vcTxjee2bg .item:hover .item-wrapper .item-img img,
.cid-vcTxjee2bg .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTxjee2bg .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxjee2bg .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTxjee2bg .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTxjee2bg .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTxjee2bg .item .item-wrapper .item-content .item-title_1,
.cid-vcTxjee2bg .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTxjee2bg .item .item-wrapper .item-content .item-text_1,
.cid-vcTxjee2bg .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTxjee2bg .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTxjee2bg .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxjee2bg .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTxjee2bg .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTxjee2bg .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTxjee2bg .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTxjee2bg .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTxjee2bg .mbr-section-title {
  color: #212529;
}
.cid-vcTxjee2bg .item-title_1 {
  color: #f5a11b;
}
.cid-vcTxjee2bg .item-title_2 {
  color: #ff543d;
}
.cid-vcTxjee2bg .item-text_1 {
  color: #f5a11b;
}
.cid-vcTxjee2bg .item-text_2 {
  color: #ff543d;
}
.cid-vcTxjfmyIR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTxjfmyIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxjfmyIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxjfmyIR .cont-wrap {
  justify-content: center;
}
.cid-vcTxjfmyIR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTxjfmyIR .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTxjfmyIR .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTxjfmyIR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTxjfmyIR .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTxjfmyIR .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTxjfmyIR .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTxjfmyIR .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxjfmyIR .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTxjfmyIR .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTxjfmyIR .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxjfmyIR .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTxjfmyIR .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTxjfmyIR .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTxjfmyIR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTxjfmyIR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTxjfmyIR .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTxjfmyIR .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTxjfmyIR .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTxjfmyIR .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTxjfmyIR .mbr-section-title {
  color: #212529;
}
.cid-vcTxjfmyIR .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTxjfmyIR .mbr-text {
  color: #51565c;
}
.cid-vcTxjfmyIR .list {
  color: #212529;
}
.cid-vcTxjgFv6P {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTxjgFv6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxjgFv6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxjgFv6P .content-wrap {
  justify-content: center;
}
.cid-vcTxjgFv6P .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTxjgFv6P .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTxjgFv6P .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTxjgFv6P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxjgFv6P .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxjgFv6P .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTxjgFv6P .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTxjgFv6P .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTxjgFv6P .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTxjgFv6P .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTxjgFv6P .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTxjgFv6P .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTxjgFv6P .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxjgFv6P .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTxjgFv6P .mbr-section-title {
  color: #ff8576;
}
.cid-vcTxjgFv6P .mbr-copy {
  color: #51565c;
}
.cid-vcTxjgFv6P .mbr-copy,
.cid-vcTxjgFv6P .copy-wrapper {
  text-align: right;
}
.cid-vcTxxqRMzn {
  background-color: transparent;
}
.cid-vcTxxqRMzn .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vcTxxqRMzn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vcTxxqRMzn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTxxqRMzn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTxxqRMzn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcTxxqRMzn .menu_box .navbar.opened,
  .cid-vcTxxqRMzn .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcTxxqRMzn .navbar-dropdown {
  position: relative !important;
}
.cid-vcTxxqRMzn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vcTxxqRMzn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vcTxxqRMzn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcTxxqRMzn .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vcTxxqRMzn .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcTxxqRMzn .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vcTxxqRMzn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcTxxqRMzn .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vcTxxqRMzn .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vcTxxqRMzn .nav-item {
    margin: 0 !important;
  }
}
.cid-vcTxxqRMzn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vcTxxqRMzn .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxxqRMzn .nav-item .nav-link:hover,
.cid-vcTxxqRMzn .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-vcTxxqRMzn .nav-item .nav-link:hover::before,
.cid-vcTxxqRMzn .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcTxxqRMzn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcTxxqRMzn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcTxxqRMzn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTxxqRMzn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcTxxqRMzn .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcTxxqRMzn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcTxxqRMzn .offcanvas_box {
    display: none;
  }
}
.cid-vcTxxqRMzn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcTxxqRMzn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcTxxqRMzn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcTxxqRMzn .container {
  display: flex;
  margin: auto;
}
.cid-vcTxxqRMzn .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcTxxqRMzn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcTxxqRMzn .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vcTxxqRMzn .navbar-nav {
    margin: 0;
  }
}
.cid-vcTxxqRMzn .dropdown-menu,
.cid-vcTxxqRMzn .navbar.opened {
  background-color: false !important;
}
.cid-vcTxxqRMzn .nav-item:focus,
.cid-vcTxxqRMzn .nav-link:focus {
  outline: none;
}
.cid-vcTxxqRMzn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTxxqRMzn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTxxqRMzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTxxqRMzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTxxqRMzn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTxxqRMzn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTxxqRMzn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcTxxqRMzn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcTxxqRMzn .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTxxqRMzn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcTxxqRMzn .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vcTxxqRMzn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTxxqRMzn .navbar.collapsed {
  justify-content: center;
}
.cid-vcTxxqRMzn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTxxqRMzn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcTxxqRMzn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTxxqRMzn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTxxqRMzn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTxxqRMzn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcTxxqRMzn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTxxqRMzn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcTxxqRMzn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vcTxxqRMzn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTxxqRMzn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTxxqRMzn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcTxxqRMzn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTxxqRMzn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcTxxqRMzn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTxxqRMzn .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vcTxxqRMzn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcTxxqRMzn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcTxxqRMzn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcTxxqRMzn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTxxqRMzn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcTxxqRMzn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTxxqRMzn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTxxqRMzn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTxxqRMzn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTxxqRMzn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcTxxqRMzn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTxxqRMzn .dropdown-item.active,
.cid-vcTxxqRMzn .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTxxqRMzn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vcTxxqRMzn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTxxqRMzn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTxxqRMzn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTxxqRMzn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcTxxqRMzn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTxxqRMzn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-vcTxxqRMzn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcTxxqRMzn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTxxqRMzn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTxxqRMzn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTxxqRMzn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTxxqRMzn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTxxqRMzn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTxxqRMzn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTxxqRMzn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTxxqRMzn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcTxxqRMzn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTxxqRMzn .navbar {
    height: 70px;
  }
  .cid-vcTxxqRMzn .navbar.opened {
    height: auto;
  }
  .cid-vcTxxqRMzn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTxxqRMzn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vcTxxqRMzn .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-vcTxxqRMzn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcTxxqRMzn .text_widget {
  margin-bottom: 32px;
}
.cid-vcTxxqRMzn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcTxxqRMzn .text_widget a:hover,
.cid-vcTxxqRMzn .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vcTxxqRMzn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vcTxxqRMzn .contacts-wrapper {
  min-width: 200px;
}
.cid-vcTxxqRMzn .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxxqRMzn .contacts-wrapper .mbr-phone:hover,
.cid-vcTxxqRMzn .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-vcTxxqRMzn .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxxqRMzn .contacts-wrapper .mbr-email:hover,
.cid-vcTxxqRMzn .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-vcTxxqRMzn .navbar-caption {
  color: #ff8576;
}
.cid-vcTxxqRMzn .mbr-phone {
  color: #ff8576;
}
.cid-vcTxxqRMzn .mbr-email {
  color: #212529;
}
.cid-vcTxxqRMzn .mbr-section-subtitle,
.cid-vcTxxqRMzn .text_widget,
.cid-vcTxxqRMzn .mbr-section-btn {
  text-align: center;
}
.cid-vcTxxqRMzn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcTxxrErJV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTxxrErJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxxrErJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxxrErJV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTxxrErJV .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxxrErJV .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxxrErJV .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-vcTxxrErJV .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vcTxxrErJV .google-map {
    margin-left: 0;
  }
}
.cid-vcTxxrErJV .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcTxxrErJV .google-map iframe {
    height: 350px;
  }
}
.cid-vcTxxrErJV .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vcTxxrErJV .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTxxrErJV .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vcTxxrErJV .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vcTxxrErJV .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vcTxxrErJV .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vcTxxrErJV .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxxrErJV .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vcTxxrErJV .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-vcTxxrErJV .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-vcTxxrErJV .card {
  justify-content: center;
}
.cid-vcTxxrErJV .mbr-section-title {
  color: #212529;
}
.cid-vcTxxrErJV .mbr-desc {
  color: #51565c;
}
.cid-vcTxxrErJV .mbr-address {
  color: #212529;
}
.cid-vcTxxrErJV .list {
  color: #212529;
}
.cid-vcTxxspLwW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxxspLwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxxspLwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxxspLwW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vcTxxspLwW .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxxspLwW .items-wrapper {
  margin: 0 -10px;
}
.cid-vcTxxspLwW .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTxxspLwW .item {
    margin-bottom: 16px;
  }
}
.cid-vcTxxspLwW .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vcTxxspLwW .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-vcTxxspLwW .item:hover .item-wrapper .item-content .item-img,
.cid-vcTxxspLwW .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-vcTxxspLwW .item:nth-child(2n) .item-wrapper {
  background-color: #ffe2d4;
}
.cid-vcTxxspLwW .item:nth-child(3n) .item-wrapper {
  background-color: #ff8576;
}
.cid-vcTxxspLwW .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-vcTxxspLwW .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-vcTxxspLwW .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffb849;
}
@media (max-width: 992px) {
  .cid-vcTxxspLwW .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTxxspLwW .item .item-wrapper .item-content {
  position: relative;
}
.cid-vcTxxspLwW .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-vcTxxspLwW .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-vcTxxspLwW .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcTxxspLwW .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vcTxxspLwW .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-vcTxxspLwW .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcTxxspLwW .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-vcTxxspLwW .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-vcTxxspLwW .mbr-section-title {
  color: #212529;
}
.cid-vcTxxspLwW .panel-title-edit {
  color: #212529;
}
.cid-vcTxxspLwW .panel-text {
  color: #51565c;
}
.cid-vcTxxtq6tM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxxtq6tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxxtq6tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxxtq6tM .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxxtq6tM .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vcTxxtq6tM .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vcTxxtq6tM .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vcTxxtq6tM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vcTxxtq6tM .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxxtq6tM .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTxxtq6tM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTxxtq6tM .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vcTxxtq6tM .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vcTxxtq6tM .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcTxxtq6tM .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vcTxxtq6tM .mbr-section-title {
  color: #212529;
}
.cid-vcTxxtq6tM .mbr-desc {
  color: #212529;
}
.cid-vcTxxtUsmn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-vcTxxtUsmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxxtUsmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxxtUsmn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vcTxxtUsmn .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vcTxxtUsmn .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxxtUsmn .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcTxxtUsmn .item {
    margin-bottom: 16px;
  }
}
.cid-vcTxxtUsmn .item:last-child {
  margin-bottom: 0;
}
.cid-vcTxxtUsmn .item:hover .item-wrapper .item-img img,
.cid-vcTxxtUsmn .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vcTxxtUsmn .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxxtUsmn .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-vcTxxtUsmn .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vcTxxtUsmn .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-vcTxxtUsmn .item .item-wrapper .item-content .item-title_1,
.cid-vcTxxtUsmn .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-vcTxxtUsmn .item .item-wrapper .item-content .item-text_1,
.cid-vcTxxtUsmn .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-vcTxxtUsmn .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcTxxtUsmn .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcTxxtUsmn .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vcTxxtUsmn .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vcTxxtUsmn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vcTxxtUsmn .item .card_1 {
  background-color: #ffeed4;
}
.cid-vcTxxtUsmn .item .card_2 {
  background-color: #d2f2f5;
}
.cid-vcTxxtUsmn .mbr-section-title {
  color: #212529;
}
.cid-vcTxxtUsmn .item-title_1 {
  color: #f5a11b;
}
.cid-vcTxxtUsmn .item-title_2 {
  color: #ff543d;
}
.cid-vcTxxtUsmn .item-text_1 {
  color: #f5a11b;
}
.cid-vcTxxtUsmn .item-text_2 {
  color: #ff543d;
}
.cid-vcTxxuL7oG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-vcTxxuL7oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxxuL7oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxxuL7oG .cont-wrap {
  justify-content: center;
}
.cid-vcTxxuL7oG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vcTxxuL7oG .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-vcTxxuL7oG .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vcTxxuL7oG .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vcTxxuL7oG .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vcTxxuL7oG .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vcTxxuL7oG .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-vcTxxuL7oG .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcTxxuL7oG .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vcTxxuL7oG .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-vcTxxuL7oG .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxxuL7oG .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-vcTxxuL7oG .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTxxuL7oG .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTxxuL7oG .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTxxuL7oG .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTxxuL7oG .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTxxuL7oG .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcTxxuL7oG .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-vcTxxuL7oG .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcTxxuL7oG .mbr-section-title {
  color: #212529;
}
.cid-vcTxxuL7oG .mbr-section-subtitle {
  color: #51565c;
}
.cid-vcTxxuL7oG .mbr-text {
  color: #51565c;
}
.cid-vcTxxuL7oG .list {
  color: #212529;
}
.cid-vcTxxvqBRR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-vcTxxvqBRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTxxvqBRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTxxvqBRR .content-wrap {
  justify-content: center;
}
.cid-vcTxxvqBRR .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcTxxvqBRR .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vcTxxvqBRR .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vcTxxvqBRR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxxvqBRR .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vcTxxvqBRR .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcTxxvqBRR .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vcTxxvqBRR .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcTxxvqBRR .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcTxxvqBRR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcTxxvqBRR .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vcTxxvqBRR .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vcTxxvqBRR .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcTxxvqBRR .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vcTxxvqBRR .mbr-section-title {
  color: #ff8576;
}
.cid-vcTxxvqBRR .mbr-copy {
  color: #51565c;
}
.cid-vcTxxvqBRR .mbr-copy,
.cid-vcTxxvqBRR .copy-wrapper {
  text-align: right;
}
.cid-veRKbSlPtZ {
  background-color: transparent;
}
.cid-veRKbSlPtZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-veRKbSlPtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-veRKbSlPtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veRKbSlPtZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veRKbSlPtZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veRKbSlPtZ .menu_box .navbar.opened,
  .cid-veRKbSlPtZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veRKbSlPtZ .navbar-dropdown {
  position: relative !important;
}
.cid-veRKbSlPtZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veRKbSlPtZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-veRKbSlPtZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veRKbSlPtZ .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-veRKbSlPtZ .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-veRKbSlPtZ .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-veRKbSlPtZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veRKbSlPtZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-veRKbSlPtZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-veRKbSlPtZ .nav-item {
    margin: 0 !important;
  }
}
.cid-veRKbSlPtZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-veRKbSlPtZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-veRKbSlPtZ .nav-item .nav-link:hover,
.cid-veRKbSlPtZ .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-veRKbSlPtZ .nav-item .nav-link:hover::before,
.cid-veRKbSlPtZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veRKbSlPtZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veRKbSlPtZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veRKbSlPtZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veRKbSlPtZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veRKbSlPtZ .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veRKbSlPtZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veRKbSlPtZ .offcanvas_box {
    display: none;
  }
}
.cid-veRKbSlPtZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veRKbSlPtZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veRKbSlPtZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veRKbSlPtZ .container {
  display: flex;
  margin: auto;
}
.cid-veRKbSlPtZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veRKbSlPtZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veRKbSlPtZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-veRKbSlPtZ .navbar-nav {
    margin: 0;
  }
}
.cid-veRKbSlPtZ .dropdown-menu,
.cid-veRKbSlPtZ .navbar.opened {
  background-color: false !important;
}
.cid-veRKbSlPtZ .nav-item:focus,
.cid-veRKbSlPtZ .nav-link:focus {
  outline: none;
}
.cid-veRKbSlPtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRKbSlPtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRKbSlPtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRKbSlPtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRKbSlPtZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRKbSlPtZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRKbSlPtZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veRKbSlPtZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veRKbSlPtZ .navbar.opened {
  transition: all 0.3s;
}
.cid-veRKbSlPtZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veRKbSlPtZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veRKbSlPtZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veRKbSlPtZ .navbar.collapsed {
  justify-content: center;
}
.cid-veRKbSlPtZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRKbSlPtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veRKbSlPtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRKbSlPtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRKbSlPtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRKbSlPtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veRKbSlPtZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veRKbSlPtZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veRKbSlPtZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veRKbSlPtZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRKbSlPtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRKbSlPtZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veRKbSlPtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRKbSlPtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veRKbSlPtZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veRKbSlPtZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-veRKbSlPtZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veRKbSlPtZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veRKbSlPtZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veRKbSlPtZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRKbSlPtZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veRKbSlPtZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-veRKbSlPtZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veRKbSlPtZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veRKbSlPtZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veRKbSlPtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veRKbSlPtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRKbSlPtZ .dropdown-item.active,
.cid-veRKbSlPtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-veRKbSlPtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-veRKbSlPtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRKbSlPtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRKbSlPtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veRKbSlPtZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veRKbSlPtZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veRKbSlPtZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-veRKbSlPtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veRKbSlPtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veRKbSlPtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRKbSlPtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRKbSlPtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veRKbSlPtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRKbSlPtZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRKbSlPtZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRKbSlPtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRKbSlPtZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veRKbSlPtZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veRKbSlPtZ .navbar {
    height: 70px;
  }
  .cid-veRKbSlPtZ .navbar.opened {
    height: auto;
  }
  .cid-veRKbSlPtZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRKbSlPtZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veRKbSlPtZ .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-veRKbSlPtZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veRKbSlPtZ .text_widget {
  margin-bottom: 32px;
}
.cid-veRKbSlPtZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veRKbSlPtZ .text_widget a:hover,
.cid-veRKbSlPtZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veRKbSlPtZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-veRKbSlPtZ .contacts-wrapper {
  min-width: 200px;
}
.cid-veRKbSlPtZ .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veRKbSlPtZ .contacts-wrapper .mbr-phone:hover,
.cid-veRKbSlPtZ .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-veRKbSlPtZ .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veRKbSlPtZ .contacts-wrapper .mbr-email:hover,
.cid-veRKbSlPtZ .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-veRKbSlPtZ .navbar-caption {
  color: #ff8576;
}
.cid-veRKbSlPtZ .mbr-phone {
  color: #ff8576;
}
.cid-veRKbSlPtZ .mbr-email {
  color: #212529;
}
.cid-veRKbSlPtZ .mbr-section-subtitle,
.cid-veRKbSlPtZ .text_widget,
.cid-veRKbSlPtZ .mbr-section-btn {
  text-align: center;
}
.cid-veRKbSlPtZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veRKbSH6bs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veRKbSH6bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRKbSH6bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRKbSH6bs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-veRKbSH6bs .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-veRKbSH6bs .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-veRKbSH6bs .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-veRKbSH6bs .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-veRKbSH6bs .google-map {
    margin-left: 0;
  }
}
.cid-veRKbSH6bs .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veRKbSH6bs .google-map iframe {
    height: 350px;
  }
}
.cid-veRKbSH6bs .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-veRKbSH6bs .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-veRKbSH6bs .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-veRKbSH6bs .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-veRKbSH6bs .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-veRKbSH6bs .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-veRKbSH6bs .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-veRKbSH6bs .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-veRKbSH6bs .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-veRKbSH6bs .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-veRKbSH6bs .card {
  justify-content: center;
}
.cid-veRKbSH6bs .mbr-section-title {
  color: #212529;
}
.cid-veRKbSH6bs .mbr-desc {
  color: #51565c;
}
.cid-veRKbSH6bs .mbr-address {
  color: #212529;
}
.cid-veRKbSH6bs .list {
  color: #212529;
}
.cid-veRKbUqVTm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-veRKbUqVTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRKbUqVTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRKbUqVTm .content-wrap {
  justify-content: center;
}
.cid-veRKbUqVTm .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-veRKbUqVTm .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-veRKbUqVTm .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-veRKbUqVTm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veRKbUqVTm .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-veRKbUqVTm .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veRKbUqVTm .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-veRKbUqVTm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veRKbUqVTm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-veRKbUqVTm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-veRKbUqVTm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-veRKbUqVTm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-veRKbUqVTm .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veRKbUqVTm .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-veRKbUqVTm .mbr-section-title {
  color: #ff8576;
}
.cid-veRKbUqVTm .mbr-copy {
  color: #51565c;
}
.cid-veRKbUqVTm .mbr-copy,
.cid-veRKbUqVTm .copy-wrapper {
  text-align: right;
}
.cid-veRKJ5LmBr {
  background-color: transparent;
}
.cid-veRKJ5LmBr .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-veRKJ5LmBr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-veRKJ5LmBr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veRKJ5LmBr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veRKJ5LmBr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veRKJ5LmBr .menu_box .navbar.opened,
  .cid-veRKJ5LmBr .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veRKJ5LmBr .navbar-dropdown {
  position: relative !important;
}
.cid-veRKJ5LmBr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veRKJ5LmBr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-veRKJ5LmBr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veRKJ5LmBr .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-veRKJ5LmBr .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-veRKJ5LmBr .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-veRKJ5LmBr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veRKJ5LmBr .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-veRKJ5LmBr .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-veRKJ5LmBr .nav-item {
    margin: 0 !important;
  }
}
.cid-veRKJ5LmBr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-veRKJ5LmBr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ff543d;
  transition: all 0.3s ease-in-out;
}
.cid-veRKJ5LmBr .nav-item .nav-link:hover,
.cid-veRKJ5LmBr .nav-item .nav-link:focus {
  color: #ff543d !important;
}
.cid-veRKJ5LmBr .nav-item .nav-link:hover::before,
.cid-veRKJ5LmBr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-veRKJ5LmBr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veRKJ5LmBr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veRKJ5LmBr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veRKJ5LmBr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veRKJ5LmBr .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);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veRKJ5LmBr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veRKJ5LmBr .offcanvas_box {
    display: none;
  }
}
.cid-veRKJ5LmBr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veRKJ5LmBr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veRKJ5LmBr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veRKJ5LmBr .container {
  display: flex;
  margin: auto;
}
.cid-veRKJ5LmBr .iconfont-wrapper {
  color: #ffffff;
  background-color: #ff8576;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veRKJ5LmBr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veRKJ5LmBr .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-veRKJ5LmBr .navbar-nav {
    margin: 0;
  }
}
.cid-veRKJ5LmBr .dropdown-menu,
.cid-veRKJ5LmBr .navbar.opened {
  background-color: false !important;
}
.cid-veRKJ5LmBr .nav-item:focus,
.cid-veRKJ5LmBr .nav-link:focus {
  outline: none;
}
.cid-veRKJ5LmBr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRKJ5LmBr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRKJ5LmBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRKJ5LmBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRKJ5LmBr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRKJ5LmBr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRKJ5LmBr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veRKJ5LmBr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veRKJ5LmBr .navbar.opened {
  transition: all 0.3s;
}
.cid-veRKJ5LmBr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veRKJ5LmBr .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veRKJ5LmBr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veRKJ5LmBr .navbar.collapsed {
  justify-content: center;
}
.cid-veRKJ5LmBr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRKJ5LmBr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veRKJ5LmBr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRKJ5LmBr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRKJ5LmBr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRKJ5LmBr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veRKJ5LmBr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veRKJ5LmBr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veRKJ5LmBr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veRKJ5LmBr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRKJ5LmBr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRKJ5LmBr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veRKJ5LmBr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRKJ5LmBr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veRKJ5LmBr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veRKJ5LmBr .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-veRKJ5LmBr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veRKJ5LmBr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veRKJ5LmBr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veRKJ5LmBr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRKJ5LmBr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veRKJ5LmBr .navbar.navbar-short {
  min-height: 60px;
}
.cid-veRKJ5LmBr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veRKJ5LmBr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veRKJ5LmBr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veRKJ5LmBr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veRKJ5LmBr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRKJ5LmBr .dropdown-item.active,
.cid-veRKJ5LmBr .dropdown-item:active {
  background-color: transparent;
}
.cid-veRKJ5LmBr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-veRKJ5LmBr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRKJ5LmBr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRKJ5LmBr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veRKJ5LmBr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veRKJ5LmBr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veRKJ5LmBr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff8576;
}
.cid-veRKJ5LmBr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veRKJ5LmBr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veRKJ5LmBr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRKJ5LmBr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veRKJ5LmBr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veRKJ5LmBr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRKJ5LmBr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRKJ5LmBr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRKJ5LmBr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRKJ5LmBr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veRKJ5LmBr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veRKJ5LmBr .navbar {
    height: 70px;
  }
  .cid-veRKJ5LmBr .navbar.opened {
    height: auto;
  }
  .cid-veRKJ5LmBr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRKJ5LmBr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veRKJ5LmBr .navbar-caption:hover {
  color: #ff543d;
}
@media (min-width: 992px) {
  .cid-veRKJ5LmBr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veRKJ5LmBr .text_widget {
  margin-bottom: 32px;
}
.cid-veRKJ5LmBr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veRKJ5LmBr .text_widget a:hover,
.cid-veRKJ5LmBr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veRKJ5LmBr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-veRKJ5LmBr .contacts-wrapper {
  min-width: 200px;
}
.cid-veRKJ5LmBr .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veRKJ5LmBr .contacts-wrapper .mbr-phone:hover,
.cid-veRKJ5LmBr .contacts-wrapper .mbr-phone:focus {
  color: #ff543d;
}
.cid-veRKJ5LmBr .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veRKJ5LmBr .contacts-wrapper .mbr-email:hover,
.cid-veRKJ5LmBr .contacts-wrapper .mbr-email:focus {
  color: #ff543d;
}
.cid-veRKJ5LmBr .navbar-caption {
  color: #ff8576;
}
.cid-veRKJ5LmBr .mbr-phone {
  color: #ff8576;
}
.cid-veRKJ5LmBr .mbr-email {
  color: #212529;
}
.cid-veRKJ5LmBr .mbr-section-subtitle,
.cid-veRKJ5LmBr .text_widget,
.cid-veRKJ5LmBr .mbr-section-btn {
  text-align: center;
}
.cid-veRKJ5LmBr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veRKJ67vR8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veRKJ67vR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRKJ67vR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRKJ67vR8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-veRKJ67vR8 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-veRKJ67vR8 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-veRKJ67vR8 .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-veRKJ67vR8 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-veRKJ67vR8 .google-map {
    margin-left: 0;
  }
}
.cid-veRKJ67vR8 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veRKJ67vR8 .google-map iframe {
    height: 350px;
  }
}
.cid-veRKJ67vR8 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-veRKJ67vR8 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-veRKJ67vR8 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-veRKJ67vR8 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-veRKJ67vR8 .card {
  justify-content: center;
}
.cid-veRKJ67vR8 .mbr-section-title {
  color: #212529;
}
.cid-veRKJ67vR8 .mbr-desc {
  color: #51565c;
}
.cid-veRKJ67vR8 .mbr-address {
  color: #212529;
}
.cid-veRKJ67vR8 .list {
  color: #212529;
}
.cid-veRKJ6s9yg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe2d4;
}
.cid-veRKJ6s9yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRKJ6s9yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRKJ6s9yg .cont-wrap {
  justify-content: center;
}
.cid-veRKJ6s9yg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-veRKJ6s9yg .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-veRKJ6s9yg .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-veRKJ6s9yg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-veRKJ6s9yg .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-veRKJ6s9yg .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-veRKJ6s9yg .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-veRKJ6s9yg .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-veRKJ6s9yg .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-veRKJ6s9yg .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ff543d;
}
.cid-veRKJ6s9yg .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #ff543d;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veRKJ6s9yg .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-veRKJ6s9yg .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veRKJ6s9yg .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-veRKJ6s9yg .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-veRKJ6s9yg .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-veRKJ6s9yg .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-veRKJ6s9yg .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veRKJ6s9yg .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #51565c;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #51565c;
  border-color: #51565c;
  border-radius: 0;
}
.cid-veRKJ6s9yg .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-veRKJ6s9yg .mbr-section-title {
  color: #212529;
}
.cid-veRKJ6s9yg .mbr-section-subtitle {
  color: #51565c;
}
.cid-veRKJ6s9yg .mbr-text {
  color: #51565c;
}
.cid-veRKJ6s9yg .list {
  color: #212529;
}
.cid-veRKJ6PdOG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d2f2f5;
}
.cid-veRKJ6PdOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRKJ6PdOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRKJ6PdOG .content-wrap {
  justify-content: center;
}
.cid-veRKJ6PdOG .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-veRKJ6PdOG .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-veRKJ6PdOG .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-veRKJ6PdOG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veRKJ6PdOG .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-veRKJ6PdOG .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veRKJ6PdOG .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-veRKJ6PdOG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veRKJ6PdOG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-veRKJ6PdOG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-veRKJ6PdOG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-veRKJ6PdOG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-veRKJ6PdOG .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veRKJ6PdOG .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-veRKJ6PdOG .mbr-section-title {
  color: #ff8576;
}
.cid-veRKJ6PdOG .mbr-copy {
  color: #51565c;
}
.cid-veRKJ6PdOG .mbr-copy,
.cid-veRKJ6PdOG .copy-wrapper {
  text-align: right;
}
