@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.1rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #201b78 !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: #201b78 !important;
  border-color: #201b78 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f0d3a !important;
  border-color: #0f0d3a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f0d3a !important;
  border-color: #0f0d3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e20f00 !important;
  border-color: #e20f00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #950a00 !important;
  border-color: #950a00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #950a00 !important;
  border-color: #950a00 !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: #0a0825;
  color: #0a0825;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #201b78;
  border-color: #201b78;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #201b78 !important;
  border-color: #201b78 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7c0800;
  color: #7c0800;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e20f00;
  border-color: #e20f00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e20f00 !important;
  border-color: #e20f00 !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: #201b78 !important;
}
.text-secondary {
  color: #e20f00 !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: #0a0825 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7c0800 !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #201b78;
  border-color: #201b78;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #201b78;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #473fd4;
}
.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;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #201b78;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #201b78;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #201b78;
}
/* Headers*/
@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: #201b78;
  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: #201b78;
  border-bottom-color: #201b78;
}
.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: #201b78 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e20f00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23201b78' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rRrR57W0Td .navbar {
  padding: .5rem 0;
  background: #f7f7f7;
  transition: none;
  min-height: 77px;
}
.cid-rRrR57W0Td .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f7f7;
}
.cid-rRrR57W0Td a {
  font-style: normal;
}
.cid-rRrR57W0Td .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rRrR57W0Td .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-rRrR57W0Td .nav-item:focus,
.cid-rRrR57W0Td .nav-link:focus {
  outline: none;
}
.cid-rRrR57W0Td .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rRrR57W0Td .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rRrR57W0Td .menu-logo {
  margin-right: auto;
}
.cid-rRrR57W0Td .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-rRrR57W0Td .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-rRrR57W0Td .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rRrR57W0Td .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rRrR57W0Td .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rRrR57W0Td .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rRrR57W0Td .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rRrR57W0Td .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rRrR57W0Td .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rRrR57W0Td .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRrR57W0Td .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rRrR57W0Td .dropdown .dropdown-menu {
  background: #f7f7f7;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rRrR57W0Td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rRrR57W0Td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRrR57W0Td .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rRrR57W0Td .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rRrR57W0Td .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-rRrR57W0Td .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rRrR57W0Td .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rRrR57W0Td .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rRrR57W0Td .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rRrR57W0Td .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rRrR57W0Td .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rRrR57W0Td button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rRrR57W0Td button.navbar-toggler:focus {
  outline: none;
}
.cid-rRrR57W0Td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #201b78;
}
.cid-rRrR57W0Td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRrR57W0Td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRrR57W0Td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRrR57W0Td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRrR57W0Td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRrR57W0Td nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRrR57W0Td nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRrR57W0Td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRrR57W0Td .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRrR57W0Td .collapsed .btn {
  display: -webkit-flex;
}
.cid-rRrR57W0Td .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rRrR57W0Td .collapsed .navbar-collapse.collapsing,
.cid-rRrR57W0Td .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rRrR57W0Td .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rRrR57W0Td .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rRrR57W0Td .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rRrR57W0Td .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rRrR57W0Td .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rRrR57W0Td .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rRrR57W0Td .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rRrR57W0Td .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rRrR57W0Td .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-rRrR57W0Td .collapsed button.navbar-toggler {
  display: block;
}
.cid-rRrR57W0Td .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rRrR57W0Td .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rRrR57W0Td .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-rRrR57W0Td .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rRrR57W0Td .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rRrR57W0Td .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-rRrR57W0Td .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRrR57W0Td img {
    height: 3.8rem !important;
  }
  .cid-rRrR57W0Td .btn {
    display: -webkit-flex;
  }
  .cid-rRrR57W0Td button.navbar-toggler {
    display: block;
  }
  .cid-rRrR57W0Td .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rRrR57W0Td .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rRrR57W0Td .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rRrR57W0Td .navbar-collapse.collapsing,
  .cid-rRrR57W0Td .navbar-collapse.show {
    display: block !important;
  }
  .cid-rRrR57W0Td .navbar-collapse.collapsing .navbar-nav,
  .cid-rRrR57W0Td .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rRrR57W0Td .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rRrR57W0Td .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rRrR57W0Td .navbar-collapse.collapsing .navbar-buttons,
  .cid-rRrR57W0Td .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rRrR57W0Td .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rRrR57W0Td .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rRrR57W0Td .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-rRrR57W0Td .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rRrR57W0Td .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rRrR57W0Td .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-rRrR57W0Td .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rRrR57W0Td .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rRrR57W0Td .nav-link:hover,
