@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #668d3b !important;
}
.bg-success {
  background-color: #f5bf15 !important;
}
.bg-info {
  background-color: #668d3b !important;
}
.bg-warning {
  background-color: #54a1d5 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #668d3b !important;
  border-color: #668d3b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #668d3b;
  border-color: #668d3b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #668d3b !important;
  border-color: #668d3b !important;
}
.btn-primary:hover {
  background-color: #4c692c !important;
  border-color: #4c692c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #668d3b !important;
  border-color: #668d3b !important;
}
.btn-info,
.btn-info:active {
  background-color: #668d3b !important;
  border-color: #668d3b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #668d3b;
  border-color: #668d3b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #668d3b !important;
  border-color: #668d3b !important;
}
.btn-info:hover {
  background-color: #4c692c !important;
  border-color: #4c692c !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5bf15 !important;
  border-color: #f5bf15 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f5bf15;
  border-color: #f5bf15;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f5bf15 !important;
  border-color: #f5bf15 !important;
}
.btn-success:hover {
  background-color: #ce9f09 !important;
  border-color: #ce9f09 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #54a1d5 !important;
  border-color: #54a1d5 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #54a1d5;
  border-color: #54a1d5;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #54a1d5 !important;
  border-color: #54a1d5 !important;
}
.btn-warning:hover {
  background-color: #3189c5 !important;
  border-color: #3189c5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #668d3b;
  color: #668d3b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #668d3b !important;
  border-color: #668d3b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #668d3b !important;
  border-color: #668d3b !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #668d3b !important;
  border-color: #668d3b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #668d3b;
  color: #668d3b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #668d3b !important;
  border-color: #668d3b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #668d3b !important;
  border-color: #668d3b !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f5bf15;
  color: #f5bf15;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f5bf15 !important;
  border-color: #f5bf15;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f5bf15 !important;
  border-color: #f5bf15 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #54a1d5;
  color: #54a1d5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #54a1d5 !important;
  border-color: #54a1d5;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #54a1d5 !important;
  border-color: #54a1d5 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #668d3b !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #f5bf15 !important;
}
.text-info {
  color: #668d3b !important;
}
.text-warning {
  color: #54a1d5 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #32451d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9d7907 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #32451d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #266d9d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #668d3b !important;
}
.alert-success {
  background-color: #f5bf15;
}
.alert-info {
  background-color: #668d3b;
}
.alert-warning {
  background-color: #54a1d5;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #668d3b;
  border-color: #668d3b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #668d3b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a6c97e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf5d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6c97e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fbfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #668d3b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #668d3b;
  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: #668d3b;
  border-bottom-color: #668d3b;
}
.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: #668d3b !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s9BQ8ng2bC {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s9BQ8ng2bC .nav-item,
.cid-s9BQ8ng2bC .nav-link,
.cid-s9BQ8ng2bC .navbar-caption {
  font-weight: normal;
}
.cid-s9BQ8ng2bC .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-s9BQ8ng2bC .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s9BQ8ng2bC .btn {
    white-space: nowrap;
  }
  .cid-s9BQ8ng2bC .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s9BQ8ng2bC .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s9BQ8ng2bC .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s9BQ8ng2bC .dropdown-toggle::after,
  .cid-s9BQ8ng2bC .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s9BQ8ng2bC .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown-item:hover {
  color: #668d3b !important;
  background-color: #fafafa;
}
.cid-s9BQ8ng2bC .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s9BQ8ng2bC .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s9BQ8ng2bC .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s9BQ8ng2bC .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s9BQ8ng2bC .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s9BQ8ng2bC .nav-item:focus,
.cid-s9BQ8ng2bC .nav-link:focus {
  outline: none;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s9BQ8ng2bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s9BQ8ng2bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s9BQ8ng2bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s9BQ8ng2bC ul.navbar-nav li {
  margin: auto;
}
.cid-s9BQ8ng2bC .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s9BQ8ng2bC .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s9BQ8ng2bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9BQ8ng2bC .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s9BQ8ng2bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9BQ8ng2bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s9BQ8ng2bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s9BQ8ng2bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9BQ8ng2bC .navbar .container-fluid,
  .cid-s9BQ8ng2bC .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s9BQ8ng2bC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s9BQ8ng2bC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9BQ8ng2bC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9BQ8ng2bC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9BQ8ng2bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9BQ8ng2bC .dropdown-item.active,
.cid-s9BQ8ng2bC .dropdown-item:active {
  background-color: transparent;
}
.cid-s9BQ8ng2bC .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9BQ8ng2bC .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s9BQ8ng2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s9BQ8ng2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s9BQ8ng2bC .navbar-buttons {
  text-align: center;
}
.cid-s9BQ8ng2bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #668d3b;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9BQ8ng2bC .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s9BQ8ng2bC a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC a.nav-link:hover {
  color: #668d3b !important;
}
.is-builder .cid-s9BQ8ng2bC .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9BQ8ng2bC .navbar {
    height: 77px;
  }
  .cid-s9BQ8ng2bC .navbar.opened {
    height: auto;
  }
  .cid-s9BQ8ng2bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9BQDgjywr {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-s9BQDgjywr .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-s9BQDgjywr .wrap {
  padding: 0 25px;
}
.cid-s9BQDgjywr .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #668d3b;
  top: 0px;
  right: 0px;
}
.cid-s9BQDgjywr .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-s9BQDgjywr .mbr-text {
  margin-bottom: 20px;
}
.cid-s9BQDgjywr .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-s9BQDgjywr .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-s9BQDgjywr .container,
  .cid-s9BQDgjywr .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s9BQDgjywr .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-s9BQDgjywr a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s9BQDgjywr .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-s9BSwD3pFE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s9BSwD3pFE .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s9BSwD3pFE .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s9BSwD3pFE .mbr-text {
  margin: 10px 0;
}
.cid-s9BSwD3pFE .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s9BSwD3pFE .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-s9BSwD3pFE .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-s9BSwD3pFE .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s9BRzFcqdM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #54a1d5;
}
.cid-s9BRzFcqdM .content__block {
  padding: 50px 15px;
}
.cid-s9BRzFcqdM .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #668d3b;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s9BRzFcqdM .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-s9BRzFcqdM .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-s9BRzFcqdM .image {
  perspective: 3500px;
  position: relative;
}
.cid-s9BRzFcqdM .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(84, 161, 213, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-s9BRzFcqdM .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s9BRzFcqdM .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s9BRzFcqdM .mbr-section-btn .btn-white-outline:hover {
  color: #668d3b !important;
}
@media (max-width: 991px) {
  .cid-s9BRzFcqdM .content__block {
    padding: 30px 15px;
  }
  .cid-s9BRzFcqdM .mbr-figure {
    padding: 0;
  }
  .cid-s9BRzFcqdM .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(84, 161, 213, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-s9BRzFcqdM .lg-push {
    right: 13%;
  }
  .cid-s9BRzFcqdM .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-s9BRzFcqdM .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-s9BRzFcqdM .mbr-text,
.cid-s9BRzFcqdM .mbr-section-btn {
  color: #ffffff;
}
.cid-s9BRVrAPfG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #668d3b;
}
.cid-s9BRVrAPfG .content__block {
  padding: 50px 15px;
}
.cid-s9BRVrAPfG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #668d3b;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s9BRVrAPfG .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-s9BRVrAPfG .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-s9BRVrAPfG .image {
  perspective: 3500px;
  position: relative;
}
.cid-s9BRVrAPfG .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(102, 141, 59, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(102, 141, 59, 0.99));
}
.cid-s9BRVrAPfG .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s9BRVrAPfG .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s9BRVrAPfG .mbr-section-btn .btn-white-outline:hover {
  color: #668d3b !important;
}
@media (max-width: 991px) {
  .cid-s9BRVrAPfG .content__block {
    padding: 30px 15px;
  }
  .cid-s9BRVrAPfG .mbr-figure {
    padding: 0;
  }
  .cid-s9BRVrAPfG .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(102, 141, 59, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-s9BRVrAPfG .lg-push {
    right: 13%;
  }
  .cid-s9BRVrAPfG .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-s9BRVrAPfG .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-s9BRVrAPfG .lg-push {
    left: 13%;
  }
  .cid-s9BRVrAPfG .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-s9BS8cWFgO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5bf15;
}
.cid-s9BS8cWFgO .content__block {
  padding: 50px 15px;
}
.cid-s9BS8cWFgO .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #668d3b;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s9BS8cWFgO .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-s9BS8cWFgO .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-s9BS8cWFgO .image {
  perspective: 3500px;
  position: relative;
}
.cid-s9BS8cWFgO .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(245, 191, 21, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-s9BS8cWFgO .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s9BS8cWFgO .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s9BS8cWFgO .mbr-section-btn .btn-white-outline:hover {
  color: #668d3b !important;
}
@media (max-width: 991px) {
  .cid-s9BS8cWFgO .content__block {
    padding: 30px 15px;
  }
  .cid-s9BS8cWFgO .mbr-figure {
    padding: 0;
  }
  .cid-s9BS8cWFgO .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(245, 191, 21, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-s9BS8cWFgO .lg-push {
    right: 13%;
  }
  .cid-s9BS8cWFgO .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-s9BS8cWFgO .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-s9BS8cWFgO .mbr-text,
.cid-s9BS8cWFgO .mbr-section-btn {
  color: #ffffff;
}
.cid-s9BTpLPwXG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #54a1d5;
}
.cid-s9BTpLPwXG .content__block {
  padding: 50px 15px;
}
.cid-s9BTpLPwXG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #668d3b;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s9BTpLPwXG .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-s9BTpLPwXG .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-s9BTpLPwXG .image {
  perspective: 3500px;
  position: relative;
}
.cid-s9BTpLPwXG .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(84, 161, 213, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(84, 161, 213, 0.99));
}
.cid-s9BTpLPwXG .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s9BTpLPwXG .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s9BTpLPwXG .mbr-section-btn .btn-white-outline:hover {
  color: #668d3b !important;
}
@media (max-width: 991px) {
  .cid-s9BTpLPwXG .content__block {
    padding: 30px 15px;
  }
  .cid-s9BTpLPwXG .mbr-figure {
    padding: 0;
  }
  .cid-s9BTpLPwXG .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(84, 161, 213, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-s9BTpLPwXG .lg-push {
    right: 13%;
  }
  .cid-s9BTpLPwXG .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-s9BTpLPwXG .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-s9BTpLPwXG .lg-push {
    left: 13%;
  }
  .cid-s9BTpLPwXG .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-si0oqv92h9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-si0oqv92h9 .title__wrap {
  margin-bottom: 30px;
}
.cid-si0oqv92h9 .title__block {
  margin-bottom: 10px;
}
.cid-si0oqv92h9 .mbr-section-title {
  margin-bottom: 0;
}
.cid-si0oqv92h9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-si0oqv92h9 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-si0oqv92h9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-si0oqv92h9 .mbr-section-btn .btn-secondary-outline:hover {
  color: #668d3b !important;
}
.cid-si0oqv92h9 .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 320px;
  margin-bottom: 30px;
}
.cid-si0oqv92h9 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-si0oqv92h9 .image:hover .text__block {
  transform: translateY(0);
}
.cid-si0oqv92h9 .image:hover .social__wrap {
  opacity: 1;
}
.cid-si0oqv92h9 .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-si0oqv92h9 .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(0);
}
.cid-si0oqv92h9 .text__title,
.cid-si0oqv92h9 .text__descr {
  margin-bottom: 0;
}
.cid-si0oqv92h9 .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-si0oqv92h9 .icons {
  display: inline-block;
}
.cid-si0oqv92h9 .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-si0oqv92h9 .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #668d3b !important;
}
.cid-si0oqv92h9 .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-si0oqv92h9 .social__wrap .border__radius span:hover {
  color: #668d3b !important;
}
@media (max-width: 575px) {
  .cid-si0oqv92h9 .buttons {
    justify-content: flex-start;
  }
}
.cid-s9BSQhlJUN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s9BSQhlJUN .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-s9BSQhlJUN .footer__content {
  margin-bottom: 30px;
}
.cid-s9BSQhlJUN .footer__content:last-child {
  margin-bottom: 0;
}
.cid-s9BSQhlJUN .title__adress {
  margin-bottom: 20px;
}
.cid-s9BSQhlJUN .work__adress {
  margin-bottom: 0;
  color: #17161a;
}
.cid-s9BSQhlJUN .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-s9BSQhlJUN .privacy {
    text-align: left;
  }
}
.cid-s9BSQhlJUN .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-s9BSQhlJUN .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-s9BSQhlJUN .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-s9BSQhlJUN .input-group-btn {
  padding-left: 0;
}
.cid-s9BSQhlJUN .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-s9BSQhlJUN .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-s9BSQhlJUN .mbr-form .btn {
  margin: 0;
}
.cid-s9BSQhlJUN input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-s9BSQhlJUN input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-s9BSQhlJUN .wrap {
    padding-bottom: 25px;
  }
  .cid-s9BSQhlJUN .divider {
    margin: 0 0 20px;
  }
}
.cid-s9BQ8ng2bC {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s9BQ8ng2bC .nav-item,
.cid-s9BQ8ng2bC .nav-link,
.cid-s9BQ8ng2bC .navbar-caption {
  font-weight: normal;
}
.cid-s9BQ8ng2bC .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-s9BQ8ng2bC .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s9BQ8ng2bC .btn {
    white-space: nowrap;
  }
  .cid-s9BQ8ng2bC .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s9BQ8ng2bC .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s9BQ8ng2bC .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s9BQ8ng2bC .dropdown-toggle::after,
  .cid-s9BQ8ng2bC .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s9BQ8ng2bC .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown-item:hover {
  color: #668d3b !important;
  background-color: #fafafa;
}
.cid-s9BQ8ng2bC .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s9BQ8ng2bC .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s9BQ8ng2bC .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s9BQ8ng2bC .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s9BQ8ng2bC .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s9BQ8ng2bC .nav-item:focus,
.cid-s9BQ8ng2bC .nav-link:focus {
  outline: none;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s9BQ8ng2bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s9BQ8ng2bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s9BQ8ng2bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s9BQ8ng2bC ul.navbar-nav li {
  margin: auto;
}
.cid-s9BQ8ng2bC .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s9BQ8ng2bC .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s9BQ8ng2bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9BQ8ng2bC .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s9BQ8ng2bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9BQ8ng2bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s9BQ8ng2bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s9BQ8ng2bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9BQ8ng2bC .navbar .container-fluid,
  .cid-s9BQ8ng2bC .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s9BQ8ng2bC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s9BQ8ng2bC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9BQ8ng2bC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9BQ8ng2bC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9BQ8ng2bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9BQ8ng2bC .dropdown-item.active,
.cid-s9BQ8ng2bC .dropdown-item:active {
  background-color: transparent;
}
.cid-s9BQ8ng2bC .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9BQ8ng2bC .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s9BQ8ng2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s9BQ8ng2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s9BQ8ng2bC .navbar-buttons {
  text-align: center;
}
.cid-s9BQ8ng2bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #668d3b;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9BQ8ng2bC .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s9BQ8ng2bC a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC a.nav-link:hover {
  color: #668d3b !important;
}
.is-builder .cid-s9BQ8ng2bC .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9BQ8ng2bC .navbar {
    height: 77px;
  }
  .cid-s9BQ8ng2bC .navbar.opened {
    height: auto;
  }
  .cid-s9BQ8ng2bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9BSQhlJUN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s9BSQhlJUN .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-s9BSQhlJUN .footer__content {
  margin-bottom: 30px;
}
.cid-s9BSQhlJUN .footer__content:last-child {
  margin-bottom: 0;
}
.cid-s9BSQhlJUN .title__adress {
  margin-bottom: 20px;
}
.cid-s9BSQhlJUN .work__adress {
  margin-bottom: 0;
  color: #17161a;
}
.cid-s9BSQhlJUN .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-s9BSQhlJUN .privacy {
    text-align: left;
  }
}
.cid-s9BSQhlJUN .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-s9BSQhlJUN .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-s9BSQhlJUN .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-s9BSQhlJUN .input-group-btn {
  padding-left: 0;
}
.cid-s9BSQhlJUN .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-s9BSQhlJUN .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-s9BSQhlJUN .mbr-form .btn {
  margin: 0;
}
.cid-s9BSQhlJUN input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-s9BSQhlJUN input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-s9BSQhlJUN .wrap {
    padding-bottom: 25px;
  }
  .cid-s9BSQhlJUN .divider {
    margin: 0 0 20px;
  }
}
.cid-sblb8YbjyJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sblb8YbjyJ .title__block {
  margin-bottom: 30px;
}
.cid-sblb8YbjyJ .mbr-section-subtitle,
.cid-sblb8YbjyJ .card__subtitle {
  opacity: .8;
  margin-bottom: 0;
}
.cid-sblb8YbjyJ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sblb8YbjyJ .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sblb8YbjyJ .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-sblb8YbjyJ .card__title {
  margin-bottom: 20px;
}
.cid-sblb8YbjyJ .mbr-text {
  margin-bottom: 0;
}
.cid-sblb8YbjyJ .mbr-section-title,
.cid-sblb8YbjyJ .mbr-section-btn {
  color: #3c3c3b;
}
.cid-sblb8YbjyJ .mbr-section-subtitle {
  color: #3c3c3b;
}
.cid-s9BQ8ng2bC {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s9BQ8ng2bC .nav-item,
.cid-s9BQ8ng2bC .nav-link,
.cid-s9BQ8ng2bC .navbar-caption {
  font-weight: normal;
}
.cid-s9BQ8ng2bC .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-s9BQ8ng2bC .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s9BQ8ng2bC .btn {
    white-space: nowrap;
  }
  .cid-s9BQ8ng2bC .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s9BQ8ng2bC .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s9BQ8ng2bC .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s9BQ8ng2bC .dropdown-toggle::after,
  .cid-s9BQ8ng2bC .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s9BQ8ng2bC .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC .dropdown-menu .dropdown-item:hover {
  color: #668d3b !important;
  background-color: #fafafa;
}
.cid-s9BQ8ng2bC .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s9BQ8ng2bC .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s9BQ8ng2bC .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s9BQ8ng2bC .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s9BQ8ng2bC .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s9BQ8ng2bC .nav-item:focus,
.cid-s9BQ8ng2bC .nav-link:focus {
  outline: none;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s9BQ8ng2bC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s9BQ8ng2bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s9BQ8ng2bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s9BQ8ng2bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s9BQ8ng2bC ul.navbar-nav li {
  margin: auto;
}
.cid-s9BQ8ng2bC .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s9BQ8ng2bC .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s9BQ8ng2bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s9BQ8ng2bC .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s9BQ8ng2bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s9BQ8ng2bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s9BQ8ng2bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s9BQ8ng2bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s9BQ8ng2bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s9BQ8ng2bC .navbar .container-fluid,
  .cid-s9BQ8ng2bC .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s9BQ8ng2bC .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s9BQ8ng2bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s9BQ8ng2bC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s9BQ8ng2bC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s9BQ8ng2bC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s9BQ8ng2bC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s9BQ8ng2bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s9BQ8ng2bC .dropdown-item.active,
.cid-s9BQ8ng2bC .dropdown-item:active {
  background-color: transparent;
}
.cid-s9BQ8ng2bC .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s9BQ8ng2bC .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s9BQ8ng2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s9BQ8ng2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s9BQ8ng2bC .navbar-buttons {
  text-align: center;
}
.cid-s9BQ8ng2bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #668d3b;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9BQ8ng2bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9BQ8ng2bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9BQ8ng2bC .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s9BQ8ng2bC a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s9BQ8ng2bC a.nav-link:hover {
  color: #668d3b !important;
}
.is-builder .cid-s9BQ8ng2bC .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9BQ8ng2bC .navbar {
    height: 77px;
  }
  .cid-s9BQ8ng2bC .navbar.opened {
    height: auto;
  }
  .cid-s9BQ8ng2bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-si0sEuo6mG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-si0sEuo6mG .title__block {
  padding: 50px 15px;
}
.cid-si0sEuo6mG .image {
  display: block;
  position: relative;
  display: flex !important;
  justify-content: flex-end;
}
.cid-si0sEuo6mG .image img {
  height: 100%;
  object-fit: cover;
}
.cid-si0sEuo6mG .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-si0sEuo6mG .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-si0sEuo6mG .widget .widget__item:hover .mbr-iconfont {
  color: #668d3b;
}
.cid-si0sEuo6mG .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-si0sEuo6mG .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-si0sEuo6mG .widget .widget__text {
  margin: 5px 0;
}
.cid-si0sEuo6mG .mbr-section-btn {
  margin-top: 20px;
}
.cid-si0sEuo6mG .btn {
  margin-top: 0;
}
.cid-si0sEuo6mG .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-si0sEuo6mG .mbr-media {
  display: inline-block;
}
.cid-si0sEuo6mG .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-si0sEuo6mG .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(102, 141, 59, 0.95);
  border-radius: 50%;
}
.cid-si0sEuo6mG .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-si0sEuo6mG .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-si0sEuo6mG .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(102, 141, 59, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-si0sEuo6mG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-si0sEuo6mG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-si0sEuo6mG .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-si0sEuo6mG a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-si0sEuo6mG a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-si0sEuo6mG .push__left {
    margin-right: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-si0sEuo6mG .image {
    padding: 0;
  }
  .cid-si0sEuo6mG .container,
  .cid-si0sEuo6mG .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-si0sEuo6mG .widget {
    margin-left: 0;
  }
  .cid-si0sEuo6mG .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-si0sEuo6mG a.close {
    right: 50px;
    top: 25px;
  }
  .cid-si0sEuo6mG .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-si0sEuo6mG .image img {
    max-height: 400px;
  }
}
.cid-si0vQrRJUs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5bf15;
}
.cid-si0vQrRJUs .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0vQrRJUs .price {
  margin-top: 5px;
}
.cid-si0vQrRJUs .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0vQrRJUs .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0vQrRJUs .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0vQrRJUs .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0vQrRJUs .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0vQrRJUs .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0vQrRJUs .content__block,
  .cid-si0vQrRJUs .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0vQrRJUs .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0wTnyZ0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-si0wTnyZ0A .title__wrap {
  margin-bottom: 30px;
}
.cid-si0wTnyZ0A .title__block {
  margin-bottom: 10px;
}
.cid-si0wTnyZ0A .mbr-section-title,
.cid-si0wTnyZ0A .text__time,
.cid-si0wTnyZ0A .mbr-text,
.cid-si0wTnyZ0A .text__author,
.cid-si0wTnyZ0A .text__hall {
  margin-bottom: 0;
}
.cid-si0wTnyZ0A .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-si0wTnyZ0A .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-si0wTnyZ0A .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-si0wTnyZ0A .mbr-section-btn .btn-secondary-outline:hover {
  color: #668d3b !important;
}
.cid-si0wTnyZ0A .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-si0wTnyZ0A .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-si0wTnyZ0A .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-si0wTnyZ0A .nav-tabs .nav-item.open .nav-link:focus,
.cid-si0wTnyZ0A .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-si0wTnyZ0A .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-si0wTnyZ0A .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-si0wTnyZ0A .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-si0wTnyZ0A .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-si0wTnyZ0A .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #f5bf15;
}
.cid-si0wTnyZ0A .nav-tabs .nav-link.active:hover {
  background-color: #f5bf15;
}
@media (max-width: 991px) {
  .cid-si0wTnyZ0A .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-si0wTnyZ0A .buttons {
    justify-content: flex-start;
  }
}
.cid-si0wTnyZ0A .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-si0AD6a6aP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0AD6a6aP .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0AD6a6aP .price {
  margin-top: 5px;
}
.cid-si0AD6a6aP .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0AD6a6aP .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0AD6a6aP .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0AD6a6aP .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0AD6a6aP .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0AD6a6aP .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0AD6a6aP .content__block,
  .cid-si0AD6a6aP .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0AD6a6aP .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0AKQ5Unh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-si0AKQ5Unh .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0AKQ5Unh .price {
  margin-top: 5px;
}
.cid-si0AKQ5Unh .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0AKQ5Unh .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0AKQ5Unh .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0AKQ5Unh .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0AKQ5Unh .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0AKQ5Unh .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0AKQ5Unh .content__block,
  .cid-si0AKQ5Unh .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0AKQ5Unh .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0ATGdYjX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0ATGdYjX .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0ATGdYjX .price {
  margin-top: 5px;
}
.cid-si0ATGdYjX .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0ATGdYjX .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0ATGdYjX .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0ATGdYjX .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0ATGdYjX .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0ATGdYjX .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0ATGdYjX .content__block,
  .cid-si0ATGdYjX .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0ATGdYjX .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0B5a7Dyt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-si0B5a7Dyt .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0B5a7Dyt .price {
  margin-top: 5px;
}
.cid-si0B5a7Dyt .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0B5a7Dyt .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0B5a7Dyt .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0B5a7Dyt .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0B5a7Dyt .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0B5a7Dyt .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0B5a7Dyt .content__block,
  .cid-si0B5a7Dyt .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0B5a7Dyt .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0BytjSr0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0BytjSr0 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0BytjSr0 .price {
  margin-top: 5px;
}
.cid-si0BytjSr0 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0BytjSr0 .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0BytjSr0 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0BytjSr0 .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0BytjSr0 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0BytjSr0 .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0BytjSr0 .content__block,
  .cid-si0BytjSr0 .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0BytjSr0 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0CaE4jnk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-si0CaE4jnk .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0CaE4jnk .price {
  margin-top: 5px;
}
.cid-si0CaE4jnk .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0CaE4jnk .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0CaE4jnk .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0CaE4jnk .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0CaE4jnk .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0CaE4jnk .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0CaE4jnk .content__block,
  .cid-si0CaE4jnk .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0CaE4jnk .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0CkZHYoM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0CkZHYoM .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0CkZHYoM .price {
  margin-top: 5px;
}
.cid-si0CkZHYoM .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0CkZHYoM .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0CkZHYoM .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0CkZHYoM .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0CkZHYoM .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0CkZHYoM .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0CkZHYoM .content__block,
  .cid-si0CkZHYoM .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0CkZHYoM .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0CtWtdUs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-si0CtWtdUs .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0CtWtdUs .price {
  margin-top: 5px;
}
.cid-si0CtWtdUs .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0CtWtdUs .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0CtWtdUs .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0CtWtdUs .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0CtWtdUs .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0CtWtdUs .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0CtWtdUs .content__block,
  .cid-si0CtWtdUs .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0CtWtdUs .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0CN9B3CR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0CN9B3CR .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0CN9B3CR .price {
  margin-top: 5px;
}
.cid-si0CN9B3CR .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0CN9B3CR .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0CN9B3CR .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0CN9B3CR .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0CN9B3CR .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0CN9B3CR .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0CN9B3CR .content__block,
  .cid-si0CN9B3CR .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0CN9B3CR .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0GROIHbs.popup-builder {
  background-color: #ffffff;
}
.cid-si0GROIHbs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si0GROIHbs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si0GROIHbs .modal-content,
.cid-si0GROIHbs .modal-dialog {
  height: auto;
}
.cid-si0GROIHbs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si0GROIHbs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si0GROIHbs .form-wrapper .mbr-form .form-group,
  .cid-si0GROIHbs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si0GROIHbs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si0GROIHbs .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-si0GROIHbs .mbr-text {
  text-align: center;
}
.cid-si0GROIHbs .pt-0 {
  padding-top: 0 !important;
}
.cid-si0GROIHbs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si0GROIHbs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si0GROIHbs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si0GROIHbs .modal-open {
  overflow: hidden;
}
.cid-si0GROIHbs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si0GROIHbs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si0GROIHbs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si0GROIHbs .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-si0GROIHbs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si0GROIHbs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si0GROIHbs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si0GROIHbs .modal-content {
  background: #ebeaed;
  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-si0GROIHbs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si0GROIHbs .modal-backdrop.fade {
  opacity: 0;
}
.cid-si0GROIHbs .modal-backdrop.show {
  opacity: .5;
}
.cid-si0GROIHbs .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-si0GROIHbs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si0GROIHbs .modal-header .close:hover {
  opacity: 1;
}
.cid-si0GROIHbs .modal-header .close:focus {
  outline: none;
}
.cid-si0GROIHbs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-si0GROIHbs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si0GROIHbs .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-si0GROIHbs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si0GROIHbs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si0GROIHbs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si0GROIHbs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si0GROIHbs .modal-sm {
    max-width: 300px;
  }
  .cid-si0GROIHbs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si0GROIHbs .modal-lg,
  .cid-si0GROIHbs .modal-xl {
    max-width: 800px;
  }
  .cid-si0GROIHbs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si0GROIHbs .modal-xl {
    max-width: 1140px;
  }
  .cid-si0GROIHbs .container {
    max-width: 1140px;
  }
}
.cid-si0GROIHbs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si0GROIHbs .container {
    max-width: 720px;
  }
}
.cid-si0GROIHbs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si0GROIHbs .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-si0GROIHbs .form-group {
  margin-bottom: 1rem;
}
.cid-si0GROIHbs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si0GROIHbs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si0GROIHbs .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-si0D3UpfwI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-si0D3UpfwI .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0D3UpfwI .price {
  margin-top: 5px;
}
.cid-si0D3UpfwI .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0D3UpfwI .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0D3UpfwI .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0D3UpfwI .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0D3UpfwI .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0D3UpfwI .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0D3UpfwI .content__block,
  .cid-si0D3UpfwI .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0D3UpfwI .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0Daqtjze {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0Daqtjze .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-si0Daqtjze .price {
  margin-top: 5px;
}
.cid-si0Daqtjze .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-si0Daqtjze .mbr-section-btn {
  margin-top: 10px;
}
.cid-si0Daqtjze .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-si0Daqtjze .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-si0Daqtjze .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-si0Daqtjze .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-si0Daqtjze .content__block,
  .cid-si0Daqtjze .price__block {
    margin-bottom: 30px;
  }
}
.cid-si0Daqtjze .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-si0F2cWRhl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-si0F2cWRhl .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-si0F2cWRhl .image {
    margin-bottom: 30px;
  }
}
.cid-si0F2cWRhl .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-si0F2cWRhl .mbr-text {
  margin-bottom: 30px;
}
.cid-si0F2cWRhl .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-si0F2cWRhl .wrap {
  width: 110px;
  height: 110px;
}
.cid-si0F2cWRhl .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-si0F2cWRhl ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-si0F2cWRhl path {
  stroke: #668d3b;
}
.cid-si0F2cWRhl .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-si0F2cWRhl .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-si0F2cWRhl .card {
    flex-basis: 33%;
  }
}
.cid-si0FZxXfXG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebeaed;
}
.cid-si0FZxXfXG .wrap {
  overflow: hidden;
  height: 500px;
  background-color: rgba(102, 141, 59, 0.98);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-si0FZxXfXG .wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .cid-si0FZxXfXG .content__block {
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  .cid-si0FZxXfXG .content__block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-si0FZxXfXG .content__block {
    padding: 40px 15px;
  }
}
.cid-si0FZxXfXG .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-si0FZxXfXG .mbr-text {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-si0FZxXfXG .image {
  height: 500px;
}
@media (min-width: 1200px) {
  .cid-si0FZxXfXG .image {
    padding: 80px 15px 0;
  }
}
@media (max-width: 1199px) {
  .cid-si0FZxXfXG .image {
    padding: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .cid-si0FZxXfXG .image {
    padding: 0 0 40px;
  }
}
.cid-si0FZxXfXG .image img {
  max-width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-si0FZxXfXG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-s9BSQhlJUN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s9BSQhlJUN .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-s9BSQhlJUN .footer__content {
  margin-bottom: 30px;
}
.cid-s9BSQhlJUN .footer__content:last-child {
  margin-bottom: 0;
}
.cid-s9BSQhlJUN .title__adress {
  margin-bottom: 20px;
}
.cid-s9BSQhlJUN .work__adress {
  margin-bottom: 0;
  color: #17161a;
}
.cid-s9BSQhlJUN .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-s9BSQhlJUN .privacy {
    text-align: left;
  }
}
.cid-s9BSQhlJUN .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-s9BSQhlJUN .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-s9BSQhlJUN .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-s9BSQhlJUN .input-group-btn {
  padding-left: 0;
}
.cid-s9BSQhlJUN .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-s9BSQhlJUN .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-s9BSQhlJUN .mbr-form .btn {
  margin: 0;
}
.cid-s9BSQhlJUN input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-s9BSQhlJUN input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-s9BSQhlJUN .wrap {
    padding-bottom: 25px;
  }
  .cid-s9BSQhlJUN .divider {
    margin: 0 0 20px;
  }
}
