body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a6686 !important;
}
.bg-success {
  background-color: #08af83 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a6686;
  border-color: #3a6686;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #08af83 !important;
  border-color: #08af83 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #08af83;
  border-color: #08af83;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-success:hover {
  background-color: #067e5e !important;
  border-color: #067e5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3a6686;
  color: #3a6686;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3a6686 !important;
  border-color: #3a6686;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #08af83;
  color: #08af83;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #08af83 !important;
  border-color: #08af83;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #3a6686 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #08af83 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #568eb6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #044d3a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3a6686 !important;
}
.alert-success {
  background-color: #08af83;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #3a6686;
  border-color: #3a6686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a6686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7aa6c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #40f6c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.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: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #3a6686;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a6686;
  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: #3a6686;
  border-bottom-color: #3a6686;
}
.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: #3a6686 !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: #f14555 !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;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-sPgvI2xEzK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0e2d3b;
  background: none;
}
.cid-sPgvI2xEzK .navbar.opened {
  transition: all 0.3s;
  background: #0e2d3b !important;
}
.cid-sPgvI2xEzK .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sPgvI2xEzK .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #040e12;
  background: #0e2d3b !important;
}
.cid-sPgvI2xEzK .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sPgvI2xEzK .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sPgvI2xEzK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPgvI2xEzK .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sPgvI2xEzK .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3a6686;
}
.cid-sPgvI2xEzK .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sPgvI2xEzK .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sPgvI2xEzK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPgvI2xEzK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.22857143vh;
  }
}
.cid-sPgvI2xEzK .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sPgvI2xEzK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPgvI2xEzK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPgvI2xEzK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPgvI2xEzK .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-sPgvI2xEzK .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sPgvI2xEzK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPgvI2xEzK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-sPgvI2xEzK .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sPgvI2xEzK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPgvI2xEzK .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sPgvI2xEzK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPgvI2xEzK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPgvI2xEzK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPgvI2xEzK .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-sPgvI2xEzK .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sPgvI2xEzK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sPgvI2xEzK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPgvI2xEzK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sPgvI2xEzK .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sPgvI2xEzK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPgvI2xEzK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPgvI2xEzK .navbar.navbar-short {
  background: #0e2d3b !important;
  min-height: 60px;
}
.cid-sPgvI2xEzK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sPgvI2xEzK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPgvI2xEzK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPgvI2xEzK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPgvI2xEzK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPgvI2xEzK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPgvI2xEzK .dropdown-item.active,
.cid-sPgvI2xEzK .dropdown-item:active {
  background-color: transparent;
}
.cid-sPgvI2xEzK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPgvI2xEzK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPgvI2xEzK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPgvI2xEzK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e2d3b;
}
.cid-sPgvI2xEzK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sPgvI2xEzK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPgvI2xEzK ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sPgvI2xEzK .navbar-buttons {
  text-align: center;
}
.cid-sPgvI2xEzK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPgvI2xEzK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPgvI2xEzK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPgvI2xEzK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPgvI2xEzK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPgvI2xEzK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPgvI2xEzK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPgvI2xEzK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPgvI2xEzK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPgvI2xEzK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPgvI2xEzK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sPgvI2xEzK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sPgvI2xEzK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPgvI2xEzK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-sPgvI2xEzK .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sPgvI2xEzK .nav-link:hover,
.cid-sPgvI2xEzK .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s141LDyyGb {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/north-america-1-1920x1080.jpeg");
}
.cid-s141LDyyGb .title__block {
  position: relative;
  z-index: 10;
}
.cid-s141LDyyGb .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-s141LDyyGb .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #ffffff;
}
.cid-s141LDyyGb .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-s141LDyyGb .mbr-section-btn {
  padding-right: 150px;
}
.cid-s141LDyyGb .slider__block .container {
  padding: 0 15px;
}
.cid-s141LDyyGb .carousel {
  padding-bottom: 100px;
  padding-bottom: 160px;
}
.cid-s141LDyyGb .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-s141LDyyGb .carousel-item {
  justify-content: center;
  transition: all 0s ease;
}
.cid-s141LDyyGb .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transition: all 0s;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-s141LDyyGb .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-s141LDyyGb .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-s141LDyyGb .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #3a6686;
  transition: all 0.3s ease;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-s141LDyyGb .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-s141LDyyGb .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #3a6686;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.cid-s141LDyyGb .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #3a6686;
  margin: 0;
  opacity: 1;
}
.cid-s141LDyyGb .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-s141LDyyGb .cloneditem-1,
.cid-s141LDyyGb .cloneditem-2,
.cid-s141LDyyGb .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-s141LDyyGb .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s141LDyyGb .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-s141LDyyGb .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s141LDyyGb .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-section-btn {
    padding-right: 0;
  }
  .cid-s141LDyyGb .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-s141LDyyGb .carousel-item {
    transition: all .3s ease;
  }
  .cid-s141LDyyGb .carousel-item .wrap-img {
    height: auto;
    transition: all .3s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s141LDyyGb .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-s141LDyyGb .carousel {
    padding-bottom: 50px;
  }
}
.cid-s141LDyyGb .mbr-text,
.cid-s141LDyyGb .mbr-section-btn {
  color: #ffffff;
}
.cid-sPMZK440bz {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/depositphotos-21092847-xl-1-2999x2000.jpeg");
}
.cid-sPMZK440bz .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-sPMZK440bz .nav {
  border: none;
}
.cid-sPMZK440bz .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPMZK440bz .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -0.5px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-sPMZK440bz .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #232323;
  color: #ffffff;
}
.cid-sPMZK440bz .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #232323;
}
.cid-sPMZK440bz P {
  text-align: center;
  color: #ffffff;
}
.cid-sPMQbdRJEn {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-sPMQbdRJEn .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sPMQbdRJEn .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sPMQbdRJEn .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sPMQbdRJEn img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sPMQbdRJEn .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sPMRzvkoWH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c4564;
}
.cid-sPMRzvkoWH img,
.cid-sPMRzvkoWH .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sPMRzvkoWH .item:focus,
.cid-sPMRzvkoWH span:focus {
  outline: none;
}
.cid-sPMRzvkoWH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPMRzvkoWH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sPMRzvkoWH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sPMRzvkoWH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPMRzvkoWH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sPMRzvkoWH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sPMRzvkoWH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPMRzvkoWH .mbr-section-title {
  color: #ffffff;
}
.cid-sPMRzvkoWH .mbr-text,
.cid-sPMRzvkoWH .mbr-section-btn {
  text-align: center;
}
.cid-sPMRzvkoWH .item-title {
  text-align: center;
}
.cid-sPMRzvkoWH .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sPMRzvkoWH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPMRpqM89n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0c4564;
}
.cid-sPMRpqM89n .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sPMRpqM89n .item-tag {
  background: #4787a9;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sPMRpqM89n .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #4787a9;
}
.cid-sPMRpqM89n .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sPMRpqM89n .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sPMRpqM89n .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sPMRpqM89n .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sPMRpqM89n .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sPMRpqM89n .mbr-figure {
    width: 100% !important;
  }
  .cid-sPMRpqM89n .menu-item {
    flex-direction: column;
  }
  .cid-sPMRpqM89n img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sPMRpqM89n .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sPMRpqM89n .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sPMRpqM89n .special-label {
  color: #fff;
}
.cid-sPMRpqM89n .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sPMRpqM89n .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPMRpqM89n .menu-row {
  margin: 0;
}
.cid-sPMRpqM89n .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-sPMRpqM89n .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sPMRpqM89n .group-title,
.cid-sPMRpqM89n .align-wrap {
  text-align: left;
}
.cid-sPMRpqM89n SPAN {
  color: #89b758;
  text-align: center;
}
.cid-sPMRpqM89n .item-title {
  color: #808080;
}
.cid-sPMRpqM89n H4 {
  color: #89b758;
}
.cid-sPMRpqM89n .mbr-section-title,
.cid-sPMRpqM89n .ornament {
  color: #ffffff;
}
.cid-sPNez4YYwT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-sPNez4YYwT .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sPNez4YYwT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sPNez4YYwT .mbr-section-btn {
  margin: 0;
}
.cid-sPNez4YYwT .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sPNez4YYwT .form-control:focus,
.cid-sPNez4YYwT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sPNez4YYwT .form-group {
  margin-bottom: 1rem;
}
.cid-sPNez4YYwT input::-webkit-input-placeholder,
.cid-sPNez4YYwT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sPNez4YYwT input:-moz-placeholder,
.cid-sPNez4YYwT textarea:-moz-placeholder {
  color: #656565;
}
.cid-sPNez4YYwT .jq-selectbox li,
.cid-sPNez4YYwT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sPNez4YYwT .jq-selectbox li:hover,
.cid-sPNez4YYwT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sPNez4YYwT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sPNez4YYwT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sPNez4YYwT .form-group,
.cid-sPNez4YYwT .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sPNez4YYwT .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sPNez4YYwT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sPNez4YYwT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sPNez4YYwT .form-block {
    padding: 1rem;
  }
}
.cid-sPNez4YYwT H4 {
  color: #0e2d3b;
}