.cid-rRrR57W0Td .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sxY2ykvNbF {
  background-image: url("../../../assets/images/geometria-ekran-1900x1188.jpg");
}
.cid-sxY2ykvNbF H1 {
  text-align: left;
}
.cid-sxY2ykvNbF .mbr-text,
.cid-sxY2ykvNbF .mbr-section-btn {
  text-align: left;
}
.cid-sxY2ykvNbF P {
  text-align: left;
}
.cid-sxY2ykvNbF .main-blocks {
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
.cid-sxY2ykvNbF .main-blocks video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100% ;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .cid-sxY2ykvNbF .main-blocks video {
    width: auto !important;
    height: 100%;
  }
  .cid-sxY2ykvNbF #header6-3c {
    height: 100vh;
    padding-bottom: 0px;
  }
}
.cid-rRtXhAcMUX {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-rRtXhAcMUX .title {
  margin-bottom: 2rem;
}
.cid-rRtXhAcMUX .mbr-section-subtitle {
  color: #767676;
}
.cid-rRtXhAcMUX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rRtXhAcMUX a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rRtXhAcMUX textarea.form-control {
  min-height: 188px;
}
.cid-rVAUiVtDcB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/222-2000x597.jpg");
}
.cid-s2qKqTguj9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2qKqTguj9 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0MzMdWfFe {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s0MzMdWfFe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s0MzMdWfFe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s0MzMdWfFe .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s0MzMdWfFe .mbr-section-btn a {
  margin: 0;
}
.cid-s0MzMdWfFe .mbr-text {
  color: #767676;
}
.cid-s0MzMdWfFe .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-s0MzMdWfFe .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s2qK3uXU9X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2qK3uXU9X .mbr-section-subtitle {
  color: #767676;
}
.cid-s2qK3uXU9X H2 {
  text-align: center;
}
.cid-s2qUpkjAnH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2qUpkjAnH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2qUpkjAnH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2qUpkjAnH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2qUpkjAnH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2qUpkjAnH .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-s2qUpkjAnH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2qUpkjAnH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2qUpkjAnH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2qUpkjAnH .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-rRrWtgLyfO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrWtgLyfO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rRrWtgLyfO p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rRrWtgLyfO .card-img {
  width: auto;
}
.cid-rRrWtgLyfO .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rRrWtgLyfO .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRrWtgLyfO .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rRrWtgLyfO .card-img span {
    font-size: 40px !important;
  }
}
.cid-rRrXcf7m5T {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rRrXcf7m5T h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rRrXcf7m5T p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rRrXcf7m5T .card-img {
  width: auto;
}
.cid-rRrXcf7m5T .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rRrXcf7m5T .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRrXcf7m5T .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rRrXcf7m5T .card-img span {
    font-size: 40px !important;
  }
}
.cid-rRtXXjMpwI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rRtXXjMpwI .mbr-section-subtitle {
  color: #767676;
}
.cid-rRtXXjMpwI .formoid {
  margin: auto;
}
.cid-rRtXXjMpwI .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rRtXXjMpwI .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-rRtXXjMpwI a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rRtXXjMpwI a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-rRtXXjMpwI .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rRtXXjMpwI .form-group,
  .cid-rRtXXjMpwI .input-group-btn,
  .cid-rRtXXjMpwI .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-rRtXXjMpwI .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-rRs37UasdM {
  background-image: url("../../../assets/images/bg2-min-1280x850.jpg");
}
.cid-rRs37UasdM h1 {
  color: #616161;
}
.cid-rRs37UasdM h2,
.cid-rRs37UasdM h3,
.cid-rRs37UasdM p {
  color: #767676;
}
.cid-rRs37UasdM .mbr-section-subtitle {
  font-style: italic;
}
.cid-rRs37UasdM .mbr-text,
.cid-rRs37UasdM .mbr-section-btn {
  color: #ffffff;
}
.cid-rRs37UasdM H1 {
  color: #ffffff;
}
.cid-rRs3hqXjjt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRs3hqXjjt .mbr-section-subtitle {
  color: #767676;
}
.cid-rRs3hqXjjt .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRs3hqXjjt .mbr-text {
  color: #767676;
}
.cid-rRs3hqXjjt .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rRs3hqXjjt .mbr-author-name {
  color: #767676;
}
.cid-rRs3hqXjjt .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rRs3hqXjjt .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rRs3hqXjjt .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rRs3hqXjjt .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rRs3hqXjjt .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rRs3hqXjjt .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rVe4j0zOdL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVe4j0zOdL .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-rWOYOC86dW {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rWOYOC86dW .title {
  padding-bottom: 2.5rem;
}
.cid-rWOYOC86dW .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rWOYOC86dW .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rWOYOC86dW .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rWOYOC86dW .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rWOYOC86dW .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rWOYOC86dW .iconfont-wrapper {
    display: none;
  }
}
.cid-rWOYSjDmCH .google-map {
  height: 25rem;
  position: relative;
}
.cid-rWOYSjDmCH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rWOYSjDmCH .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-rWOYSjDmCH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rWOYSjDmCH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZjRR4UV5O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZjRR4UV5O .mbr-text,
.cid-rZjRR4UV5O blockquote {
  color: #767676;
}
.cid-rWOZAS0gD3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-saa22609R6 .navbar {
  padding: .5rem 0;
  background: #f7f7f7;
  transition: none;
  min-height: 77px;
}
.cid-saa22609R6 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f7f7;
}
.cid-saa22609R6 a {
  font-style: normal;
}
.cid-saa22609R6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saa22609R6 .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-saa22609R6 .nav-item:focus,
.cid-saa22609R6 .nav-link:focus {
  outline: none;
}
.cid-saa22609R6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-saa22609R6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saa22609R6 .menu-logo {
  margin-right: auto;
}
.cid-saa22609R6 .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-saa22609R6 .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-saa22609R6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saa22609R6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saa22609R6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saa22609R6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saa22609R6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-saa22609R6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saa22609R6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saa22609R6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saa22609R6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saa22609R6 .dropdown .dropdown-menu {
  background: #f7f7f7;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saa22609R6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saa22609R6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saa22609R6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saa22609R6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-saa22609R6 .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-saa22609R6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saa22609R6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saa22609R6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saa22609R6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saa22609R6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saa22609R6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saa22609R6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saa22609R6 button.navbar-toggler:focus {
  outline: none;
}
.cid-saa22609R6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #201b78;
}
.cid-saa22609R6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saa22609R6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saa22609R6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saa22609R6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saa22609R6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saa22609R6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saa22609R6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saa22609R6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saa22609R6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saa22609R6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-saa22609R6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saa22609R6 .collapsed .navbar-collapse.collapsing,
.cid-saa22609R6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saa22609R6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saa22609R6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saa22609R6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saa22609R6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saa22609R6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saa22609R6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saa22609R6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saa22609R6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-saa22609R6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-saa22609R6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-saa22609R6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saa22609R6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saa22609R6 .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-saa22609R6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saa22609R6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saa22609R6 .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-saa22609R6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saa22609R6 img {
    height: 3.8rem !important;
  }
  .cid-saa22609R6 .btn {
    display: -webkit-flex;
  }
  .cid-saa22609R6 button.navbar-toggler {
    display: block;
  }
  .cid-saa22609R6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saa22609R6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saa22609R6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saa22609R6 .navbar-collapse.collapsing,
  .cid-saa22609R6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-saa22609R6 .navbar-collapse.collapsing .navbar-nav,
  .cid-saa22609R6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saa22609R6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saa22609R6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saa22609R6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-saa22609R6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saa22609R6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saa22609R6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saa22609R6 .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-saa22609R6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saa22609R6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saa22609R6 .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-saa22609R6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-saa22609R6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-saa22609R6 .nav-link:hover,
