body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Arima', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Arima', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Capriola', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Capriola', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Capriola', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0b9a45 !important;
}
.bg-success {
  background-color: #2299aa !important;
}
.bg-info {
  background-color: #aa1455 !important;
}
.bg-warning {
  background-color: #eaabd6 !important;
}
.bg-danger {
  background-color: #256652 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0b9a45 !important;
  border-color: #0b9a45 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #054921 !important;
  border-color: #054921 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #054921 !important;
  border-color: #054921 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #58595b !important;
  border-color: #58595b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d2e2f !important;
  border-color: #2d2e2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d2e2f !important;
  border-color: #2d2e2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #aa1455 !important;
  border-color: #aa1455 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5c0b2e !important;
  border-color: #5c0b2e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5c0b2e !important;
  border-color: #5c0b2e !important;
}
.btn-success,
.btn-success:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eaabd6 !important;
  border-color: #eaabd6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d966b4 !important;
  border-color: #d966b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d966b4 !important;
  border-color: #d966b4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #256652 !important;
  border-color: #256652 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e261f !important;
  border-color: #0e261f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e261f !important;
  border-color: #0e261f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0b9a45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #054921 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b9a45 !important;
  border-color: #0b9a45 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #58595b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d2e2f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #58595b !important;
  border-color: #58595b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aa1455;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5c0b2e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #aa1455 !important;
  border-color: #aa1455 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eaabd6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d966b4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eaabd6 !important;
  border-color: #eaabd6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #256652;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0e261f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #256652 !important;
  border-color: #256652 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #0b9a45 !important;
}
.text-secondary {
  color: #58595b !important;
}
.text-success {
  color: #2299aa !important;
}
.text-info {
  color: #aa1455 !important;
}
.text-warning {
  color: #eaabd6 !important;
}
.text-danger {
  color: #256652 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #043b1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #262627 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4f0927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d659ae !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0a1b16 !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: #0b9a45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #aa1455;
}
.alert-warning {
  background-color: #eaabd6;
}
.alert-danger {
  background-color: #256652;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0b9a45;
  border-color: #0b9a45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0b9a45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #34f180;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eb5395;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4cbe9b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Capriola', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #0b9a45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Capriola', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0b9a45;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0b9a45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0b9a45;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0b9a45;
  border-bottom-color: #0b9a45;
}
.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: #0b9a45 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #58595b !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='%230b9a45' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vcPl0oVraT {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-vcPl0oVraT .nav-item,
.cid-vcPl0oVraT .nav-link,
.cid-vcPl0oVraT .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcPl0oVraT .nav-item:hover,
.cid-vcPl0oVraT .nav-link:hover,
.cid-vcPl0oVraT .navbar-caption:hover {
  color: #256652 !important;
}
.cid-vcPl0oVraT .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vcPl0oVraT .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vcPl0oVraT .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vcPl0oVraT .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcPl0oVraT .container-fluid,
.cid-vcPl0oVraT .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vcPl0oVraT .navbar-brand {
  padding: 0;
}
.cid-vcPl0oVraT .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vcPl0oVraT .nav-link:hover:before {
  width: 100%;
}
.cid-vcPl0oVraT .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vcPl0oVraT .nav-link {
    margin: 0 !important;
  }
}
.cid-vcPl0oVraT .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcPl0oVraT .widget p,
.cid-vcPl0oVraT .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vcPl0oVraT .widget p a,
.cid-vcPl0oVraT .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vcPl0oVraT .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(37, 102, 82, 0.8);
  font-size: 17px;
  color: rgba(37, 102, 82, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vcPl0oVraT .icons__wrap:hover {
  color: #ffffff;
  background-color: #256652;
  border-color: #256652;
}
.cid-vcPl0oVraT .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vcPl0oVraT .block__phone,
  .cid-vcPl0oVraT .icons-menu {
    display: none;
  }
  .cid-vcPl0oVraT .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vcPl0oVraT .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #256652 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vcPl0oVraT .mbr-section-btn .btn-secondary:hover {
  background-color: #256652 !important;
  color: #ffffff !important;
}
.cid-vcPl0oVraT .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vcPl0oVraT .navbar > .container,
.cid-vcPl0oVraT .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vcPl0oVraT .btn {
    white-space: nowrap;
  }
  .cid-vcPl0oVraT .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vcPl0oVraT .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vcPl0oVraT .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vcPl0oVraT .dropdown-toggle::after,
  .cid-vcPl0oVraT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vcPl0oVraT .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vcPl0oVraT .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vcPl0oVraT .dropdown-menu .dropdown-item:hover {
  color: #256652 !important;
}
.cid-vcPl0oVraT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vcPl0oVraT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vcPl0oVraT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vcPl0oVraT .nav-item:focus,
.cid-vcPl0oVraT .nav-link:focus {
  outline: none;
}
.cid-vcPl0oVraT .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vcPl0oVraT .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vcPl0oVraT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vcPl0oVraT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcPl0oVraT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vcPl0oVraT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcPl0oVraT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vcPl0oVraT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcPl0oVraT .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-vcPl0oVraT .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-vcPl0oVraT .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vcPl0oVraT .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vcPl0oVraT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcPl0oVraT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcPl0oVraT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-vcPl0oVraT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcPl0oVraT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcPl0oVraT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcPl0oVraT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcPl0oVraT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcPl0oVraT .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-vcPl0oVraT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcPl0oVraT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcPl0oVraT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vcPl0oVraT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-vcPl0oVraT .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vcPl0oVraT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcPl0oVraT .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vcPl0oVraT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vcPl0oVraT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcPl0oVraT .dropdown-item.active,
.cid-vcPl0oVraT .dropdown-item:active {
  background-color: transparent;
}
.cid-vcPl0oVraT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcPl0oVraT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vcPl0oVraT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcPl0oVraT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #256652;
}
.cid-vcPl0oVraT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcPl0oVraT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcPl0oVraT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcPl0oVraT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcPl0oVraT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcPl0oVraT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcPl0oVraT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcPl0oVraT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcPl0oVraT .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vcPl0oVraT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vcPl0oVraT a.nav-link:hover {
  color: #256652 !important;
}
@media (max-width: 991px) {
  .cid-vcPl0oVraT .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vcPl0oVraT .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ffffff;
  }
  .cid-vcPl0oVraT .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vcPl0oVraT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vcPl0oVraT .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vcPl0oVraT .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vcPl0oVraT .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vcPl0oVraT .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vcPl0oVraT .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vcPl0oVraT .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vcPl0oVraT a.nav-link {
    justify-content: flex-start;
  }
  .cid-vcPl0oVraT ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vcPl0oVraT .navbar-brand {
    padding: 0;
  }
  .cid-vcPl0oVraT .block__phone,
  .cid-vcPl0oVraT .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vcPl0oVraT .widget {
    flex-direction: column;
  }
  .cid-vcPl0oVraT .widget p,
  .cid-vcPl0oVraT .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vcPl0oVraT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcPl0oVraT .navbar {
    height: 97px;
  }
  .cid-vcPl0oVraT .navbar.opened {
    height: auto;
  }
  .cid-vcPl0oVraT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcPjPck4bA {
  overflow: hidden;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vcPjPck4bA .container,
.cid-vcPjPck4bA .container-fluid {
  z-index: 10;
}
.cid-vcPjPck4bA .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-vcPjPck4bA .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-vcPjPck4bA .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-vcPjPck4bA .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-vcPjPck4bA .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-vcPjPck4bA .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(34, 153, 170, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-vcPjPck4bA .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-vcPjPck4bA .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-vcPjPck4bA .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(37, 102, 82, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-vcPjPck4bA .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-vcPjPck4bA .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-vcPjPck4bA .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(170, 20, 85, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-vcPjPck4bA .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-vcPjPck4bA .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-vcPjPck4bA .container {
  pointer-events: none;
}
.cid-vcPjPck4bA .subtitle__block,
.cid-vcPjPck4bA .title__block,
.cid-vcPjPck4bA .buttons__block {
  pointer-events: all;
}
.cid-vcPjPck4bA .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #aa1455;
  text-align: justify;
}
.cid-vcPjPck4bA .mbr-section-title {
  margin-bottom: 45px;
  color: #256652;
  font-weight: 300;
}
.cid-vcPjPck4bA .mbr-section-title b,
.cid-vcPjPck4bA .mbr-section-title strong {
  font-weight: 900;
}
.cid-vcPjPck4bA .mbr-text {
  margin-bottom: 45px;
}
.cid-vcPjPck4bA .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcPjPck4bA .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-vcPjPck4bA .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #aa1455 0%, rgba(170, 20, 85, 0.85) 100%) !important;
}
.cid-vcPjPck4bA .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-vcPjPck4bA .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-vcPjPck4bA .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-vcPjPck4bA .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-vcPjPck4bA .mbr-figure:hover {
  color: #aa1455;
  cursor: pointer;
}
.cid-vcPjPck4bA .mbr-figure:hover .mbr-media {
  border-color: #aa1455;
  color: #aa1455;
}
@media (max-width: 575px) {
  .cid-vcPjPck4bA .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-vcPjPck4bA .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-vcPjPck4bA .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-vcPjPck4bA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-vcPjPck4bA .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-vcPjPck4bA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vcPjPck4bA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vcPjPck4bA .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-vcPjPck4bA a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-vcPjPck4bA a.close:hover {
  color: #ffffff;
}
.cid-vcPjPck4bA .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #aa1455;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-vcPjPck4bA .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #2299aa;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-vcPjPck4bA .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #eaabd6;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-vcPjPck4bA .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #0b9a45;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vcPjPck4bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPjPck4bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPjPck4bA .mbr-text,
.cid-vcPjPck4bA .buttons__block {
  color: #aa1455;
}
.cid-vdpfy0rmth {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdpfy0rmth .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdpfy0rmth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdpfy0rmth .mbr-section-title {
  color: #256652;
}
.cid-vdpfy0rmth .mbr-section-subtitle {
  color: #58595b;
}
.cid-vcPLM4kRHZ {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slider-tlo-1920x630.png");
}
.cid-vcPLM4kRHZ .container,
.cid-vcPLM4kRHZ .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vcPLM4kRHZ .title__block,
.cid-vcPLM4kRHZ .card__block {
  pointer-events: all;
}
.cid-vcPLM4kRHZ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-vcPLM4kRHZ .mbr-section-title {
  color: #256652;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-vcPLM4kRHZ .mbr-section-title b,
.cid-vcPLM4kRHZ .mbr-section-title strong {
  font-weight: 500;
}
.cid-vcPLM4kRHZ .card__block_btn span {
  font-size: 2rem;
}
.cid-vcPLM4kRHZ .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-vcPLM4kRHZ .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-vcPLM4kRHZ .column2 {
    margin-top: 100px;
  }
}
.cid-vcPLM4kRHZ .card__block {
  margin: 40px 0;
  background: #ddfff3;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-vcPLM4kRHZ .card__block:last-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-vcPLM4kRHZ .card__block {
    margin-bottom: 0;
  }
  .cid-vcPLM4kRHZ .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-vcPLM4kRHZ .icon__block {
  position: relative;
  font-size: 60px;
  color: #eaabd6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-vcPLM4kRHZ .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-vcPLM4kRHZ .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-vcPLM4kRHZ .card__button {
  font-size: 30px;
}
.cid-vcPLM4kRHZ .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-vcPLM4kRHZ .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-vcPLM4kRHZ .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vcPLM4kRHZ .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 30s infinite linear;
}
.cid-vcPLM4kRHZ .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 30s infinite linear;
}
.cid-vcPLM4kRHZ .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 25s infinite linear;
}
.cid-vcPLM4kRHZ .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vcPLM4kRHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPLM4kRHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPLM4kRHZ .mbr-text,
.cid-vcPLM4kRHZ .mbr-section-btn {
  color: #aa1455;
}
.cid-vcPLM4kRHZ .card__title,
.cid-vcPLM4kRHZ .icon__block {
  color: #aa1455;
}
.cid-vcPLM4kRHZ .card__text,
.cid-vcPLM4kRHZ .card__block_btn {
  color: #256652;
}
.cid-vcU7A6lhbl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcU7A6lhbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcU7A6lhbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcU7A6lhbl .mbr-section-title {
  color: #256652;
}
.cid-vcU7A6lhbl .mbr-section-subtitle {
  color: #58595b;
}
.cid-vdEFzTIWJz {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vdEFzTIWJz .container,
.cid-vdEFzTIWJz .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-vdEFzTIWJz .mbr-section-subtitle,
.cid-vdEFzTIWJz .mbr-section-title,
.cid-vdEFzTIWJz .mbr-subtext,
.cid-vdEFzTIWJz .mbr-text,
.cid-vdEFzTIWJz .mbr-section-btn,
.cid-vdEFzTIWJz .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-vdEFzTIWJz .title__block {
    padding-top: 70px;
  }
}
.cid-vdEFzTIWJz .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-vdEFzTIWJz .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-vdEFzTIWJz .mbr-section-title b,
.cid-vdEFzTIWJz .mbr-section-title strong {
  font-weight: 500;
}
.cid-vdEFzTIWJz .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-vdEFzTIWJz .mbr-section-btn {
  margin-top: 60px;
}
.cid-vdEFzTIWJz .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-vdEFzTIWJz .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-vdEFzTIWJz .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vdEFzTIWJz .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-vdEFzTIWJz .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdEFzTIWJz .wrap__image {
    text-align: right;
  }
  .cid-vdEFzTIWJz .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-vdEFzTIWJz .wrap__image {
    text-align: center !important;
  }
}
.cid-vdEFzTIWJz .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-vdEFzTIWJz .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vdEFzTIWJz .image__block2 {
    display: none;
  }
}
.cid-vdEFzTIWJz .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(234, 171, 214, 0.1);
}
@media (max-width: 1199px) {
  .cid-vdEFzTIWJz .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-vdEFzTIWJz .image__background .circle__image1 {
    display: none;
  }
}
.cid-vdEFzTIWJz .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(37, 102, 82, 0.23);
}
@media (max-width: 1199px) {
  .cid-vdEFzTIWJz .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-vdEFzTIWJz .image__background .circle__image2 {
    display: none;
  }
}
.cid-vdEFzTIWJz .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-vdEFzTIWJz .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-vdEFzTIWJz .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-vdEFzTIWJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEFzTIWJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEFzTIWJz .mbr-text,
.cid-vdEFzTIWJz .mbr-section-btn {
  color: #256652;
}
.cid-vdpfxdycT8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdpfxdycT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdpfxdycT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdpfxdycT8 .mbr-section-title {
  color: #256652;
}
.cid-vdpfxdycT8 .mbr-section-subtitle {
  color: #58595b;
}
.cid-vcPKQiQTKe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-vcPKQiQTKe .container {
  z-index: 1;
}
.cid-vcPKQiQTKe .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-vcPKQiQTKe .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-vcPKQiQTKe .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-vcPKQiQTKe .image__card {
  position: relative;
}
.cid-vcPKQiQTKe .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-vcPKQiQTKe .card__info {
  padding: 25px 25px 30px 50px;
  background: #aa1455;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-vcPKQiQTKe .card__title {
  margin-bottom: 5px;
  color: #aa1455;
}
.cid-vcPKQiQTKe .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #aa1455;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-vcPKQiQTKe .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-vcPKQiQTKe .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #58595b;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-vcPKQiQTKe .icons__wrap:hover {
  color: #256652;
}
.cid-vcPKQiQTKe .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vcPKQiQTKe .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 32s infinite linear;
}
.cid-vcPKQiQTKe .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 29s infinite linear;
}
.cid-vcPKQiQTKe .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 27s infinite linear;
}
.cid-vcPKQiQTKe .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 22s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vcPKQiQTKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPKQiQTKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPKQiQTKe .card__text {
  color: #ffffff;
}
.cid-vcW6cS20EZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcW6cS20EZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW6cS20EZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcW6cS20EZ .mbr-section-title {
  color: #256652;
}
.cid-vcW6cS20EZ .mbr-section-subtitle {
  color: #58595b;
}
.cid-vcW4r598kI {
  padding-top: 15px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/slider-tlo-wiosna4-1920x630.jpg");
}
.cid-vcW4r598kI .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vcW4r598kI .container-table {
  margin: 0 auto;
}
.cid-vcW4r598kI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vcW4r598kI tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-vcW4r598kI .dataTables_wrapper {
  display: block;
}
.cid-vcW4r598kI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vcW4r598kI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vcW4r598kI .head-item {
  color: #aa1455;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-vcW4r598kI .body-item {
  color: #256652;
  text-align: justify;
}
.cid-vcW4r598kI .table td,
.cid-vcW4r598kI .table th {
  border: none;
}
.cid-vcW4r598kI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vcW4r598kI table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-vcW4r598kI table td {
  padding: 24px 15px 20px 15px;
}
.cid-vcW4r598kI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vcW4r598kI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vcW4r598kI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vcW4r598kI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vcW4r598kI .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vcW4r598kI .dataTables_filter {
    text-align: center;
  }
  .cid-vcW4r598kI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vcW4r598kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW4r598kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd65s07br3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd65s07br3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd65s07br3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd65s07br3 .mbr-section-title {
  color: #256652;
}
.cid-vd65s07br3 .mbr-section-subtitle {
  color: #58595b;
}
.cid-vd62kOgYcN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vd62kOgYcN .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vd62kOgYcN .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-vd62kOgYcN .brand__text {
  padding: 12px 0 25px;
}
.cid-vd62kOgYcN .brand__email {
  margin-bottom: 15px;
}
.cid-vd62kOgYcN .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-vd62kOgYcN .footer__title {
  padding: 12px 0 25px;
  color: #aa1455;
}
.cid-vd62kOgYcN .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #256652;
}
.cid-vd62kOgYcN .footer__items a:hover {
  color: #256652 !important;
}
.cid-vd62kOgYcN .social {
  margin-top: 30px;
}
.cid-vd62kOgYcN .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #256652;
  border-radius: 50%;
  margin-right: 10px;
  color: #256652;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vd62kOgYcN .social .social__items:hover {
  background-color: #256652;
  border-color: #256652;
}
.cid-vd62kOgYcN .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-vd62kOgYcN .social .social__items:last-child {
  margin-right: 0;
}
.cid-vd62kOgYcN .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-vd62kOgYcN .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-vd62kOgYcN .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-vd62kOgYcN .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #5eeebb;
}
.cid-vd62kOgYcN .footer__bot_items a:hover {
  color: #256652 !important;
}
.cid-vd62kOgYcN .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-vd62kOgYcN .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vd62kOgYcN .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #256652;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-vd62kOgYcN .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vd62kOgYcN .divider {
    margin-top: 30px;
  }
  .cid-vd62kOgYcN .footer__bottom {
    padding: 30px 0;
  }
  .cid-vd62kOgYcN .align-right,
  .cid-vd62kOgYcN .privacy {
    text-align: center;
  }
  .cid-vd62kOgYcN .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-vd62kOgYcN .footer__adress {
  color: #256652;
}
.cid-vd62kOgYcN .privacy {
  color: #eaabd6;
}
.cid-vd5N7fTMyy {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-vd5N7fTMyy .nav-item,
.cid-vd5N7fTMyy .nav-link,
.cid-vd5N7fTMyy .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd5N7fTMyy .nav-item:hover,
.cid-vd5N7fTMyy .nav-link:hover,
.cid-vd5N7fTMyy .navbar-caption:hover {
  color: #256652 !important;
}
.cid-vd5N7fTMyy .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vd5N7fTMyy .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vd5N7fTMyy .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vd5N7fTMyy .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vd5N7fTMyy .container-fluid,
.cid-vd5N7fTMyy .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vd5N7fTMyy .navbar-brand {
  padding: 0;
}
.cid-vd5N7fTMyy .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vd5N7fTMyy .nav-link:hover:before {
  width: 100%;
}
.cid-vd5N7fTMyy .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vd5N7fTMyy .nav-link {
    margin: 0 !important;
  }
}
.cid-vd5N7fTMyy .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd5N7fTMyy .widget p,
.cid-vd5N7fTMyy .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vd5N7fTMyy .widget p a,
.cid-vd5N7fTMyy .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vd5N7fTMyy .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(37, 102, 82, 0.8);
  font-size: 17px;
  color: rgba(37, 102, 82, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vd5N7fTMyy .icons__wrap:hover {
  color: #ffffff;
  background-color: #256652;
  border-color: #256652;
}
.cid-vd5N7fTMyy .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vd5N7fTMyy .block__phone,
  .cid-vd5N7fTMyy .icons-menu {
    display: none;
  }
  .cid-vd5N7fTMyy .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vd5N7fTMyy .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #256652 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vd5N7fTMyy .mbr-section-btn .btn-secondary:hover {
  background-color: #256652 !important;
  color: #ffffff !important;
}
.cid-vd5N7fTMyy .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vd5N7fTMyy .navbar > .container,
.cid-vd5N7fTMyy .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vd5N7fTMyy .btn {
    white-space: nowrap;
  }
  .cid-vd5N7fTMyy .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vd5N7fTMyy .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vd5N7fTMyy .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vd5N7fTMyy .dropdown-toggle::after,
  .cid-vd5N7fTMyy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vd5N7fTMyy .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vd5N7fTMyy .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vd5N7fTMyy .dropdown-menu .dropdown-item:hover {
  color: #256652 !important;
}
.cid-vd5N7fTMyy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vd5N7fTMyy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vd5N7fTMyy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vd5N7fTMyy .nav-item:focus,
.cid-vd5N7fTMyy .nav-link:focus {
  outline: none;
}
.cid-vd5N7fTMyy .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vd5N7fTMyy .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vd5N7fTMyy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vd5N7fTMyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd5N7fTMyy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vd5N7fTMyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd5N7fTMyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vd5N7fTMyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd5N7fTMyy .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-vd5N7fTMyy .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-vd5N7fTMyy .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vd5N7fTMyy .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vd5N7fTMyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd5N7fTMyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd5N7fTMyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-vd5N7fTMyy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vd5N7fTMyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd5N7fTMyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vd5N7fTMyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd5N7fTMyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd5N7fTMyy .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-vd5N7fTMyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd5N7fTMyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vd5N7fTMyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vd5N7fTMyy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-vd5N7fTMyy .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vd5N7fTMyy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vd5N7fTMyy .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vd5N7fTMyy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vd5N7fTMyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd5N7fTMyy .dropdown-item.active,
.cid-vd5N7fTMyy .dropdown-item:active {
  background-color: transparent;
}
.cid-vd5N7fTMyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd5N7fTMyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vd5N7fTMyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd5N7fTMyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #256652;
}
.cid-vd5N7fTMyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd5N7fTMyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5N7fTMyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd5N7fTMyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd5N7fTMyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5N7fTMyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd5N7fTMyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd5N7fTMyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd5N7fTMyy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vd5N7fTMyy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vd5N7fTMyy a.nav-link:hover {
  color: #256652 !important;
}
@media (max-width: 991px) {
  .cid-vd5N7fTMyy .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vd5N7fTMyy .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ffffff;
  }
  .cid-vd5N7fTMyy .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vd5N7fTMyy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vd5N7fTMyy .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vd5N7fTMyy .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vd5N7fTMyy .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vd5N7fTMyy .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vd5N7fTMyy .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vd5N7fTMyy .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vd5N7fTMyy a.nav-link {
    justify-content: flex-start;
  }
  .cid-vd5N7fTMyy ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vd5N7fTMyy .navbar-brand {
    padding: 0;
  }
  .cid-vd5N7fTMyy .block__phone,
  .cid-vd5N7fTMyy .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vd5N7fTMyy .widget {
    flex-direction: column;
  }
  .cid-vd5N7fTMyy .widget p,
  .cid-vd5N7fTMyy .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vd5N7fTMyy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd5N7fTMyy .navbar {
    height: 97px;
  }
  .cid-vd5N7fTMyy .navbar.opened {
    height: auto;
  }
  .cid-vd5N7fTMyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd5N7i1xrM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd5N7i1xrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5N7i1xrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5N7i1xrM .mbr-section-title {
  color: #256652;
}
.cid-vd5N7i1xrM .mbr-section-subtitle {
  color: #58595b;
}
.cid-vd62kOgYcN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vd62kOgYcN .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vd62kOgYcN .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-vd62kOgYcN .brand__text {
  padding: 12px 0 25px;
}
.cid-vd62kOgYcN .brand__email {
  margin-bottom: 15px;
}
.cid-vd62kOgYcN .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-vd62kOgYcN .footer__title {
  padding: 12px 0 25px;
  color: #aa1455;
}
.cid-vd62kOgYcN .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #256652;
}
.cid-vd62kOgYcN .footer__items a:hover {
  color: #256652 !important;
}
.cid-vd62kOgYcN .social {
  margin-top: 30px;
}
.cid-vd62kOgYcN .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #256652;
  border-radius: 50%;
  margin-right: 10px;
  color: #256652;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vd62kOgYcN .social .social__items:hover {
  background-color: #256652;
  border-color: #256652;
}
.cid-vd62kOgYcN .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-vd62kOgYcN .social .social__items:last-child {
  margin-right: 0;
}
.cid-vd62kOgYcN .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-vd62kOgYcN .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-vd62kOgYcN .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-vd62kOgYcN .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #5eeebb;
}
.cid-vd62kOgYcN .footer__bot_items a:hover {
  color: #256652 !important;
}
.cid-vd62kOgYcN .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-vd62kOgYcN .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vd62kOgYcN .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #256652;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-vd62kOgYcN .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vd62kOgYcN .divider {
    margin-top: 30px;
  }
  .cid-vd62kOgYcN .footer__bottom {
    padding: 30px 0;
  }
  .cid-vd62kOgYcN .align-right,
  .cid-vd62kOgYcN .privacy {
    text-align: center;
  }
  .cid-vd62kOgYcN .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-vd62kOgYcN .footer__adress {
  color: #256652;
}
.cid-vd62kOgYcN .privacy {
  color: #eaabd6;
}
.cid-vdENqs4r90 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vdENqs4r90 .container,
.cid-vdENqs4r90 .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vdENqs4r90 .icon__wrap,
.cid-vdENqs4r90 .mbr-section-title,
.cid-vdENqs4r90 .mbr-text,
.cid-vdENqs4r90 .items__block,
.cid-vdENqs4r90 .mbr-section-btn,
.cid-vdENqs4r90 .image {
  pointer-events: all;
}
.cid-vdENqs4r90 .image {
  text-align: center;
}
.cid-vdENqs4r90 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-vdENqs4r90 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-vdENqs4r90 .mbr-text {
  margin-bottom: 40px;
}
.cid-vdENqs4r90 .items__block .item .mbr-iconfont {
  color: #eaabd6;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vdENqs4r90 .mbr-section-btn {
  margin-top: 55px;
}
.cid-vdENqs4r90 .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-vdENqs4r90 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-vdENqs4r90 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vdENqs4r90 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 30s infinite linear;
}
.cid-vdENqs4r90 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 30s infinite linear;
}
.cid-vdENqs4r90 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 25s infinite linear;
}
.cid-vdENqs4r90 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 25s infinite linear;
}
.cid-vdENqs4r90 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vdENqs4r90 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-vdENqs4r90 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-vdENqs4r90 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-vdENqs4r90 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vdENqs4r90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdENqs4r90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdENqs4r90 .mbr-section-title,
.cid-vdENqs4r90 .icon__wrap {
  color: #256652;
}
.cid-vd67DGjikK {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-vd67DGjikK .nav-item,
.cid-vd67DGjikK .nav-link,
.cid-vd67DGjikK .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd67DGjikK .nav-item:hover,
.cid-vd67DGjikK .nav-link:hover,
.cid-vd67DGjikK .navbar-caption:hover {
  color: #256652 !important;
}
.cid-vd67DGjikK .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vd67DGjikK .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vd67DGjikK .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vd67DGjikK .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vd67DGjikK .container-fluid,
.cid-vd67DGjikK .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vd67DGjikK .navbar-brand {
  padding: 0;
}
.cid-vd67DGjikK .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vd67DGjikK .nav-link:hover:before {
  width: 100%;
}
.cid-vd67DGjikK .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vd67DGjikK .nav-link {
    margin: 0 !important;
  }
}
.cid-vd67DGjikK .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd67DGjikK .widget p,
.cid-vd67DGjikK .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vd67DGjikK .widget p a,
.cid-vd67DGjikK .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vd67DGjikK .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(37, 102, 82, 0.8);
  font-size: 17px;
  color: rgba(37, 102, 82, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vd67DGjikK .icons__wrap:hover {
  color: #ffffff;
  background-color: #256652;
  border-color: #256652;
}
.cid-vd67DGjikK .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vd67DGjikK .block__phone,
  .cid-vd67DGjikK .icons-menu {
    display: none;
  }
  .cid-vd67DGjikK .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vd67DGjikK .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #256652 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vd67DGjikK .mbr-section-btn .btn-secondary:hover {
  background-color: #256652 !important;
  color: #ffffff !important;
}
.cid-vd67DGjikK .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vd67DGjikK .navbar > .container,
.cid-vd67DGjikK .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vd67DGjikK .btn {
    white-space: nowrap;
  }
  .cid-vd67DGjikK .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vd67DGjikK .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vd67DGjikK .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vd67DGjikK .dropdown-toggle::after,
  .cid-vd67DGjikK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vd67DGjikK .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vd67DGjikK .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vd67DGjikK .dropdown-menu .dropdown-item:hover {
  color: #256652 !important;
}
.cid-vd67DGjikK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vd67DGjikK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vd67DGjikK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vd67DGjikK .nav-item:focus,
.cid-vd67DGjikK .nav-link:focus {
  outline: none;
}
.cid-vd67DGjikK .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vd67DGjikK .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vd67DGjikK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vd67DGjikK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd67DGjikK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vd67DGjikK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd67DGjikK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vd67DGjikK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd67DGjikK .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-vd67DGjikK .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-vd67DGjikK .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vd67DGjikK .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vd67DGjikK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd67DGjikK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd67DGjikK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-vd67DGjikK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vd67DGjikK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd67DGjikK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vd67DGjikK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd67DGjikK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd67DGjikK .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-vd67DGjikK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd67DGjikK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vd67DGjikK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vd67DGjikK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-vd67DGjikK .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vd67DGjikK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vd67DGjikK .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vd67DGjikK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vd67DGjikK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd67DGjikK .dropdown-item.active,
.cid-vd67DGjikK .dropdown-item:active {
  background-color: transparent;
}
.cid-vd67DGjikK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd67DGjikK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vd67DGjikK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd67DGjikK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #256652;
}
.cid-vd67DGjikK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd67DGjikK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd67DGjikK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd67DGjikK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd67DGjikK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd67DGjikK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd67DGjikK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd67DGjikK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd67DGjikK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vd67DGjikK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vd67DGjikK a.nav-link:hover {
  color: #256652 !important;
}
@media (max-width: 991px) {
  .cid-vd67DGjikK .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vd67DGjikK .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ffffff;
  }
  .cid-vd67DGjikK .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vd67DGjikK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vd67DGjikK .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vd67DGjikK .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vd67DGjikK .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vd67DGjikK .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vd67DGjikK .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vd67DGjikK .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vd67DGjikK a.nav-link {
    justify-content: flex-start;
  }
  .cid-vd67DGjikK ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vd67DGjikK .navbar-brand {
    padding: 0;
  }
  .cid-vd67DGjikK .block__phone,
  .cid-vd67DGjikK .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vd67DGjikK .widget {
    flex-direction: column;
  }
  .cid-vd67DGjikK .widget p,
  .cid-vd67DGjikK .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vd67DGjikK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd67DGjikK .navbar {
    height: 97px;
  }
  .cid-vd67DGjikK .navbar.opened {
    height: auto;
  }
  .cid-vd67DGjikK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd67DFTGn9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd67DFTGn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd67DFTGn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd67DFTGn9 .mbr-section-title {
  color: #256652;
}
.cid-vd67DFTGn9 .mbr-section-subtitle {
  color: #58595b;
}
.cid-vd67DGI2Nd {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vd67DGI2Nd .container,
.cid-vd67DGI2Nd .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vd67DGI2Nd .icon__wrap,
.cid-vd67DGI2Nd .mbr-section-title,
.cid-vd67DGI2Nd .mbr-text,
.cid-vd67DGI2Nd .items__block,
.cid-vd67DGI2Nd .mbr-section-btn,
.cid-vd67DGI2Nd .image {
  pointer-events: all;
}
.cid-vd67DGI2Nd .image {
  text-align: center;
}
.cid-vd67DGI2Nd .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-vd67DGI2Nd .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-vd67DGI2Nd .mbr-text {
  margin-bottom: 40px;
}
.cid-vd67DGI2Nd .items__block .item .mbr-iconfont {
  color: #eaabd6;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vd67DGI2Nd .mbr-section-btn {
  margin-top: 55px;
}
.cid-vd67DGI2Nd .icon__block {
  background: linear-gradient(135deg, rgba(170, 20, 85, 0.54) 0%, rgba(170, 20, 85, 0.85) 60%, #aa1455 100%);
}
.cid-vd67DGI2Nd .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-vd67DGI2Nd .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vd67DGI2Nd .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 30s infinite linear;
}
.cid-vd67DGI2Nd .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 30s infinite linear;
}
.cid-vd67DGI2Nd .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 25s infinite linear;
}
.cid-vd67DGI2Nd .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 25s infinite linear;
}
.cid-vd67DGI2Nd .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vd67DGI2Nd .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-vd67DGI2Nd .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-vd67DGI2Nd .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-vd67DGI2Nd .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vd67DGI2Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd67DGI2Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd67DGI2Nd .mbr-section-title,
.cid-vd67DGI2Nd .icon__wrap {
  color: #256652;
}
.cid-vd67DGI2Nd .item {
  color: #256652;
}
.cid-vd67DHloXY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vd67DHloXY .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vd67DHloXY .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-vd67DHloXY .brand__text {
  padding: 12px 0 25px;
}
.cid-vd67DHloXY .brand__email {
  margin-bottom: 15px;
}
.cid-vd67DHloXY .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-vd67DHloXY .footer__title {
  padding: 12px 0 25px;
  color: #aa1455;
}
.cid-vd67DHloXY .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #256652;
}
.cid-vd67DHloXY .footer__items a:hover {
  color: #256652 !important;
}
.cid-vd67DHloXY .social {
  margin-top: 30px;
}
.cid-vd67DHloXY .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #256652;
  border-radius: 50%;
  margin-right: 10px;
  color: #256652;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vd67DHloXY .social .social__items:hover {
  background-color: #256652;
  border-color: #256652;
}
.cid-vd67DHloXY .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-vd67DHloXY .social .social__items:last-child {
  margin-right: 0;
}
.cid-vd67DHloXY .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-vd67DHloXY .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-vd67DHloXY .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-vd67DHloXY .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #5eeebb;
}
.cid-vd67DHloXY .footer__bot_items a:hover {
  color: #256652 !important;
}
.cid-vd67DHloXY .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-vd67DHloXY .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vd67DHloXY .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #256652;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-vd67DHloXY .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vd67DHloXY .divider {
    margin-top: 30px;
  }
  .cid-vd67DHloXY .footer__bottom {
    padding: 30px 0;
  }
  .cid-vd67DHloXY .align-right,
  .cid-vd67DHloXY .privacy {
    text-align: center;
  }
  .cid-vd67DHloXY .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-vd67DHloXY .footer__adress {
  color: #256652;
}
.cid-vd67DHloXY .privacy {
  color: #eaabd6;
}
.cid-vd67GxrfwG {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-vd67GxrfwG .nav-item,
.cid-vd67GxrfwG .nav-link,
.cid-vd67GxrfwG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd67GxrfwG .nav-item:hover,
.cid-vd67GxrfwG .nav-link:hover,
.cid-vd67GxrfwG .navbar-caption:hover {
  color: #256652 !important;
}
.cid-vd67GxrfwG .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vd67GxrfwG .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vd67GxrfwG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vd67GxrfwG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vd67GxrfwG .container-fluid,
.cid-vd67GxrfwG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vd67GxrfwG .navbar-brand {
  padding: 0;
}
.cid-vd67GxrfwG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vd67GxrfwG .nav-link:hover:before {
  width: 100%;
}
.cid-vd67GxrfwG .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vd67GxrfwG .nav-link {
    margin: 0 !important;
  }
}
.cid-vd67GxrfwG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd67GxrfwG .widget p,
.cid-vd67GxrfwG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vd67GxrfwG .widget p a,
.cid-vd67GxrfwG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vd67GxrfwG .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(37, 102, 82, 0.8);
  font-size: 17px;
  color: rgba(37, 102, 82, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vd67GxrfwG .icons__wrap:hover {
  color: #ffffff;
  background-color: #256652;
  border-color: #256652;
}
.cid-vd67GxrfwG .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vd67GxrfwG .block__phone,
  .cid-vd67GxrfwG .icons-menu {
    display: none;
  }
  .cid-vd67GxrfwG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vd67GxrfwG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #256652 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vd67GxrfwG .mbr-section-btn .btn-secondary:hover {
  background-color: #256652 !important;
  color: #ffffff !important;
}
.cid-vd67GxrfwG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vd67GxrfwG .navbar > .container,
.cid-vd67GxrfwG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vd67GxrfwG .btn {
    white-space: nowrap;
  }
  .cid-vd67GxrfwG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vd67GxrfwG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vd67GxrfwG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vd67GxrfwG .dropdown-toggle::after,
  .cid-vd67GxrfwG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vd67GxrfwG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vd67GxrfwG .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vd67GxrfwG .dropdown-menu .dropdown-item:hover {
  color: #256652 !important;
}
.cid-vd67GxrfwG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vd67GxrfwG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vd67GxrfwG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vd67GxrfwG .nav-item:focus,
.cid-vd67GxrfwG .nav-link:focus {
  outline: none;
}
.cid-vd67GxrfwG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vd67GxrfwG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vd67GxrfwG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vd67GxrfwG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd67GxrfwG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vd67GxrfwG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd67GxrfwG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vd67GxrfwG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd67GxrfwG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-vd67GxrfwG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-vd67GxrfwG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vd67GxrfwG .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vd67GxrfwG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd67GxrfwG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd67GxrfwG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-vd67GxrfwG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vd67GxrfwG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd67GxrfwG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vd67GxrfwG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd67GxrfwG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd67GxrfwG .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-vd67GxrfwG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd67GxrfwG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vd67GxrfwG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vd67GxrfwG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-vd67GxrfwG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vd67GxrfwG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vd67GxrfwG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vd67GxrfwG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vd67GxrfwG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd67GxrfwG .dropdown-item.active,
.cid-vd67GxrfwG .dropdown-item:active {
  background-color: transparent;
}
.cid-vd67GxrfwG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd67GxrfwG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vd67GxrfwG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd67GxrfwG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #256652;
}
.cid-vd67GxrfwG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd67GxrfwG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd67GxrfwG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd67GxrfwG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd67GxrfwG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd67GxrfwG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd67GxrfwG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd67GxrfwG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd67GxrfwG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vd67GxrfwG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vd67GxrfwG a.nav-link:hover {
  color: #256652 !important;
}
@media (max-width: 991px) {
  .cid-vd67GxrfwG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vd67GxrfwG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ffffff;
  }
  .cid-vd67GxrfwG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vd67GxrfwG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vd67GxrfwG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vd67GxrfwG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vd67GxrfwG .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vd67GxrfwG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vd67GxrfwG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vd67GxrfwG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vd67GxrfwG a.nav-link {
    justify-content: flex-start;
  }
  .cid-vd67GxrfwG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vd67GxrfwG .navbar-brand {
    padding: 0;
  }
  .cid-vd67GxrfwG .block__phone,
  .cid-vd67GxrfwG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vd67GxrfwG .widget {
    flex-direction: column;
  }
  .cid-vd67GxrfwG .widget p,
  .cid-vd67GxrfwG .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vd67GxrfwG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd67GxrfwG .navbar {
    height: 97px;
  }
  .cid-vd67GxrfwG .navbar.opened {
    height: auto;
  }
  .cid-vd67GxrfwG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd67Gx1xIV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd67Gx1xIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd67Gx1xIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd67Gx1xIV .mbr-section-title {
  color: #256652;
}
.cid-vd67Gx1xIV .mbr-section-subtitle {
  color: #58595b;
}
.cid-vd67GxQIvm {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vd67GxQIvm .container,
.cid-vd67GxQIvm .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vd67GxQIvm .icon__wrap,
.cid-vd67GxQIvm .mbr-section-title,
.cid-vd67GxQIvm .mbr-text,
.cid-vd67GxQIvm .items__block,
.cid-vd67GxQIvm .mbr-section-btn,
.cid-vd67GxQIvm .image {
  pointer-events: all;
}
.cid-vd67GxQIvm .image {
  text-align: center;
}
.cid-vd67GxQIvm .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-vd67GxQIvm .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-vd67GxQIvm .mbr-text {
  margin-bottom: 40px;
}
.cid-vd67GxQIvm .items__block .item .mbr-iconfont {
  color: #eaabd6;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vd67GxQIvm .mbr-section-btn {
  margin-top: 55px;
}
.cid-vd67GxQIvm .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-vd67GxQIvm .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-vd67GxQIvm .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vd67GxQIvm .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 30s infinite linear;
}
.cid-vd67GxQIvm .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 30s infinite linear;
}
.cid-vd67GxQIvm .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 25s infinite linear;
}
.cid-vd67GxQIvm .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 25s infinite linear;
}
.cid-vd67GxQIvm .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vd67GxQIvm .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-vd67GxQIvm .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-vd67GxQIvm .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-vd67GxQIvm .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vd67GxQIvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd67GxQIvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd67GxQIvm .mbr-section-title,
.cid-vd67GxQIvm .icon__wrap {
  color: #256652;
}
.cid-vd67GxQIvm .item {
  color: #256652;
}
.cid-vd67Gyz0Oj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vd67Gyz0Oj .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vd67Gyz0Oj .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-vd67Gyz0Oj .brand__text {
  padding: 12px 0 25px;
}
.cid-vd67Gyz0Oj .brand__email {
  margin-bottom: 15px;
}
.cid-vd67Gyz0Oj .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-vd67Gyz0Oj .footer__title {
  padding: 12px 0 25px;
  color: #aa1455;
}
.cid-vd67Gyz0Oj .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #256652;
}
.cid-vd67Gyz0Oj .footer__items a:hover {
  color: #256652 !important;
}
.cid-vd67Gyz0Oj .social {
  margin-top: 30px;
}
.cid-vd67Gyz0Oj .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #256652;
  border-radius: 50%;
  margin-right: 10px;
  color: #256652;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vd67Gyz0Oj .social .social__items:hover {
  background-color: #256652;
  border-color: #256652;
}
.cid-vd67Gyz0Oj .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-vd67Gyz0Oj .social .social__items:last-child {
  margin-right: 0;
}
.cid-vd67Gyz0Oj .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-vd67Gyz0Oj .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-vd67Gyz0Oj .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-vd67Gyz0Oj .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #5eeebb;
}
.cid-vd67Gyz0Oj .footer__bot_items a:hover {
  color: #256652 !important;
}
.cid-vd67Gyz0Oj .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-vd67Gyz0Oj .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vd67Gyz0Oj .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #256652;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-vd67Gyz0Oj .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vd67Gyz0Oj .divider {
    margin-top: 30px;
  }
  .cid-vd67Gyz0Oj .footer__bottom {
    padding: 30px 0;
  }
  .cid-vd67Gyz0Oj .align-right,
  .cid-vd67Gyz0Oj .privacy {
    text-align: center;
  }
  .cid-vd67Gyz0Oj .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-vd67Gyz0Oj .footer__adress {
  color: #256652;
}
.cid-vd67Gyz0Oj .privacy {
  color: #eaabd6;
}
.cid-vdESQxHkxJ {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-vdESQxHkxJ .nav-item,
.cid-vdESQxHkxJ .nav-link,
.cid-vdESQxHkxJ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdESQxHkxJ .nav-item:hover,
.cid-vdESQxHkxJ .nav-link:hover,
.cid-vdESQxHkxJ .navbar-caption:hover {
  color: #256652 !important;
}
.cid-vdESQxHkxJ .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vdESQxHkxJ .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vdESQxHkxJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vdESQxHkxJ .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vdESQxHkxJ .container-fluid,
.cid-vdESQxHkxJ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vdESQxHkxJ .navbar-brand {
  padding: 0;
}
.cid-vdESQxHkxJ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vdESQxHkxJ .nav-link:hover:before {
  width: 100%;
}
.cid-vdESQxHkxJ .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vdESQxHkxJ .nav-link {
    margin: 0 !important;
  }
}
.cid-vdESQxHkxJ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdESQxHkxJ .widget p,
.cid-vdESQxHkxJ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vdESQxHkxJ .widget p a,
.cid-vdESQxHkxJ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vdESQxHkxJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(37, 102, 82, 0.8);
  font-size: 17px;
  color: rgba(37, 102, 82, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vdESQxHkxJ .icons__wrap:hover {
  color: #ffffff;
  background-color: #256652;
  border-color: #256652;
}
.cid-vdESQxHkxJ .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vdESQxHkxJ .block__phone,
  .cid-vdESQxHkxJ .icons-menu {
    display: none;
  }
  .cid-vdESQxHkxJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vdESQxHkxJ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #256652 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vdESQxHkxJ .mbr-section-btn .btn-secondary:hover {
  background-color: #256652 !important;
  color: #ffffff !important;
}
.cid-vdESQxHkxJ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vdESQxHkxJ .navbar > .container,
.cid-vdESQxHkxJ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vdESQxHkxJ .btn {
    white-space: nowrap;
  }
  .cid-vdESQxHkxJ .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vdESQxHkxJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vdESQxHkxJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vdESQxHkxJ .dropdown-toggle::after,
  .cid-vdESQxHkxJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vdESQxHkxJ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vdESQxHkxJ .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vdESQxHkxJ .dropdown-menu .dropdown-item:hover {
  color: #256652 !important;
}
.cid-vdESQxHkxJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vdESQxHkxJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vdESQxHkxJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vdESQxHkxJ .nav-item:focus,
.cid-vdESQxHkxJ .nav-link:focus {
  outline: none;
}
.cid-vdESQxHkxJ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vdESQxHkxJ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vdESQxHkxJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vdESQxHkxJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdESQxHkxJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vdESQxHkxJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdESQxHkxJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vdESQxHkxJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdESQxHkxJ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-vdESQxHkxJ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-vdESQxHkxJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vdESQxHkxJ .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vdESQxHkxJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdESQxHkxJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdESQxHkxJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-vdESQxHkxJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdESQxHkxJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdESQxHkxJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdESQxHkxJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdESQxHkxJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdESQxHkxJ .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-vdESQxHkxJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdESQxHkxJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdESQxHkxJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vdESQxHkxJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-vdESQxHkxJ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vdESQxHkxJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdESQxHkxJ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vdESQxHkxJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vdESQxHkxJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdESQxHkxJ .dropdown-item.active,
.cid-vdESQxHkxJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdESQxHkxJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdESQxHkxJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vdESQxHkxJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdESQxHkxJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #256652;
}
.cid-vdESQxHkxJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdESQxHkxJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdESQxHkxJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdESQxHkxJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdESQxHkxJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdESQxHkxJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdESQxHkxJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdESQxHkxJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdESQxHkxJ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vdESQxHkxJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vdESQxHkxJ a.nav-link:hover {
  color: #256652 !important;
}
@media (max-width: 991px) {
  .cid-vdESQxHkxJ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vdESQxHkxJ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ffffff;
  }
  .cid-vdESQxHkxJ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vdESQxHkxJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vdESQxHkxJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vdESQxHkxJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vdESQxHkxJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vdESQxHkxJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vdESQxHkxJ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vdESQxHkxJ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vdESQxHkxJ a.nav-link {
    justify-content: flex-start;
  }
  .cid-vdESQxHkxJ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vdESQxHkxJ .navbar-brand {
    padding: 0;
  }
  .cid-vdESQxHkxJ .block__phone,
  .cid-vdESQxHkxJ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vdESQxHkxJ .widget {
    flex-direction: column;
  }
  .cid-vdESQxHkxJ .widget p,
  .cid-vdESQxHkxJ .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vdESQxHkxJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdESQxHkxJ .navbar {
    height: 97px;
  }
  .cid-vdESQxHkxJ .navbar.opened {
    height: auto;
  }
  .cid-vdESQxHkxJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdESQyijbY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdESQyijbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdESQyijbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdESQyijbY .mbr-section-title {
  color: #256652;
}
.cid-vdESQyijbY .mbr-section-subtitle {
  color: #58595b;
}
.cid-vdESQyYQ9k {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vdESQyYQ9k .container,
.cid-vdESQyYQ9k .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vdESQyYQ9k .icon__wrap,
.cid-vdESQyYQ9k .mbr-section-title,
.cid-vdESQyYQ9k .mbr-text,
.cid-vdESQyYQ9k .items__block,
.cid-vdESQyYQ9k .mbr-section-btn,
.cid-vdESQyYQ9k .image {
  pointer-events: all;
}
.cid-vdESQyYQ9k .image {
  text-align: center;
}
.cid-vdESQyYQ9k .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-vdESQyYQ9k .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-vdESQyYQ9k .mbr-text {
  margin-bottom: 40px;
}
.cid-vdESQyYQ9k .items__block .item .mbr-iconfont {
  color: #eaabd6;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vdESQyYQ9k .mbr-section-btn {
  margin-top: 55px;
}
.cid-vdESQyYQ9k .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-vdESQyYQ9k .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-vdESQyYQ9k .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vdESQyYQ9k .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 30s infinite linear;
}
.cid-vdESQyYQ9k .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 30s infinite linear;
}
.cid-vdESQyYQ9k .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 25s infinite linear;
}
.cid-vdESQyYQ9k .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 25s infinite linear;
}
.cid-vdESQyYQ9k .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vdESQyYQ9k .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-vdESQyYQ9k .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-vdESQyYQ9k .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-vdESQyYQ9k .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vdESQyYQ9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdESQyYQ9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdESQyYQ9k .mbr-section-title,
.cid-vdESQyYQ9k .icon__wrap {
  color: #256652;
}
.cid-vdESQyYQ9k .item {
  color: #256652;
}
.cid-vdESQA8WM1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdESQA8WM1 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vdESQA8WM1 .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-vdESQA8WM1 .brand__text {
  padding: 12px 0 25px;
}
.cid-vdESQA8WM1 .brand__email {
  margin-bottom: 15px;
}
.cid-vdESQA8WM1 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-vdESQA8WM1 .footer__title {
  padding: 12px 0 25px;
  color: #aa1455;
}
.cid-vdESQA8WM1 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #256652;
}
.cid-vdESQA8WM1 .footer__items a:hover {
  color: #256652 !important;
}
.cid-vdESQA8WM1 .social {
  margin-top: 30px;
}
.cid-vdESQA8WM1 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #256652;
  border-radius: 50%;
  margin-right: 10px;
  color: #256652;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vdESQA8WM1 .social .social__items:hover {
  background-color: #256652;
  border-color: #256652;
}
.cid-vdESQA8WM1 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-vdESQA8WM1 .social .social__items:last-child {
  margin-right: 0;
}
.cid-vdESQA8WM1 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-vdESQA8WM1 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-vdESQA8WM1 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-vdESQA8WM1 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #5eeebb;
}
.cid-vdESQA8WM1 .footer__bot_items a:hover {
  color: #256652 !important;
}
.cid-vdESQA8WM1 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-vdESQA8WM1 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vdESQA8WM1 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #256652;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-vdESQA8WM1 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vdESQA8WM1 .divider {
    margin-top: 30px;
  }
  .cid-vdESQA8WM1 .footer__bottom {
    padding: 30px 0;
  }
  .cid-vdESQA8WM1 .align-right,
  .cid-vdESQA8WM1 .privacy {
    text-align: center;
  }
  .cid-vdESQA8WM1 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-vdESQA8WM1 .footer__adress {
  color: #256652;
}
.cid-vdESQA8WM1 .privacy {
  color: #eaabd6;
}
.cid-vdETmPNSIG {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-vdETmPNSIG .nav-item,
.cid-vdETmPNSIG .nav-link,
.cid-vdETmPNSIG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdETmPNSIG .nav-item:hover,
.cid-vdETmPNSIG .nav-link:hover,
.cid-vdETmPNSIG .navbar-caption:hover {
  color: #256652 !important;
}
.cid-vdETmPNSIG .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-vdETmPNSIG .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-vdETmPNSIG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-vdETmPNSIG .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vdETmPNSIG .container-fluid,
.cid-vdETmPNSIG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-vdETmPNSIG .navbar-brand {
  padding: 0;
}
.cid-vdETmPNSIG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-vdETmPNSIG .nav-link:hover:before {
  width: 100%;
}
.cid-vdETmPNSIG .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-vdETmPNSIG .nav-link {
    margin: 0 !important;
  }
}
.cid-vdETmPNSIG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdETmPNSIG .widget p,
.cid-vdETmPNSIG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-vdETmPNSIG .widget p a,
.cid-vdETmPNSIG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-vdETmPNSIG .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(37, 102, 82, 0.8);
  font-size: 17px;
  color: rgba(37, 102, 82, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-vdETmPNSIG .icons__wrap:hover {
  color: #ffffff;
  background-color: #256652;
  border-color: #256652;
}
.cid-vdETmPNSIG .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vdETmPNSIG .block__phone,
  .cid-vdETmPNSIG .icons-menu {
    display: none;
  }
  .cid-vdETmPNSIG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-vdETmPNSIG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #256652 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-vdETmPNSIG .mbr-section-btn .btn-secondary:hover {
  background-color: #256652 !important;
  color: #ffffff !important;
}
.cid-vdETmPNSIG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-vdETmPNSIG .navbar > .container,
.cid-vdETmPNSIG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vdETmPNSIG .btn {
    white-space: nowrap;
  }
  .cid-vdETmPNSIG .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-vdETmPNSIG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vdETmPNSIG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vdETmPNSIG .dropdown-toggle::after,
  .cid-vdETmPNSIG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-vdETmPNSIG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-vdETmPNSIG .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-vdETmPNSIG .dropdown-menu .dropdown-item:hover {
  color: #256652 !important;
}
.cid-vdETmPNSIG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vdETmPNSIG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vdETmPNSIG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-vdETmPNSIG .nav-item:focus,
.cid-vdETmPNSIG .nav-link:focus {
  outline: none;
}
.cid-vdETmPNSIG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-vdETmPNSIG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vdETmPNSIG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vdETmPNSIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdETmPNSIG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vdETmPNSIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdETmPNSIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vdETmPNSIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdETmPNSIG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-vdETmPNSIG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-vdETmPNSIG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-vdETmPNSIG .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-vdETmPNSIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdETmPNSIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdETmPNSIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-vdETmPNSIG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdETmPNSIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdETmPNSIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vdETmPNSIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdETmPNSIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdETmPNSIG .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-vdETmPNSIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdETmPNSIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdETmPNSIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vdETmPNSIG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-vdETmPNSIG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-vdETmPNSIG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdETmPNSIG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-vdETmPNSIG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-vdETmPNSIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdETmPNSIG .dropdown-item.active,
.cid-vdETmPNSIG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdETmPNSIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdETmPNSIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vdETmPNSIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdETmPNSIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #256652;
}
.cid-vdETmPNSIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdETmPNSIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdETmPNSIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdETmPNSIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdETmPNSIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdETmPNSIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdETmPNSIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdETmPNSIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdETmPNSIG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-vdETmPNSIG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-vdETmPNSIG a.nav-link:hover {
  color: #256652 !important;
}
@media (max-width: 991px) {
  .cid-vdETmPNSIG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-vdETmPNSIG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #ffffff;
  }
  .cid-vdETmPNSIG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-vdETmPNSIG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-vdETmPNSIG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-vdETmPNSIG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-vdETmPNSIG .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-vdETmPNSIG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-vdETmPNSIG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-vdETmPNSIG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-vdETmPNSIG a.nav-link {
    justify-content: flex-start;
  }
  .cid-vdETmPNSIG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-vdETmPNSIG .navbar-brand {
    padding: 0;
  }
  .cid-vdETmPNSIG .block__phone,
  .cid-vdETmPNSIG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-vdETmPNSIG .widget {
    flex-direction: column;
  }
  .cid-vdETmPNSIG .widget p,
  .cid-vdETmPNSIG .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-vdETmPNSIG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdETmPNSIG .navbar {
    height: 97px;
  }
  .cid-vdETmPNSIG .navbar.opened {
    height: auto;
  }
  .cid-vdETmPNSIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdETmQw3AT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdETmQw3AT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdETmQw3AT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdETmQw3AT .mbr-section-title {
  color: #256652;
}
.cid-vdETmQw3AT .mbr-section-subtitle {
  color: #58595b;
}
.cid-vdETmRdXyS {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rmedica-gabinet-dabrowa-gornicza-golonog-1-1600x1200.jpg");
}
.cid-vdETmRdXyS .container,
.cid-vdETmRdXyS .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-vdETmRdXyS .icon__wrap,
.cid-vdETmRdXyS .mbr-section-title,
.cid-vdETmRdXyS .mbr-text,
.cid-vdETmRdXyS .items__block,
.cid-vdETmRdXyS .mbr-section-btn,
.cid-vdETmRdXyS .image {
  pointer-events: all;
}
.cid-vdETmRdXyS .image {
  text-align: center;
}
.cid-vdETmRdXyS .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-vdETmRdXyS .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-vdETmRdXyS .mbr-text {
  margin-bottom: 40px;
}
.cid-vdETmRdXyS .items__block .item .mbr-iconfont {
  color: #eaabd6;
  margin-right: 10px;
  font-size: 14px;
}
.cid-vdETmRdXyS .mbr-section-btn {
  margin-top: 55px;
}
.cid-vdETmRdXyS .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-vdETmRdXyS .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-vdETmRdXyS .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2299aa;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-vdETmRdXyS .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #eaabd6;
  animation: animationOne 30s infinite linear;
}
.cid-vdETmRdXyS .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #aa1455;
  animation: animationTwo 30s infinite linear;
}
.cid-vdETmRdXyS .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #256652;
  animation: animationOne 25s infinite linear;
}
.cid-vdETmRdXyS .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #0b9a45;
  animation: animationTwo 25s infinite linear;
}
.cid-vdETmRdXyS .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-vdETmRdXyS .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-vdETmRdXyS .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-vdETmRdXyS .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-vdETmRdXyS .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vdETmRdXyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdETmRdXyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdETmRdXyS .mbr-section-title,
.cid-vdETmRdXyS .icon__wrap {
  color: #256652;
}
.cid-vdETmRdXyS .item {
  color: #256652;
}
.cid-vdETmSkcsY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdETmSkcsY .container {
  pointer-events: none;
  z-index: 1;
}
.cid-vdETmSkcsY .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-vdETmSkcsY .brand__text {
  padding: 12px 0 25px;
}
.cid-vdETmSkcsY .brand__email {
  margin-bottom: 15px;
}
.cid-vdETmSkcsY .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-vdETmSkcsY .footer__title {
  padding: 12px 0 25px;
  color: #aa1455;
}
.cid-vdETmSkcsY .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #256652;
}
.cid-vdETmSkcsY .footer__items a:hover {
  color: #256652 !important;
}
.cid-vdETmSkcsY .social {
  margin-top: 30px;
}
.cid-vdETmSkcsY .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #256652;
  border-radius: 50%;
  margin-right: 10px;
  color: #256652;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vdETmSkcsY .social .social__items:hover {
  background-color: #256652;
  border-color: #256652;
}
.cid-vdETmSkcsY .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-vdETmSkcsY .social .social__items:last-child {
  margin-right: 0;
}
.cid-vdETmSkcsY .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-vdETmSkcsY .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-vdETmSkcsY .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-vdETmSkcsY .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #5eeebb;
}
.cid-vdETmSkcsY .footer__bot_items a:hover {
  color: #256652 !important;
}
.cid-vdETmSkcsY .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-vdETmSkcsY .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-vdETmSkcsY .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #256652;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-vdETmSkcsY .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-vdETmSkcsY .divider {
    margin-top: 30px;
  }
  .cid-vdETmSkcsY .footer__bottom {
    padding: 30px 0;
  }
  .cid-vdETmSkcsY .align-right,
  .cid-vdETmSkcsY .privacy {
    text-align: center;
  }
  .cid-vdETmSkcsY .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-vdETmSkcsY .footer__adress {
  color: #256652;
}
.cid-vdETmSkcsY .privacy {
  color: #eaabd6;
}
