body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Cormorant Upright', 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #ffffff !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #232323;
}
#scrollToTop a i:before {
  background: #232323;
}
#scrollToTop a i:after {
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
}
.mbr-arrow a i {
  color: #232323;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #f5aeb5 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qInvPLbQ7U .nav-item:focus,
.cid-qInvPLbQ7U .nav-link:focus {
  outline: none;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qInvPLbQ7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qInvPLbQ7U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qInvPLbQ7U .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qInvPLbQ7U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qInvPLbQ7U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qInvPLbQ7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qInvPLbQ7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qInvPLbQ7U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qInvPLbQ7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qInvPLbQ7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qInvPLbQ7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qInvPLbQ7U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qInvPLbQ7U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qInvPLbQ7U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qInvPLbQ7U .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qInvPLbQ7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qInvPLbQ7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qInvPLbQ7U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qInvPLbQ7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qInvPLbQ7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qInvPLbQ7U .dropdown-item.active,
.cid-qInvPLbQ7U .dropdown-item:active {
  background-color: transparent;
}
.cid-qInvPLbQ7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qInvPLbQ7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qInvPLbQ7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qInvPLbQ7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qInvPLbQ7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qInvPLbQ7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qInvPLbQ7U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qInvPLbQ7U .navbar-buttons {
  text-align: center;
}
.cid-qInvPLbQ7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qInvPLbQ7U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qInvPLbQ7U a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qInvPLbQ7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qInvPLbQ7U .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qInvPLbQ7U .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qInvPLbQ7U .nav-link:hover,
.cid-qInvPLbQ7U .dropdown-item:hover,
.cid-qInvPLbQ7U .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qInvPLbQ7U .navbar {
    height: 77px;
  }
  .cid-qInvPLbQ7U .navbar.opened {
    height: auto;
  }
}
.cid-qInxwSEhdp {
  background-image: url("../../../assets/images/granite-rock-food-2018-19-2000x1500.jpg");
}
.cid-qInxwSEhdp .mbr-overlay {
  background: #000000;
}
.cid-qInxwSEhdp .mbr-section-title {
  letter-spacing: .5rem;
  color: #000000;
}
.cid-qInxwSEhdp .mbr-section-subtitle B {
  color: #000000;
}
.cid-qInxwSEhdp .mbr-text,
.cid-qInxwSEhdp .mbr-section-btn {
  color: #000000;
}
.cid-rUnRxkFyDI.popup-builder {
  background-color: #ffffff;
}
.cid-rUnRxkFyDI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUnRxkFyDI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUnRxkFyDI .modal-content,
.cid-rUnRxkFyDI .modal-dialog {
  height: auto;
}
.cid-rUnRxkFyDI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUnRxkFyDI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUnRxkFyDI .form-wrapper .mbr-form .form-group,
  .cid-rUnRxkFyDI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUnRxkFyDI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUnRxkFyDI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUnRxkFyDI .mbr-text {
  text-align: center;
}
.cid-rUnRxkFyDI .pt-0 {
  padding-top: 0 !important;
}
.cid-rUnRxkFyDI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUnRxkFyDI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUnRxkFyDI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUnRxkFyDI .modal-open {
  overflow: hidden;
}
.cid-rUnRxkFyDI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUnRxkFyDI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUnRxkFyDI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUnRxkFyDI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rUnRxkFyDI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUnRxkFyDI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUnRxkFyDI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUnRxkFyDI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUnRxkFyDI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUnRxkFyDI .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUnRxkFyDI .modal-backdrop.show {
  opacity: .5;
}
.cid-rUnRxkFyDI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUnRxkFyDI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUnRxkFyDI .modal-header .close:hover {
  opacity: 1;
}
.cid-rUnRxkFyDI .modal-header .close:focus {
  outline: none;
}
.cid-rUnRxkFyDI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rUnRxkFyDI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUnRxkFyDI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUnRxkFyDI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUnRxkFyDI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUnRxkFyDI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUnRxkFyDI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUnRxkFyDI .modal-sm {
    max-width: 300px;
  }
  .cid-rUnRxkFyDI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUnRxkFyDI .modal-lg,
  .cid-rUnRxkFyDI .modal-xl {
    max-width: 800px;
  }
  .cid-rUnRxkFyDI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUnRxkFyDI .modal-xl {
    max-width: 1140px;
  }
  .cid-rUnRxkFyDI .container {
    max-width: 1140px;
  }
}
.cid-rUnRxkFyDI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUnRxkFyDI .container {
    max-width: 720px;
  }
}
.cid-rUnRxkFyDI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUnRxkFyDI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rUnRxkFyDI .form-group {
  margin-bottom: 1rem;
}
.cid-rUnRxkFyDI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUnRxkFyDI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUnRxkFyDI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-qIKwmXMhSQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qIKwmXMhSQ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qIKwmXMhSQ .text-block {
  position: relative;
  z-index: 0;
}
.cid-qIKwmXMhSQ .box {
  width: 25%;
  height: 40%;
  background: #efefef;
  position: absolute;
  top: 4%;
}
.cid-qIKwmXMhSQ .row {
  flex-direction: row-reverse;
}
.cid-qIKwmXMhSQ .box {
  right: 20%;
}
.cid-qIKwmXMhSQ .text-box {
  right: 0;
}
.cid-qIKwmXMhSQ .mbr-section-title,
.cid-qIKwmXMhSQ .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-qIKwmXMhSQ .text-box {
    display: none;
  }
  .cid-qIKwmXMhSQ .mbr-section-title,
  .cid-qIKwmXMhSQ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qIKwmXMhSQ .box {
    display: none;
  }
  .cid-qIKwmXMhSQ .row {
    flex-direction: column-reverse;
  }
  .cid-qIKwmXMhSQ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIKwmXMhSQ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qIKjo0wpYW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/granite-rock-food-2018-6-2000x1500.jpg");
}
.cid-qIKjo0wpYW .mbr-overlay {
  background: #232323;
  background: linear-gradient(45deg, #232323, #ffffff);
}
.cid-qIKjo0wpYW .mbr-section-title {
  letter-spacing: .5rem;
}
.cid-qIKjo0wpYW .mbr-section-title P {
  color: #000000;
}
.cid-qIKjo0wpYW .mbr-section-subtitle P {
  color: #000000;
}
.cid-qIKkqCFRdu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qIKkqCFRdu .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qIKkqCFRdu .text-block {
  position: relative;
  z-index: 0;
}
.cid-qIKkqCFRdu .box {
  width: 25%;
  height: 40%;
  background: #cccccc;
  position: absolute;
  top: 4%;
}
.cid-qIKkqCFRdu .box {
  left: 20%;
}
.cid-qIKkqCFRdu .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qIKkqCFRdu .mbr-section-text,
.cid-qIKkqCFRdu .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-qIKkqCFRdu .text-box {
    display: none;
  }
  .cid-qIKkqCFRdu .mbr-section-title,
  .cid-qIKkqCFRdu .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qIKkqCFRdu .box {
    display: none;
  }
  .cid-qIKkqCFRdu .row {
    flex-direction: column-reverse;
  }
  .cid-qIKkqCFRdu .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIKkqCFRdu .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qInxVx8B3P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qInxVx8B3P .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qInxVx8B3P .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qInxVx8B3P .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qInxVx8B3P .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qInxVx8B3P .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qInxVx8B3P .icon-focus {
  display: none;
}
.cid-qInxVx8B3P .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qInxVx8B3P ul {
  font-size: 0;
}
.cid-qInxVx8B3P .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qInxVx8B3P .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qInxVx8B3P .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #f5aeb5);
}
.cid-qInxVx8B3P .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qInxVx8B3P .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qInxVx8B3P .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-qInxVx8B3P .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qInxVx8B3P .btn:hover {
  background: transparent !important;
}
.cid-qInxVx8B3P .btn:hover:before {
  background: transparent !important;
}
.cid-qInxVx8B3P .btn:before {
  background-color: transparent !important;
}
.cid-qInxVx8B3P .btn:focus {
  box-shadow: none;
}
.cid-qInxVx8B3P .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-qInwVImX8q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sytecutytuy-750x1000.jpg");
}
.cid-qInwVImX8q .row {
  justify-content: flex-end;
  align-items: stretch;
}
.cid-qInwVImX8q .content-panel {
  padding: 3rem;
  background-color: #232323;
}
.cid-qInwVImX8q .text-block {
  padding-right: 0;
}
.cid-qInwVImX8q .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qInwVImX8q .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qInwVImX8q .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-qInwVImX8q .google-map .place-card {
  margin-left: 40px !important;
}
.cid-qIKsc3EPI4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qIKsc3EPI4 *:focus {
  outline: none;
}
.cid-qIKsc3EPI4 .input-wrap {
  padding-bottom: 2rem;
}
.cid-qIKsc3EPI4 .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
}
.cid-qIKsc3EPI4 textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #ffffff;
}
.cid-qIKsc3EPI4 textarea:focus {
  color: #ffffff;
}
.cid-qIKsc3EPI4 ::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qIKsc3EPI4 ::-moz-placeholder {
  color: #ffffff;
}
.cid-qIKsc3EPI4 :-ms-input-placeholder {
  color: #ffffff;
}
.cid-qIKsc3EPI4 :-moz-placeholder {
  color: #ffffff;
}
.cid-qIKsc3EPI4 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qIKsc3EPI4 .soc-item .socicon {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: 1;
}
.cid-qIKsc3EPI4 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qIKsc3EPI4 .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #ffffff;
  background: transparent;
}
.cid-qIKsc3EPI4 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qIKsc3EPI4 .first-column,
  .cid-qIKsc3EPI4 .form-1 {
    text-align: center;
  }
}
.cid-qIKsc3EPI4 .address-title,
.cid-qIKsc3EPI4 .address-block {
  color: #ffffff;
}
.cid-qIKsc3EPI4 .contacts-title,
.cid-qIKsc3EPI4 .contacts-block {
  color: #ffffff;
}
.cid-qIKsc3EPI4 .follow-title,
.cid-qIKsc3EPI4 .social-list {
  color: #ffffff;
}
.cid-qIKsc3EPI4 .form-title,
.cid-qIKsc3EPI4 .btn-row {
  color: #ffffff;
}
.cid-qInvPLbQ7U .nav-item:focus,
.cid-qInvPLbQ7U .nav-link:focus {
  outline: none;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qInvPLbQ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qInvPLbQ7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qInvPLbQ7U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qInvPLbQ7U .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qInvPLbQ7U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qInvPLbQ7U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qInvPLbQ7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qInvPLbQ7U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qInvPLbQ7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qInvPLbQ7U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qInvPLbQ7U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qInvPLbQ7U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qInvPLbQ7U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qInvPLbQ7U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qInvPLbQ7U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qInvPLbQ7U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qInvPLbQ7U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qInvPLbQ7U .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qInvPLbQ7U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qInvPLbQ7U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qInvPLbQ7U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qInvPLbQ7U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qInvPLbQ7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qInvPLbQ7U .dropdown-item.active,
.cid-qInvPLbQ7U .dropdown-item:active {
  background-color: transparent;
}
.cid-qInvPLbQ7U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qInvPLbQ7U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qInvPLbQ7U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qInvPLbQ7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qInvPLbQ7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qInvPLbQ7U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qInvPLbQ7U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qInvPLbQ7U .navbar-buttons {
  text-align: center;
}
.cid-qInvPLbQ7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qInvPLbQ7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qInvPLbQ7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qInvPLbQ7U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qInvPLbQ7U a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qInvPLbQ7U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qInvPLbQ7U .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qInvPLbQ7U .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qInvPLbQ7U .nav-link:hover,
.cid-qInvPLbQ7U .dropdown-item:hover,
.cid-qInvPLbQ7U .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qInvPLbQ7U .navbar {
    height: 77px;
  }
  .cid-qInvPLbQ7U .navbar.opened {
    height: auto;
  }
}
.cid-qIKoDSJ5wm {
  background-image: url("../../../assets/images/121935842-113843127162511-1023482580158755872-n-960x720.jpg");
}
.cid-qIKoDSJ5wm .mbr-overlay {
  background: #232323;
}
.cid-qIKoDSJ5wm .mbr-section-title {
  letter-spacing: .5rem;
  color: #ffffff;
}
.cid-qIKoDSJ5wm .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qIKoDSJ5wm .mbr-text,
.cid-qIKoDSJ5wm .mbr-section-btn {
  color: #ffffff;
}
.cid-qIsRtSeFaz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qIsRtSeFaz .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qIsRtSeFaz .text-block {
  position: relative;
  z-index: 0;
}
.cid-qIsRtSeFaz .box {
  width: 25%;
  height: 40%;
  background: #efefef;
  position: absolute;
  top: 4%;
}
.cid-qIsRtSeFaz .row {
  flex-direction: row-reverse;
}
.cid-qIsRtSeFaz .box {
  right: 20%;
}
.cid-qIsRtSeFaz .text-box {
  right: 0;
}
.cid-qIsRtSeFaz .mbr-section-title,
.cid-qIsRtSeFaz .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qIsRtSeFaz .text-box {
    display: none;
  }
  .cid-qIsRtSeFaz .mbr-section-title,
  .cid-qIsRtSeFaz .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qIsRtSeFaz .box {
    display: none;
  }
  .cid-qIsRtSeFaz .row {
    flex-direction: column-reverse;
  }
  .cid-qIsRtSeFaz .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIsRtSeFaz .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qIKr1PV04v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qIKr1PV04v *:focus {
  outline: none;
}
.cid-qIKr1PV04v .input-wrap {
  padding-bottom: 2rem;
}
.cid-qIKr1PV04v .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
}
.cid-qIKr1PV04v textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #ffffff;
}
.cid-qIKr1PV04v textarea:focus {
  color: #ffffff;
}
.cid-qIKr1PV04v ::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qIKr1PV04v ::-moz-placeholder {
  color: #ffffff;
}
.cid-qIKr1PV04v :-ms-input-placeholder {
  color: #ffffff;
}
.cid-qIKr1PV04v :-moz-placeholder {
  color: #ffffff;
}
.cid-qIKr1PV04v .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qIKr1PV04v .soc-item .socicon {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: 1;
}
.cid-qIKr1PV04v .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qIKr1PV04v .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #ffffff;
  background: transparent;
}
.cid-qIKr1PV04v .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qIKr1PV04v .first-column,
  .cid-qIKr1PV04v .form-1 {
    text-align: center;
  }
}
.cid-qIKr1PV04v .address-title,
.cid-qIKr1PV04v .address-block {
  color: #ffffff;
}
.cid-qIKr1PV04v .contacts-title,
.cid-qIKr1PV04v .contacts-block {
  color: #ffffff;
}
.cid-qIKr1PV04v .follow-title,
.cid-qIKr1PV04v .social-list {
  color: #ffffff;
}
.cid-qIKr1PV04v .form-title,
.cid-qIKr1PV04v .btn-row {
  color: #ffffff;
}