.cid-saa22609R6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-saa227kvUI {
  background-image: url("../../../assets/images/geometria-ekran-1900x1188.jpg");
}
.cid-saa227kvUI H1 {
  text-align: left;
}
.cid-saa227kvUI .mbr-text,
.cid-saa227kvUI .mbr-section-btn {
  text-align: left;
}
.cid-saa227kvUI P {
  text-align: left;
}
.cid-saa22a47RM {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-saa22a47RM .title {
  margin-bottom: 2rem;
}
.cid-saa22a47RM .mbr-section-subtitle {
  color: #767676;
}
.cid-saa22a47RM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-saa22a47RM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-saa22a47RM textarea.form-control {
  min-height: 188px;
}
.cid-se5nr70nQw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/7j8a1502-1280x853.jpg");
}
.cid-se5nr70nQw DIV {
  text-align: left;
}
.cid-se5nr70nQw H2 {
  text-align: center;
}
.cid-se5nr70nQw .mbr-section-subtitle {
  text-align: center;
}
.cid-se5zUmuCNt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/7j8a1614-1280x853.jpg");
}
.cid-se5zUmuCNt DIV {
  text-align: right;
}
.cid-se5zUmuCNt H2 {
  text-align: center;
}
.cid-se5zUmuCNt .mbr-section-subtitle {
  text-align: center;
}
.cid-se5AbcO8Jl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/7j8a0810-1-1280x853.jpg");
}
.cid-se5AbcO8Jl DIV {
  text-align: right;
}
.cid-se5AbcO8Jl H2 {
  text-align: center;
}
.cid-se5AbcO8Jl .mbr-section-subtitle {
  text-align: center;
}
.cid-se5ATgScbz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-se5ATgScbz .mbr-section-subtitle {
  color: #767676;
}
.cid-se5xH41lN1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-se5xH41lN1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-se5xH41lN1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-se5xH41lN1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-se5xH41lN1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-se5xH41lN1 .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-se5xH41lN1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-se5xH41lN1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-se5xH41lN1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-se5xH41lN1 .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-saa3L0b5R8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saa3L0b5R8 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-saa3L0b5R8 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-saa3L0b5R8 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-saa3L0b5R8 .img-text {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-saa3L0b5R8 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-saa3L0b5R8 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-saa3L0b5R8 .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;
}
@media (max-width: 767px) {
  .cid-saa3L0b5R8 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-saa3L0b5R8 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-saa3L0b5R8 H4 {
  text-align: center;
}
.cid-saa22jXGuI {
  background-image: url("../../../assets/images/bg2-min-1280x850.jpg");
}
.cid-saa22jXGuI h1 {
  color: #616161;
}
.cid-saa22jXGuI h2,
.cid-saa22jXGuI h3,
.cid-saa22jXGuI p {
  color: #767676;
}
.cid-saa22jXGuI .mbr-section-subtitle {
  font-style: italic;
}
.cid-saa22jXGuI .mbr-text,
.cid-saa22jXGuI .mbr-section-btn {
  color: #ffffff;
}
.cid-saa22jXGuI H1 {
  color: #ffffff;
}
.cid-saa22lWzgb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saa22lWzgb .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-saa22mApN5 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saa22mApN5 .title {
  padding-bottom: 2.5rem;
}
.cid-saa22mApN5 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-saa22mApN5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-saa22mApN5 .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-saa22mApN5 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-saa22mApN5 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-saa22mApN5 .iconfont-wrapper {
    display: none;
  }
}
.cid-saa22oduv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-srIshtM56C {
  background-image: url("../../../assets/images/bg-1.jpeg");
}
.cid-srIshtM56C .form-control,
.cid-srIshtM56C .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-srIshtM56C .form-container {
  transition: all .2s;
  border: 0px solid #ffffff;
  padding: 1rem;
}
.cid-srIshtM56C textarea.form-control {
  min-height: 188px;
}
.cid-srIshtM56C .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-srIshtM56C .content-container {
    padding-right: 5rem;
  }
}
.cid-srIshtM56C .mbr-text,
.cid-srIshtM56C .mbr-section-btn {
  text-align: left;
}
.cid-srIshtM56C DIV {
  text-align: left;
}
.cid-srIshtM56C H1 {
  color: #ffffff;
  text-align: left;
}
.cid-srIr45Sawo .navbar {
  padding: .5rem 0;
  background: #f7f7f7;
  transition: none;
  min-height: 77px;
}
.cid-srIr45Sawo .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f7f7;
}
.cid-srIr45Sawo a {
  font-style: normal;
}
.cid-srIr45Sawo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srIr45Sawo .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-srIr45Sawo .nav-item:focus,
.cid-srIr45Sawo .nav-link:focus {
  outline: none;
}
.cid-srIr45Sawo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srIr45Sawo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srIr45Sawo .menu-logo {
  margin-right: auto;
}
.cid-srIr45Sawo .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-srIr45Sawo .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-srIr45Sawo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srIr45Sawo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srIr45Sawo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srIr45Sawo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srIr45Sawo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srIr45Sawo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srIr45Sawo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srIr45Sawo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srIr45Sawo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srIr45Sawo .dropdown .dropdown-menu {
  background: #f7f7f7;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srIr45Sawo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srIr45Sawo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srIr45Sawo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srIr45Sawo .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srIr45Sawo .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-srIr45Sawo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srIr45Sawo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srIr45Sawo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srIr45Sawo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srIr45Sawo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srIr45Sawo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srIr45Sawo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srIr45Sawo button.navbar-toggler:focus {
  outline: none;
}
.cid-srIr45Sawo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #201b78;
}
.cid-srIr45Sawo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srIr45Sawo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srIr45Sawo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srIr45Sawo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srIr45Sawo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srIr45Sawo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srIr45Sawo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srIr45Sawo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srIr45Sawo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srIr45Sawo .collapsed .btn {
  display: -webkit-flex;
}
.cid-srIr45Sawo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srIr45Sawo .collapsed .navbar-collapse.collapsing,
.cid-srIr45Sawo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srIr45Sawo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srIr45Sawo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srIr45Sawo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srIr45Sawo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srIr45Sawo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srIr45Sawo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srIr45Sawo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srIr45Sawo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srIr45Sawo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srIr45Sawo .collapsed button.navbar-toggler {
  display: block;
}
.cid-srIr45Sawo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srIr45Sawo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srIr45Sawo .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-srIr45Sawo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srIr45Sawo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srIr45Sawo .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-srIr45Sawo .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srIr45Sawo img {
    height: 3.8rem !important;
  }
  .cid-srIr45Sawo .btn {
    display: -webkit-flex;
  }
  .cid-srIr45Sawo button.navbar-toggler {
    display: block;
  }
  .cid-srIr45Sawo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srIr45Sawo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srIr45Sawo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srIr45Sawo .navbar-collapse.collapsing,
  .cid-srIr45Sawo .navbar-collapse.show {
    display: block !important;
  }
  .cid-srIr45Sawo .navbar-collapse.collapsing .navbar-nav,
  .cid-srIr45Sawo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srIr45Sawo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srIr45Sawo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srIr45Sawo .navbar-collapse.collapsing .navbar-buttons,
  .cid-srIr45Sawo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srIr45Sawo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srIr45Sawo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srIr45Sawo .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-srIr45Sawo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srIr45Sawo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srIr45Sawo .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-srIr45Sawo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srIr45Sawo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srIr45Sawo .nav-link:hover,
