body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0f338f !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #295de9 !important;
}
.bg-warning {
  background-color: #fe3775 !important;
}
.bg-danger {
  background-color: #0f338f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f338f !important;
  border-color: #0f338f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #34be23 !important;
  border-color: #34be23 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #128e03 !important;
  border-color: #128e03 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #128e03 !important;
  border-color: #128e03 !important;
}
.btn-info,
.btn-info:active {
  background-color: #295de9 !important;
  border-color: #295de9 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #172584 !important;
  border-color: #172584 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #172584 !important;
  border-color: #172584 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fe3775 !important;
  border-color: #fe3775 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fe0452 !important;
  border-color: #fe0452 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fe0452 !important;
  border-color: #fe0452 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f338f !important;
  border-color: #0f338f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f338f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f338f !important;
  border-color: #0f338f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #295de9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #295de9 !important;
  border-color: #295de9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #295de9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #121c65 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #295de9 !important;
  border-color: #295de9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe3775;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dd0146 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fe3775 !important;
  border-color: #fe3775 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f338f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f338f !important;
  border-color: #0f338f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0f338f !important;
}
.text-secondary {
  color: #295de9 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #295de9 !important;
}
.text-warning {
  color: #fe3775 !important;
}
.text-danger {
  color: #0f338f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0f338f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #101958 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ce0141 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #0f338f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #295de9;
}
.alert-warning {
  background-color: #fe3775;
}
.alert-danger {
  background-color: #0f338f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f338f;
  border-color: #0f338f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f338f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6978e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0f338f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0f338f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f338f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0f338f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f338f;
  border-bottom-color: #0f338f;
}
.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: #0f338f !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: #295de9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2336187d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGO3L0vrV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGO3L0vrV .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGO3L0vrV .container {
    padding: 0 ;
  }
}
.cid-svGO3L0vrV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGO3L0vrV .navbar.opened {
  transition: all 0.3s;
}
.cid-svGO3L0vrV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGO3L0vrV .navbar .navbar-logo img {
  width: auto;
}
.cid-svGO3L0vrV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGO3L0vrV .navbar.collapsed {
  justify-content: center;
}
.cid-svGO3L0vrV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGO3L0vrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGO3L0vrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGO3L0vrV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGO3L0vrV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGO3L0vrV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGO3L0vrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGO3L0vrV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGO3L0vrV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGO3L0vrV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGO3L0vrV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGO3L0vrV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGO3L0vrV .navbar.navbar-short {
  min-height: 90px;
}
.cid-svGO3L0vrV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGO3L0vrV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGO3L0vrV .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGO3L0vrV nav.navbar {
  position: fixed;
}
.cid-svGO3L0vrV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGO3L0vrV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGO3L0vrV .dropdown-item:hover,
.cid-svGO3L0vrV .dropdown-item:focus {
  background: #0f338f !important;
  color: white !important;
}
.cid-svGO3L0vrV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGO3L0vrV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGO3L0vrV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGO3L0vrV .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGO3L0vrV .dropdown-menu,
.cid-svGO3L0vrV .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGO3L0vrV .nav-item:focus,
.cid-svGO3L0vrV .nav-link:focus {
  outline: none;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGO3L0vrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGO3L0vrV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGO3L0vrV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGO3L0vrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGO3L0vrV .dropdown-item.active,
.cid-svGO3L0vrV .dropdown-item:active {
  background-color: transparent;
}
.cid-svGO3L0vrV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGO3L0vrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGO3L0vrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGO3L0vrV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGO3L0vrV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGO3L0vrV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGO3L0vrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f338f;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGO3L0vrV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGO3L0vrV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGO3L0vrV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGO3L0vrV .navbar {
    height: 70px;
  }
  .cid-svGO3L0vrV .navbar.opened {
    height: auto;
  }
  .cid-svGO3L0vrV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGO3L0vrV .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGO3L0vrV .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t0NRFyDTLK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #295de9;
}
.cid-t0NRFyDTLK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t0NRFyDTLK .mbr-text,
.cid-t0NRFyDTLK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-t0NRFyDTLK .mbr-section-text {
  color: #ffffff;
  text-align: center;
}
.cid-t0NRFyDTLK img {
  border-radius: 2rem;
}
.cid-t0NRFyDTLK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0NRFyDTLK .number {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t0NRFyDTLK .image-wrapper {
    display: none;
  }
}
.cid-t0OEhr1qie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-t0OEhr1qie img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-t0OEhr1qie .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-t0OEhr1qie .card {
    max-width: 12.5%;
  }
}
.cid-t0OEhr1qie .mbr-section-title {
  color: #295de9;
  text-align: center;
  padding-bottom: 33px;
}
.cid-t0OEhr1qie .mbr-section-subtitle {
  color: #295de9;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-t0OEhr1qie .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-t0OEhr1qie .row {
    justify-content: center;
  }
}
.cid-t0TCXxIo6M {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0TCXxIo6M .progress {
  width: 100%;
}
.cid-t0TCXxIo6M .col-lg-6,
.cid-t0TCXxIo6M .col-12 {
  padding: 0 2rem;
}
.cid-t0TCXxIo6M .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-t0TCXxIo6M p {
  margin-bottom: 0.4rem;
}
.cid-t0TCXxIo6M .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-t0TCXxIo6M img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-t0TCXxIo6M progress {
  height: 10px;
}
.cid-t0TCXxIo6M .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-t0TCXxIo6M .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-t0TCXxIo6M .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t0TCXxIo6M .progress_value {
  position: relative;
}
.cid-t0TCXxIo6M .progress1 .progressbar-number:before,
.cid-t0TCXxIo6M .progress2 .progressbar-number:before,
.cid-t0TCXxIo6M .progress3 .progressbar-number:before,
.cid-t0TCXxIo6M .progress4 .progressbar-number:before,
.cid-t0TCXxIo6M .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-t0TCXxIo6M progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-t0TCXxIo6M progress::-webkit-progress-value {
  background: #0f338f;
}
.cid-t0TCXxIo6M progress[value]::-moz-progress-bar {
  background: #0f338f;
}
.cid-t0TCXxIo6M progress::-ms-fill {
  background: #0f338f;
}
.cid-t0TCXxIo6M .progress1 .progressbar-number:before {
  content: '96';
}
.cid-t0TCXxIo6M .progress2 .progressbar-number:before {
  content: '81';
}
.cid-t0TCXxIo6M .progress3 .progressbar-number:before {
  content: '90';
}
.cid-t0TCXxIo6M .progress4 .progressbar-number:before {
  content: '88';
}
.cid-t0TCXxIo6M .progress5 .progressbar-number:before {
  content: '60';
}
.cid-t0TCXxIo6M .section-content-text {
  color: #6c758f;
}
.cid-t0TCXxIo6M .progressbar-title p,
.cid-t0TCXxIo6M .progress_value {
  color: #6c758f;
  text-align: center;
}
.cid-t0TCXxIo6M .mbr-section-subtitle {
  color: #6c758f;
}
.cid-t0TCXxIo6M .section-content-title {
  color: #0f338f;
}
.cid-t0NZEyrAf1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-t0NZEyrAf1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t0NZEyrAf1 .row {
    flex-direction: column-reverse;
  }
  .cid-t0NZEyrAf1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t0NZEyrAf1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t0NZEyrAf1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t0NZEyrAf1 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-t0NZEyrAf1 .card-title {
  color: #0f338f;
  text-align: left;
}
.cid-t0NZEyrAf1 .mbr-text,
.cid-t0NZEyrAf1 .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-t0UH1io0Lx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0UH1io0Lx img {
  width: 100%;
}
.cid-t0UH1io0Lx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0f338f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t0UH1io0Lx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t0UH1io0Lx .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t0UH1io0Lx .panel-group {
  margin-top: 36px;
}
.cid-t0UH1io0Lx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t0UH1io0Lx .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #295de9;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4:hover {
  color: #1e2fa8;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-t0UH1io0Lx .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-t0UH1io0Lx .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-t0UH1io0Lx .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-t0UH1io0Lx * {
    text-align: left;
  }
}
.cid-t0UH1io0Lx .main-title {
  color: #295de9;
  text-align: left;
}
.cid-t0UH1io0Lx .card .card-header a.panel-title h4,
.cid-t0UH1io0Lx .sign {
  text-align: center;
}
.cid-t0UH1io0Lx H4 {
  text-align: right;
}
.cid-t0X4JwAI6P {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-t0X4JwAI6P .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t0X4JwAI6P img {
  width: 100%;
}
.cid-t0X4JwAI6P .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #0f338f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t0X4JwAI6P .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t0X4JwAI6P .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t0X4JwAI6P .panel-group {
  margin-top: 36px;
}
.cid-t0X4JwAI6P .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t0X4JwAI6P .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #1e2fa8;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4:hover {
  color: #295de9;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-t0X4JwAI6P .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-t0X4JwAI6P .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-t0X4JwAI6P .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-t0X4JwAI6P * {
    text-align: left;
  }
}
.cid-t0X4JwAI6P .main-title {
  color: #295de9;
  text-align: left;
}
.cid-t0X4JwAI6P .card .card-header a.panel-title h4,
.cid-t0X4JwAI6P .sign {
  text-align: left;
}
.cid-t0UAnxltcB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #295de9;
}
.cid-t0UAnxltcB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t0UAnxltcB textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-t0UAnxltcB .text {
    max-width: 360px;
  }
}
.cid-t0UAnxltcB .align-right {
  width: 100%;
}
.cid-t0UAnxltcB .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-t0UAnxltcB .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-t0UAnxltcB .form-control,
.cid-t0UAnxltcB .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #34be23 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0UAnxltcB .form-control::-webkit-input-placeholder,
.cid-t0UAnxltcB .field-input::-webkit-input-placeholder,
.cid-t0UAnxltcB .form-control::-webkit-input-placeholder,
.cid-t0UAnxltcB .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t0UAnxltcB .form-control:-moz-placeholder,
.cid-t0UAnxltcB .field-input:-moz-placeholder,
.cid-t0UAnxltcB .form-control:-moz-placeholder,
.cid-t0UAnxltcB .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-t0UAnxltcB .form-control:hover,
.cid-t0UAnxltcB .field-input:hover,
.cid-t0UAnxltcB .form-control:focus,
.cid-t0UAnxltcB .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-t0UAnxltcB .form-control:hover::-webkit-input-placeholder,
.cid-t0UAnxltcB .field-input:hover::-webkit-input-placeholder,
.cid-t0UAnxltcB .form-control:focus::-webkit-input-placeholder,
.cid-t0UAnxltcB .field-input:focus::-webkit-input-placeholder,
.cid-t0UAnxltcB .form-control:hover::-webkit-input-placeholder,
.cid-t0UAnxltcB .field-input:hover::-webkit-input-placeholder,
.cid-t0UAnxltcB .form-control:focus::-webkit-input-placeholder,
.cid-t0UAnxltcB .field-input:focus::-webkit-input-placeholder {
  color: #34be23;
}
.cid-t0UAnxltcB .form-control:hover:-moz-placeholder,
.cid-t0UAnxltcB .field-input:hover:-moz-placeholder,
.cid-t0UAnxltcB .form-control:focus:-moz-placeholder,
.cid-t0UAnxltcB .field-input:focus:-moz-placeholder,
.cid-t0UAnxltcB .form-control:hover:-moz-placeholder,
.cid-t0UAnxltcB .field-input:hover:-moz-placeholder,
.cid-t0UAnxltcB .form-control:focus:-moz-placeholder,
.cid-t0UAnxltcB .field-input:focus:-moz-placeholder {
  color: #34be23;
}
.cid-t0UAnxltcB .jq-number__spin:hover,
.cid-t0UAnxltcB .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0UAnxltcB .jq-number__spin {
  border-color: #295de9;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0UAnxltcB input::-webkit-clear-button {
  display: none;
}
.cid-t0UAnxltcB input::-webkit-inner-spin-button {
  display: none;
}
.cid-t0UAnxltcB input::-webkit-outer-spin-button {
  display: none;
}
.cid-t0UAnxltcB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t0UAnxltcB .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t0UAnxltcB .socicon-wrap {
    margin: auto;
  }
}
.cid-t0UAnxltcB .mbr-text {
  color: #ffffff;
}
.cid-svGOEmEDBN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-svGOEmEDBN .mbr-title {
  color: #295de9;
  text-align: center;
}
.cid-svGOEmEDBN .mbr-text {
  color: #295de9;
  text-align: center;
}
.cid-svGOEmEDBN .row {
  align-items: center;
}
.cid-svGO3L0vrV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGO3L0vrV .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGO3L0vrV .container {
    padding: 0 ;
  }
}
.cid-svGO3L0vrV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGO3L0vrV .navbar.opened {
  transition: all 0.3s;
}
.cid-svGO3L0vrV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGO3L0vrV .navbar .navbar-logo img {
  width: auto;
}
.cid-svGO3L0vrV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGO3L0vrV .navbar.collapsed {
  justify-content: center;
}
.cid-svGO3L0vrV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGO3L0vrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGO3L0vrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGO3L0vrV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGO3L0vrV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGO3L0vrV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGO3L0vrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGO3L0vrV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGO3L0vrV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGO3L0vrV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGO3L0vrV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGO3L0vrV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGO3L0vrV .navbar.navbar-short {
  min-height: 90px;
}
.cid-svGO3L0vrV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGO3L0vrV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGO3L0vrV .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGO3L0vrV nav.navbar {
  position: fixed;
}
.cid-svGO3L0vrV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGO3L0vrV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGO3L0vrV .dropdown-item:hover,
.cid-svGO3L0vrV .dropdown-item:focus {
  background: #0f338f !important;
  color: white !important;
}
.cid-svGO3L0vrV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGO3L0vrV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGO3L0vrV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGO3L0vrV .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGO3L0vrV .dropdown-menu,
.cid-svGO3L0vrV .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGO3L0vrV .nav-item:focus,
.cid-svGO3L0vrV .nav-link:focus {
  outline: none;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGO3L0vrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGO3L0vrV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGO3L0vrV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGO3L0vrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGO3L0vrV .dropdown-item.active,
.cid-svGO3L0vrV .dropdown-item:active {
  background-color: transparent;
}
.cid-svGO3L0vrV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGO3L0vrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGO3L0vrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGO3L0vrV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGO3L0vrV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGO3L0vrV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGO3L0vrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f338f;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGO3L0vrV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGO3L0vrV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGO3L0vrV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGO3L0vrV .navbar {
    height: 70px;
  }
  .cid-svGO3L0vrV .navbar.opened {
    height: auto;
  }
  .cid-svGO3L0vrV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGO3L0vrV .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGO3L0vrV .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t10wGHh7kD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f6f8;
}
.cid-t10wGHh7kD .mbr-shop {
  display: table;
  width: 100%;
  margin: 0;
}
.cid-t10wGHh7kD .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t10wGHh7kD .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t10wGHh7kD .btn {
  padding: 0.6rem 2rem;
}
.cid-t10wGHh7kD .mbr-section-btn {
  text-align: left;
}
.cid-t10wGHh7kD .img_wraper img {
  border-radius: 8px !important;
}
.cid-t10wGHh7kD .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal_wraper {
  left: 0rem;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t10wGHh7kD .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-t10wGHh7kD .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-t10wGHh7kD .mbr-shop .hide-modal {
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t10wGHh7kD .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t10wGHh7kD .mbr-shop .filter-by-pu,
.cid-t10wGHh7kD .mbr-shop .filter-by-pd,
.cid-t10wGHh7kD .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t10wGHh7kD .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t10wGHh7kD .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem h4,
.cid-t10wGHh7kD .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem h5,
.cid-t10wGHh7kD .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem p,
.cid-t10wGHh7kD .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t10wGHh7kD .mbr-shop .item-button {
  text-align: center;
}
.cid-t10wGHh7kD .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t10wGHh7kD .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-t10wGHh7kD .mbr-shop .sidebar {
  margin-top: 15px;
  position: relative;
}
.cid-t10wGHh7kD .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t10wGHh7kD .sidebar-background {
  padding-top: 2rem;
}
.cid-t10wGHh7kD .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .onsale {
  top: -15px;
  font-weight: 700 !important;
}
.cid-t10wGHh7kD a {
  font-weight: 700 !important;
}
.cid-t10wGHh7kD li {
  font-weight: 700 !important;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t10wGHh7kD .mbr-shop .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  color: #354463;
  padding: 3px 14px 5px 14px;
  background: #c1f7d5;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-item__hided h4,
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-item__hided h5,
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #354463;
}
.cid-t10wGHh7kD .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t10wGHh7kD .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t10wGHh7kD .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #0f338f;
  font-weight: bold;
}
.cid-t10wGHh7kD .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t10wGHh7kD .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #0f338f;
  font-weight: normal;
  cursor: pointer;
}
.cid-t10wGHh7kD .mbr-shop .price-controls input {
  width: 100%;
  background-color: #f0edeb;
  border-radius: 25px;
  color: #87817d;
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 31px;
  height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t10wGHh7kD .mbr-shop .range-controls {
  position: relative;
  margin-top: 3.2rem;
}
.cid-t10wGHh7kD .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t10wGHh7kD .mbr-shop .range-controls .bar {
  margin-left: 0;
  height: 4px;
  background-color: #e2e3e7;
  border-radius: 4px;
}
.cid-t10wGHh7kD .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  height: 14px;
  width: 14px;
  border: 2px solid #e2e3e7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-t10wGHh7kD .mbr-shop .toggle::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-t10wGHh7kD .mbr-shop .toggle:hover,
.cid-t10wGHh7kD .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-t10wGHh7kD .mbr-shop .min-toggle {
  left: 0;
}
.cid-t10wGHh7kD .mbr-shop .max-toggle {
  right: 0;
}
.cid-t10wGHh7kD .mbr-shop .hided-by-price {
  display: none;
}
.cid-t10wGHh7kD .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t10wGHh7kD .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t10wGHh7kD .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t10wGHh7kD .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t10wGHh7kD .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t10wGHh7kD .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t10wGHh7kD .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t10wGHh7kD .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t10wGHh7kD .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t10wGHh7kD .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t10wGHh7kD .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t10wGHh7kD .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t10wGHh7kD .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t10wGHh7kD .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-t10wGHh7kD .mbr-shop .shop-items .onsale,
.cid-t10wGHh7kD .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-t10wGHh7kD .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t10wGHh7kD .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t10wGHh7kD .mbr-shop .price-range {
  display: inline-block;
}
.cid-t10wGHh7kD .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-t10wGHh7kD .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t10wGHh7kD .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-t10wGHh7kD .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t10wGHh7kD .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t10wGHh7kD .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t10wGHh7kD .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t10wGHh7kD .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t10wGHh7kD .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t10wGHh7kD .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t10wGHh7kD .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t10wGHh7kD .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t10wGHh7kD .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t10wGHh7kD .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t10wGHh7kD .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t10wGHh7kD .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-t10wGHh7kD .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t10wGHh7kD .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t10wGHh7kD .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t10wGHh7kD .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-t10wGHh7kD .row {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .cid-t10wGHh7kD .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t10wGHh7kD .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t10wGHh7kD .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t10wGHh7kD .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t10wGHh7kD .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t10wGHh7kD .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-t10wGHh7kD .oldprice {
  color: #767676;
  padding-left: 0.8rem !important;
  text-decoration: line-through;
}
.cid-t10wGHh7kD .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t10wGHh7kD .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t10wGHh7kD LI {
  color: #354463;
}
.cid-t10wGHh7kD .sidebar-title {
  color: #354463;
}
.cid-t10wGHh7kD .item-title {
  text-align: left;
  color: #777777;
}
.cid-t10wGHh7kD .display-7 {
  font-weight: 700 !important;
}
.cid-t10wGHh7kD .shop-item-price,
.cid-t10wGHh7kD .price-block {
  text-align: left;
  color: #354463;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .cid-t10wGHh7kD .mbr-shop .mbr-gallery-item,
  .cid-t10wGHh7kD .wrapper-shop-items,
  .cid-t10wGHh7kD .sidebar-block,
  .cid-t10wGHh7kD .sidebar-title,
  .cid-t10wGHh7kD .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-t10wGHh7kD .filter-cost {
    max-width: 100% !important;
  }
  .cid-t10wGHh7kD .range-slider,
  .cid-t10wGHh7kD .categories,
  .cid-t10wGHh7kD .bestseller-block {
    text-align: center;
  }
}
.cid-t10wGHh7kD .wrapper-shop-items {
  order: 1;
}
.cid-t10wGHh7kD .btn-sm {
  border: 2px solid #295de9;
  border-radius: 50px;
  padding: 0.8rem 2rem;
}
.cid-t10wGHh7kD .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 1rem;
  transition: 0.3s;
}
.cid-t10wGHh7kD .mbr-gallery-item:hover .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.cid-t10wGHh7kD .bestsellers .mbr-gallery-item {
  padding: 0rem !important;
  width: 100% !important;
}
.cid-t10wGHh7kD .min-price {
  padding-right: 1rem;
}
.cid-t10wGHh7kD .max-price {
  padding-left: 1rem;
}
.cid-t10wGHh7kD .btn-secondary {
  color: #333 !important;
  background-color: transparent !important;
}
.cid-t10wGHh7kD .btn-secondary:hover {
  background-color: transparent !important;
  opacity: 0.5;
  transform: translate(0);
}
.cid-t10wGHh7kD a,
.cid-t10wGHh7kD a:hover {
  color: #354463 !important;
}
.cid-t10wGHh7kD .sidebar {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t10wGHh7kD .wrapper-shop-items {
    padding: 0;
  }
  .cid-t10wGHh7kD .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t10wGHh7kD .mbr-gallery-item {
    padding: 1rem !important;
    width: 33.333% !important;
  }
  .cid-t10wGHh7kD .row {
    padding: 0;
  }
}
.cid-t10wGHh7kD .row {
  margin: 0rem;
}
.cid-t12GmrNK2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t12GmrNK2N .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t12GmrNK2N .galleryItem {
  border-radius: 10px;
}
.cid-t12GmrNK2N .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t12GmrNK2N .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t12GmrNK2N .mbr-gallery-filter li {
  display: block;
}
.cid-t12GmrNK2N .mbr-gallery-item .shop-item-price {
  font-size: 20px;
  color: #295de9;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t12GmrNK2N .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 20px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t12GmrNK2N .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t12GmrNK2N .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t12GmrNK2N .mbr-shop .row {
  margin: 0;
}
.cid-t12GmrNK2N .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t12GmrNK2N .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t12GmrNK2N .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t12GmrNK2N .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t12GmrNK2N .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t12GmrNK2N .mbr-shop .hide-modal {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t12GmrNK2N .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t12GmrNK2N .mbr-shop .filter-by-pu,
.cid-t12GmrNK2N .mbr-shop .filter-by-pd,
.cid-t12GmrNK2N .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t12GmrNK2N .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t12GmrNK2N .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem h4,
.cid-t12GmrNK2N .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem h5,
.cid-t12GmrNK2N .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem p,
.cid-t12GmrNK2N .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t12GmrNK2N .mbr-shop .item-button {
  text-align: center;
}
.cid-t12GmrNK2N .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t12GmrNK2N .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t12GmrNK2N .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t12GmrNK2N .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t12GmrNK2N .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t12GmrNK2N .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #e93a7d;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-item__hided h4,
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-item__hided h5,
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t12GmrNK2N .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t12GmrNK2N .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t12GmrNK2N .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t12GmrNK2N .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t12GmrNK2N .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t12GmrNK2N .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t12GmrNK2N .mbr-shop .range-controls {
  position: relative;
}
.cid-t12GmrNK2N .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t12GmrNK2N .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #0f338f;
}
.cid-t12GmrNK2N .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #0f338f;
  cursor: pointer;
}
.cid-t12GmrNK2N .mbr-shop .toggle:hover,
.cid-t12GmrNK2N .mbr-shop .toggle:active {
  background-color: #295de9;
}
.cid-t12GmrNK2N .mbr-shop .min-toggle {
  left: 0;
}
.cid-t12GmrNK2N .mbr-shop .max-toggle {
  right: 0;
}
.cid-t12GmrNK2N .mbr-shop .hided-by-price {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .price-block .oldprice {
  color: #fe3775;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t12GmrNK2N .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t12GmrNK2N .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t12GmrNK2N .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t12GmrNK2N .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t12GmrNK2N .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t12GmrNK2N .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t12GmrNK2N .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t12GmrNK2N .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t12GmrNK2N .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t12GmrNK2N .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t12GmrNK2N .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t12GmrNK2N .mbr-shop .price-range {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .price-range-reset {
  display: none;
}
.cid-t12GmrNK2N .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t12GmrNK2N .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t12GmrNK2N .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t12GmrNK2N .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t12GmrNK2N .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t12GmrNK2N .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t12GmrNK2N .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t12GmrNK2N .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t12GmrNK2N .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t12GmrNK2N .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t12GmrNK2N .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t12GmrNK2N .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t12GmrNK2N .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t12GmrNK2N .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t12GmrNK2N .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t12GmrNK2N .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t12GmrNK2N .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t12GmrNK2N .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t12GmrNK2N .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t12GmrNK2N .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t12GmrNK2N .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t12GmrNK2N .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t12GmrNK2N .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t12GmrNK2N .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t12GmrNK2N .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t12GmrNK2N .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t12GmrNK2N .range-controls {
  display: block !important;
}
.cid-t12GmrNK2N .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t12GmrNK2N .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t12GmrNK2N .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1.1rem !important;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t12GmrNK2N .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t12GmrNK2N .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t12GmrNK2N .range-slider {
  order: 1;
}
.cid-t12GmrNK2N .sidebar-categories {
  order: 2;
}
.cid-t12GmrNK2N .bestseller-block {
  order: 3;
}
.cid-t12GmrNK2N .categories {
  padding: 0;
}
.cid-t12GmrNK2N .sidebar-title {
  font-weight: bold;
}
.cid-svGOEmEDBN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-svGOEmEDBN .mbr-title {
  color: #295de9;
  text-align: center;
}
.cid-svGOEmEDBN .mbr-text {
  color: #295de9;
  text-align: center;
}
.cid-svGOEmEDBN .row {
  align-items: center;
}
.cid-t1C7D995MW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1C7D995MW .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t1C7D995MW .container {
    padding: 0 ;
  }
}
.cid-t1C7D995MW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-t1C7D995MW .navbar.opened {
  transition: all 0.3s;
}
.cid-t1C7D995MW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1C7D995MW .navbar .navbar-logo img {
  width: auto;
}
.cid-t1C7D995MW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1C7D995MW .navbar.collapsed {
  justify-content: center;
}
.cid-t1C7D995MW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1C7D995MW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1C7D995MW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t1C7D995MW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1C7D995MW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1C7D995MW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t1C7D995MW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1C7D995MW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1C7D995MW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1C7D995MW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1C7D995MW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1C7D995MW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1C7D995MW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1C7D995MW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t1C7D995MW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1C7D995MW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1C7D995MW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1C7D995MW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1C7D995MW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1C7D995MW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t1C7D995MW .navbar.navbar-short {
  min-height: 90px;
}
.cid-t1C7D995MW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1C7D995MW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1C7D995MW .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-t1C7D995MW nav.navbar {
  position: fixed;
}
.cid-t1C7D995MW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1C7D995MW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-t1C7D995MW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1C7D995MW .dropdown-item:hover,
.cid-t1C7D995MW .dropdown-item:focus {
  background: #0f338f !important;
  color: white !important;
}
.cid-t1C7D995MW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1C7D995MW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1C7D995MW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1C7D995MW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1C7D995MW .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1C7D995MW .dropdown-menu,
.cid-t1C7D995MW .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-t1C7D995MW .nav-item:focus,
.cid-t1C7D995MW .nav-link:focus {
  outline: none;
}
.cid-t1C7D995MW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1C7D995MW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1C7D995MW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1C7D995MW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1C7D995MW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1C7D995MW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1C7D995MW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1C7D995MW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1C7D995MW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1C7D995MW .dropdown-item.active,
.cid-t1C7D995MW .dropdown-item:active {
  background-color: transparent;
}
.cid-t1C7D995MW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1C7D995MW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1C7D995MW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1C7D995MW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-t1C7D995MW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1C7D995MW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1C7D995MW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1C7D995MW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1C7D995MW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1C7D995MW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f338f;
}
.cid-t1C7D995MW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1C7D995MW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1C7D995MW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1C7D995MW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1C7D995MW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1C7D995MW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1C7D995MW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1C7D995MW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1C7D995MW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1C7D995MW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1C7D995MW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1C7D995MW .navbar {
    height: 70px;
  }
  .cid-t1C7D995MW .navbar.opened {
    height: auto;
  }
  .cid-t1C7D995MW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1C7D995MW .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t1C7D995MW .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t1C7NyjrQC {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t1C7NyjrQC .mbr-section-subtitle {
  color: #0f338f;
  text-align: center;
}
.cid-t1C7NyjrQC .mbr-text {
  color: #6c758f;
  text-align: left;
}
.cid-t1C7DIQdRT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-t1C7DIQdRT .mbr-title {
  color: #295de9;
  text-align: center;
}
.cid-t1C7DIQdRT .mbr-text {
  color: #295de9;
  text-align: center;
}
.cid-t1C7DIQdRT .row {
  align-items: center;
}
