@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: 2em;
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff1952;
  color: #ff1952;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff7f9f !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff1952 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff7f9f !important;
  box-shadow: none !important;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rIRGKzzbkB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../images/himchistka-mebeli-1280x960.jpg");
}
.cid-rIRGKzzbkB .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rIRGKzzbkB .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rIRGKzzbkB .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rIRGKzzbkB .mbr-text {
  color: #ffffff;
}
.cid-rIRGKzzbkB .card {
  padding-bottom: 1.5rem;
}
.cid-rIRK4Zvmzy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIRK4Zvmzy .mbr-section-subtitle {
  color: #767676;
}
.cid-rIRRnVjvYP {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffecec;
}
.cid-rIRRnVjvYP .mbr-section-btn > * {
  margin: 0;
}
.cid-rIRRnVjvYP h4 {
  font-weight: 500;
}
.cid-rIRRnVjvYP p {
  color: #232323;
}
.cid-rIRRnVjvYP .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rIRRnVjvYP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIRRnVjvYP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRRnVjvYP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIRRnVjvYP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIRRnVjvYP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIRRnVjvYP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIRRnVjvYP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rIRRnVjvYP .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIRRnVjvYP .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rIRTIt6sz8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rIRTIt6sz8 .mbr-section-btn > * {
  margin: 0;
}
.cid-rIRTIt6sz8 h4 {
  font-weight: 500;
}
.cid-rIRTIt6sz8 p {
  color: #232323;
}
.cid-rIRTIt6sz8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rIRTIt6sz8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIRTIt6sz8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRTIt6sz8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIRTIt6sz8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIRTIt6sz8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIRTIt6sz8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIRTIt6sz8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rIRTIt6sz8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIRTIt6sz8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rIShkIUgrY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIShkIUgrY .mbr-section-subtitle {
  color: #767676;
}
.cid-rIShkIUgrY .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIRTHzrG1e {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffecec;
}
.cid-rIRTHzrG1e .mbr-section-btn > * {
  margin: 0;
}
.cid-rIRTHzrG1e h4 {
  font-weight: 500;
}
.cid-rIRTHzrG1e p {
  color: #232323;
}
.cid-rIRTHzrG1e .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rIRTHzrG1e .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIRTHzrG1e .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRTHzrG1e .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIRTHzrG1e .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIRTHzrG1e .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIRTHzrG1e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIRTHzrG1e .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rIRTHzrG1e .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIRTHzrG1e .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rIRTJ31vCT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rIRTJ31vCT .mbr-section-btn > * {
  margin: 0;
}
.cid-rIRTJ31vCT h4 {
  font-weight: 500;
}
.cid-rIRTJ31vCT p {
  color: #232323;
}
.cid-rIRTJ31vCT .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rIRTJ31vCT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIRTJ31vCT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRTJ31vCT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIRTJ31vCT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIRTJ31vCT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIRTJ31vCT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIRTJ31vCT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rIRTJ31vCT .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIRTJ31vCT .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rISheM8ajN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rISheM8ajN .mbr-section-subtitle {
  color: #767676;
}
.cid-rISh8BP4b1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rISh8BP4b1 .mbr-text {
  color: #767676;
}
.cid-rISh8BP4b1 h4 {
  text-align: center;
}
.cid-rISh8BP4b1 p {
  text-align: center;
}
.cid-rISh8BP4b1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rISkiAf1n4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rISkiAf1n4 .mbr-text {
  color: #767676;
}
.cid-rISkiAf1n4 h4 {
  text-align: center;
}
.cid-rISkiAf1n4 p {
  text-align: center;
}
.cid-rISkiAf1n4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rISpli2hgM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffecec;
}
.cid-rISpli2hgM .mbr-section-subtitle {
  color: #767676;
}
.cid-rISm9OWB44 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rISm9OWB44 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rISm9OWB44 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rISm9OWB44 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rISm9OWB44 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rISm9OWB44 .row > .row {
  display: block;
}
.cid-rISm9OWB44 .mbr-gallery-item {
  width: 100%;
}
.cid-rISm9OWB44 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rISm9OWB44 .mbr-gallery-item > div {
  position: relative;
}
.cid-rISm9OWB44 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rISm9OWB44 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rISm9OWB44 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rISm9OWB44 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rISrTFuUyX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rISrTFuUyX .mbr-section-subtitle {
  color: #767676;
}
.cid-rISrTFuUyX .container-table {
  margin: 0 auto;
}
.cid-rISrTFuUyX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rISrTFuUyX .dataTables_wrapper {
  display: block;
}
.cid-rISrTFuUyX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rISrTFuUyX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rISrTFuUyX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rISrTFuUyX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rISrTFuUyX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rISrTFuUyX table td {
  border-top: 1px solid #cccccc;
}
.cid-rISrTFuUyX table.table {
  background: #ffffff;
}
.cid-rISrTFuUyX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rISrTFuUyX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rISrTFuUyX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rISrTFuUyX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rISrTFuUyX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rISrTFuUyX .dataTables_filter {
    text-align: center;
  }
  .cid-rISrTFuUyX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rISrTFuUyX .head-item {
  text-align: left;
}
.cid-rISrTFuUyX .body-item {
  text-align: left;
}
.cid-rISw5Rmv0o {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rISw5Rmv0o .mbr-section-subtitle {
  color: #767676;
}
.cid-rISw5Rmv0o .btn {
  margin: 0 0 .5rem 0;
}
.cid-rISw5Rmv0o .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rISGHVM4B5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffeded;
}
.cid-rISGHVM4B5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rISxzzrB7y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffecec;
}
.cid-rISxzzrB7y .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rISxzzrB7y .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rISxzzrB7y .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rISxzzrB7y .time-line-date-content {
  margin-right: 2rem;
}
.cid-rISxzzrB7y .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rISxzzrB7y .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rISxzzrB7y .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rISxzzrB7y .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rISxzzrB7y .mbr-timeline-date,
.cid-rISxzzrB7y .timeline-text-content {
  transition: all .4s;
}
.cid-rISxzzrB7y .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rISxzzrB7y .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rISxzzrB7y .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rISxzzrB7y .reverse .time-line-date-content p {
  float: left;
}
.cid-rISxzzrB7y .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rISxzzrB7y .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rISxzzrB7y .iconBackground {
    left: 0 !important;
  }
  .cid-rISxzzrB7y .separline:before {
    left: 0!important;
  }
  .cid-rISxzzrB7y .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rISxzzrB7y .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rISxzzrB7y .time-line-date-content p {
    float: left !important;
  }
  .cid-rISxzzrB7y .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rISxzzrB7y .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rISxzzrB7y .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rISxzzrB7y .mbr-timeline-text {
  text-align: center;
}
.cid-rISxzzrB7y .mbr-timeline-title {
  text-align: center;
}
.cid-rISI4acjED {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rISI4acjED .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rISI4acjED .icon-block {
  margin-bottom: 10px;
}
.cid-rISI4acjED .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rISI4acjED .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rISI4acjED .mbr-text {
  color: #767676;
}
.cid-rISI4acjED textarea.form-control {
  min-height: 100px;
}
.cid-rISI4acjED a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rISI4acjED .google-map {
  height: 25rem;
  position: relative;
}
.cid-rISI4acjED .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rISI4acjED .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rISI4acjED .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rISI4acjED .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rISI4acjED h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rISI4acjED .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rISI4acjED .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rISLpcUn3H {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rISLpcUn3H .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rISLpcUn3H .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rISLpcUn3H .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rISLpcUn3H .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rISLpcUn3H .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rISLpcUn3H .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rISLpcUn3H .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJf8hCLX9B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../images/himchistka-galuzi-1280x852.jpg");
}
.cid-rJf8hCLX9B .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJf8hCLX9B .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJf8hCLX9B .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJf8hCLX9B .mbr-text {
  color: #ffffff;
}
.cid-rJf8hCLX9B .card {
  padding-bottom: 1.5rem;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJf9BLgmEw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJf9BLgmEw .mbr-section-subtitle {
  color: #767676;
}
.cid-rJf8Uu3PSC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rJf8Uu3PSC .card-img {
  background-color: #fff;
}
.cid-rJf8Uu3PSC .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rJf8Uu3PSC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJf8Uu3PSC p {
  text-align: left;
}
.cid-rJf8Uu3PSC .mbr-text {
  color: #767676;
}
.cid-rJf8Uu3PSC .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJf8Uu3PSC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rJf8Uu3PSC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rJf93OZs1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJf93OZs1X .line {
  background-color: #ff7f9f;
  color: #ff7f9f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJf93OZs1X .section-text {
  padding: 2rem 0;
}
.cid-rJf93OZs1X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJf93OZs1X .inner-container {
    width: 100% !important;
  }
}
.cid-rJf9cm7dfX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJf9cm7dfX .mbr-section-subtitle {
  color: #767676;
}
.cid-rJf9cm7dfX .container-table {
  margin: 0 auto;
}
.cid-rJf9cm7dfX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJf9cm7dfX .dataTables_wrapper {
  display: block;
}
.cid-rJf9cm7dfX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJf9cm7dfX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJf9cm7dfX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJf9cm7dfX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJf9cm7dfX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJf9cm7dfX table td {
  border-top: 1px solid #cccccc;
}
.cid-rJf9cm7dfX table.table {
  background: #ffffff;
}
.cid-rJf9cm7dfX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJf9cm7dfX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJf9cm7dfX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJf9cm7dfX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJf9cm7dfX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJf9cm7dfX .dataTables_filter {
    text-align: center;
  }
  .cid-rJf9cm7dfX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJf9cm7dfX .head-item {
  text-align: left;
}
.cid-rJf9cm7dfX .body-item {
  text-align: left;
}
.cid-rJf9hNOsuX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJf9hNOsuX .mbr-section-subtitle {
  color: #767676;
}
.cid-rJf9j1Xhew {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffecec;
}
.cid-rJf9j1Xhew .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJf9j1Xhew .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJf9j1Xhew .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJf9j1Xhew .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJf9j1Xhew .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJf9j1Xhew .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJf9j1Xhew .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJf9j1Xhew .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJf9j1Xhew .mbr-timeline-date,
.cid-rJf9j1Xhew .timeline-text-content {
  transition: all .4s;
}
.cid-rJf9j1Xhew .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJf9j1Xhew .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJf9j1Xhew .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJf9j1Xhew .reverse .time-line-date-content p {
  float: left;
}
.cid-rJf9j1Xhew .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJf9j1Xhew .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJf9j1Xhew .iconBackground {
    left: 0 !important;
  }
  .cid-rJf9j1Xhew .separline:before {
    left: 0!important;
  }
  .cid-rJf9j1Xhew .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJf9j1Xhew .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJf9j1Xhew .time-line-date-content p {
    float: left !important;
  }
  .cid-rJf9j1Xhew .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJf9j1Xhew .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJf9j1Xhew .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJf9j1Xhew .mbr-timeline-text {
  text-align: center;
}
.cid-rJf9j1Xhew .mbr-timeline-title {
  text-align: center;
}
.cid-rJf9kqNEBG {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJf9kqNEBG .mbr-section-subtitle {
  color: #767676;
}
.cid-rJf9m7AgyV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJf9m7AgyV .mbr-text {
  color: #767676;
}
.cid-rJf9m7AgyV h4 {
  text-align: center;
}
.cid-rJf9m7AgyV p {
  text-align: center;
}
.cid-rJf9m7AgyV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJf9nAhEOn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJf9nAhEOn .mbr-text {
  color: #767676;
}
.cid-rJf9nAhEOn h4 {
  text-align: center;
}
.cid-rJf9nAhEOn p {
  text-align: center;
}
.cid-rJf9nAhEOn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJf9pcVq1F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJf9pcVq1F .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJf9pcVq1F .icon-block {
  margin-bottom: 10px;
}
.cid-rJf9pcVq1F .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJf9pcVq1F .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJf9pcVq1F .mbr-text {
  color: #767676;
}
.cid-rJf9pcVq1F textarea.form-control {
  min-height: 100px;
}
.cid-rJf9pcVq1F a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJf9pcVq1F .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJf9pcVq1F .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJf9pcVq1F .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJf9pcVq1F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJf9pcVq1F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJf9pcVq1F h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJf9pcVq1F .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJf9pcVq1F .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJf9qLYcVF {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJf9qLYcVF .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJf9qLYcVF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJf9qLYcVF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJf9qLYcVF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJf9qLYcVF .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJf9qLYcVF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJf9qLYcVF .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJf2Qo0OH9 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../images/ceny-1280x768.jpg");
}
.cid-rJf2Qo0OH9 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJf2Qo0OH9 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJf2Qo0OH9 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJf2Qo0OH9 .mbr-text {
  color: #ffffff;
}
.cid-rJf2Qo0OH9 .card {
  padding-bottom: 1.5rem;
}
.cid-rJf3ix8gtx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJf3ix8gtx .mbr-section-subtitle {
  color: #767676;
}
.cid-rJf3ix8gtx .container-table {
  margin: 0 auto;
}
.cid-rJf3ix8gtx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJf3ix8gtx .dataTables_wrapper {
  display: block;
}
.cid-rJf3ix8gtx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJf3ix8gtx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJf3ix8gtx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJf3ix8gtx table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJf3ix8gtx table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJf3ix8gtx table td {
  border-top: 1px solid #cccccc;
}
.cid-rJf3ix8gtx table.table {
  background: #ffffff;
}
.cid-rJf3ix8gtx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJf3ix8gtx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJf3ix8gtx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJf3ix8gtx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJf3ix8gtx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJf3ix8gtx .dataTables_filter {
    text-align: center;
  }
  .cid-rJf3ix8gtx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJf3ix8gtx .head-item {
  text-align: left;
}
.cid-rJf3ix8gtx .body-item {
  text-align: left;
}
.cid-rJf7gnPRnt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJf7gnPRnt .mbr-section-subtitle {
  color: #767676;
}
.cid-rJf7hcfWzE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJf7hcfWzE .mbr-text {
  color: #767676;
}
.cid-rJf7hcfWzE h4 {
  text-align: center;
}
.cid-rJf7hcfWzE p {
  text-align: center;
}
.cid-rJf7hcfWzE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJf7j3pV05 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJf7j3pV05 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJf7j3pV05 .icon-block {
  margin-bottom: 10px;
}
.cid-rJf7j3pV05 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJf7j3pV05 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJf7j3pV05 .mbr-text {
  color: #767676;
}
.cid-rJf7j3pV05 textarea.form-control {
  min-height: 100px;
}
.cid-rJf7j3pV05 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJf7j3pV05 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJf7j3pV05 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJf7j3pV05 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJf7j3pV05 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJf7j3pV05 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJf7j3pV05 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJf7j3pV05 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJf7j3pV05 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 77px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJeEPUoMJB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../images/o-kompanii-1280x853.jpg");
}
.cid-rJeEPUoMJB .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJeEPUoMJB .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJeEPUoMJB .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJeEPUoMJB .mbr-text {
  color: #ffffff;
}
.cid-rJeEPUoMJB .card {
  padding-bottom: 1.5rem;
}
.cid-rJeJAEbyS3 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJeJAEbyS3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rJeJhKqLep {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJeJhKqLep .mbr-text {
  color: #767676;
}
.cid-rJeJhKqLep h4 {
  text-align: center;
}
.cid-rJeJhKqLep p {
  text-align: center;
}
.cid-rJeJhKqLep .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJeJYCAd3h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffecec;
}
.cid-rJeJYCAd3h h3 {
  text-align: center;
}
.cid-rJeJYCAd3h .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rJeJYCAd3h .mbr-content-text {
  color: #767676;
}
.cid-rJeJYCAd3h .panel-item {
  background: #ffffff;
}
.cid-rJeJYCAd3h .card {
  word-wrap: break-word;
}
.cid-rJeJYCAd3h .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rJeJYCAd3h H4 {
  color: #767676;
}
.cid-rJeIuBiXzO {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJeIuBiXzO .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJeIuBiXzO .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rJeIuBiXzO .separline .step-wrapper {
    position: relative;
  }
  .cid-rJeIuBiXzO .separline .step-wrapper:before,
  .cid-rJeIuBiXzO .separline .step-wrapper:after {
    top: 34px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 32px - 8px);
    background-color: #efefef;
  }
  .cid-rJeIuBiXzO .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rJeIuBiXzO .separline .step-wrapper:after {
    left: calc(50% + 8px + 32px);
  }
  .cid-rJeIuBiXzO .separline.last-child .step-wrapper:after,
  .cid-rJeIuBiXzO .separline:nth-child(3n) .step-wrapper:after,
  .cid-rJeIuBiXzO .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rJeIuBiXzO .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rJeIG7EHi8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJeIG7EHi8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJeIG7EHi8 .icon-block {
  margin-bottom: 10px;
}
.cid-rJeIG7EHi8 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJeIG7EHi8 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJeIG7EHi8 .mbr-text {
  color: #767676;
}
.cid-rJeIG7EHi8 textarea.form-control {
  min-height: 100px;
}
.cid-rJeIG7EHi8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJeIG7EHi8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJeIG7EHi8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJeIG7EHi8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJeIG7EHi8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJeIG7EHi8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJeIG7EHi8 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJeIG7EHi8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJeIG7EHi8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJeglsj2Iq {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../images/himchistka-kovra-1280x720.jpg");
}
.cid-rJeglsj2Iq .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJeglsj2Iq .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJeglsj2Iq .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJeglsj2Iq .mbr-text {
  color: #ffffff;
}
.cid-rJeglsj2Iq .card {
  padding-bottom: 1.5rem;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJegwL5Ypz {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJegwL5Ypz h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rJegwL5Ypz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rJegwL5Ypz .mbr-section-subtitle {
  color: #767676;
}
.cid-rJegwL5Ypz .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJegwL5Ypz ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rJegwL5Ypz path {
  stroke: #ff7f9f;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJegwL5Ypz .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rJeiIYmv4m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rJeiIYmv4m .card-img {
  background-color: #fff;
}
.cid-rJeiIYmv4m .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rJeiIYmv4m h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJeiIYmv4m p {
  text-align: left;
}
.cid-rJeiIYmv4m .mbr-text {
  color: #767676;
}
.cid-rJeiIYmv4m .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJeiIYmv4m .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rJeiIYmv4m .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rJejsBjKb8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJejsBjKb8 .line {
  background-color: #ff7f9f;
  color: #ff7f9f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJejsBjKb8 .section-text {
  padding: 2rem 0;
}
.cid-rJejsBjKb8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJejsBjKb8 .inner-container {
    width: 100% !important;
  }
}
.cid-rJekaSklsp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJekaSklsp .mbr-section-subtitle {
  color: #767676;
}
.cid-rJekaSklsp .container-table {
  margin: 0 auto;
}
.cid-rJekaSklsp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJekaSklsp .dataTables_wrapper {
  display: block;
}
.cid-rJekaSklsp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJekaSklsp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJekaSklsp table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJekaSklsp table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJekaSklsp table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJekaSklsp table td {
  border-top: 1px solid #cccccc;
}
.cid-rJekaSklsp table.table {
  background: #ffffff;
}
.cid-rJekaSklsp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJekaSklsp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJekaSklsp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJekaSklsp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJekaSklsp .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJekaSklsp .dataTables_filter {
    text-align: center;
  }
  .cid-rJekaSklsp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJekaSklsp .head-item {
  text-align: left;
}
.cid-rJekaSklsp .body-item {
  text-align: left;
}
.cid-rJekc7ge0B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJekc7ge0B .mbr-section-subtitle {
  color: #767676;
}
.cid-rJekc7ge0B .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJekc7ge0B .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJekes64Jh {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJekes64Jh .mbr-section-subtitle {
  color: #767676;
}
.cid-rJekfeq92Q {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffecec;
}
.cid-rJekfeq92Q .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJekfeq92Q .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJekfeq92Q .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJekfeq92Q .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJekfeq92Q .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJekfeq92Q .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJekfeq92Q .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJekfeq92Q .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJekfeq92Q .mbr-timeline-date,
.cid-rJekfeq92Q .timeline-text-content {
  transition: all .4s;
}
.cid-rJekfeq92Q .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJekfeq92Q .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJekfeq92Q .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJekfeq92Q .reverse .time-line-date-content p {
  float: left;
}
.cid-rJekfeq92Q .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJekfeq92Q .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJekfeq92Q .iconBackground {
    left: 0 !important;
  }
  .cid-rJekfeq92Q .separline:before {
    left: 0!important;
  }
  .cid-rJekfeq92Q .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJekfeq92Q .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJekfeq92Q .time-line-date-content p {
    float: left !important;
  }
  .cid-rJekfeq92Q .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJekfeq92Q .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJekfeq92Q .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJekfeq92Q .mbr-timeline-text {
  text-align: center;
}
.cid-rJekfeq92Q .mbr-timeline-title {
  text-align: center;
}
.cid-rJekg7kuZI {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJekg7kuZI .mbr-section-subtitle {
  color: #767676;
}
.cid-rJekhqqGfd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJekhqqGfd .mbr-text {
  color: #767676;
}
.cid-rJekhqqGfd h4 {
  text-align: center;
}
.cid-rJekhqqGfd p {
  text-align: center;
}
.cid-rJekhqqGfd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJekhYw1Tt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJekhYw1Tt .mbr-text {
  color: #767676;
}
.cid-rJekhYw1Tt h4 {
  text-align: center;
}
.cid-rJekhYw1Tt p {
  text-align: center;
}
.cid-rJekhYw1Tt .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJekjyMjSd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJekjyMjSd .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJekjyMjSd .icon-block {
  margin-bottom: 10px;
}
.cid-rJekjyMjSd .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJekjyMjSd .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJekjyMjSd .mbr-text {
  color: #767676;
}
.cid-rJekjyMjSd textarea.form-control {
  min-height: 100px;
}
.cid-rJekjyMjSd a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJekjyMjSd .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJekjyMjSd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJekjyMjSd .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJekjyMjSd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJekjyMjSd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJekjyMjSd h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJekjyMjSd .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJekjyMjSd .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJekllmgHd {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJekllmgHd .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJekllmgHd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJekllmgHd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJekllmgHd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJekllmgHd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJekllmgHd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJekllmgHd .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJdVPB8ySO {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../images/himchistka-kresla-1280x853.jpg");
}
.cid-rJdVPB8ySO .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJdVPB8ySO .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJdVPB8ySO .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJdVPB8ySO .mbr-text {
  color: #ffffff;
}
.cid-rJdVPB8ySO .card {
  padding-bottom: 1.5rem;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJdW6zl5gR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rJdW6zl5gR .card-img {
  background-color: #fff;
}
.cid-rJdW6zl5gR .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rJdW6zl5gR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJdW6zl5gR p {
  text-align: left;
}
.cid-rJdW6zl5gR .mbr-text {
  color: #767676;
}
.cid-rJdW6zl5gR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJdW6zl5gR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rJdW6zl5gR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rJdWEIqkIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJdWEIqkIp .line {
  background-color: #ff7f9f;
  color: #ff7f9f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJdWEIqkIp .section-text {
  padding: 2rem 0;
}
.cid-rJdWEIqkIp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJdWEIqkIp .inner-container {
    width: 100% !important;
  }
}
.cid-rJdXgpyDsr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJdXgpyDsr .mbr-section-subtitle {
  color: #767676;
}
.cid-rJdXgpyDsr .container-table {
  margin: 0 auto;
}
.cid-rJdXgpyDsr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJdXgpyDsr .dataTables_wrapper {
  display: block;
}
.cid-rJdXgpyDsr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJdXgpyDsr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJdXgpyDsr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJdXgpyDsr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJdXgpyDsr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJdXgpyDsr table td {
  border-top: 1px solid #cccccc;
}
.cid-rJdXgpyDsr table.table {
  background: #ffffff;
}
.cid-rJdXgpyDsr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJdXgpyDsr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJdXgpyDsr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJdXgpyDsr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJdXgpyDsr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJdXgpyDsr .dataTables_filter {
    text-align: center;
  }
  .cid-rJdXgpyDsr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJdXgpyDsr .head-item {
  text-align: left;
}
.cid-rJdXgpyDsr .body-item {
  text-align: left;
}
.cid-rJdY2S1Qo6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJdY2S1Qo6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rJdY2S1Qo6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJdY2S1Qo6 .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJdYdJNO5w {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJdYdJNO5w .mbr-section-subtitle {
  color: #767676;
}
.cid-rJdY9WdTe1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffecec;
}
.cid-rJdY9WdTe1 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJdY9WdTe1 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJdY9WdTe1 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJdY9WdTe1 .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJdY9WdTe1 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJdY9WdTe1 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJdY9WdTe1 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJdY9WdTe1 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJdY9WdTe1 .mbr-timeline-date,
.cid-rJdY9WdTe1 .timeline-text-content {
  transition: all .4s;
}
.cid-rJdY9WdTe1 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJdY9WdTe1 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJdY9WdTe1 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJdY9WdTe1 .reverse .time-line-date-content p {
  float: left;
}
.cid-rJdY9WdTe1 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJdY9WdTe1 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJdY9WdTe1 .iconBackground {
    left: 0 !important;
  }
  .cid-rJdY9WdTe1 .separline:before {
    left: 0!important;
  }
  .cid-rJdY9WdTe1 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJdY9WdTe1 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJdY9WdTe1 .time-line-date-content p {
    float: left !important;
  }
  .cid-rJdY9WdTe1 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJdY9WdTe1 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJdY9WdTe1 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJdY9WdTe1 .mbr-timeline-text {
  text-align: center;
}
.cid-rJdY9WdTe1 .mbr-timeline-title {
  text-align: center;
}
.cid-rJdYiaxRrb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJdYiaxRrb .mbr-section-subtitle {
  color: #767676;
}
.cid-rJdYkXhxAY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJdYkXhxAY .mbr-text {
  color: #767676;
}
.cid-rJdYkXhxAY h4 {
  text-align: center;
}
.cid-rJdYkXhxAY p {
  text-align: center;
}
.cid-rJdYkXhxAY .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJdYluXmHp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJdYluXmHp .mbr-text {
  color: #767676;
}
.cid-rJdYluXmHp h4 {
  text-align: center;
}
.cid-rJdYluXmHp p {
  text-align: center;
}
.cid-rJdYluXmHp .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJdYq6G6C6 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJdYq6G6C6 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJdYq6G6C6 .icon-block {
  margin-bottom: 10px;
}
.cid-rJdYq6G6C6 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJdYq6G6C6 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJdYq6G6C6 .mbr-text {
  color: #767676;
}
.cid-rJdYq6G6C6 textarea.form-control {
  min-height: 100px;
}
.cid-rJdYq6G6C6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJdYq6G6C6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJdYq6G6C6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJdYq6G6C6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJdYq6G6C6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJdYq6G6C6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJdYq6G6C6 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJdYq6G6C6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJdYq6G6C6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJdYnL7gas {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJdYnL7gas .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJdYnL7gas .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJdYnL7gas .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJdYnL7gas .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJdYnL7gas .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJdYnL7gas .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJdYnL7gas .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ9trQ0JoZ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../images/himchistka-krovat-1080x1080.jpg");
}
.cid-rJ9trQ0JoZ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJ9trQ0JoZ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJ9trQ0JoZ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJ9trQ0JoZ .mbr-text {
  color: #ffffff;
}
.cid-rJ9trQ0JoZ .card {
  padding-bottom: 1.5rem;
}
.cid-rJ9Hpram3v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ9Hpram3v h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rJ9Hpram3v .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rJ9Hpram3v .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ9Hpram3v .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJ9Hpram3v ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rJ9Hpram3v path {
  stroke: #ff7f9f;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJ9Hpram3v .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rJ9J8ZbHcb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJ9J8ZbHcb .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ9J8ZbHcb .container-table {
  margin: 0 auto;
}
.cid-rJ9J8ZbHcb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJ9J8ZbHcb .dataTables_wrapper {
  display: block;
}
.cid-rJ9J8ZbHcb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJ9J8ZbHcb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJ9J8ZbHcb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJ9J8ZbHcb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJ9J8ZbHcb table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJ9J8ZbHcb table td {
  border-top: 1px solid #cccccc;
}
.cid-rJ9J8ZbHcb table.table {
  background: #ffffff;
}
.cid-rJ9J8ZbHcb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJ9J8ZbHcb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJ9J8ZbHcb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJ9J8ZbHcb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJ9J8ZbHcb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJ9J8ZbHcb .dataTables_filter {
    text-align: center;
  }
  .cid-rJ9J8ZbHcb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJ9J8ZbHcb .head-item {
  text-align: left;
}
.cid-rJ9J8ZbHcb .body-item {
  text-align: left;
}
.cid-rJ9J9ERF4h {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJ9J9ERF4h .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ9J9ERF4h .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJ9J9ERF4h .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ9JAgYnqY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffecec;
}
.cid-rJ9JAgYnqY .mbr-section-btn > * {
  margin: 0;
}
.cid-rJ9JAgYnqY h4 {
  font-weight: 500;
}
.cid-rJ9JAgYnqY p {
  color: #232323;
}
.cid-rJ9JAgYnqY .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rJ9JAgYnqY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rJ9JAgYnqY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rJ9JAgYnqY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rJ9JAgYnqY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rJ9JAgYnqY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rJ9JAgYnqY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rJ9JAgYnqY .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rJ9JAgYnqY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rJ9JAgYnqY .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rJ9JAgYnqY .card-img span {
    font-size: 40px !important;
  }
}
.cid-rJ9JAgYnqY .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rJ9RM0K5EA {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ9RM0K5EA .mbr-section-subtitle {
  color: #767676;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJ9RMASG1r {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ9RMASG1r .mbr-text {
  color: #767676;
}
.cid-rJ9RMASG1r h4 {
  text-align: center;
}
.cid-rJ9RMASG1r p {
  text-align: center;
}
.cid-rJ9RMASG1r .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ9RN7FXr0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ9RN7FXr0 .mbr-text {
  color: #767676;
}
.cid-rJ9RN7FXr0 h4 {
  text-align: center;
}
.cid-rJ9RN7FXr0 p {
  text-align: center;
}
.cid-rJ9RN7FXr0 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ9RRrkd0c {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ9RRrkd0c .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ9RT0zSSk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffecec;
}
.cid-rJ9RT0zSSk .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJ9RT0zSSk .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJ9RT0zSSk .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJ9RT0zSSk .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJ9RT0zSSk .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJ9RT0zSSk .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJ9RT0zSSk .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ9RT0zSSk .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ9RT0zSSk .mbr-timeline-date,
.cid-rJ9RT0zSSk .timeline-text-content {
  transition: all .4s;
}
.cid-rJ9RT0zSSk .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ9RT0zSSk .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJ9RT0zSSk .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJ9RT0zSSk .reverse .time-line-date-content p {
  float: left;
}
.cid-rJ9RT0zSSk .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJ9RT0zSSk .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJ9RT0zSSk .iconBackground {
    left: 0 !important;
  }
  .cid-rJ9RT0zSSk .separline:before {
    left: 0!important;
  }
  .cid-rJ9RT0zSSk .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJ9RT0zSSk .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJ9RT0zSSk .time-line-date-content p {
    float: left !important;
  }
  .cid-rJ9RT0zSSk .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJ9RT0zSSk .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJ9RT0zSSk .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJ9RT0zSSk .mbr-timeline-text {
  text-align: center;
}
.cid-rJ9RT0zSSk .mbr-timeline-title {
  text-align: center;
}
.cid-rJ9TpHx6KX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ9TpHx6KX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJ9TpHx6KX .icon-block {
  margin-bottom: 10px;
}
.cid-rJ9TpHx6KX .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJ9TpHx6KX .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJ9TpHx6KX .mbr-text {
  color: #767676;
}
.cid-rJ9TpHx6KX textarea.form-control {
  min-height: 100px;
}
.cid-rJ9TpHx6KX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJ9TpHx6KX .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJ9TpHx6KX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJ9TpHx6KX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJ9TpHx6KX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJ9TpHx6KX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJ9TpHx6KX h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJ9TpHx6KX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJ9TpHx6KX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJ9Tr4AhQi {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJ9Tr4AhQi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJ9Tr4AhQi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJ9Tr4AhQi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJ9Tr4AhQi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJ9Tr4AhQi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJ9Tr4AhQi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJ9Tr4AhQi .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ8SsnDu9N {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../images/chistka-chehol-1280x720.jpg");
}
.cid-rJ8SsnDu9N .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJ8SsnDu9N .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJ8SsnDu9N .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJ8SsnDu9N .mbr-text {
  color: #ffffff;
}
.cid-rJ8SsnDu9N .card {
  padding-bottom: 1.5rem;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJ8Sw1txQM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8Sw1txQM .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8SC2Np87 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8SC2Np87 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJ8SC2Np87 p {
  color: #767676;
  text-align: left;
}
.cid-rJ8SC2Np87 .card-box {
  padding-top: 2rem;
}
.cid-rJ8SC2Np87 .card-wrapper {
  height: 100%;
}
.cid-rJ8SSt8IWO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJ8SSt8IWO .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8SSt8IWO .container-table {
  margin: 0 auto;
}
.cid-rJ8SSt8IWO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJ8SSt8IWO .dataTables_wrapper {
  display: block;
}
.cid-rJ8SSt8IWO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJ8SSt8IWO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJ8SSt8IWO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJ8SSt8IWO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJ8SSt8IWO table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJ8SSt8IWO table td {
  border-top: 1px solid #cccccc;
}
.cid-rJ8SSt8IWO table.table {
  background: #ffffff;
}
.cid-rJ8SSt8IWO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJ8SSt8IWO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJ8SSt8IWO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJ8SSt8IWO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJ8SSt8IWO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJ8SSt8IWO .dataTables_filter {
    text-align: center;
  }
  .cid-rJ8SSt8IWO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJ8SSt8IWO .head-item {
  text-align: left;
}
.cid-rJ8SSt8IWO .body-item {
  text-align: left;
}
.cid-rJ8SUREYqt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ8SUREYqt .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8SUREYqt .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJ8SUREYqt .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ8UknnTTO {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8UknnTTO .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8UoWIp4C {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ8UoWIp4C .mbr-text {
  color: #767676;
}
.cid-rJ8UoWIp4C h4 {
  text-align: center;
}
.cid-rJ8UoWIp4C p {
  text-align: center;
}
.cid-rJ8UoWIp4C .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ8UpCNfNe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ8UpCNfNe .mbr-text {
  color: #767676;
}
.cid-rJ8UpCNfNe h4 {
  text-align: center;
}
.cid-rJ8UpCNfNe p {
  text-align: center;
}
.cid-rJ8UpCNfNe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ8Urf6C7x {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8Urf6C7x .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8UqC1Aig {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffecec;
}
.cid-rJ8UqC1Aig .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJ8UqC1Aig .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJ8UqC1Aig .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJ8UqC1Aig .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJ8UqC1Aig .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJ8UqC1Aig .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJ8UqC1Aig .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ8UqC1Aig .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ8UqC1Aig .mbr-timeline-date,
.cid-rJ8UqC1Aig .timeline-text-content {
  transition: all .4s;
}
.cid-rJ8UqC1Aig .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ8UqC1Aig .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJ8UqC1Aig .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJ8UqC1Aig .reverse .time-line-date-content p {
  float: left;
}
.cid-rJ8UqC1Aig .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJ8UqC1Aig .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJ8UqC1Aig .iconBackground {
    left: 0 !important;
  }
  .cid-rJ8UqC1Aig .separline:before {
    left: 0!important;
  }
  .cid-rJ8UqC1Aig .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJ8UqC1Aig .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJ8UqC1Aig .time-line-date-content p {
    float: left !important;
  }
  .cid-rJ8UqC1Aig .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJ8UqC1Aig .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJ8UqC1Aig .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJ8UqC1Aig .mbr-timeline-text {
  text-align: center;
}
.cid-rJ8UqC1Aig .mbr-timeline-title {
  text-align: center;
}
.cid-rJ8UtXAEaU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ8UtXAEaU .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJ8UtXAEaU .icon-block {
  margin-bottom: 10px;
}
.cid-rJ8UtXAEaU .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJ8UtXAEaU .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJ8UtXAEaU .mbr-text {
  color: #767676;
}
.cid-rJ8UtXAEaU textarea.form-control {
  min-height: 100px;
}
.cid-rJ8UtXAEaU a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJ8UtXAEaU .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJ8UtXAEaU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJ8UtXAEaU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJ8UtXAEaU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJ8UtXAEaU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJ8UtXAEaU h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJ8UtXAEaU .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJ8UtXAEaU .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJ8UvYMdPN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJ8UvYMdPN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJ8UvYMdPN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJ8UvYMdPN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJ8UvYMdPN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJ8UvYMdPN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJ8UvYMdPN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJ8UvYMdPN .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ8hjAgJ0L {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../images/himchistka-shtor-1280x868.jpg");
}
.cid-rJ8hjAgJ0L .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJ8hjAgJ0L .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJ8hjAgJ0L .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJ8hjAgJ0L .mbr-text {
  color: #ffffff;
}
.cid-rJ8hjAgJ0L .card {
  padding-bottom: 1.5rem;
}
.cid-rJ8jhp8XkZ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8jhp8XkZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8iaikT5x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rJ8iaikT5x .card-img {
  background-color: #fff;
}
.cid-rJ8iaikT5x .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rJ8iaikT5x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJ8iaikT5x p {
  text-align: left;
}
.cid-rJ8iaikT5x .mbr-text {
  color: #767676;
}
.cid-rJ8iaikT5x .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ8iaikT5x .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rJ8iaikT5x .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rJ8jDt8rwm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8jDt8rwm .line {
  background-color: #ff7f9f;
  color: #ff7f9f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJ8jDt8rwm .section-text {
  padding: 2rem 0;
}
.cid-rJ8jDt8rwm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJ8jDt8rwm .inner-container {
    width: 100% !important;
  }
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJ8FcKI8Ze {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJ8FcKI8Ze .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8FcKI8Ze .container-table {
  margin: 0 auto;
}
.cid-rJ8FcKI8Ze .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJ8FcKI8Ze .dataTables_wrapper {
  display: block;
}
.cid-rJ8FcKI8Ze .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJ8FcKI8Ze .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJ8FcKI8Ze table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJ8FcKI8Ze table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJ8FcKI8Ze table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJ8FcKI8Ze table td {
  border-top: 1px solid #cccccc;
}
.cid-rJ8FcKI8Ze table.table {
  background: #ffffff;
}
.cid-rJ8FcKI8Ze .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJ8FcKI8Ze .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJ8FcKI8Ze .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJ8FcKI8Ze .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJ8FcKI8Ze .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJ8FcKI8Ze .dataTables_filter {
    text-align: center;
  }
  .cid-rJ8FcKI8Ze .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJ8FcKI8Ze .head-item {
  text-align: left;
}
.cid-rJ8FcKI8Ze .body-item {
  text-align: left;
}
.cid-rJ8FhsM8UL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ8FhsM8UL .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8FhsM8UL .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJ8FhsM8UL .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ8Ffba3zs {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8Ffba3zs .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8FdU5LR6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ8FdU5LR6 .mbr-text {
  color: #767676;
}
.cid-rJ8FdU5LR6 h4 {
  text-align: center;
}
.cid-rJ8FdU5LR6 p {
  text-align: center;
}
.cid-rJ8FdU5LR6 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ8FeoW6Tq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ8FeoW6Tq .mbr-text {
  color: #767676;
}
.cid-rJ8FeoW6Tq h4 {
  text-align: center;
}
.cid-rJ8FeoW6Tq p {
  text-align: center;
}
.cid-rJ8FeoW6Tq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ8GXh4TKs {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ8GXh4TKs .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ8Fj6ZcoE {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffecec;
}
.cid-rJ8Fj6ZcoE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJ8Fj6ZcoE .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJ8Fj6ZcoE .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJ8Fj6ZcoE .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJ8Fj6ZcoE .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJ8Fj6ZcoE .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJ8Fj6ZcoE .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ8Fj6ZcoE .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ8Fj6ZcoE .mbr-timeline-date,
.cid-rJ8Fj6ZcoE .timeline-text-content {
  transition: all .4s;
}
.cid-rJ8Fj6ZcoE .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ8Fj6ZcoE .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJ8Fj6ZcoE .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJ8Fj6ZcoE .reverse .time-line-date-content p {
  float: left;
}
.cid-rJ8Fj6ZcoE .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJ8Fj6ZcoE .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJ8Fj6ZcoE .iconBackground {
    left: 0 !important;
  }
  .cid-rJ8Fj6ZcoE .separline:before {
    left: 0!important;
  }
  .cid-rJ8Fj6ZcoE .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJ8Fj6ZcoE .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJ8Fj6ZcoE .time-line-date-content p {
    float: left !important;
  }
  .cid-rJ8Fj6ZcoE .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJ8Fj6ZcoE .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJ8Fj6ZcoE .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJ8Fj6ZcoE .mbr-timeline-text {
  text-align: center;
}
.cid-rJ8Fj6ZcoE .mbr-timeline-title {
  text-align: center;
}
.cid-rJ8Fl2RFHp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ8Fl2RFHp .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJ8Fl2RFHp .icon-block {
  margin-bottom: 10px;
}
.cid-rJ8Fl2RFHp .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJ8Fl2RFHp .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJ8Fl2RFHp .mbr-text {
  color: #767676;
}
.cid-rJ8Fl2RFHp textarea.form-control {
  min-height: 100px;
}
.cid-rJ8Fl2RFHp a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJ8Fl2RFHp .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJ8Fl2RFHp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJ8Fl2RFHp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJ8Fl2RFHp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJ8Fl2RFHp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJ8Fl2RFHp h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJ8Fl2RFHp .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJ8Fl2RFHp .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJ8Fn455aE {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJ8Fn455aE .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJ8Fn455aE .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJ8Fn455aE .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJ8Fn455aE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJ8Fn455aE .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJ8Fn455aE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJ8Fn455aE .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ3FTeE3Yn {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../images/himchistka-matrasa-1280x970.jpg");
}
.cid-rJ3FTeE3Yn .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJ3FTeE3Yn .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJ3FTeE3Yn .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJ3FTeE3Yn .mbr-text {
  color: #ffffff;
}
.cid-rJ3FTeE3Yn .card {
  padding-bottom: 1.5rem;
}
.cid-rJ3JZAjskX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ3JZAjskX .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3JrqQIL9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffecec;
}
.cid-rJ3JrqQIL9 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rJ3JrqQIL9 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rJ3JrqQIL9 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rJ3JrqQIL9 .img-text {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #232323;
  border-radius: 50%;
}
.cid-rJ3JrqQIL9 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rJ3JrqQIL9 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rJ3JrqQIL9 .media-block {
    padding-left: 2rem;
  }
}
.cid-rJ3JrqQIL9 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rJ3JrqQIL9 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rJ3JrqQIL9 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rJ3JrqQIL9 H4 {
  color: #232323;
  text-align: left;
}
.cid-rJ3NPdrjAS {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ3NPdrjAS .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3LV5Db1Y {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rJ3LV5Db1Y .card-img {
  background-color: #fff;
}
.cid-rJ3LV5Db1Y .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rJ3LV5Db1Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJ3LV5Db1Y p {
  text-align: left;
}
.cid-rJ3LV5Db1Y .mbr-text {
  color: #767676;
}
.cid-rJ3LV5Db1Y .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ3LV5Db1Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rJ3LV5Db1Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rJ3O0fGWDt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJ3O0fGWDt .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3O0fGWDt .container-table {
  margin: 0 auto;
}
.cid-rJ3O0fGWDt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJ3O0fGWDt .dataTables_wrapper {
  display: block;
}
.cid-rJ3O0fGWDt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJ3O0fGWDt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJ3O0fGWDt table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJ3O0fGWDt table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJ3O0fGWDt table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJ3O0fGWDt table td {
  border-top: 1px solid #cccccc;
}
.cid-rJ3O0fGWDt table.table {
  background: #ffffff;
}
.cid-rJ3O0fGWDt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJ3O0fGWDt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJ3O0fGWDt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJ3O0fGWDt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJ3O0fGWDt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJ3O0fGWDt .dataTables_filter {
    text-align: center;
  }
  .cid-rJ3O0fGWDt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJ3O0fGWDt .head-item {
  text-align: left;
}
.cid-rJ3O0fGWDt .body-item {
  text-align: left;
}
.cid-rJ3ORnhtIE {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJ3ORnhtIE .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3ORnhtIE .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJ3ORnhtIE .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ3OTLMRrW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ3OTLMRrW .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3OUrzrWW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffecec;
}
.cid-rJ3OUrzrWW .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJ3OUrzrWW .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJ3OUrzrWW .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJ3OUrzrWW .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJ3OUrzrWW .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJ3OUrzrWW .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJ3OUrzrWW .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ3OUrzrWW .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ3OUrzrWW .mbr-timeline-date,
.cid-rJ3OUrzrWW .timeline-text-content {
  transition: all .4s;
}
.cid-rJ3OUrzrWW .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ3OUrzrWW .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJ3OUrzrWW .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJ3OUrzrWW .reverse .time-line-date-content p {
  float: left;
}
.cid-rJ3OUrzrWW .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJ3OUrzrWW .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJ3OUrzrWW .iconBackground {
    left: 0 !important;
  }
  .cid-rJ3OUrzrWW .separline:before {
    left: 0!important;
  }
  .cid-rJ3OUrzrWW .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJ3OUrzrWW .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJ3OUrzrWW .time-line-date-content p {
    float: left !important;
  }
  .cid-rJ3OUrzrWW .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJ3OUrzrWW .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJ3OUrzrWW .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJ3OUrzrWW .mbr-timeline-text {
  text-align: center;
}
.cid-rJ3OUrzrWW .mbr-timeline-title {
  text-align: center;
}
.cid-rJ3P0kh1pa {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ3P0kh1pa .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3OZ0OSWv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ3OZ0OSWv .mbr-text {
  color: #767676;
}
.cid-rJ3OZ0OSWv h4 {
  text-align: center;
}
.cid-rJ3OZ0OSWv p {
  text-align: center;
}
.cid-rJ3OZ0OSWv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ3OZtSR6z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ3OZtSR6z .mbr-text {
  color: #767676;
}
.cid-rJ3OZtSR6z h4 {
  text-align: center;
}
.cid-rJ3OZtSR6z p {
  text-align: center;
}
.cid-rJ3OZtSR6z .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ3P3XEsS4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ3P3XEsS4 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJ3P3XEsS4 .icon-block {
  margin-bottom: 10px;
}
.cid-rJ3P3XEsS4 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJ3P3XEsS4 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJ3P3XEsS4 .mbr-text {
  color: #767676;
}
.cid-rJ3P3XEsS4 textarea.form-control {
  min-height: 100px;
}
.cid-rJ3P3XEsS4 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJ3P3XEsS4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJ3P3XEsS4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJ3P3XEsS4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJ3P3XEsS4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJ3P3XEsS4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJ3P3XEsS4 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJ3P3XEsS4 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJ3P3XEsS4 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJ3P5yhprT {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJ3P5yhprT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJ3P5yhprT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJ3P5yhprT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJ3P5yhprT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJ3P5yhprT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJ3P5yhprT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJ3P5yhprT .card .panel-body {
  color: #767676;
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ2AZdcsVM {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../images/chistka-divana-1280x853.jpg");
}
.cid-rJ2AZdcsVM .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rJ2AZdcsVM .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rJ2AZdcsVM .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rJ2AZdcsVM .mbr-text {
  color: #ffffff;
}
.cid-rJ2AZdcsVM .card {
  padding-bottom: 1.5rem;
}
.cid-rJ2EruQv47 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2EruQv47 .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ2DhOCnQJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rJ2DhOCnQJ .card-img {
  background-color: #fff;
}
.cid-rJ2DhOCnQJ .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rJ2DhOCnQJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJ2DhOCnQJ p {
  text-align: left;
}
.cid-rJ2DhOCnQJ .mbr-text {
  color: #767676;
}
.cid-rJ2DhOCnQJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ2DhOCnQJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rJ2DhOCnQJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rJ2CTMVm6C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2CTMVm6C .line {
  background-color: #ff7f9f;
  color: #ff7f9f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJ2CTMVm6C .section-text {
  padding: 2rem 0;
}
.cid-rJ2CTMVm6C .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJ2CTMVm6C .inner-container {
    width: 100% !important;
  }
}
.cid-rJ35CqzTZp {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ35CqzTZp .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ2FllsvEH {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ2FllsvEH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rJ2FllsvEH p {
  color: #767676;
  text-align: left;
}
.cid-rJ2FllsvEH .card-box {
  padding-top: 2rem;
}
.cid-rJ2FllsvEH .card-wrapper {
  height: 100%;
}
.cid-rJ2FMV1sFh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rJ2FMV1sFh .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ2FMV1sFh .container-table {
  margin: 0 auto;
}
.cid-rJ2FMV1sFh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rJ2FMV1sFh .dataTables_wrapper {
  display: block;
}
.cid-rJ2FMV1sFh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rJ2FMV1sFh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rJ2FMV1sFh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rJ2FMV1sFh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rJ2FMV1sFh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rJ2FMV1sFh table td {
  border-top: 1px solid #cccccc;
}
.cid-rJ2FMV1sFh table.table {
  background: #ffffff;
}
.cid-rJ2FMV1sFh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rJ2FMV1sFh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rJ2FMV1sFh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rJ2FMV1sFh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rJ2FMV1sFh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rJ2FMV1sFh .dataTables_filter {
    text-align: center;
  }
  .cid-rJ2FMV1sFh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rJ2FMV1sFh .head-item {
  text-align: left;
}
.cid-rJ2FMV1sFh .body-item {
  text-align: left;
}
.cid-rJ2FTmc26R {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJ2FTmc26R .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ2FTmc26R .btn {
  margin: 0 0 .5rem 0;
}
.cid-rJ2FTmc26R .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ3740DG9S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ3740DG9S .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ36UC9yCC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ36UC9yCC .mbr-text {
  color: #767676;
}
.cid-rJ36UC9yCC h4 {
  text-align: center;
}
.cid-rJ36UC9yCC p {
  text-align: center;
}
.cid-rJ36UC9yCC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ36XsulDO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ36XsulDO .mbr-text {
  color: #767676;
}
.cid-rJ36XsulDO h4 {
  text-align: center;
}
.cid-rJ36XsulDO p {
  text-align: center;
}
.cid-rJ36XsulDO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rJ38vosBik {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ38vosBik .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ38uhBKh0 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffecec;
}
.cid-rJ38uhBKh0 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rJ38uhBKh0 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rJ38uhBKh0 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rJ38uhBKh0 .time-line-date-content {
  margin-right: 2rem;
}
.cid-rJ38uhBKh0 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rJ38uhBKh0 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rJ38uhBKh0 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ38uhBKh0 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rJ38uhBKh0 .mbr-timeline-date,
.cid-rJ38uhBKh0 .timeline-text-content {
  transition: all .4s;
}
.cid-rJ38uhBKh0 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rJ38uhBKh0 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rJ38uhBKh0 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rJ38uhBKh0 .reverse .time-line-date-content p {
  float: left;
}
.cid-rJ38uhBKh0 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rJ38uhBKh0 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rJ38uhBKh0 .iconBackground {
    left: 0 !important;
  }
  .cid-rJ38uhBKh0 .separline:before {
    left: 0!important;
  }
  .cid-rJ38uhBKh0 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rJ38uhBKh0 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rJ38uhBKh0 .time-line-date-content p {
    float: left !important;
  }
  .cid-rJ38uhBKh0 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rJ38uhBKh0 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rJ38uhBKh0 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rJ38uhBKh0 .mbr-timeline-text {
  text-align: center;
}
.cid-rJ38uhBKh0 .mbr-timeline-title {
  text-align: center;
}
.cid-rJ3a2diBLM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJ3a2diBLM .mbr-section-subtitle {
  color: #767676;
}
.cid-rJ3aeItd1o {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ3aeItd1o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rJ3aeItd1o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rJ3aeItd1o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rJ3aeItd1o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rJ3aeItd1o .row > .row {
  display: block;
}
.cid-rJ3aeItd1o .mbr-gallery-item {
  width: 100%;
}
.cid-rJ3aeItd1o .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rJ3aeItd1o .mbr-gallery-item > div {
  position: relative;
}
.cid-rJ3aeItd1o .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rJ3aeItd1o .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rJ3aeItd1o .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rJ3aeItd1o .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rJ3aoioZXj {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJ3aoioZXj .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rJ3aoioZXj .icon-block {
  margin-bottom: 10px;
}
.cid-rJ3aoioZXj .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rJ3aoioZXj .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rJ3aoioZXj .mbr-text {
  color: #767676;
}
.cid-rJ3aoioZXj textarea.form-control {
  min-height: 100px;
}
.cid-rJ3aoioZXj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJ3aoioZXj .google-map {
  height: 25rem;
  position: relative;
}
.cid-rJ3aoioZXj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rJ3aoioZXj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rJ3aoioZXj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rJ3aoioZXj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rJ3aoioZXj h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rJ3aoioZXj .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rJ3aoioZXj .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rJ3vbxbpnI {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rJ3vbxbpnI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rJ3vbxbpnI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rJ3vbxbpnI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rJ3vbxbpnI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rJ3vbxbpnI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rJ3vbxbpnI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rJ3vbxbpnI .card .panel-body {
  color: #767676;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rMTw55JIK8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rMTw55JIK8 div.b {
  padding-top: 2rem;
}
.cid-rMTw55JIK8 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rMTw55JIK8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rMTw55JIK8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rMTw55JIK8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rMTw55JIK8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rMTw55JIK8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rMTw55JIK8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rMTw55JIK8 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rMTw55JIK8 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rYksc1aLXI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../images/pyatno-na-divane.jpg");
}
.cid-rYksc1aLXI P {
  color: #767676;
}
.cid-rYksc1aLXI H1 {
  color: #ffffff;
}
.cid-rYksc1aLXI .mbr-text,
.cid-rYksc1aLXI .mbr-section-btn {
  color: #efefef;
}
.cid-rYks2QAQ1j {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-rYks2QAQ1j .mbr-section-subtitle {
  color: #767676;
}
.cid-rYks2QAQ1j .container-table {
  margin: 0 auto;
}
.cid-rYks2QAQ1j .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rYks2QAQ1j .dataTables_wrapper {
  display: block;
}
.cid-rYks2QAQ1j .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rYks2QAQ1j .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rYks2QAQ1j table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ff3366;
  margin-bottom: 0;
}
.cid-rYks2QAQ1j table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rYks2QAQ1j table th:hover {
  background: #ff3366;
  color: #ffffff;
}
.cid-rYks2QAQ1j table td {
  border-top: 1px solid #ff3366;
}
.cid-rYks2QAQ1j table.table {
  background: #ffffff;
}
.cid-rYks2QAQ1j .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rYks2QAQ1j .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rYks2QAQ1j .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rYks2QAQ1j .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rYks2QAQ1j .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rYks2QAQ1j .dataTables_filter {
    text-align: center;
  }
  .cid-rYks2QAQ1j .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rYks2QAQ1j .head-item {
  text-align: center;
}
.cid-rYks2QAQ1j .body-item {
  text-align: left;
}
.cid-rYnLoGkBug {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ff3366;
}
.cid-rYnLoGkBug .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYnLoGkBug .section-text {
  padding: 2rem 0;
}
.cid-rYnLoGkBug .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYnLoGkBug .inner-container {
    width: 100% !important;
  }
}
.cid-rYo28LW5wr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYo28LW5wr .mbr-section-subtitle {
  color: #767676;
}
.cid-rYo2cPn0kr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYo2cPn0kr .counter-container {
  color: #767676;
}
.cid-rYo2cPn0kr .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rYo2cPn0kr .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rYo2cPn0kr .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rYo2cPn0kr .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rYo4q1Robg {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYo4q1Robg .mbr-section-subtitle {
  color: #767676;
}
.cid-rYo4q1Robg .btn {
  margin: 0 0 .5rem 0;
}
.cid-rYnVBA2X28 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYnVBA2X28 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rYnVBA2X28 .progress {
  width: 100%;
}
.cid-rYnVBA2X28 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rYnVBA2X28 progress {
  height: 8px;
}
.cid-rYnVBA2X28 .progressbar-number {
  display: inline-block;
}
.cid-rYnVBA2X28 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rYnVBA2X28 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rYnVBA2X28 .mbr-section-subtitle {
  color: #767676;
}
.cid-rYnVBA2X28 .section-content-title {
  font-weight: 500;
}
.cid-rYnVBA2X28 .progress_value {
  position: relative;
}
.cid-rYnVBA2X28 .progress1 .progressbar-number:before,
.cid-rYnVBA2X28 .progress2 .progressbar-number:before,
.cid-rYnVBA2X28 .progress3 .progressbar-number:before,
.cid-rYnVBA2X28 .progress4 .progressbar-number:before,
.cid-rYnVBA2X28 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rYnVBA2X28 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rYnVBA2X28 progress::-webkit-progress-value {
  background: #ff3366;
}
.cid-rYnVBA2X28 progress[value]::-moz-progress-bar {
  background: #ff3366;
}
.cid-rYnVBA2X28 progress::-ms-fill {
  background: #ff3366;
}
.cid-rYnVBA2X28 .progress1 .progressbar-number:before {
  content: '0';
}
.cid-rYnVBA2X28 .progress2 .progressbar-number:before {
  content: '70';
}
.cid-rYnVBA2X28 .progress3 .progressbar-number:before {
  content: '100';
}
.cid-rYnVBA2X28 .progress4 .progressbar-number:before {
  content: '0';
}
.cid-rYnVBA2X28 .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rYnVBA2X28 .text-elements {
    padding-right: 3rem;
  }
  .cid-rYnVBA2X28 .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rYkpd0aeAe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYkpd0aeAe h2 {
  text-align: left;
}
.cid-rYkpd0aeAe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYkpd0aeAe p {
  color: #767676;
  text-align: left;
}
.cid-rYkpd0aeAe .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYkpd0aeAe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYkpd0aeAe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYkpd0aeAe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYkpd0aeAe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYkpd0aeAe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYkpd0aeAe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYkpd0aeAe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYkpd0aeAe .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYnMzu9tCq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYnMzu9tCq h2 {
  text-align: left;
}
.cid-rYnMzu9tCq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYnMzu9tCq p {
  color: #767676;
  text-align: left;
}
.cid-rYnMzu9tCq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYnMzu9tCq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYnMzu9tCq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYnMzu9tCq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYnMzu9tCq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYnMzu9tCq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYnMzu9tCq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rYnMzu9tCq .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rYnMzu9tCq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rYnMzu9tCq .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rYnMzu9tCq .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYob4PlKnV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYob4PlKnV .mbr-section-subtitle {
  color: #767676;
}
.cid-rYob4PlKnV .btn {
  margin: 0 0 .5rem 0;
}
.cid-rYo6JF1c5T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYo6JF1c5T .mbr-section-subtitle {
  color: #767676;
}
.cid-rYo6RKXu9Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYo6RKXu9Y h2 {
  text-align: left;
}
.cid-rYo6RKXu9Y h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYo6RKXu9Y p {
  color: #767676;
  text-align: left;
}
.cid-rYo6RKXu9Y .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYo6RKXu9Y .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYo6RKXu9Y .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYo6RKXu9Y .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYo6RKXu9Y .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYo6RKXu9Y .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYo6RKXu9Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYo6RKXu9Y .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYo6RKXu9Y .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYofPwSzMq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYofPwSzMq h2 {
  text-align: left;
}
.cid-rYofPwSzMq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYofPwSzMq p {
  color: #767676;
  text-align: left;
}
.cid-rYofPwSzMq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYofPwSzMq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYofPwSzMq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYofPwSzMq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYofPwSzMq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYofPwSzMq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYofPwSzMq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYofPwSzMq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYofPwSzMq .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYog5p93mg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYog5p93mg h2 {
  text-align: left;
}
.cid-rYog5p93mg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYog5p93mg p {
  color: #767676;
  text-align: left;
}
.cid-rYog5p93mg .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYog5p93mg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYog5p93mg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYog5p93mg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYog5p93mg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYog5p93mg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYog5p93mg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYog5p93mg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYog5p93mg .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYogq6YrEM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYogq6YrEM h2 {
  text-align: left;
}
.cid-rYogq6YrEM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYogq6YrEM p {
  color: #767676;
  text-align: left;
}
.cid-rYogq6YrEM .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYogq6YrEM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYogq6YrEM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYogq6YrEM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYogq6YrEM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYogq6YrEM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYogq6YrEM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYogq6YrEM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYogq6YrEM .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYvHZrN7Qa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYvHZrN7Qa .mbr-section-subtitle {
  color: #767676;
}
.cid-rYvHZrN7Qa .btn {
  margin: 0 0 .5rem 0;
}
.cid-rYoj4Y8UiH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYoj4Y8UiH h2 {
  text-align: left;
}
.cid-rYoj4Y8UiH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYoj4Y8UiH p {
  color: #767676;
  text-align: left;
}
.cid-rYoj4Y8UiH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYoj4Y8UiH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYoj4Y8UiH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYoj4Y8UiH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYoj4Y8UiH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYoj4Y8UiH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYoj4Y8UiH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYoj4Y8UiH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYoj4Y8UiH .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYojd4AKLw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYojd4AKLw h2 {
  text-align: left;
}
.cid-rYojd4AKLw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYojd4AKLw p {
  color: #767676;
  text-align: left;
}
.cid-rYojd4AKLw .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYojd4AKLw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYojd4AKLw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYojd4AKLw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYojd4AKLw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYojd4AKLw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYojd4AKLw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYojd4AKLw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYojd4AKLw .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYojjHKkrb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYojjHKkrb h2 {
  text-align: left;
}
.cid-rYojjHKkrb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYojjHKkrb p {
  color: #767676;
  text-align: left;
}
.cid-rYojjHKkrb .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYojjHKkrb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYojjHKkrb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYojjHKkrb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYojjHKkrb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYojjHKkrb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYojjHKkrb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYojjHKkrb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYojjHKkrb .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYojvPQVl4 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYojvPQVl4 h2 {
  text-align: left;
}
.cid-rYojvPQVl4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rYojvPQVl4 p {
  color: #767676;
  text-align: left;
}
.cid-rYojvPQVl4 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rYojvPQVl4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYojvPQVl4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYojvPQVl4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYojvPQVl4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYojvPQVl4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYojvPQVl4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYojvPQVl4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rYojvPQVl4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYok0nidbT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rYok0nidbT .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rYok0nidbT .icon-block {
  margin-bottom: 10px;
}
.cid-rYok0nidbT .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rYok0nidbT .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rYok0nidbT .mbr-text {
  color: #767676;
}
.cid-rYok0nidbT textarea.form-control {
  min-height: 100px;
}
.cid-rYok0nidbT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rYok0nidbT .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYok0nidbT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYok0nidbT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rYok0nidbT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYok0nidbT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rYok0nidbT h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rYok0nidbT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rYok0nidbT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rIRGyWZqjV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rIRGyWZqjV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rIRGyWZqjV a {
  font-style: normal;
}
.cid-rIRGyWZqjV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIRGyWZqjV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rIRGyWZqjV .nav-item:focus,
.cid-rIRGyWZqjV .nav-link:focus {
  outline: none;
}
.cid-rIRGyWZqjV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIRGyWZqjV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rIRGyWZqjV .menu-logo {
  margin-right: auto;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIRGyWZqjV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIRGyWZqjV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIRGyWZqjV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIRGyWZqjV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIRGyWZqjV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rIRGyWZqjV button.navbar-toggler:focus {
  outline: none;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIRGyWZqjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIRGyWZqjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIRGyWZqjV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIRGyWZqjV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIRGyWZqjV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rIRGyWZqjV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rIRGyWZqjV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIRGyWZqjV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIRGyWZqjV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rIRGyWZqjV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIRGyWZqjV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rIRGyWZqjV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV img {
    height: 3.8rem !important;
  }
  .cid-rIRGyWZqjV .btn {
    display: -webkit-flex;
  }
  .cid-rIRGyWZqjV button.navbar-toggler {
    display: block;
  }
  .cid-rIRGyWZqjV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIRGyWZqjV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIRGyWZqjV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing,
  .cid-rIRGyWZqjV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIRGyWZqjV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIRGyWZqjV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rIRGyWZqjV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIRGyWZqjV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rIRGyWZqjV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIRGyWZqjV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rIRGyWZqjV .nav-link:hover,
.cid-rIRGyWZqjV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rISNxiKpaJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}

#call-now { display: none; }

@media only screen and (max-width : 480px) {
  #call-now {
    display: block;
    position: fixed;
    width: 4.5em;
    height: 4.5em;
    right: 1.25em;
    bottom: 1.25em;
    border-radius: 5em;
    background: #4fd863 url(../images/call.png) no-repeat 50%;
    background-size: 42px;
    border: 3px solid rgba(255, 255, 255, .3);
    z-index: 999;
  }
}