.cid-srIr45Sawo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sxTE8zLuoq .navbar {
  padding: .5rem 0;
  background: #f7f7f7;
  transition: none;
  min-height: 77px;
}
.cid-sxTE8zLuoq .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f7f7;
}
.cid-sxTE8zLuoq a {
  font-style: normal;
}
.cid-sxTE8zLuoq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTE8zLuoq .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-sxTE8zLuoq .nav-item:focus,
.cid-sxTE8zLuoq .nav-link:focus {
  outline: none;
}
.cid-sxTE8zLuoq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTE8zLuoq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTE8zLuoq .menu-logo {
  margin-right: auto;
}
.cid-sxTE8zLuoq .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-sxTE8zLuoq .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-sxTE8zLuoq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxTE8zLuoq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTE8zLuoq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxTE8zLuoq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTE8zLuoq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTE8zLuoq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxTE8zLuoq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTE8zLuoq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTE8zLuoq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTE8zLuoq .dropdown .dropdown-menu {
  background: #f7f7f7;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTE8zLuoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTE8zLuoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTE8zLuoq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTE8zLuoq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sxTE8zLuoq .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-sxTE8zLuoq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxTE8zLuoq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTE8zLuoq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTE8zLuoq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTE8zLuoq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxTE8zLuoq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTE8zLuoq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxTE8zLuoq button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTE8zLuoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #201b78;
}
.cid-sxTE8zLuoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxTE8zLuoq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxTE8zLuoq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxTE8zLuoq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxTE8zLuoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxTE8zLuoq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxTE8zLuoq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxTE8zLuoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxTE8zLuoq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTE8zLuoq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTE8zLuoq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTE8zLuoq .collapsed .navbar-collapse.collapsing,
.cid-sxTE8zLuoq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxTE8zLuoq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTE8zLuoq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTE8zLuoq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTE8zLuoq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTE8zLuoq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTE8zLuoq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTE8zLuoq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTE8zLuoq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sxTE8zLuoq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sxTE8zLuoq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTE8zLuoq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTE8zLuoq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTE8zLuoq .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-sxTE8zLuoq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTE8zLuoq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTE8zLuoq .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-sxTE8zLuoq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTE8zLuoq img {
    height: 3.8rem !important;
  }
  .cid-sxTE8zLuoq .btn {
    display: -webkit-flex;
  }
  .cid-sxTE8zLuoq button.navbar-toggler {
    display: block;
  }
  .cid-sxTE8zLuoq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sxTE8zLuoq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTE8zLuoq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTE8zLuoq .navbar-collapse.collapsing,
  .cid-sxTE8zLuoq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxTE8zLuoq .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTE8zLuoq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTE8zLuoq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTE8zLuoq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTE8zLuoq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTE8zLuoq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTE8zLuoq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTE8zLuoq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTE8zLuoq .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-sxTE8zLuoq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTE8zLuoq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTE8zLuoq .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-sxTE8zLuoq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sxTE8zLuoq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTE8zLuoq .nav-link:hover,
.cid-sxTE8zLuoq .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sxTE8AiwJV {
  background-image: url("../../../assets/images/geometria-ekran-1900x1188.jpg");
}
.cid-sxTE8AiwJV H1 {
  text-align: left;
}
.cid-sxTE8AiwJV .mbr-text,
.cid-sxTE8AiwJV .mbr-section-btn {
  text-align: left;
}
.cid-sxTE8AiwJV P {
  text-align: left;
}
.cid-sxTE8AiwJV .main-blocks {
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
.cid-sxTE8AiwJV .main-blocks video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100% ;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .cid-sxTE8AiwJV .main-blocks video {
    width: auto !important;
    height: 100%;
  }
  .cid-sxTE8AiwJV #header6-3c {
    height: 100vh;
    padding-bottom: 0px;
  }
}
.cid-sxTE8B6zkT {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-sxTE8B6zkT .title {
  margin-bottom: 2rem;
}
.cid-sxTE8B6zkT .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTE8B6zkT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sxTE8B6zkT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sxTE8B6zkT textarea.form-control {
  min-height: 188px;
}
.cid-sxTE8BG7y8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/222-2000x597.jpg");
}
.cid-sxTE8C96J6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxTE8C96J6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTE8CvY21 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxTE8CvY21 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sxTE8CvY21 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sxTE8CvY21 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sxTE8CvY21 .mbr-section-btn a {
  margin: 0;
}
.cid-sxTE8CvY21 .mbr-text {
  color: #767676;
}
.cid-sxTE8CvY21 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sxTE8CvY21 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sxTE8DG6Lg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxTE8DG6Lg .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTE8DG6Lg H2 {
  text-align: center;
}
.cid-sxTE8E5bza {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxTE8E5bza .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxTE8E5bza .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxTE8E5bza .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxTE8E5bza .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxTE8E5bza .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-sxTE8E5bza .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxTE8E5bza .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sxTE8E5bza .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sxTE8E5bza .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-sxTE8FvxHM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxTE8FvxHM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sxTE8FvxHM p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sxTE8FvxHM .card-img {
  width: auto;
}
.cid-sxTE8FvxHM .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sxTE8FvxHM .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sxTE8FvxHM .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sxTE8FvxHM .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxTE8GzKiz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxTE8GzKiz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sxTE8GzKiz p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sxTE8GzKiz .card-img {
  width: auto;
}
.cid-sxTE8GzKiz .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sxTE8GzKiz .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sxTE8GzKiz .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sxTE8GzKiz .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxTE8HmSL0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sxTE8HmSL0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTE8HmSL0 .formoid {
  margin: auto;
}
.cid-sxTE8HmSL0 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sxTE8HmSL0 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-sxTE8HmSL0 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sxTE8HmSL0 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sxTE8HmSL0 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxTE8HmSL0 .form-group,
  .cid-sxTE8HmSL0 .input-group-btn,
  .cid-sxTE8HmSL0 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sxTE8HmSL0 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sxTE8HV1aq {
  background-image: url("../../../assets/images/bg2-min-1280x850.jpg");
}
.cid-sxTE8HV1aq h1 {
  color: #616161;
}
.cid-sxTE8HV1aq h2,
.cid-sxTE8HV1aq h3,
.cid-sxTE8HV1aq p {
  color: #767676;
}
.cid-sxTE8HV1aq .mbr-section-subtitle {
  font-style: italic;
}
.cid-sxTE8HV1aq .mbr-text,
.cid-sxTE8HV1aq .mbr-section-btn {
  color: #ffffff;
}
.cid-sxTE8HV1aq H1 {
  color: #ffffff;
}
.cid-sxTE8IBcUV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxTE8IBcUV .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTE8IBcUV .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxTE8IBcUV .mbr-text {
  color: #767676;
}
.cid-sxTE8IBcUV .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sxTE8IBcUV .mbr-author-name {
  color: #767676;
}
.cid-sxTE8IBcUV .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sxTE8IBcUV .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sxTE8IBcUV .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sxTE8IBcUV .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sxTE8IBcUV .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sxTE8IBcUV .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sxTE8JS6ON {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxTE8JS6ON .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sxTE8Kxy31 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxTE8Kxy31 .title {
  padding-bottom: 2.5rem;
}
.cid-sxTE8Kxy31 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sxTE8Kxy31 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sxTE8Kxy31 .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sxTE8Kxy31 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-sxTE8Kxy31 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sxTE8Kxy31 .iconfont-wrapper {
    display: none;
  }
}
.cid-sxTE8LmGE0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sxTE8LmGE0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxTE8LmGE0 .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-sxTE8LmGE0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxTE8LmGE0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxTE8MsGPq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxTE8MsGPq .mbr-text,
.cid-sxTE8MsGPq blockquote {
  color: #767676;
}
.cid-sxTE8MVQdT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
