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





body {
  font-family: 'Jost' Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  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: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-skSCMleHKD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .nav-item:focus,
.cid-skSCMleHKD .nav-link:focus {
  outline: none;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skSCMleHKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skSCMleHKD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-skSCMleHKD .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-skSCMleHKD .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skSCMleHKD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skSCMleHKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skSCMleHKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skSCMleHKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skSCMleHKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skSCMleHKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skSCMleHKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skSCMleHKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skSCMleHKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skSCMleHKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skSCMleHKD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skSCMleHKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skSCMleHKD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skSCMleHKD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skSCMleHKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skSCMleHKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skSCMleHKD .dropdown-item.active,
.cid-skSCMleHKD .dropdown-item:active {
  background-color: transparent;
}
.cid-skSCMleHKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skSCMleHKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skSCMleHKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skSCMleHKD .navbar-buttons {
  text-align: center;
}
.cid-skSCMleHKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-skSCMleHKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSCMleHKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skSCMleHKD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skSCMleHKD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skSCMleHKD .navbar {
    height: 77px;
  }
  .cid-skSCMleHKD .navbar.opened {
    height: auto;
  }
  .cid-skSCMleHKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skZ6P1nFOj {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1-1920x732.jpg");
}
.cid-skZ6P1nFOj h3 {
  position: relative;
}
.cid-skZ6P1nFOj h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skZ6P1nFOj svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-skZ6P1nFOj g rect {
  fill: #000000;
}
.cid-skZklkqql1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-skZklkqql1 .card-box {
  z-index: 10;
  position: relative;
}
.cid-skZklkqql1 .card {
  padding: 0 !important;
}
.cid-skZklkqql1 p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-skZklkqql1 p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-skZklkqql1 p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-skZklkqql1 .container-fluid {
  padding: 0;
}
.cid-skZklkqql1 .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 13rem 3rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-skZklkqql1 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-skZklkqql1 .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-skZklkqql1 .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-skZklkqql1 .card1 {
  background-image: url("../../../assets/images/mbr-27.jpg");
  z-index: 4;
}
.cid-skZklkqql1 .card2 {
  background-image: url("../../../assets/images/mbr-24.jpg");
  z-index: 3;
}
.cid-skZklkqql1 .card3 {
  background-image: url("../../../assets/images/rights-management.jpg");
  z-index: 2;
}
.cid-skZklkqql1 .card4 {
  background-image: url("../../../assets/images/mbr-26.jpg");
  z-index: 1;
}
.cid-skZklkqql1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-skZklkqql1 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-skZklkqql1 .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skZklkqql1 .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-skZklkqql1 .card-box {
    text-align: center;
  }
}
.cid-skZklkqql1 .mbr-text {
  color: #cccccc;
}
.cid-skZjPcqxhe {
  padding-top: 180px;
  padding-bottom: 180px;
}
.cid-skZjPcqxhe h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-skZjPcqxhe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZjPcqxhe .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-skZjPcqxhe h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-skZjPcqxhe h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-slYA8SKN8k {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-slYA8SKN8k .carousel {
  z-index: 2;
  position: relative;
}
.cid-slYA8SKN8k .user {
  padding: 0 !important;
}
.cid-slYA8SKN8k .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-slYA8SKN8k .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-slYA8SKN8k .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-slYA8SKN8k .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-slYA8SKN8k .carousel-item.active,
.cid-slYA8SKN8k .carousel-item-next,
.cid-slYA8SKN8k .carousel-item-prev {
  display: flex;
}
.cid-slYA8SKN8k .user_name {
  margin: 0;
  color: #767676;
}
.cid-slYA8SKN8k .carousel-controls a {
  font-size: 2rem;
}
.cid-slYA8SKN8k .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-slYA8SKN8k .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-slYA8SKN8k ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-slYA8SKN8k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-slYA8SKN8k .carousel-indicators li:hover {
  opacity: 1;
}
.cid-slYA8SKN8k .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-slYA8SKN8k .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-slYA8SKN8k .user_status {
  color: #767676;
}
.cid-skZjFCsDof {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZjFCsDof .mbr-iconfont {
  color: #e6c63b !important;
  font-size: 3.5rem !important;
}
.cid-skZjFCsDof .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-skZjFCsDof .link {
  margin: 0;
}
.cid-skZjFCsDof .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-skZjFCsDof .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-skZjFCsDof h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-skZjFCsDof h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZjFCsDof h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZjFCsDof .btn {
  margin: 0.2rem !important;
}
.cid-skZkaLHQiZ {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skZkaLHQiZ h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-skZkaLHQiZ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skZkaLHQiZ h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skZkaLHQiZ .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-skZk7blkmD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skZk7blkmD .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-skZk7blkmD a {
  text-decoration: underline;
}
.cid-skZk7blkmD .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-skZk7blkmD .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-skZk7blkmD img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-skZk7blkmD .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-skZk7blkmD .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-skZk7blkmD .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-skZk7blkmD .img1,
  .cid-skZk7blkmD .img2,
  .cid-skZk7blkmD .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-skZk7blkmD .img1,
  .cid-skZk7blkmD .img2,
  .cid-skZk7blkmD .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-skZk7blkmD .wrapper {
    height: 400px;
  }
  .cid-skZk7blkmD .overlay {
    opacity: 0.5;
  }
}
.cid-slh0k7qMhU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slh0k7qMhU .mbr-text {
    text-align: center;
  }
}
.cid-slh0k7qMhU .mbr-text,
.cid-slh0k7qMhU .mbr-section-btn {
  color: #767676;
}
.cid-slh3tQSJB4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-slh3tQSJB4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-slh3tQSJB4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-slh3tQSJB4 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  margin-right: -1px;
  margin-bottom: 0;
  z-index: 9;
}
.cid-slh3tQSJB4 .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
@media (min-width: 767px) {
  .cid-slh3tQSJB4 .col-md-12 {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
  }
  .cid-slh3tQSJB4 .nav-tabs .nav-link {
    width: 250px;
  }
}
.cid-slh3tQSJB4 .nav-tabs .nav-link {
  color: #efefef;
  font-style: normal;
  background: transparent;
  padding: 1rem 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-slh3tQSJB4 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-slh3tQSJB4 .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-right: none;
}
.cid-slh3tQSJB4 P {
  color: #fafafa;
}
.cid-slh3tQSJB4 H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-slh3tQSJB4 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-slh3tQSJB4 .mbr-text,
  .cid-slh3tQSJB4 .nav-link {
    text-align: center;
  }
  .cid-slh3tQSJB4 .nav-tabs .nav-link.active {
    border-right: 1px solid lightgray;
  }
}
.cid-skZkd5JwkL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skZkd5JwkL .display-1 {
    letter-spacing: -6px;
  }
}
.cid-skZkd5JwkL p {
  margin: 0;
}
.cid-skZkd5JwkL .display-1 {
  line-height: 1;
}
.cid-sljNR2Vmf5 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-sljNR2Vmf5 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-sljNR2Vmf5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sljNR2Vmf5 .image-block:hover:before {
  opacity: 0.4;
}
.cid-sljNR2Vmf5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sljNR2Vmf5 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sljNR2Vmf5 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-sljNR2Vmf5 h4 {
  letter-spacing: 2px;
}
.cid-sljNR2Vmf5 figcaption {
  position: relative;
}
.cid-sljNR2Vmf5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sljNR2Vmf5 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sljNR2Vmf5 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-sljNR2Vmf5 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-sljNR2Vmf5 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-sljNR2Vmf5 .image-block:before {
    opacity: 0.4;
  }
  .cid-sljNR2Vmf5 .image-block .wrap {
    opacity: 1;
  }
}
.cid-slxKaAxf2G {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slxKaAxf2G h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slxKaAxf2G h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slxKaAxf2G h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slxKaAxf2G .mbr-text,
.cid-slxKaAxf2G .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slxKaAxf2G h3:before,
  .cid-slxKaAxf2G h3:after {
    display: none;
  }
}
.cid-smsgnZ7R82 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smsgnZ7R82 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smsgnZ7R82 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsgnZ7R82 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsgnZ7R82 .mbr-text,
.cid-smsgnZ7R82 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-smsgnZ7R82 h3:before,
  .cid-smsgnZ7R82 h3:after {
    display: none;
  }
}
.cid-sljtN2VH3b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
@media (max-width: 992px) {
  .cid-sljtN2VH3b {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sljtN2VH3b .box {
  background-image: url("../../../assets/images/mbr-8.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sljtN2VH3b .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-sljtN2VH3b .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-sljtN2VH3b .icon-wrap span {
  padding-left: 8px;
}
.cid-sljtN2VH3b .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sljtN2VH3b .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sljtN2VH3b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sljtN2VH3b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sljtN2VH3b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sljtN2VH3b a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sljtN2VH3b a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sljtN2VH3b {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-sljtN2VH3b .box {
    height: 250px;
  }
}
.cid-slkppgIaiM .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-slkppgIaiM .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-slkppgIaiM .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffe161;
}
.cid-slkppgIaiM .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-slkppgIaiM .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffe161;
}
.cid-slkppgIaiM .countdown-cont {
  margin: 0 auto;
}
.cid-slkppgIaiM .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-slkppgIaiM .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-slkppgIaiM .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-slkppgIaiM .dot {
    display: none;
  }
  .cid-slkppgIaiM .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-slkppgIaiM .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-slkppgIaiM .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-slkppgIaiM .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-slkppgIaiM .number {
    font-size: 25px;
  }
  .cid-slkppgIaiM .period {
    font-size: 0.7rem;
  }
}
.cid-slkppgIaiM H2 {
  color: #000000;
}
.cid-slhjwZ5mad {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slhjwZ5mad .card {
  position: relative;
  background-image: url("../../../assets/images/mbr-10.jpeg");
  background-size: cover;
}
.cid-slhjwZ5mad .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ff6666;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-slhjwZ5mad .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-smsigRzd3C {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smsigRzd3C h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smsigRzd3C h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsigRzd3C h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsigRzd3C .mbr-text,
.cid-smsigRzd3C .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-smsigRzd3C h3:before,
  .cid-smsigRzd3C h3:after {
    display: none;
  }
}
.cid-skZkrBshjF {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-skZkrBshjF .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-skZkrBshjF .btn {
  border-radius: 0;
}
.cid-skZkrBshjF .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-skZkrBshjF .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-skZkrBshjF .icons-wrap {
  display: flex;
}
.cid-skZkrBshjF .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-skZkrBshjF h2 {
  margin: 0;
}
.cid-skZkrBshjF .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-skZkrBshjF .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-skZkrBshjF .card {
  overflow: hidden;
  height: 100%;
}
.cid-skZkrBshjF .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/extra-new.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-skZkrBshjF H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-skZkrBshjF .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-skZkrBshjF .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-skZkrBshjF .cover {
    width: 100%;
  }
}
.cid-skZi1c7a4h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZi1c7a4h .mbr-text,
.cid-skZi1c7a4h .img-align {
  color: #ffffff;
}
.cid-skZi1c7a4h H2 {
  color: #ffffff;
}
.cid-skZ6o6Tsog {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZ6o6Tsog .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ6o6Tsog svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-skZ6o6Tsog g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-skZ6o6Tsog .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-skZ6o6Tsog .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-skZ6o6Tsog .soc-item:hover {
  background: #e6c63b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-skZ6o6Tsog .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skZ6o6Tsog .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skZ6o6Tsog .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-skZ6o6Tsog .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-skZ6o6Tsog .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skZ6o6Tsog .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-skZ6o6Tsog .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skZ6o6Tsog .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skZ6o6Tsog .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skZ6o6Tsog .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skZ6o6Tsog .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-skZ6o6Tsog .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sl36Du63yt.popup-builder {
  background-color: #ffffff;
}
.cid-sl36Du63yt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sl36Du63yt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sl36Du63yt .modal-content,
.cid-sl36Du63yt .modal-dialog {
  height: auto;
}
.cid-sl36Du63yt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sl36Du63yt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sl36Du63yt .form-wrapper .mbr-form .form-group,
  .cid-sl36Du63yt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sl36Du63yt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sl36Du63yt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl36Du63yt .mbr-text {
  text-align: left;
}
.cid-sl36Du63yt .pt-0 {
  padding-top: 0 !important;
}
.cid-sl36Du63yt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sl36Du63yt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sl36Du63yt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sl36Du63yt .modal-open {
  overflow: hidden;
}
.cid-sl36Du63yt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sl36Du63yt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sl36Du63yt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sl36Du63yt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sl36Du63yt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sl36Du63yt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sl36Du63yt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sl36Du63yt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sl36Du63yt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sl36Du63yt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sl36Du63yt .modal-backdrop.show {
  opacity: .5;
}
.cid-sl36Du63yt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sl36Du63yt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sl36Du63yt .modal-header .close:hover {
  opacity: 1;
}
.cid-sl36Du63yt .modal-header .close:focus {
  outline: none;
}
.cid-sl36Du63yt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sl36Du63yt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sl36Du63yt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sl36Du63yt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sl36Du63yt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sl36Du63yt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sl36Du63yt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sl36Du63yt .modal-sm {
    max-width: 300px;
  }
  .cid-sl36Du63yt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sl36Du63yt .modal-lg,
  .cid-sl36Du63yt .modal-xl {
    max-width: 800px;
  }
  .cid-sl36Du63yt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sl36Du63yt .modal-xl {
    max-width: 1140px;
  }
  .cid-sl36Du63yt .container {
    max-width: 1140px;
  }
}
.cid-sl36Du63yt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sl36Du63yt .container {
    max-width: 720px;
  }
}
.cid-sl36Du63yt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sl36Du63yt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sl36Du63yt .form-group {
  margin-bottom: 1rem;
}
.cid-sl36Du63yt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sl36Du63yt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sl36Du63yt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sll722bPOb.popup-builder {
  background-color: #ffffff;
}
.cid-sll722bPOb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sll722bPOb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sll722bPOb .modal-content,
.cid-sll722bPOb .modal-dialog {
  height: auto;
}
.cid-sll722bPOb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sll722bPOb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sll722bPOb .form-wrapper .mbr-form .form-group,
  .cid-sll722bPOb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sll722bPOb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sll722bPOb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sll722bPOb .mbr-text {
  text-align: center;
}
.cid-sll722bPOb .pt-0 {
  padding-top: 0 !important;
}
.cid-sll722bPOb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sll722bPOb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sll722bPOb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sll722bPOb .modal-open {
  overflow: hidden;
}
.cid-sll722bPOb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sll722bPOb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sll722bPOb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sll722bPOb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sll722bPOb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sll722bPOb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sll722bPOb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sll722bPOb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sll722bPOb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sll722bPOb .modal-backdrop.fade {
  opacity: 0;
}
.cid-sll722bPOb .modal-backdrop.show {
  opacity: .5;
}
.cid-sll722bPOb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sll722bPOb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sll722bPOb .modal-header .close:hover {
  opacity: 1;
}
.cid-sll722bPOb .modal-header .close:focus {
  outline: none;
}
.cid-sll722bPOb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sll722bPOb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sll722bPOb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sll722bPOb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sll722bPOb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sll722bPOb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sll722bPOb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sll722bPOb .modal-sm {
    max-width: 300px;
  }
  .cid-sll722bPOb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sll722bPOb .modal-lg,
  .cid-sll722bPOb .modal-xl {
    max-width: 800px;
  }
  .cid-sll722bPOb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sll722bPOb .modal-xl {
    max-width: 1140px;
  }
  .cid-sll722bPOb .container {
    max-width: 1140px;
  }
}
.cid-sll722bPOb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sll722bPOb .container {
    max-width: 720px;
  }
}
.cid-sll722bPOb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sll722bPOb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sll722bPOb .form-group {
  margin-bottom: 1rem;
}
.cid-sll722bPOb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sll722bPOb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sll722bPOb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-skSCMleHKD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .nav-item:focus,
.cid-skSCMleHKD .nav-link:focus {
  outline: none;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skSCMleHKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skSCMleHKD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-skSCMleHKD .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-skSCMleHKD .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skSCMleHKD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skSCMleHKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skSCMleHKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skSCMleHKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skSCMleHKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skSCMleHKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skSCMleHKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skSCMleHKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skSCMleHKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skSCMleHKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skSCMleHKD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skSCMleHKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skSCMleHKD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skSCMleHKD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skSCMleHKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skSCMleHKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skSCMleHKD .dropdown-item.active,
.cid-skSCMleHKD .dropdown-item:active {
  background-color: transparent;
}
.cid-skSCMleHKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skSCMleHKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skSCMleHKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skSCMleHKD .navbar-buttons {
  text-align: center;
}
.cid-skSCMleHKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-skSCMleHKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSCMleHKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skSCMleHKD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skSCMleHKD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skSCMleHKD .navbar {
    height: 77px;
  }
  .cid-skSCMleHKD .navbar.opened {
    height: auto;
  }
  .cid-skSCMleHKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skZ6EcxBxC {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-skZ6EcxBxC h3 {
  position: relative;
}
.cid-skZ6EcxBxC h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skZ6EcxBxC svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-skZ6EcxBxC g rect {
  fill: #000000;
}
.cid-skZl2G2Q4n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skZl2G2Q4n .card-box {
  z-index: 10;
  position: relative;
}
.cid-skZl2G2Q4n .container-fluid {
  padding: 0;
}
.cid-skZl2G2Q4n .card {
  margin: auto;
  min-height: 350px;
}
.cid-skZl2G2Q4n .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-skZl2G2Q4n .card1 {
  background-image: url("../../../assets/images/background5-new.jpg");
  z-index: 4;
}
.cid-skZl2G2Q4n .card2 {
  background-image: url("../../../assets/images/mbr-18-new.jpg");
  z-index: 3;
}
.cid-skZl2G2Q4n .card3 {
  background-image: url("../../../assets/images/mbr-new.jpg");
  z-index: 2;
}
.cid-skZl2G2Q4n .card4 {
  background-image: url("../../../assets/images/mbr-40.jpg");
  z-index: 1;
}
.cid-skZl2G2Q4n h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-skZl2G2Q4n .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-skZl2G2Q4n .card-box {
    text-align: center;
  }
}
.cid-skZl2G2Q4n .mbr-text {
  color: #cccccc;
}
.cid-skZkMWy6S7 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-skZkMWy6S7 .container {
  max-width: 1400px;
}
.cid-skZkMWy6S7 .row {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .cid-skZkMWy6S7 .media-content {
    margin: auto;
    transform: translateX(70%);
    z-index: 2;
    position: relative;
  }
  .cid-skZkMWy6S7 img {
    min-height: 700px;
  }
}
.cid-skZkMWy6S7 img {
  height: 100%;
  object-fit: cover;
}
.cid-skZkMWy6S7 .mbr-figure {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-skZkMWy6S7 .media-content {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-skZkMWy6S7 .row {
    padding: 0rem;
  }
}
.cid-skZkMWy6S7 H1 {
  text-align: left;
}
.cid-skZkMWy6S7 .mbr-text,
.cid-skZkMWy6S7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-slYT2FMypG {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-slYT2FMypG .carousel {
  z-index: 2;
  position: relative;
}
.cid-slYT2FMypG .user {
  padding: 0 !important;
}
.cid-slYT2FMypG .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-slYT2FMypG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-slYT2FMypG .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-slYT2FMypG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-slYT2FMypG .carousel-item.active,
.cid-slYT2FMypG .carousel-item-next,
.cid-slYT2FMypG .carousel-item-prev {
  display: flex;
}
.cid-slYT2FMypG .user_name {
  margin: 0;
  color: #767676;
}
.cid-slYT2FMypG .carousel-controls a {
  font-size: 2rem;
}
.cid-slYT2FMypG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-slYT2FMypG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-slYT2FMypG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-slYT2FMypG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-slYT2FMypG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-slYT2FMypG .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-slYT2FMypG .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-slYT2FMypG .user_status {
  color: #767676;
}
.cid-skZkHtr1zZ {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZkHtr1zZ .container-fluid {
  max-width: 1700px;
}
.cid-skZkHtr1zZ img {
  width: 90%;
  margin: auto;
  height: 900px;
  object-fit: cover;
}
.cid-skZkHtr1zZ p {
  padding: 2rem 4rem;
}
.cid-skZkHtr1zZ .col1 {
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-skZkHtr1zZ .col2 {
    padding-top: 1rem;
  }
  .cid-skZkHtr1zZ .row {
    padding: 2rem;
  }
  .cid-skZkHtr1zZ p {
    padding: 1rem 0rem;
  }
  .cid-skZkHtr1zZ img {
    height: 500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-skZkHtr1zZ .row {
    padding: 0rem;
  }
}
.cid-skZkHtr1zZ .mbr-text,
.cid-skZkHtr1zZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-slfMZ08twD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-slfMZ08twD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slfMZ08twD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slfMZ08twD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slfMZ08twD .mbr-text,
.cid-slfMZ08twD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slfMZ08twD h3:before,
  .cid-slfMZ08twD h3:after {
    display: none;
  }
}
.cid-skZfHPRziT {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-skZfHPRziT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skZfHPRziT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skZfHPRziT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skZfHPRziT .mbr-gallery-item {
  width: 33.3%;
}
.cid-skZfHPRziT .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-skZfHPRziT .mbr-gallery-item {
    width: 100%;
  }
}
.cid-skZfHPRziT .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-skZfHPRziT .mbr-gallery-row {
  justify-content: center;
}
.cid-skZfHPRziT .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-skZfHPRziT .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-skZfHPRziT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skZfHPRziT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-skZfHPRziT .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
  z-index:-1000;
}
.cid-skZfHPRziT .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-skZfHPRziT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skZfHPRziT .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-skZfHPRziT img {
  transition: all 2s !important;
}
.cid-skZfHPRziT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skZfHPRziT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-skZfHPRziT .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-skZ8ue9BQc {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skZ8ue9BQc .card-box {
  z-index: 10;
  position: relative;
}
.cid-skZ8ue9BQc .container-fluid {
  padding: 0;
}
.cid-skZ8ue9BQc h5 {
  margin: 0;
}
.cid-skZ8ue9BQc h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skZ8ue9BQc h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skZ8ue9BQc .card {
  margin: auto;
  min-height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-skZ8ue9BQc .card:hover {
  z-index: 99;
}
.cid-skZ8ue9BQc .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-skZ8ue9BQc .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-skZ8ue9BQc .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-skZ8ue9BQc .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}

/*ALBUMSx4*/

.cid-skZ8ue9BQc .card1 {
  background-image: url("../../../assets/images/Милый Котик_1000x1000.jpg");
  z-index: 5;
}
.cid-skZ8ue9BQc .card2 {
  background-image: url("../../../assets/images/extra-new.jpeg");
  z-index: 4;
}
.cid-skZ8ue9BQc .card3 {
  background-image: url("../../../assets/images/Cover-My16Years-New_1000x1000.jpg");
  z-index: 3;
}
.cid-skZ8ue9BQc .card4 {
  background-image: url("../../../assets/images/Cover-HTL-6-1000x1000.jpg");
  z-index: 2;
}

/*-*/

.cid-skZ8ue9BQc h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-skZ8ue9BQc .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-skZ8ue9BQc .card-box {
    text-align: center;
  }
}
.cid-skZ8ue9BQc .mbr-text {
  color: #cccccc;
}
.cid-skZ8ue9BQc .card-date {
  color: #e6c63b;
  text-align: center;
}
.cid-skZ8ue9BQc H1 {
  color: #000000;
}
.cid-skZ8ue9BQc .mbr-section-subtitle,
.cid-skZ8ue9BQc .title-align {
  color: #000000;
}
.cid-slfR4Rq9CI {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-slfR4Rq9CI .card-box {
  z-index: 10;
  position: relative;
}
.cid-slfR4Rq9CI .container-fluid {
  padding: 0;
}
.cid-slfR4Rq9CI h5 {
  margin: 0;
}
.cid-slfR4Rq9CI h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-slfR4Rq9CI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-slfR4Rq9CI .card {
  margin: auto;
  min-height: 500px;
  perspective: 800px;
  cursor: pointer;
}
.cid-slfR4Rq9CI .card:hover {
  z-index: 99;
}
.cid-slfR4Rq9CI .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-slfR4Rq9CI .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-slfR4Rq9CI .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-slfR4Rq9CI .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}

/*ALBUMSx3*/

.cid-slfR4Rq9CI .card1 {
  background-image: url("../../../assets/images/IMW-1000x1000.jpg");
  z-index: 4;
}
.cid-slfR4Rq9CI .card2 {
  background-image: url("../../../assets/images/cover-1-3000x3000.jpg");
  z-index: 3;
}
.cid-slfR4Rq9CI .card3 {
  background-image: url("../../../assets/images/artwork-2.jpeg");
  z-index: 2;
}

/*-*/

.cid-slfR4Rq9CI h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-slfR4Rq9CI .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-slfR4Rq9CI .card-box {
    text-align: center;
  }
}
.cid-slfR4Rq9CI .mbr-text {
  color: #cccccc;
}
.cid-slfR4Rq9CI .card-date {
  color: #cccccc;
}
.cid-skZ8ynu8pY {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-skZ8ynu8pY li {
  list-style: none;
}
.cid-skZ8ynu8pY .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-skZ8ynu8pY .col-title {
  margin-bottom: 2rem;
}
.cid-skZ8ynu8pY .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-skZ8ynu8pY .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-skZ8ynu8pY .mbr-iconfont:hover {
  color: #ffe161 !important;
}
.cid-skZ8ynu8pY .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-skZ8ynu8pY h4 {
  margin: 0;
}
.cid-skZ8ynu8pY ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-skZ8ynu8pY .md-pb {
    padding-bottom: 1rem;
  }
  .cid-skZ8ynu8pY .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-skZ8ynu8pY .item-wrap {
    flex-direction: column;
  }
  .cid-skZ8ynu8pY .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-skZ8ynu8pY .item1 {
  text-align: center;
}
.cid-skZ9uSQOVx {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skZ9uSQOVx .card-subtitle {
  margin: 0;
}
.cid-skZ9uSQOVx .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-skZ9uSQOVx .card {
  padding: 0.5rem;
}
.cid-skZ9uSQOVx img {
  object-fit: cover;
  height: 100%;
}
.cid-skZ9uSQOVx h4 {
  margin: 0;
}
.cid-skZ9uSQOVx .card-img {
  height: 550px;
}
.cid-skZ9uSQOVx h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skZ9uSQOVx h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-skZ9uSQOVx .card-img {
    height: 350px;
  }
}
.cid-skZ9u94lhK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skZ9u94lhK .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-skZ9u94lhK .modal-body .close {
  background: #1b1b1b;
}
.cid-skZ9u94lhK .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-skZ9u94lhK .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-skZ9u94lhK .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-skZ9u94lhK .container {
  max-width: 100%;
  padding: 0;
}
.cid-skZ9u94lhK .content-slider-wrap {
  width: 100%;
}
.cid-skZ9u94lhK .carousel-inner > .active,
.cid-skZ9u94lhK .carousel-inner > .next,
.cid-skZ9u94lhK .carousel-inner > .prev {
  display: flex;
}
.cid-skZ9u94lhK .carousel-control .icon-next,
.cid-skZ9u94lhK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-skZ9u94lhK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-skZ9u94lhK .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-skZ9u94lhK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-skZ9u94lhK .boxed-slider > div {
  position: relative;
}
.cid-skZ9u94lhK .container img {
  width: 100%;
}
.cid-skZ9u94lhK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-skZ9u94lhK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skZ9u94lhK .mbr-table-cell {
  padding: 0;
}
.cid-skZ9u94lhK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-skZ9u94lhK .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skZ9u94lhK .mbr-overlay {
  z-index: 1;
}
.cid-skZ9u94lhK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skZ9u94lhK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-skZ9u94lhK .carousel-item.active.right,
.cid-skZ9u94lhK .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skZ9u94lhK .carousel-item.active.left,
.cid-skZ9u94lhK .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skZ9u94lhK .carousel-item.active,
.cid-skZ9u94lhK .carousel-item.next.left,
.cid-skZ9u94lhK .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-skZ9u94lhK .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-skZ9u94lhK .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-skZ9u94lhK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skZ9u94lhK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skZ9u94lhK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skZ9u94lhK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-skZ9u94lhK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-skZ9u94lhK .mbr-slider .carousel-indicators li.active,
.cid-skZ9u94lhK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-skZ9u94lhK .mbr-slider .carousel-indicators li::after,
.cid-skZ9u94lhK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-skZ9u94lhK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-skZ9u94lhK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-skZ9u94lhK .mbr-slider > .container img {
  width: 100%;
}
.cid-skZ9u94lhK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-skZ9u94lhK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-skZ9u94lhK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skZ9u94lhK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skZ9u94lhK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-skZ9u94lhK .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-skZ9u94lhK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-skZ9u94lhK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-skZ9u94lhK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-skZ9u94lhK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skZ9u94lhK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-skZ9u94lhK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-skZ9u94lhK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-skZ9u94lhK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-skZ9u94lhK .carousel-inner {
  height: 100%;
}
.cid-skZ9u94lhK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-skZ9u94lhK .image_wrapper {
  height: 720px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-skZ9u94lhK .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-skZ9u94lhK .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-skZ9u94lhK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-skZ9u94lhK .content-slider-wrap {
    width: 100% !important;
  }
  .cid-skZ9u94lhK .image_wrapper {
    height: 432px;
  }
}
.cid-skZ9u94lhK H2 {
  text-align: center;
  color: #ffffff;
}
.cid-skZ8TZIGuL {
  padding-top: 165px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skZ8TZIGuL .card-subtitle {
  margin: 0;
}
.cid-skZ8TZIGuL .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-skZ8TZIGuL .card {
  padding: 0.5rem;
}
.cid-skZ8TZIGuL img {
  object-fit: cover;
  height: 100%;
}
.cid-skZ8TZIGuL h4 {
  margin: 0;
}
.cid-skZ8TZIGuL .card-img {
  height: 550px;
}
.cid-skZ8TZIGuL h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skZ8TZIGuL h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-skZ8TZIGuL .card-img {
    height: 350px;
  }
}
.cid-sljOIFNJSO {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sljOIFNJSO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sljOIFNJSO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sljOIFNJSO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sljOIFNJSO .mbr-text,
.cid-sljOIFNJSO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sljOIFNJSO h3:before,
  .cid-sljOIFNJSO h3:after {
    display: none;
  }
}
.cid-smsj61w8TI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smsj61w8TI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smsj61w8TI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsj61w8TI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsj61w8TI .mbr-text,
.cid-smsj61w8TI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-smsj61w8TI h3:before,
  .cid-smsj61w8TI h3:after {
    display: none;
  }
}
.cid-skZgj2Ez7o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
@media (max-width: 992px) {
  .cid-skZgj2Ez7o {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-skZgj2Ez7o .box {
  background-image: url("../../../assets/images/mbr-8.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skZgj2Ez7o .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-skZgj2Ez7o .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-skZgj2Ez7o .icon-wrap span {
  padding-left: 8px;
}
.cid-skZgj2Ez7o .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-skZgj2Ez7o .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-skZgj2Ez7o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skZgj2Ez7o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skZgj2Ez7o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-skZgj2Ez7o a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-skZgj2Ez7o a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-skZgj2Ez7o {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-skZgj2Ez7o .box {
    height: 250px;
  }
}
.cid-slkpuMAexl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-slkpuMAexl .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-slkpuMAexl .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffe161;
}
.cid-slkpuMAexl .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-slkpuMAexl .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffe161;
}
.cid-slkpuMAexl .countdown-cont {
  margin: 0 auto;
}
.cid-slkpuMAexl .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-slkpuMAexl .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-slkpuMAexl .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-slkpuMAexl .dot {
    display: none;
  }
  .cid-slkpuMAexl .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-slkpuMAexl .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-slkpuMAexl .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-slkpuMAexl .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-slkpuMAexl .number {
    font-size: 25px;
  }
  .cid-slkpuMAexl .period {
    font-size: 0.7rem;
  }
}
.cid-slkpuMAexl H2 {
  color: #000000;
}
.cid-skZlINjye9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skZlINjye9 .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-skZlINjye9 .btn {
  border-radius: 0;
}
.cid-skZlINjye9 .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-skZlINjye9 .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-skZlINjye9 .icons-wrap {
  display: flex;
}
.cid-skZlINjye9 .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-skZlINjye9 h2 {
  margin: 0;
}
.cid-skZlINjye9 .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-skZlINjye9 .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-skZlINjye9 .card {
  overflow: hidden;
  height: 100%;
}
.cid-skZlINjye9 .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/artwork-3.jpeg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-skZlINjye9 H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-skZlINjye9 .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-skZlINjye9 .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-skZlINjye9 .cover {
    width: 100%;
  }
}
.cid-skZlINjye9 .mbr-text,
.cid-skZlINjye9 .mbr-section-btn {
  color: #e6c63b;
  text-align: center;
}
.cid-skZlINjye9 H1 {
  text-align: center;
}
.cid-skZlINjye9 H3 {
  text-align: left;
}
.cid-skZ9xDqPFk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZ9xDqPFk .mbr-text,
.cid-skZ9xDqPFk .img-align {
  color: #ffffff;
}
.cid-skZ9xDqPFk H2 {
  color: #ffffff;
}
.cid-skZ6hcOgKU {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZ6hcOgKU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ6hcOgKU svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-skZ6hcOgKU g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-skZ6hcOgKU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-skZ6hcOgKU .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-skZ6hcOgKU .soc-item:hover {
  background: #e6c63b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-skZ6hcOgKU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skZ6hcOgKU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skZ6hcOgKU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-skZ6hcOgKU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-skZ6hcOgKU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skZ6hcOgKU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-skZ6hcOgKU .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skZ6hcOgKU .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skZ6hcOgKU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skZ6hcOgKU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skZ6hcOgKU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-skZ6hcOgKU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sl36Du7kbv.popup-builder {
  background-color: #ffffff;
}
.cid-sl36Du7kbv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sl36Du7kbv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sl36Du7kbv .modal-content,
.cid-sl36Du7kbv .modal-dialog {
  height: auto;
}
.cid-sl36Du7kbv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sl36Du7kbv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sl36Du7kbv .form-wrapper .mbr-form .form-group,
  .cid-sl36Du7kbv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sl36Du7kbv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sl36Du7kbv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl36Du7kbv .mbr-text {
  text-align: left;
}
.cid-sl36Du7kbv .pt-0 {
  padding-top: 0 !important;
}
.cid-sl36Du7kbv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sl36Du7kbv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sl36Du7kbv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sl36Du7kbv .modal-open {
  overflow: hidden;
}
.cid-sl36Du7kbv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sl36Du7kbv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sl36Du7kbv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sl36Du7kbv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sl36Du7kbv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sl36Du7kbv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sl36Du7kbv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sl36Du7kbv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sl36Du7kbv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sl36Du7kbv .modal-backdrop.fade {
  opacity: 0;
}
.cid-sl36Du7kbv .modal-backdrop.show {
  opacity: .5;
}
.cid-sl36Du7kbv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sl36Du7kbv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sl36Du7kbv .modal-header .close:hover {
  opacity: 1;
}
.cid-sl36Du7kbv .modal-header .close:focus {
  outline: none;
}
.cid-sl36Du7kbv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sl36Du7kbv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sl36Du7kbv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sl36Du7kbv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sl36Du7kbv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sl36Du7kbv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sl36Du7kbv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sl36Du7kbv .modal-sm {
    max-width: 300px;
  }
  .cid-sl36Du7kbv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sl36Du7kbv .modal-lg,
  .cid-sl36Du7kbv .modal-xl {
    max-width: 800px;
  }
  .cid-sl36Du7kbv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sl36Du7kbv .modal-xl {
    max-width: 1140px;
  }
  .cid-sl36Du7kbv .container {
    max-width: 1140px;
  }
}
.cid-sl36Du7kbv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sl36Du7kbv .container {
    max-width: 720px;
  }
}
.cid-sl36Du7kbv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sl36Du7kbv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sl36Du7kbv .form-group {
  margin-bottom: 1rem;
}
.cid-sl36Du7kbv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sl36Du7kbv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sl36Du7kbv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-slJaf56qFA.popup-builder {
  background-color: #ffffff;
}
.cid-slJaf56qFA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slJaf56qFA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slJaf56qFA .modal-content,
.cid-slJaf56qFA .modal-dialog {
  height: auto;
}
.cid-slJaf56qFA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slJaf56qFA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slJaf56qFA .form-wrapper .mbr-form .form-group,
  .cid-slJaf56qFA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slJaf56qFA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slJaf56qFA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slJaf56qFA .mbr-text {
  text-align: center;
}
.cid-slJaf56qFA .pt-0 {
  padding-top: 0 !important;
}
.cid-slJaf56qFA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slJaf56qFA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slJaf56qFA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slJaf56qFA .modal-open {
  overflow: hidden;
}
.cid-slJaf56qFA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slJaf56qFA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slJaf56qFA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slJaf56qFA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-slJaf56qFA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slJaf56qFA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slJaf56qFA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slJaf56qFA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-slJaf56qFA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slJaf56qFA .modal-backdrop.fade {
  opacity: 0;
}
.cid-slJaf56qFA .modal-backdrop.show {
  opacity: .5;
}
.cid-slJaf56qFA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-slJaf56qFA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slJaf56qFA .modal-header .close:hover {
  opacity: 1;
}
.cid-slJaf56qFA .modal-header .close:focus {
  outline: none;
}
.cid-slJaf56qFA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slJaf56qFA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slJaf56qFA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-slJaf56qFA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slJaf56qFA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slJaf56qFA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slJaf56qFA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slJaf56qFA .modal-sm {
    max-width: 300px;
  }
  .cid-slJaf56qFA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slJaf56qFA .modal-lg,
  .cid-slJaf56qFA .modal-xl {
    max-width: 800px;
  }
  .cid-slJaf56qFA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slJaf56qFA .modal-xl {
    max-width: 1140px;
  }
  .cid-slJaf56qFA .container {
    max-width: 1140px;
  }
}
.cid-slJaf56qFA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slJaf56qFA .container {
    max-width: 720px;
  }
}
.cid-slJaf56qFA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slJaf56qFA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-slJaf56qFA .form-group {
  margin-bottom: 1rem;
}
.cid-slJaf56qFA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slJaf56qFA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slJaf56qFA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-skSCMleHKD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .nav-item:focus,
.cid-skSCMleHKD .nav-link:focus {
  outline: none;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skSCMleHKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skSCMleHKD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-skSCMleHKD .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-skSCMleHKD .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skSCMleHKD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skSCMleHKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skSCMleHKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skSCMleHKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skSCMleHKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skSCMleHKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skSCMleHKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skSCMleHKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skSCMleHKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skSCMleHKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skSCMleHKD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skSCMleHKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skSCMleHKD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skSCMleHKD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skSCMleHKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skSCMleHKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skSCMleHKD .dropdown-item.active,
.cid-skSCMleHKD .dropdown-item:active {
  background-color: transparent;
}
.cid-skSCMleHKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skSCMleHKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skSCMleHKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skSCMleHKD .navbar-buttons {
  text-align: center;
}
.cid-skSCMleHKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-skSCMleHKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSCMleHKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skSCMleHKD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skSCMleHKD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skSCMleHKD .navbar {
    height: 77px;
  }
  .cid-skSCMleHKD .navbar.opened {
    height: auto;
  }
  .cid-skSCMleHKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skZ6XpSWf5 {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-skZ6XpSWf5 h3 {
  position: relative;
}
.cid-skZ6XpSWf5 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skZ6XpSWf5 svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-skZ6XpSWf5 g rect {
  fill: #000000;
}
.cid-skZbksorlX {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-skZbksorlX .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-skZbksorlX .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-skZbksorlX .card {
  position: relative;
}
.cid-skZbksorlX .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-skZbksorlX .card:hover:before {
  opacity: 0.9;
}
.cid-skZbksorlX .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-skZbksorlX .mbr-text {
  color: #000000;
}
.cid-skZb1boiMy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skZb1boiMy .mbr-text {
  color: #767676;
}
.cid-skZb1boiMy .mbr-iconfont {
  color: #ffe161 !important;
  font-size: 3.5rem !important;
}
.cid-skZb1boiMy .link {
  margin: 0;
}
.cid-skZb1boiMy .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-skZb1boiMy .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-skZb1boiMy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-skZb1boiMy .card {
    margin-bottom: 3rem;
  }
}
.cid-skZb1boiMy .card-title,
.cid-skZb1boiMy .card-img {
  color: #ffffff;
}
.cid-skZb1boiMy .mbr-text,
.cid-skZb1boiMy .link {
  text-align: center;
  color: #fafafa;
}
.cid-skZefdqcSH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skZefdqcSH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-skZefdqcSH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZefdqcSH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZefdqcSH .mbr-text,
.cid-skZefdqcSH .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-skZefdqcSH h3:before,
  .cid-skZefdqcSH h3:after {
    display: none;
  }
}
.cid-skZc92TgLj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-skZc92TgLj .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-skZc92TgLj .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/fon-10.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-skZc92TgLj .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-skZc92TgLj p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-skZc92TgLj .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #e6c63b;
  z-index: 2;
  opacity: 1;
}
.cid-skZc92TgLj .box-title2,
.cid-skZc92TgLj .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-skZc92TgLj .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-skZc92TgLj .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-skZc92TgLj .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-skZc92TgLj .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-skZc92TgLj .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-skZc92TgLj .col:hover .box-title2,
.cid-skZc92TgLj .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-skZc92TgLj .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #e6c63b;
}
.cid-skZc92TgLj .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-skZc92TgLj .img-content {
    opacity: 1;
  }
  .cid-skZc92TgLj .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-skZc92TgLj .box-content {
    width: 100%;
  }
  .cid-skZc92TgLj .box-title2,
  .cid-skZc92TgLj .box-text2 {
    color: #ffffff !important;
  }
  .cid-skZc92TgLj p {
    margin-left: 0;
  }
  .cid-skZc92TgLj .content-block,
  .cid-skZc92TgLj .content1 {
    padding: 3rem 1rem;
  }
}
.cid-skZc92TgLj .box-text1 {
  color: #333333;
}
.cid-skZc92TgLj .box-title2 {
  color: #ffffff;
}
.cid-skZc92TgLj .box-text2 {
  color: #ffffff;
}
.cid-skZc92TgLj .mbr-text,
.cid-skZc92TgLj .mbr-section-btn {
  color: #ffffff;
}
.cid-skZc92TgLj H2 {
  color: #ffffff;
}
.cid-skZc92TgLj H3 {
  color: #ffffff;
}
.cid-skZdqJoBAp {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-17.jpg");
}
.cid-skZdqJoBAp .btn {
  margin: 0.2rem !important;
}
.cid-skZdqJoBAp .row {
  justify-content: flex-end;
}
.cid-skZdqJoBAp .mbr-text,
.cid-skZdqJoBAp .mbr-section-btn {
  color: #cccccc;
}
.cid-skZdqJoBAp H3 {
  color: #cccccc;
}
.cid-skZcMWU3p2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skZcMWU3p2 .container-fluid {
  padding: 2rem;
}
.cid-skZcMWU3p2 .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.cid-skZcMWU3p2 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-skZcMWU3p2 .image-block:hover:before {
  opacity: 0.4;
}
.cid-skZcMWU3p2 .image-block:hover .wrap {
  opacity: 1;
}
.cid-skZcMWU3p2 .image-block:hover img {
  transform: scale(1.05);
}
.cid-skZcMWU3p2 h4 {
  letter-spacing: 2px;
}
.cid-skZcMWU3p2 figcaption {
  position: relative;
}
.cid-skZcMWU3p2 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-skZcMWU3p2 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-skZcMWU3p2 .image-block {
    height: 400px;
  }
  .cid-skZcMWU3p2 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skZcMWU3p2 .container-fluid {
    padding: 1rem;
  }
  .cid-skZcMWU3p2 .image-block:before {
    opacity: 0.4;
  }
  .cid-skZcMWU3p2 .image-block .wrap {
    opacity: 1;
  }
  .cid-skZcMWU3p2 .image-block img {
    transform: scale(1.05);
  }
}
.cid-skZcFMa6yi {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-skZcFMa6yi .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-skZcFMa6yi .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-skZcFMa6yi .image-block:hover:before {
  opacity: 0.4;
}
.cid-skZcFMa6yi .image-block:hover .wrap {
  opacity: 1;
}
.cid-skZcFMa6yi .image-block:hover img {
  transform: scale(1.05);
}
.cid-skZcFMa6yi h4 {
  letter-spacing: 2px;
}
.cid-skZcFMa6yi figcaption {
  position: relative;
}
.cid-skZcFMa6yi figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-skZcFMa6yi img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-skZcFMa6yi .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-skZcFMa6yi .image-block {
    height: 400px;
  }
}
.cid-slHNzQ7HYA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slHNzQ7HYA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slHNzQ7HYA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slHNzQ7HYA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slHNzQ7HYA .mbr-text,
.cid-slHNzQ7HYA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slHNzQ7HYA h3:before,
  .cid-slHNzQ7HYA h3:after {
    display: none;
  }
}
.cid-slHNzQ7HYA H1 {
  text-align: center;
}
.cid-skZcA9HP9j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-skZcA9HP9j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skZcA9HP9j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skZcA9HP9j .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-skZcA9HP9j .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skZcA9HP9j .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-skZcA9HP9j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skZcA9HP9j .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-skZcA9HP9j .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-skZcA9HP9j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-skZcA9HP9j .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-skZcA9HP9j .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-skZcA9HP9j .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
  z-index:-1000;
}
.cid-skZcA9HP9j .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-skZcA9HP9j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skZcA9HP9j .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-skZcA9HP9j .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-skZcA9HP9j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skZcA9HP9j .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-skZcA9HP9j .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-slhxb2Vv0j {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slhxb2Vv0j h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slhxb2Vv0j h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slhxb2Vv0j h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slhxb2Vv0j .mbr-text,
.cid-slhxb2Vv0j .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slhxb2Vv0j h3:before,
  .cid-slhxb2Vv0j h3:after {
    display: none;
  }
}
.cid-slhxb2Vv0j H1 {
  text-align: center;
}
.cid-skSCc7gzo9 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-skSCc7gzo9 .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-skSCc7gzo9 .container {
  padding: 0rem 0.5rem;
}
.cid-skSCc7gzo9 .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-skSCc7gzo9 .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-skSCc7gzo9 .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-skSCc7gzo9 .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-skSCc7gzo9 .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-skSCc7gzo9 .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-skSCc7gzo9 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-skSCc7gzo9 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-skSCc7gzo9 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-skSCc7gzo9 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-skSCc7gzo9 .shop-items .price-block {
  position: relative;
}
.cid-skSCc7gzo9 .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: lightgray;
}
@media (min-width: 767px) {
  .cid-skSCc7gzo9 .mbr-gallery-filter ul {
    display: flex !important;
  }
}
.cid-skSCc7gzo9 .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px !important;
}
.cid-skSCc7gzo9 .categories {
  padding: 0;
}
.cid-skSCc7gzo9 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 14px;
  top: 6px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-skSCc7gzo9 .filter-by-d .btn {
  background: transparent !important;
  border: none !important;
  color: black !important;
}
.cid-skSCc7gzo9 .filter-by-d .btn:hover,
.cid-skSCc7gzo9 .filter-by-d .btn:active {
  background: transparent !important;
  color: black !important;
}
.cid-skSCc7gzo9 .filter-by-d .btn:before {
  content: '\e972';
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-skSCc7gzo9 .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
  border-bottom: 1px solid #373329;
}
.cid-skSCc7gzo9 .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-skSCc7gzo9 .filter-by-pu .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-skSCc7gzo9 .filter-by-pu .btn:hover,
.cid-skSCc7gzo9 .filter-by-pu .btn:active {
  background: transparent !important;
  color: white !important;
}
.cid-skSCc7gzo9 .filter-by-pd .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-skSCc7gzo9 .filter-by-pd .btn:hover,
.cid-skSCc7gzo9 .filter-by-pd .btn:active {
  background: transparent !important;
  color: white !important;
  border: none;
}
.cid-skSCc7gzo9 .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
}
.cid-skSCc7gzo9 .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-skSCc7gzo9 .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-skSCc7gzo9 .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-skSCc7gzo9 .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-skSCc7gzo9 .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-skSCc7gzo9 .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-skSCc7gzo9 .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-skSCc7gzo9 .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-skSCc7gzo9 .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-skSCc7gzo9 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-skSCc7gzo9 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-skSCc7gzo9 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-skSCc7gzo9 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-skSCc7gzo9 .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px !important;
  }
  .cid-skSCc7gzo9 .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-skSCc7gzo9 .col-md-12 .sort-buttons .filter-by-pu,
  .cid-skSCc7gzo9 .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0 !important;
  }
  .cid-skSCc7gzo9 .sort-buttons {
    align-items: center !important;
  }
}
@media (max-width: 1200px) {
  .cid-skSCc7gzo9 .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-skSCc7gzo9 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-skSCc7gzo9 .wrapper-shop-items {
    order: 1;
  }
  .cid-skSCc7gzo9 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.cid-skSCc7gzo9 .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-skSCc7gzo9 .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-skSCc7gzo9 .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-skSCc7gzo9 .oldprice {
  padding-left: 0.8rem !important;
  color: #767676;
  text-decoration: line-through;
}
.cid-skSCc7gzo9 .shopItemsModal_wraper {
  left: 0;
}
.cid-skSCc7gzo9 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-skSCc7gzo9 .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-skSCc7gzo9 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-skSCc7gzo9 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal_wraper {
  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-skSCc7gzo9 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-skSCc7gzo9 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-skSCc7gzo9 .mbr-shop .hide-modal {
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-skSCc7gzo9 .mbr-shop .filter-by-pu,
.cid-skSCc7gzo9 .mbr-shop .filter-by-pd,
.cid-skSCc7gzo9 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-skSCc7gzo9 .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-skSCc7gzo9 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-skSCc7gzo9 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .galleryItem h4,
.cid-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .galleryItem h5,
.cid-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .galleryItem p,
.cid-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .item-button {
  text-align: center;
}
.cid-skSCc7gzo9 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-skSCc7gzo9 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-skSCc7gzo9 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-skSCc7gzo9 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-skSCc7gzo9 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-skSCc7gzo9 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #29a7c6;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item__hided h4,
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item__hided h5,
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-skSCc7gzo9 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  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;
  word-break: inherit;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-skSCc7gzo9 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-skSCc7gzo9 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-skSCc7gzo9 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-skSCc7gzo9 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-skSCc7gzo9 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-skSCc7gzo9 .mbr-shop .range-controls {
  position: relative;
}
.cid-skSCc7gzo9 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-skSCc7gzo9 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-skSCc7gzo9 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-skSCc7gzo9 .mbr-shop .toggle:hover,
.cid-skSCc7gzo9 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-skSCc7gzo9 .mbr-shop .min-toggle {
  left: 0;
}
.cid-skSCc7gzo9 .mbr-shop .max-toggle {
  right: 0;
}
.cid-skSCc7gzo9 .mbr-shop .hided-by-price {
  display: none;
}
.cid-skSCc7gzo9 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-skSCc7gzo9 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-skSCc7gzo9 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-skSCc7gzo9 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-skSCc7gzo9 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-skSCc7gzo9 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-skSCc7gzo9 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-skSCc7gzo9 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-skSCc7gzo9 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-skSCc7gzo9 .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-skSCc7gzo9 .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-skSCc7gzo9 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-skSCc7gzo9 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-skSCc7gzo9 .mbr-shop .shop-items .onsale,
.cid-skSCc7gzo9 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-skSCc7gzo9 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-skSCc7gzo9 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-skSCc7gzo9 .mbr-shop .price-range {
  display: inline-block;
}
.cid-skSCc7gzo9 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-skSCc7gzo9 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-skSCc7gzo9 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-skSCc7gzo9 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-skSCc7gzo9 .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-skSCc7gzo9 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-skSCc7gzo9 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-skSCc7gzo9 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-skSCc7gzo9 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-skSCc7gzo9 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-skSCc7gzo9 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-skSCc7gzo9 .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-skSCc7gzo9 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-skSCc7gzo9 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-skSCc7gzo9 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-skSCc7gzo9 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-skSCc7gzo9 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-skSCc7gzo9 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-skSCc7gzo9 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-skSCc7gzo9 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skSCc7gzo9 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-skZe9GUv2Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skZe9GUv2Q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-skZe9GUv2Q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZe9GUv2Q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZe9GUv2Q .mbr-text,
.cid-skZe9GUv2Q .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-skZe9GUv2Q h3:before,
  .cid-skZe9GUv2Q h3:after {
    display: none;
  }
}
.cid-skZe1Jv2iX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
@media (max-width: 767px) {
  .cid-skZe1Jv2iX .mbr-text {
    text-align: center;
  }
}
.cid-skZe1Jv2iX .container-fluid {
  padding: 0;
}
.cid-skZe1Jv2iX .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-skZe1Jv2iX img {
  height: 100%;
  object-fit: cover;
}
.cid-skZe1Jv2iX .mbr-figure {
  height: 100%;
}
.cid-skZe1Jv2iX .col-lg-7 {
  padding: 0;
}
.cid-skZe1Jv2iX .row {
  margin: 0;
}
.cid-skZe1Jv2iX .mbr-text,
.cid-skZe1Jv2iX .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-skZe1Jv2iX H3 {
  color: #fafafa;
  text-align: center;
}
.cid-skZe1Jv2iX H1 {
  color: #ffffff;
  text-align: center;
}
.cid-skZd7zdfV8 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skZd7zdfV8 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-skZd7zdfV8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-skZd7zdfV8 .image-block:hover:before {
  opacity: 0.2;
}
.cid-skZd7zdfV8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-skZd7zdfV8 h4 {
  letter-spacing: 2px;
}
.cid-skZd7zdfV8 figcaption {
  position: relative;
}
.cid-skZd7zdfV8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-skZd7zdfV8 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-skZd7zdfV8 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-skZd7zdfV8 .wrap {
    opacity: 1 !important;
  }
  .cid-skZd7zdfV8 .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-skZcS1oGdZ {
  padding-top: 300px;
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .cid-skZcS1oGdZ {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-skZcS1oGdZ {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-skZcS1oGdZ .icon-wrap {
  border: 4px solid #bbbbbb !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-skZcS1oGdZ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-skZcS1oGdZ .icon-wrap span {
  padding-left: 8px;
}
.cid-skZcS1oGdZ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-skZcS1oGdZ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-skZcS1oGdZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skZcS1oGdZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skZcS1oGdZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-skZcS1oGdZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-skZcS1oGdZ a.close:hover {
  color: #ffffff;
}
.cid-slB3UNZq2Z {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-slB3UNZq2Z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slB3UNZq2Z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slB3UNZq2Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slB3UNZq2Z .mbr-text,
.cid-slB3UNZq2Z .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slB3UNZq2Z h3:before,
  .cid-slB3UNZq2Z h3:after {
    display: none;
  }
}
.cid-slB3UNZq2Z H1 {
  text-align: center;
}
.cid-slB3UNZq2Z H3 {
  color: #fafafa;
}
.cid-skZd4sNVDm {
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZd4sNVDm img {
  width: 65%;
  pointer-events: all;
}
.cid-skZd4sNVDm .row {
  justify-content: center;
}
.cid-skZd4sNVDm .img1 {
  position: absolute;
  left: -6rem;
  top: 6rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-skZd4sNVDm .img2 {
  position: absolute;
  top: 0rem;
  left: 10rem;
  width: 100%;
  pointer-events: none;
}
.cid-skZd4sNVDm .img3 {
  position: absolute;
  top: 12rem;
  right: -22rem;
  width: 100%;
  pointer-events: none;
}
.cid-skZd4sNVDm .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-skZd4sNVDm .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-skZd4sNVDm .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-skZd4sNVDm .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-skZd4sNVDm .item {
    height: 300px;
  }
}
.cid-skZelulTqW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skZelulTqW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-skZelulTqW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZelulTqW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZelulTqW .mbr-text,
.cid-skZelulTqW .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-skZelulTqW h3:before,
  .cid-skZelulTqW h3:after {
    display: none;
  }
}
.cid-skZffWcM56 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
@media (max-width: 767px) {
  .cid-skZffWcM56 .mbr-text {
    text-align: center;
  }
}
.cid-skZffWcM56 .container-fluid {
  padding: 0;
}
.cid-skZffWcM56 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-skZffWcM56 img {
  height: 100%;
  object-fit: cover;
}
.cid-skZffWcM56 .mbr-figure {
  height: 100%;
}
.cid-skZffWcM56 .col-lg-6 {
  padding: 0;
}
.cid-skZffWcM56 .row {
  margin: 0;
}
.cid-skZffWcM56 .mbr-text,
.cid-skZffWcM56 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-skZffWcM56 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-skZffWcM56 H3 {
  color: #fafafa;
  text-align: center;
}
.cid-skZf0sqdXu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skZf0sqdXu .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-skZf0sqdXu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-skZf0sqdXu .image-block:hover:before {
  opacity: 0.4;
}
.cid-skZf0sqdXu .image-block:hover .wrap {
  opacity: 1;
}
.cid-skZf0sqdXu .image-block:hover img {
  transform: scale(1.05);
}
.cid-skZf0sqdXu .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-skZf0sqdXu h4 {
  letter-spacing: 2px;
}
.cid-skZf0sqdXu figcaption {
  position: relative;
}
.cid-skZf0sqdXu figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-skZf0sqdXu img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-skZf0sqdXu .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-skZf0sqdXu .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-skZf0sqdXu .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-skZf0sqdXu .image-block:before {
    opacity: 0.4;
  }
  .cid-skZf0sqdXu .image-block .wrap {
    opacity: 1;
  }
}
.cid-skZeF3ZbxM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-skZeF3ZbxM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skZeF3ZbxM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skZeF3ZbxM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skZeF3ZbxM .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skZeF3ZbxM .container {
  padding: 0;
}
.cid-skZeF3ZbxM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skZeF3ZbxM .icon-focus {
  display: none;
}
.cid-skZeF3ZbxM .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-skZeF3ZbxM .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffffff !important;
}
.cid-skZeF3ZbxM li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-skZeF3ZbxM li {
  position: relative;
}
.cid-skZeF3ZbxM .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-skZeF3ZbxM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skZeF3ZbxM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skZeF3ZbxM .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-skZeF3ZbxM .btn {
  font-family: 'Jost' !important;
}
.cid-skZeF3ZbxM .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-skZeF3ZbxM .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-skZeF3ZbxM .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-skZeF3ZbxM li:not(:last-child):after {
    top: 9px;
  }
  .cid-skZeF3ZbxM .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-skZeF3ZbxM .mbr-gallery-item > div > span {
  text-align: left;
}
.cid-skZeornT6Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skZeornT6Q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-skZeornT6Q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZeornT6Q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZeornT6Q .mbr-text,
.cid-skZeornT6Q .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-skZeornT6Q h3:before,
  .cid-skZeornT6Q h3:after {
    display: none;
  }
}
.cid-skZfewF0jL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
@media (max-width: 767px) {
  .cid-skZfewF0jL .mbr-text {
    text-align: center;
  }
}
.cid-skZfewF0jL .container-fluid {
  padding: 0;
}
.cid-skZfewF0jL .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-skZfewF0jL img {
  height: 100%;
  object-fit: cover;
}
.cid-skZfewF0jL .mbr-figure {
  height: 100%;
}
.cid-skZfewF0jL .col-lg-6 {
  padding: 0;
}
.cid-skZfewF0jL .row {
  margin: 0;
}
.cid-skZfewF0jL H3 {
  text-align: center;
}
.cid-skZfewF0jL H1 {
  text-align: center;
}
.cid-skZfewF0jL .mbr-text,
.cid-skZfewF0jL .mbr-section-btn {
  text-align: center;
}
.cid-skZeXaBtxT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-skZeXaBtxT .container-fluid {
  padding: 2rem;
}
.cid-skZeXaBtxT .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.cid-skZeXaBtxT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-skZeXaBtxT .image-block:hover:before {
  opacity: 0.4;
}
.cid-skZeXaBtxT .image-block:hover .wrap {
  opacity: 1;
}
.cid-skZeXaBtxT .image-block:hover img {
  transform: scale(1.05);
}
.cid-skZeXaBtxT h4 {
  letter-spacing: 2px;
}
.cid-skZeXaBtxT figcaption {
  position: relative;
}
.cid-skZeXaBtxT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-skZeXaBtxT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-skZeXaBtxT .image-block {
    height: 400px;
  }
  .cid-skZeXaBtxT .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skZeXaBtxT .container-fluid {
    padding: 1rem;
  }
  .cid-skZeXaBtxT .image-block:before {
    opacity: 0.4;
  }
  .cid-skZeXaBtxT .image-block .wrap {
    opacity: 1;
  }
  .cid-skZeXaBtxT .image-block img {
    transform: scale(1.05);
  }
}
.cid-slHQNYeCiw {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-slHQNYeCiw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slHQNYeCiw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slHQNYeCiw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slHQNYeCiw .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-slHQNYeCiw .container {
  padding: 0;
}
.cid-slHQNYeCiw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slHQNYeCiw .icon-focus {
  display: none;
}
.cid-slHQNYeCiw .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-slHQNYeCiw .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffffff !important;
}
.cid-slHQNYeCiw li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-slHQNYeCiw li {
  position: relative;
}
.cid-slHQNYeCiw .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-slHQNYeCiw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slHQNYeCiw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-slHQNYeCiw .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-slHQNYeCiw .btn {
  font-family: 'Jost' !important;
}
.cid-slHQNYeCiw .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-slHQNYeCiw .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-slHQNYeCiw .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-slHQNYeCiw li:not(:last-child):after {
    top: 9px;
  }
  .cid-slHQNYeCiw .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-slHQNYeCiw .mbr-gallery-item > div > span {
  text-align: left;
}
.cid-skZhQpMWUJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZhQpMWUJ .mbr-text,
.cid-skZhQpMWUJ .img-align {
  color: #ffffff;
}
.cid-skZhQpMWUJ H2 {
  color: #ffffff;
}
.cid-skZ6s0TpK4 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZ6s0TpK4 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ6s0TpK4 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-skZ6s0TpK4 g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-skZ6s0TpK4 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-skZ6s0TpK4 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-skZ6s0TpK4 .soc-item:hover {
  background: #e6c63b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-skZ6s0TpK4 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skZ6s0TpK4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skZ6s0TpK4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-skZ6s0TpK4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-skZ6s0TpK4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skZ6s0TpK4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-skZ6s0TpK4 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skZ6s0TpK4 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skZ6s0TpK4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skZ6s0TpK4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skZ6s0TpK4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-skZ6s0TpK4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sl36Du7xH3.popup-builder {
  background-color: #ffffff;
}
.cid-sl36Du7xH3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sl36Du7xH3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sl36Du7xH3 .modal-content,
.cid-sl36Du7xH3 .modal-dialog {
  height: auto;
}
.cid-sl36Du7xH3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sl36Du7xH3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sl36Du7xH3 .form-wrapper .mbr-form .form-group,
  .cid-sl36Du7xH3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sl36Du7xH3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sl36Du7xH3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl36Du7xH3 .mbr-text {
  text-align: left;
}
.cid-sl36Du7xH3 .pt-0 {
  padding-top: 0 !important;
}
.cid-sl36Du7xH3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sl36Du7xH3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sl36Du7xH3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sl36Du7xH3 .modal-open {
  overflow: hidden;
}
.cid-sl36Du7xH3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sl36Du7xH3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sl36Du7xH3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sl36Du7xH3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sl36Du7xH3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sl36Du7xH3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sl36Du7xH3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sl36Du7xH3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sl36Du7xH3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sl36Du7xH3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sl36Du7xH3 .modal-backdrop.show {
  opacity: .5;
}
.cid-sl36Du7xH3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sl36Du7xH3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sl36Du7xH3 .modal-header .close:hover {
  opacity: 1;
}
.cid-sl36Du7xH3 .modal-header .close:focus {
  outline: none;
}
.cid-sl36Du7xH3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sl36Du7xH3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sl36Du7xH3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sl36Du7xH3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sl36Du7xH3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sl36Du7xH3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sl36Du7xH3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sl36Du7xH3 .modal-sm {
    max-width: 300px;
  }
  .cid-sl36Du7xH3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sl36Du7xH3 .modal-lg,
  .cid-sl36Du7xH3 .modal-xl {
    max-width: 800px;
  }
  .cid-sl36Du7xH3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sl36Du7xH3 .modal-xl {
    max-width: 1140px;
  }
  .cid-sl36Du7xH3 .container {
    max-width: 1140px;
  }
}
.cid-sl36Du7xH3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sl36Du7xH3 .container {
    max-width: 720px;
  }
}
.cid-sl36Du7xH3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sl36Du7xH3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sl36Du7xH3 .form-group {
  margin-bottom: 1rem;
}
.cid-sl36Du7xH3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sl36Du7xH3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sl36Du7xH3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-slM3rBhl4q.popup-builder {
  background-color: #ffffff;
}
.cid-slM3rBhl4q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slM3rBhl4q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slM3rBhl4q .modal-content,
.cid-slM3rBhl4q .modal-dialog {
  height: auto;
}
.cid-slM3rBhl4q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slM3rBhl4q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slM3rBhl4q .form-wrapper .mbr-form .form-group,
  .cid-slM3rBhl4q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slM3rBhl4q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slM3rBhl4q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slM3rBhl4q .mbr-text {
  text-align: center;
}
.cid-slM3rBhl4q .pt-0 {
  padding-top: 0 !important;
}
.cid-slM3rBhl4q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slM3rBhl4q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slM3rBhl4q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slM3rBhl4q .modal-open {
  overflow: hidden;
}
.cid-slM3rBhl4q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slM3rBhl4q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slM3rBhl4q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slM3rBhl4q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-slM3rBhl4q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slM3rBhl4q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slM3rBhl4q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slM3rBhl4q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-slM3rBhl4q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slM3rBhl4q .modal-backdrop.fade {
  opacity: 0;
}
.cid-slM3rBhl4q .modal-backdrop.show {
  opacity: .5;
}
.cid-slM3rBhl4q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-slM3rBhl4q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slM3rBhl4q .modal-header .close:hover {
  opacity: 1;
}
.cid-slM3rBhl4q .modal-header .close:focus {
  outline: none;
}
.cid-slM3rBhl4q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slM3rBhl4q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slM3rBhl4q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-slM3rBhl4q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slM3rBhl4q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slM3rBhl4q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slM3rBhl4q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slM3rBhl4q .modal-sm {
    max-width: 300px;
  }
  .cid-slM3rBhl4q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slM3rBhl4q .modal-lg,
  .cid-slM3rBhl4q .modal-xl {
    max-width: 800px;
  }
  .cid-slM3rBhl4q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slM3rBhl4q .modal-xl {
    max-width: 1140px;
  }
  .cid-slM3rBhl4q .container {
    max-width: 1140px;
  }
}
.cid-slM3rBhl4q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slM3rBhl4q .container {
    max-width: 720px;
  }
}
.cid-slM3rBhl4q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slM3rBhl4q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-slM3rBhl4q .form-group {
  margin-bottom: 1rem;
}
.cid-slM3rBhl4q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slM3rBhl4q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slM3rBhl4q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-skSCMleHKD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .nav-item:focus,
.cid-skSCMleHKD .nav-link:focus {
  outline: none;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skSCMleHKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skSCMleHKD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-skSCMleHKD .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-skSCMleHKD .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skSCMleHKD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skSCMleHKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skSCMleHKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skSCMleHKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skSCMleHKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skSCMleHKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skSCMleHKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skSCMleHKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skSCMleHKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skSCMleHKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skSCMleHKD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skSCMleHKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skSCMleHKD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skSCMleHKD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skSCMleHKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skSCMleHKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skSCMleHKD .dropdown-item.active,
.cid-skSCMleHKD .dropdown-item:active {
  background-color: transparent;
}
.cid-skSCMleHKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skSCMleHKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skSCMleHKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skSCMleHKD .navbar-buttons {
  text-align: center;
}
.cid-skSCMleHKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-skSCMleHKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSCMleHKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skSCMleHKD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skSCMleHKD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skSCMleHKD .navbar {
    height: 77px;
  }
  .cid-skSCMleHKD .navbar.opened {
    height: auto;
  }
  .cid-skSCMleHKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skYBs6Rjqm {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-skYBs6Rjqm h3 {
  position: relative;
}
.cid-skYBs6Rjqm h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skYBs6Rjqm svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-skYBs6Rjqm g rect {
  fill: #000000;
}
.cid-skYEWtOZON {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-skYEWtOZON .card-box {
  z-index: 10;
  position: relative;
}
.cid-skYEWtOZON .card {
  padding: 0 !important;
}
.cid-skYEWtOZON p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-skYEWtOZON p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-skYEWtOZON p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-skYEWtOZON .container-fluid {
  padding: 0;
}
.cid-skYEWtOZON .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 13rem 3rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-skYEWtOZON .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-skYEWtOZON .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-skYEWtOZON .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-skYEWtOZON .card1 {
  background-image: url("../../../assets/images/mbr-23.jpg");
  z-index: 4;
}
.cid-skYEWtOZON .card2 {
  background-image: url("../../../assets/images/mbr-13.jpg");
  z-index: 3;
}
.cid-skYEWtOZON .card3 {
  background-image: url("../../../assets/images/mbr-37.jpg");
  z-index: 2;
}
.cid-skYEWtOZON .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-skYEWtOZON h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-skYEWtOZON .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-skYEWtOZON .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skYEWtOZON .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-skYEWtOZON .card-box {
    text-align: center;
  }
}
.cid-skYEWtOZON .mbr-text {
  color: #cccccc;
}
.cid-skYEXTtURs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skYEXTtURs .card-box {
  z-index: 10;
  position: relative;
}
.cid-skYEXTtURs .card {
  padding: 0 !important;
}
.cid-skYEXTtURs p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-skYEXTtURs p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-skYEXTtURs p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-skYEXTtURs .container-fluid {
  padding: 0;
}
.cid-skYEXTtURs .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 13rem 3rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-skYEXTtURs .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-skYEXTtURs .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-skYEXTtURs .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-skYEXTtURs .card1 {
  background-image: url("../../../assets/images/mbr-38.jpg");
  z-index: 4;
}
.cid-skYEXTtURs .card2 {
  background-image: url("../../../assets/images/mbr-32.jpg");
  z-index: 3;
}
.cid-skYEXTtURs .card3 {
  background-image: url("../../../assets/images/mbr-44.jpg");
  z-index: 2;
}
.cid-skYEXTtURs .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-skYEXTtURs h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-skYEXTtURs .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-skYEXTtURs .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skYEXTtURs .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-skYEXTtURs .card-box {
    text-align: center;
  }
}
.cid-skYEXTtURs .mbr-text {
  color: #cccccc;
}
.cid-slYNDac9nv {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-slYNDac9nv .carousel {
  z-index: 2;
  position: relative;
}
.cid-slYNDac9nv .user {
  padding: 0 !important;
}
.cid-slYNDac9nv .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-slYNDac9nv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-slYNDac9nv .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-slYNDac9nv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-slYNDac9nv .carousel-item.active,
.cid-slYNDac9nv .carousel-item-next,
.cid-slYNDac9nv .carousel-item-prev {
  display: flex;
}
.cid-slYNDac9nv .user_name {
  margin: 0;
  color: #767676;
}
.cid-slYNDac9nv .carousel-controls a {
  font-size: 2rem;
}
.cid-slYNDac9nv .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-slYNDac9nv .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-slYNDac9nv ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-slYNDac9nv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-slYNDac9nv .carousel-indicators li:hover {
  opacity: 1;
}
.cid-slYNDac9nv .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-slYNDac9nv .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-slYNDac9nv .user_status {
  color: #767676;
}
.cid-skZjaapFhx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skZjaapFhx .nav-tabs .nav-item.open .nav-link:focus,
.cid-skZjaapFhx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skZjaapFhx .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}
.cid-skZjaapFhx .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
.cid-skZjaapFhx .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-skZjaapFhx .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-skZjaapFhx .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-bottom: none;
}
.cid-skZjaapFhx P {
  color: #ffffff;
}
.cid-skZjaapFhx H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-skZjaapFhx .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-skZjaapFhx .mbr-text,
  .cid-skZjaapFhx .nav-link {
    text-align: center;
  }
  .cid-skZjaapFhx .nav-tabs .nav-link.active {
    border-bottom: 1px solid lightgray;
  }
}
.cid-skZiTHbGK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skZiTHbGK0 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-skZiTHbGK0 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/88984592-o.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-skZiTHbGK0 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-skZiTHbGK0 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-skZiTHbGK0 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-skZiTHbGK0 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-skZiTHbGK0 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-skZiTHbGK0 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-skZiTHbGK0 .col:hover .box-title2,
.cid-skZiTHbGK0 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-skZiTHbGK0 .box-title2,
.cid-skZiTHbGK0 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-skZiTHbGK0 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-skZiTHbGK0 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-skZiTHbGK0 .img-content {
    opacity: 1;
  }
  .cid-skZiTHbGK0 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-skZiTHbGK0 .box-content {
    width: 100%;
  }
  .cid-skZiTHbGK0 .box-title2,
  .cid-skZiTHbGK0 .box-text2 {
    color: #ffffff !important;
  }
  .cid-skZiTHbGK0 .content-block,
  .cid-skZiTHbGK0 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-skZiTHbGK0 .box-text1 {
  color: #333333;
}
.cid-skZiTHbGK0 .box-title2 {
  color: #ffffff;
}
.cid-skZiGaZc5R {
  padding-top: 90px;
  padding-bottom: 105px;
}
.cid-skZiGaZc5R .container-fluid {
  padding: 0 3rem;
}
.cid-skZiGaZc5R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-skZiGaZc5R .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-skZiGaZc5R .table-wrapper {
  margin: 0 auto;
}
.cid-skZiGaZc5R .head-item {
  min-width: 70px;
}
.cid-skZiGaZc5R table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-skZiGaZc5R table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #149dcc;
  color: white;
  vertical-align: middle;
}
.cid-skZiGaZc5R table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-skZiGaZc5R .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-skZiGaZc5R .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-skZiGaZc5R .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-skZiGaZc5R .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-skZiGaZc5R .dataTables_wrapper {
  display: block;
}
.cid-skZiGaZc5R .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-skZiGaZc5R .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-skZiGaZc5R .head-item:after,
.cid-skZiGaZc5R .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-skZiGaZc5R .dataTables_filter {
    text-align: center;
  }
  .cid-skZiGaZc5R .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-skZiGaZc5R .dataTables_filter {
    text-align: center;
  }
  .cid-skZiGaZc5R .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-skZiGaZc5R .table-wrapper {
    width: 100% !important;
  }
  .cid-skZiGaZc5R .container-fluid {
    padding: 0 1rem;
  }
  .cid-skZiGaZc5R table th,
  .cid-skZiGaZc5R table td {
    padding: 0.75rem;
  }
}
.cid-skZiGaZc5R .body-item {
  color: #ffffff;
}
.cid-skZiGaZc5R .mbr-section-title,
.cid-skZiGaZc5R .underline {
  color: #ffffff;
}
.cid-skZh3XQYH7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZh3XQYH7 .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-skZh3XQYH7 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-9.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-skZh3XQYH7 .block2 {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-skZh3XQYH7 .block2:hover .block2-over {
  opacity: 0;
}
.cid-skZh3XQYH7 .block1 {
  background-image: url("../../../assets/images/mbr-36.jpg");
}
.cid-skZh3XQYH7 .block1:hover .block1-over {
  opacity: 0;
}
.cid-skZh3XQYH7 .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #274478;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-skZh3XQYH7 .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #e6c63b;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-skZh3XQYH7 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #3e976b;
  z-index: 2;
  opacity: 1;
}
.cid-skZh3XQYH7 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-skZh3XQYH7 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-skZh3XQYH7 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-skZh3XQYH7 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-skZh3XQYH7 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-skZh3XQYH7 .col:hover .box-title2,
.cid-skZh3XQYH7 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-skZh3XQYH7 .box-title2,
.cid-skZh3XQYH7 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-skZh3XQYH7 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #3e976b;
}
.cid-skZh3XQYH7 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-skZh3XQYH7 .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-skZh3XQYH7 .img-content {
    opacity: 1;
  }
  .cid-skZh3XQYH7 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-skZh3XQYH7 .box-content {
    width: 100%;
  }
  .cid-skZh3XQYH7 .box-title2,
  .cid-skZh3XQYH7 .box-text2 {
    color: #ffffff !important;
  }
  .cid-skZh3XQYH7 .content-block,
  .cid-skZh3XQYH7 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-skZh3XQYH7 .box-text1 {
  color: #333333;
}
.cid-skZh3XQYH7 .box-title2 {
  color: #ffffff;
}
.cid-skZh3XQYH7 .block1-text,
.cid-skZh3XQYH7 .mbr-section-btn {
  color: #ffffff;
}
.cid-skZh3XQYH7 .block2-text,
.cid-skZh3XQYH7 .mbr-section-btn {
  color: #ffffff;
}
.cid-skZh3XQYH7 .block2-title {
  color: #333333;
}
.cid-skZh3XQYH7 .block1-subtitle {
  color: #ffffff;
}
.cid-skZh3XQYH7 .block2-subtitle {
  color: #ffffff;
}
.cid-skZgNo4xyY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-skZgNo4xyY h3 {
  text-align: center;
}
.cid-skZgNo4xyY h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-skZgNo4xyY h2:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZgNo4xyY h2:after {
  position: absolute;
  content: "";
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-skZgNo4xyY .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-skZgNo4xyY .mbr-section-subtitle {
  color: #767676;
}
.cid-skZgNo4xyY .pie_progress__number {
  text-align: center !important;
}
.cid-skZgNo4xyY .card-title {
  margin-bottom: 0;
}
.cid-skZgNo4xyY .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-skZgNo4xyY .svg-gradient {
  position: absolute;
}
.cid-skZgNo4xyY ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-skZgNo4xyY path {
  stroke: #e6c63b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-skZgNo4xyY .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .cid-skZgNo4xyY h2:before,
  .cid-skZgNo4xyY h2:after {
    display: none;
  }
}
.cid-skZjmnRw5U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZjmnRw5U img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-skZjmnRw5U .row {
  justify-content: center;
}
.cid-skZjmnRw5U .mbr-text,
.cid-skZjmnRw5U .mbr-section-btn {
  color: #cccccc;
}
.cid-skZjmnRw5U .icon-box {
  display: flex;
  align-items: center;
}
.cid-skZjmnRw5U .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-skZjmnRw5U .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-skZjmnRw5U .date {
  margin: 0;
  color: #cccccc;
}
.cid-skZjmnRw5U .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-skZjmnRw5U .icon-box {
    flex-direction: column;
  }
  .cid-skZjmnRw5U .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-skZjmnRw5U img {
    margin-bottom: 2rem;
  }
}
.cid-skXXoGMcd2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skXXoGMcd2 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-skXXoGMcd2 p {
  color: #767676;
}
.cid-skXXoGMcd2 .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-skXXoGMcd2 .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-skXXoGMcd2 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-skXXoGMcd2 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-skXXoGMcd2 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-skXXoGMcd2 .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-skXXoGMcd2 .cost {
  text-align: right;
}
.cid-skXXoGMcd2 H2 {
  text-align: center;
}
.cid-sljUcMnJzi {
  padding-top: 165px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-sljUcMnJzi .card-subtitle {
  margin: 0;
}
.cid-sljUcMnJzi .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sljUcMnJzi .card {
  padding: 0.5rem;
}
.cid-sljUcMnJzi img {
  object-fit: cover;
  height: 100%;
}
.cid-sljUcMnJzi h4 {
  margin: 0;
}
.cid-sljUcMnJzi .card-img {
  height: 550px;
}
.cid-sljUcMnJzi h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sljUcMnJzi h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sljUcMnJzi .card-img {
    height: 350px;
  }
}
.cid-skZicNBhwX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skZicNBhwX .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-skZicNBhwX .modal-body .close {
  background: #1b1b1b;
}
.cid-skZicNBhwX .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-skZicNBhwX .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-skZicNBhwX .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-skZicNBhwX .container {
  max-width: 100%;
  padding: 0;
}
.cid-skZicNBhwX .content-slider-wrap {
  width: 100%;
}
.cid-skZicNBhwX .carousel-inner > .active,
.cid-skZicNBhwX .carousel-inner > .next,
.cid-skZicNBhwX .carousel-inner > .prev {
  display: flex;
}
.cid-skZicNBhwX .carousel-control .icon-next,
.cid-skZicNBhwX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-skZicNBhwX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-skZicNBhwX .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-skZicNBhwX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-skZicNBhwX .boxed-slider > div {
  position: relative;
}
.cid-skZicNBhwX .container img {
  width: 100%;
}
.cid-skZicNBhwX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-skZicNBhwX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skZicNBhwX .mbr-table-cell {
  padding: 0;
}
.cid-skZicNBhwX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-skZicNBhwX .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skZicNBhwX .mbr-overlay {
  z-index: 1;
}
.cid-skZicNBhwX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skZicNBhwX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-skZicNBhwX .carousel-item.active.right,
.cid-skZicNBhwX .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skZicNBhwX .carousel-item.active.left,
.cid-skZicNBhwX .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skZicNBhwX .carousel-item.active,
.cid-skZicNBhwX .carousel-item.next.left,
.cid-skZicNBhwX .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-skZicNBhwX .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-skZicNBhwX .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-skZicNBhwX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skZicNBhwX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skZicNBhwX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skZicNBhwX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-skZicNBhwX .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-skZicNBhwX .mbr-slider .carousel-indicators li.active,
.cid-skZicNBhwX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-skZicNBhwX .mbr-slider .carousel-indicators li::after,
.cid-skZicNBhwX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-skZicNBhwX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-skZicNBhwX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-skZicNBhwX .mbr-slider > .container img {
  width: 100%;
}
.cid-skZicNBhwX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-skZicNBhwX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-skZicNBhwX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skZicNBhwX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skZicNBhwX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-skZicNBhwX .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-skZicNBhwX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-skZicNBhwX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-skZicNBhwX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-skZicNBhwX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skZicNBhwX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-skZicNBhwX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-skZicNBhwX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-skZicNBhwX .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-skZicNBhwX .carousel-inner {
  height: 100%;
}
.cid-skZicNBhwX .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-skZicNBhwX .image_wrapper {
  height: 720px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-skZicNBhwX .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-skZicNBhwX .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-skZicNBhwX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-skZicNBhwX .content-slider-wrap {
    width: 100% !important;
  }
  .cid-skZicNBhwX .image_wrapper {
    height: 432px;
  }
}
.cid-skZicNBhwX H2 {
  text-align: left;
  color: #ffffff;
}
.cid-sllcP7y0ka {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sllcP7y0ka .mbr-text,
.cid-sllcP7y0ka .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sllcP7y0ka .mbr-text,
  .cid-sllcP7y0ka .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sllcP7y0ka .mbr-text,
  .cid-sllcP7y0ka .mbr-section-title {
    text-align: center;
  }
}
.cid-sllcP7y0ka a.btn {
  height: 100%;
  margin: 0;
}
.cid-sllcP7y0ka .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sllcP7y0ka .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sllcP7y0ka .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sllcP7y0ka .justify-content-center {
  align-items: center;
}
.cid-sllcP7y0ka .mbr-section-title {
  color: #274478;
}
.cid-sllcP7y0ka H1 {
  text-align: left;
}
.cid-skZi5BVLVN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZi5BVLVN .mbr-text,
.cid-skZi5BVLVN .img-align {
  color: #ffffff;
}
.cid-skZi5BVLVN H2 {
  color: #ffffff;
}
.cid-skZ63XVdqN {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skZ63XVdqN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skZ63XVdqN svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-skZ63XVdqN g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-skZ63XVdqN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-skZ63XVdqN .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-skZ63XVdqN .soc-item:hover {
  background: #e6c63b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-skZ63XVdqN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skZ63XVdqN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skZ63XVdqN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-skZ63XVdqN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-skZ63XVdqN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skZ63XVdqN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-skZ63XVdqN .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skZ63XVdqN .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skZ63XVdqN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skZ63XVdqN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skZ63XVdqN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-skZ63XVdqN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sl36Du8kom.popup-builder {
  background-color: #ffffff;
}
.cid-sl36Du8kom.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sl36Du8kom.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sl36Du8kom .modal-content,
.cid-sl36Du8kom .modal-dialog {
  height: auto;
}
.cid-sl36Du8kom .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sl36Du8kom .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sl36Du8kom .form-wrapper .mbr-form .form-group,
  .cid-sl36Du8kom .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sl36Du8kom .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sl36Du8kom .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl36Du8kom .mbr-text {
  text-align: left;
}
.cid-sl36Du8kom .pt-0 {
  padding-top: 0 !important;
}
.cid-sl36Du8kom .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sl36Du8kom .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sl36Du8kom .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sl36Du8kom .modal-open {
  overflow: hidden;
}
.cid-sl36Du8kom .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sl36Du8kom .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sl36Du8kom .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sl36Du8kom .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sl36Du8kom .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sl36Du8kom .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sl36Du8kom .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sl36Du8kom .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sl36Du8kom .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sl36Du8kom .modal-backdrop.fade {
  opacity: 0;
}
.cid-sl36Du8kom .modal-backdrop.show {
  opacity: .5;
}
.cid-sl36Du8kom .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sl36Du8kom .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sl36Du8kom .modal-header .close:hover {
  opacity: 1;
}
.cid-sl36Du8kom .modal-header .close:focus {
  outline: none;
}
.cid-sl36Du8kom .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sl36Du8kom .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sl36Du8kom .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sl36Du8kom .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sl36Du8kom .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sl36Du8kom .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sl36Du8kom .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sl36Du8kom .modal-sm {
    max-width: 300px;
  }
  .cid-sl36Du8kom .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sl36Du8kom .modal-lg,
  .cid-sl36Du8kom .modal-xl {
    max-width: 800px;
  }
  .cid-sl36Du8kom .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sl36Du8kom .modal-xl {
    max-width: 1140px;
  }
  .cid-sl36Du8kom .container {
    max-width: 1140px;
  }
}
.cid-sl36Du8kom .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sl36Du8kom .container {
    max-width: 720px;
  }
}
.cid-sl36Du8kom .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sl36Du8kom .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sl36Du8kom .form-group {
  margin-bottom: 1rem;
}
.cid-sl36Du8kom .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sl36Du8kom .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sl36Du8kom .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-slM3rBiEDI.popup-builder {
  background-color: #ffffff;
}
.cid-slM3rBiEDI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slM3rBiEDI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slM3rBiEDI .modal-content,
.cid-slM3rBiEDI .modal-dialog {
  height: auto;
}
.cid-slM3rBiEDI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slM3rBiEDI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slM3rBiEDI .form-wrapper .mbr-form .form-group,
  .cid-slM3rBiEDI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slM3rBiEDI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slM3rBiEDI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slM3rBiEDI .mbr-text {
  text-align: center;
}
.cid-slM3rBiEDI .pt-0 {
  padding-top: 0 !important;
}
.cid-slM3rBiEDI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slM3rBiEDI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slM3rBiEDI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slM3rBiEDI .modal-open {
  overflow: hidden;
}
.cid-slM3rBiEDI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slM3rBiEDI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slM3rBiEDI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slM3rBiEDI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-slM3rBiEDI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slM3rBiEDI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slM3rBiEDI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slM3rBiEDI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-slM3rBiEDI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slM3rBiEDI .modal-backdrop.fade {
  opacity: 0;
}
.cid-slM3rBiEDI .modal-backdrop.show {
  opacity: .5;
}
.cid-slM3rBiEDI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-slM3rBiEDI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slM3rBiEDI .modal-header .close:hover {
  opacity: 1;
}
.cid-slM3rBiEDI .modal-header .close:focus {
  outline: none;
}
.cid-slM3rBiEDI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slM3rBiEDI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slM3rBiEDI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-slM3rBiEDI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slM3rBiEDI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slM3rBiEDI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slM3rBiEDI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slM3rBiEDI .modal-sm {
    max-width: 300px;
  }
  .cid-slM3rBiEDI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slM3rBiEDI .modal-lg,
  .cid-slM3rBiEDI .modal-xl {
    max-width: 800px;
  }
  .cid-slM3rBiEDI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slM3rBiEDI .modal-xl {
    max-width: 1140px;
  }
  .cid-slM3rBiEDI .container {
    max-width: 1140px;
  }
}
.cid-slM3rBiEDI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slM3rBiEDI .container {
    max-width: 720px;
  }
}
.cid-slM3rBiEDI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slM3rBiEDI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-slM3rBiEDI .form-group {
  margin-bottom: 1rem;
}
.cid-slM3rBiEDI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slM3rBiEDI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slM3rBiEDI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-skSKRRejjQ .container-fluid {
  max-width: 1700px;
}
.cid-skSKRRejjQ h1 {
  line-height: 1;
}
.cid-skSKRRejjQ H1 {
  text-align: center;
}
.cid-skSKRRejjQ .mbr-text,
.cid-skSKRRejjQ .mbr-section-btn {
  text-align: center;
}
.cid-skSKRRejjQ .mbr-arrow {
  position: absolute;
  bottom: 125px;
}
.cid-skSKRRejjQ .floating-wpp {
  position: fixed;
  bottom: 120px;
}
.cid-skSNdL65E4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (min-width: 767px) {
  .cid-skSNdL65E4 .container {
    padding: 1rem;
  }
}
.cid-skSNdL65E4 .card-box {
  padding: 0 2rem;
}
.cid-skSNdL65E4 .card {
  padding: 0 !important;
}
.cid-skSNdL65E4 .mbr-section-btn {
  padding-top: 2rem;
}
.cid-skSNdL65E4 .container-fluid {
  padding: 0;
}
.cid-skSNdL65E4 .card1 {
  background-image: url("../../../assets/images/mbr-1-1920x732.jpg");
}
.cid-skSNdL65E4 .card2 {
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-skSNdL65E4 .card3 {
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-skSNdL65E4 .card4 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-skSNdL65E4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-skSNdL65E4 p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-skSNdL65E4 .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-skSNdL65E4 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-skSNdL65E4 .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-skSNdL65E4 .card-title {
  text-align: left;
}
.cid-skSNdL65E4 .mbr-text,
.cid-skSNdL65E4 .mbr-section-btn {
  color: #fafafa;
}
.cid-skV34glWzf {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
@media (max-width: 767px) {
  .cid-skV34glWzf .mbr-text {
    text-align: center;
  }
}
.cid-skV34glWzf li {
  list-style: none;
  padding-bottom: 1.5rem;
  text-decoration: underline;
}
.cid-skV34glWzf ul {
  padding: 0;
  margin: 0;
}
.cid-skV34glWzf H3 {
  text-align: center;
}
.cid-skV34glWzf .item1 a:hover {
  color: #ffffff !important;
}
.cid-skV34glWzf h2 {
  line-height: 1;
  letter-spacing: -3px;
}
.cid-skV34glWzf .mbr-text,
.cid-skV34glWzf .mbr-section-btn {
  text-align: left;
}
.cid-slBP13hZ9J {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-slBP13hZ9J .carousel {
  z-index: 2;
  position: relative;
}
.cid-slBP13hZ9J .user {
  padding: 0 !important;
}
.cid-slBP13hZ9J .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-slBP13hZ9J .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-slBP13hZ9J .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-slBP13hZ9J .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-slBP13hZ9J .carousel-item.active,
.cid-slBP13hZ9J .carousel-item-next,
.cid-slBP13hZ9J .carousel-item-prev {
  display: flex;
}
.cid-slBP13hZ9J .user_name {
  margin: 0;
  color: #767676;
}
.cid-slBP13hZ9J .carousel-controls a {
  font-size: 2rem;
}
.cid-slBP13hZ9J .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-slBP13hZ9J .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-slBP13hZ9J ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-slBP13hZ9J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-slBP13hZ9J .carousel-indicators li:hover {
  opacity: 1;
}
.cid-slBP13hZ9J .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-slBP13hZ9J .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-slBP13hZ9J .user_status {
  color: #767676;
}
.cid-skYHgNuEit {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skYHgNuEit h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skYHgNuEit h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skYHgNuEit .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-skYHgNuEit H1 {
  color: #ffffff;
}
.cid-skYHgNuEit .mbr-section-subtitle,
.cid-skYHgNuEit .title-align {
  color: #ffffff;
}
.cid-skYHgNuEit H2 {
  color: #ffffff;
}
.cid-skYHgNuEit .mbr-text,
.cid-skYHgNuEit .img-align {
  color: #fafafa;
}
.cid-skV2V8Kxdk {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skV2V8Kxdk .mbr-text {
  color: #767676;
}
.cid-skV2V8Kxdk .card-subtitle {
  margin: 0;
}
.cid-skV2V8Kxdk .link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.cid-skV2V8Kxdk .card {
  margin-bottom: 2rem;
}
.cid-skV2V8Kxdk .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-skV2V8Kxdk .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-skV2V8Kxdk .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-skV2V8Kxdk .card-img {
  height: 220px;
}
.cid-skV2V8Kxdk img {
  object-fit: cover;
  height: 100%;
}
.cid-skV2V8Kxdk h4 {
  margin: 0;
}
.cid-skV2V8Kxdk .row {
  justify-content: center;
}
.cid-skV2V8Kxdk .mbr-text,
.cid-skV2V8Kxdk .link {
  color: #808080;
}
.cid-skV2V8Kxdk h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skV2V8Kxdk h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skV2V8Kxdk .card-title,
.cid-skV2V8Kxdk .card-img {
  color: #000000;
}
.cid-skXZvDfVn6 {
  padding-top: 180px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skXZvDfVn6 .card-subtitle {
  margin: 0;
}
.cid-skXZvDfVn6 .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-skXZvDfVn6 .card {
  padding: 0.5rem;
}
.cid-skXZvDfVn6 img {
  object-fit: cover;
  height: 100%;
}
.cid-skXZvDfVn6 h4 {
  margin: 0;
}
.cid-skXZvDfVn6 .card-img {
  height: 550px;
}
.cid-skXZvDfVn6 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skXZvDfVn6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-skXZvDfVn6 .card-img {
    height: 350px;
  }
}
.cid-skVcPMB59I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skVcPMB59I .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-skVcPMB59I .modal-body .close {
  background: #1b1b1b;
}
.cid-skVcPMB59I .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-skVcPMB59I .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-skVcPMB59I .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-skVcPMB59I .container {
  max-width: 100%;
  padding: 0;
}
.cid-skVcPMB59I .content-slider-wrap {
  width: 100%;
}
.cid-skVcPMB59I .carousel-inner > .active,
.cid-skVcPMB59I .carousel-inner > .next,
.cid-skVcPMB59I .carousel-inner > .prev {
  display: flex;
}
.cid-skVcPMB59I .carousel-control .icon-next,
.cid-skVcPMB59I .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-skVcPMB59I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-skVcPMB59I .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-skVcPMB59I .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-skVcPMB59I .boxed-slider > div {
  position: relative;
}
.cid-skVcPMB59I .container img {
  width: 100%;
}
.cid-skVcPMB59I .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-skVcPMB59I .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skVcPMB59I .mbr-table-cell {
  padding: 0;
}
.cid-skVcPMB59I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-skVcPMB59I .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skVcPMB59I .mbr-overlay {
  z-index: 1;
}
.cid-skVcPMB59I .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skVcPMB59I .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-skVcPMB59I .carousel-item.active.right,
.cid-skVcPMB59I .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skVcPMB59I .carousel-item.active.left,
.cid-skVcPMB59I .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skVcPMB59I .carousel-item.active,
.cid-skVcPMB59I .carousel-item.next.left,
.cid-skVcPMB59I .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-skVcPMB59I .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-skVcPMB59I .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-skVcPMB59I .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skVcPMB59I .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skVcPMB59I .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skVcPMB59I .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-skVcPMB59I .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-skVcPMB59I .mbr-slider .carousel-indicators li.active,
.cid-skVcPMB59I .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-skVcPMB59I .mbr-slider .carousel-indicators li::after,
.cid-skVcPMB59I .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-skVcPMB59I .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-skVcPMB59I .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-skVcPMB59I .mbr-slider > .container img {
  width: 100%;
}
.cid-skVcPMB59I .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-skVcPMB59I .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-skVcPMB59I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skVcPMB59I .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skVcPMB59I .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-skVcPMB59I .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-skVcPMB59I .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-skVcPMB59I .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-skVcPMB59I .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-skVcPMB59I .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skVcPMB59I .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-skVcPMB59I .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-skVcPMB59I .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-skVcPMB59I .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-skVcPMB59I .carousel-inner {
  height: 100%;
}
.cid-skVcPMB59I .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-skVcPMB59I .image_wrapper {
  height: 720px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-skVcPMB59I .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-skVcPMB59I .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-skVcPMB59I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-skVcPMB59I .content-slider-wrap {
    width: 100% !important;
  }
  .cid-skVcPMB59I .image_wrapper {
    height: 432px;
  }
}
.cid-skVcPMB59I H2 {
  text-align: center;
  color: #ffffff;
}
.cid-skYIvvdcKt {
  padding-top: 180px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/lc-banner-fb-851x315.jpg");
}
.cid-skYIvvdcKt .nav-tabs .nav-item.open .nav-link:focus,
.cid-skYIvvdcKt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skYIvvdcKt h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-skYIvvdcKt h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-skYIvvdcKt .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-skYIvvdcKt .tabs-col {
  overflow: hidden;
}
.cid-skYIvvdcKt .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-skYIvvdcKt .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-skYIvvdcKt .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-skYIvvdcKt .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-skYIvvdcKt .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-skYIvvdcKt .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-skYIvvdcKt .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-skYIvvdcKt .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-skYIvvdcKt .nav-tabs {
    flex-direction: row;
  }
  .cid-skYIvvdcKt .mbr-text,
  .cid-skYIvvdcKt .nav-link {
    text-align: center;
  }
  .cid-skYIvvdcKt .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-skYIvvdcKt .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-skYIvvdcKt .nav-item {
    min-width: 100px;
  }
  .cid-skYIvvdcKt .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-skYIvvdcKt H3 {
  color: #fafafa;
  text-align: center;
}
.cid-skYIvvdcKt H1 {
  color: #ffffff;
}
.cid-skYIvvdcKt .mbr-section-subtitle,
.cid-skYIvvdcKt .title-align {
  color: #ffffff;
}
.cid-skYIvvdcKt H2 {
  color: #ffffff;
  text-align: center;
}
.cid-skYIvvdcKt P {
  color: #ffffff;
  text-align: center;
}
.cid-skVL0nkjcU {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-skVL0nkjcU .accordion .card {
  overflow: visible;
}
.cid-skVL0nkjcU .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-skVL0nkjcU .mbri-arrow-down:before {
  content: '\e960';
}
.cid-skVL0nkjcU .panel-text {
  padding: 1rem;
  text-align: center;
}
.cid-skVL0nkjcU .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-skVL0nkjcU .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-skVL0nkjcU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-skVL0nkjcU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skVL0nkjcU .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-skVL0nkjcU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skVL0nkjcU .card .panel-body {
  color: #767676;
}
.cid-skVL0nkjcU .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-skVL0nkjcU H4 {
  color: #767676;
  text-align: center;
}
.cid-skSCMleHKD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .nav-item:focus,
.cid-skSCMleHKD .nav-link:focus {
  outline: none;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skSCMleHKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-skSCMleHKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skSCMleHKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skSCMleHKD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-skSCMleHKD .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-skSCMleHKD .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-skSCMleHKD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skSCMleHKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skSCMleHKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skSCMleHKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skSCMleHKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skSCMleHKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skSCMleHKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skSCMleHKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skSCMleHKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-skSCMleHKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skSCMleHKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skSCMleHKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-skSCMleHKD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-skSCMleHKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skSCMleHKD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skSCMleHKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skSCMleHKD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skSCMleHKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skSCMleHKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skSCMleHKD .dropdown-item.active,
.cid-skSCMleHKD .dropdown-item:active {
  background-color: transparent;
}
.cid-skSCMleHKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skSCMleHKD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-skSCMleHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skSCMleHKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skSCMleHKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skSCMleHKD .navbar-buttons {
  text-align: center;
}
.cid-skSCMleHKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skSCMleHKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skSCMleHKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skSCMleHKD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-skSCMleHKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSCMleHKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skSCMleHKD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-skSCMleHKD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skSCMleHKD .navbar {
    height: 77px;
  }
  .cid-skSCMleHKD .navbar.opened {
    height: auto;
  }
  .cid-skSCMleHKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skVKOGRtdM .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-skVKOGRtdM .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-skVKOGRtdM .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffe161;
}
.cid-skVKOGRtdM .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-skVKOGRtdM .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffe161;
}
.cid-skVKOGRtdM .countdown-cont {
  margin: 0 auto;
}
.cid-skVKOGRtdM .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-skVKOGRtdM .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-skVKOGRtdM .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-skVKOGRtdM .dot {
    display: none;
  }
  .cid-skVKOGRtdM .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-skVKOGRtdM .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-skVKOGRtdM .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-skVKOGRtdM .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-skVKOGRtdM .number {
    font-size: 25px;
  }
  .cid-skVKOGRtdM .period {
    font-size: 0.7rem;
  }
}
.cid-skVKOGRtdM H2 {
  color: #000000;
}
.cid-slhvkoKMtM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slhvkoKMtM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slhvkoKMtM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slhvkoKMtM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slhvkoKMtM .mbr-text,
.cid-slhvkoKMtM .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slhvkoKMtM h3:before,
  .cid-slhvkoKMtM h3:after {
    display: none;
  }
}
.cid-skVK6aUPtJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skVK6aUPtJ .mbr-section-subtitle {
  color: #767676;
}
.cid-skVK6aUPtJ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-skVK6aUPtJ .container {
    max-width: 1600px;
  }
}
.cid-skVK6aUPtJ .container {
  padding: 0 2rem;
}
.cid-skVK6aUPtJ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-skVK6aUPtJ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-skVK6aUPtJ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-skVK6aUPtJ .bg1 {
  background: #29a7c6;
}
.cid-skVK6aUPtJ .bg2 {
  background: #274478;
}
.cid-skVK6aUPtJ .bg3 {
  background: #041028;
}
.cid-skVK6aUPtJ .bg4 {
  background: #dfbe2a;
}
.cid-skVK6aUPtJ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-skVK6aUPtJ .team-item:hover .item-social {
  opacity: 1;
}
.cid-skVK6aUPtJ .team-item .item-image img {
  width: 100%;
}
.cid-skVK6aUPtJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-skVK6aUPtJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-skVK6aUPtJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-skVK6aUPtJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-skVK6aUPtJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-skVK6aUPtJ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-skVK6aUPtJ .item-social {
    opacity: 1;
  }
}
.cid-skVK6aUPtJ .item-role {
  text-align: center;
}
.cid-skVK6aUPtJ .item-name {
  text-align: center;
}
.cid-skVK6aUPtJ .item-text {
  text-align: center;
}
.cid-slYYYSuZwU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slYYYSuZwU .mbr-section-subtitle {
  color: #767676;
}
.cid-slYYYSuZwU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-slYYYSuZwU .container {
    max-width: 1600px;
  }
}
.cid-slYYYSuZwU .container {
  padding: 0 2rem;
}
.cid-slYYYSuZwU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-slYYYSuZwU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-slYYYSuZwU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-slYYYSuZwU .bg1 {
  background: #e17f4d;
}
.cid-slYYYSuZwU .bg2 {
  background: #397784;
}
.cid-slYYYSuZwU .bg3 {
  background: #8b5268;
}
.cid-slYYYSuZwU .bg4 {
  background: #e6c63b;
}
.cid-slYYYSuZwU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-slYYYSuZwU .team-item:hover .item-social {
  opacity: 1;
}
.cid-slYYYSuZwU .team-item .item-image img {
  width: 100%;
}
.cid-slYYYSuZwU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-slYYYSuZwU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-slYYYSuZwU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-slYYYSuZwU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-slYYYSuZwU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-slYYYSuZwU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-slYYYSuZwU .item-social {
    opacity: 1;
  }
}
.cid-slYYYSuZwU .item-role {
  text-align: center;
}
.cid-slYYYSuZwU .item-name {
  text-align: center;
}
.cid-slYYYSuZwU .item-text {
  text-align: center;
}
.cid-sljGmTtxsj {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sljGmTtxsj .mbr-text,
.cid-sljGmTtxsj .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sljGmTtxsj .mbr-text,
  .cid-sljGmTtxsj .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sljGmTtxsj .mbr-text,
  .cid-sljGmTtxsj .mbr-section-title {
    text-align: center;
  }
}
.cid-sljGmTtxsj a.btn {
  height: 100%;
  margin: 0;
}
.cid-sljGmTtxsj .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sljGmTtxsj .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sljGmTtxsj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sljGmTtxsj .justify-content-center {
  align-items: center;
}
.cid-sljGmTtxsj .mbr-section-title {
  color: #274478;
}
.cid-sljGmTtxsj H1 {
  text-align: left;
}
.cid-skYIySA45g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skYIySA45g .mbr-text,
.cid-skYIySA45g .img-align {
  color: #ffffff;
}
.cid-skYIySA45g H2 {
  color: #ffffff;
}
#custom-html-1s {
  /* Type valid CSS here */
}
#custom-html-1s div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-1s p {
  font-size: 60px;
  color: #777;
}
.cid-skSFTBEIil {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-skSFTBEIil .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skSFTBEIil svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-skSFTBEIil g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-skSFTBEIil .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-skSFTBEIil .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-skSFTBEIil .soc-item:hover {
  background: #e6c63b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-skSFTBEIil .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-skSFTBEIil .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skSFTBEIil .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-skSFTBEIil .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-skSFTBEIil .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skSFTBEIil .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-skSFTBEIil .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skSFTBEIil .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skSFTBEIil .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skSFTBEIil .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-skSFTBEIil .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-skSFTBEIil .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sl35ynR3hn.popup-builder {
  background-color: #ffffff;
}
.cid-sl35ynR3hn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sl35ynR3hn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sl35ynR3hn .modal-content,
.cid-sl35ynR3hn .modal-dialog {
  height: auto;
}
.cid-sl35ynR3hn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sl35ynR3hn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sl35ynR3hn .form-wrapper .mbr-form .form-group,
  .cid-sl35ynR3hn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sl35ynR3hn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sl35ynR3hn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl35ynR3hn .mbr-text {
  text-align: left;
}
.cid-sl35ynR3hn .pt-0 {
  padding-top: 0 !important;
}
.cid-sl35ynR3hn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sl35ynR3hn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sl35ynR3hn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sl35ynR3hn .modal-open {
  overflow: hidden;
}
.cid-sl35ynR3hn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sl35ynR3hn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sl35ynR3hn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sl35ynR3hn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sl35ynR3hn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sl35ynR3hn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sl35ynR3hn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sl35ynR3hn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sl35ynR3hn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sl35ynR3hn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sl35ynR3hn .modal-backdrop.show {
  opacity: .5;
}
.cid-sl35ynR3hn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sl35ynR3hn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sl35ynR3hn .modal-header .close:hover {
  opacity: 1;
}
.cid-sl35ynR3hn .modal-header .close:focus {
  outline: none;
}
.cid-sl35ynR3hn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sl35ynR3hn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sl35ynR3hn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sl35ynR3hn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sl35ynR3hn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sl35ynR3hn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sl35ynR3hn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sl35ynR3hn .modal-sm {
    max-width: 300px;
  }
  .cid-sl35ynR3hn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sl35ynR3hn .modal-lg,
  .cid-sl35ynR3hn .modal-xl {
    max-width: 800px;
  }
  .cid-sl35ynR3hn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sl35ynR3hn .modal-xl {
    max-width: 1140px;
  }
  .cid-sl35ynR3hn .container {
    max-width: 1140px;
  }
}
.cid-sl35ynR3hn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sl35ynR3hn .container {
    max-width: 720px;
  }
}
.cid-sl35ynR3hn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sl35ynR3hn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sl35ynR3hn .form-group {
  margin-bottom: 1rem;
}
.cid-sl35ynR3hn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sl35ynR3hn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sl35ynR3hn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-slM3rBjwhq.popup-builder {
  background-color: #ffffff;
}
.cid-slM3rBjwhq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slM3rBjwhq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slM3rBjwhq .modal-content,
.cid-slM3rBjwhq .modal-dialog {
  height: auto;
}
.cid-slM3rBjwhq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slM3rBjwhq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slM3rBjwhq .form-wrapper .mbr-form .form-group,
  .cid-slM3rBjwhq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slM3rBjwhq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slM3rBjwhq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slM3rBjwhq .mbr-text {
  text-align: center;
}
.cid-slM3rBjwhq .pt-0 {
  padding-top: 0 !important;
}
.cid-slM3rBjwhq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slM3rBjwhq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slM3rBjwhq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slM3rBjwhq .modal-open {
  overflow: hidden;
}
.cid-slM3rBjwhq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slM3rBjwhq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slM3rBjwhq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slM3rBjwhq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-slM3rBjwhq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slM3rBjwhq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slM3rBjwhq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slM3rBjwhq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-slM3rBjwhq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slM3rBjwhq .modal-backdrop.fade {
  opacity: 0;
}
.cid-slM3rBjwhq .modal-backdrop.show {
  opacity: .5;
}
.cid-slM3rBjwhq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-slM3rBjwhq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slM3rBjwhq .modal-header .close:hover {
  opacity: 1;
}
.cid-slM3rBjwhq .modal-header .close:focus {
  outline: none;
}
.cid-slM3rBjwhq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slM3rBjwhq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slM3rBjwhq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-slM3rBjwhq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slM3rBjwhq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slM3rBjwhq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slM3rBjwhq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slM3rBjwhq .modal-sm {
    max-width: 300px;
  }
  .cid-slM3rBjwhq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slM3rBjwhq .modal-lg,
  .cid-slM3rBjwhq .modal-xl {
    max-width: 800px;
  }
  .cid-slM3rBjwhq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slM3rBjwhq .modal-xl {
    max-width: 1140px;
  }
  .cid-slM3rBjwhq .container {
    max-width: 1140px;
  }
}
.cid-slM3rBjwhq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slM3rBjwhq .container {
    max-width: 720px;
  }
}
.cid-slM3rBjwhq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slM3rBjwhq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-slM3rBjwhq .form-group {
  margin-bottom: 1rem;
}
.cid-slM3rBjwhq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slM3rBjwhq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slM3rBjwhq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-slM38eyxeJ {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-slM38eyxeJ h3 {
  position: relative;
}
.cid-slM38eyxeJ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-slM38eyxeJ svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-slM38eyxeJ g rect {
  fill: #000000;
}
.cid-slM8gklZpc {
  padding-top: 225px;
  padding-bottom: 210px;
}
.cid-slM8gklZpc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slM8gklZpc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM8gklZpc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM8gklZpc .mbr-text,
.cid-slM8gklZpc .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slM8gklZpc h3:before,
  .cid-slM8gklZpc h3:after {
    display: none;
  }
}
.cid-slM3FouxJO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slM3FouxJO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 0rem;
  letter-spacing: 6px;
}
.cid-slM3FouxJO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM3FouxJO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM3FouxJO .mbr-text,
.cid-slM3FouxJO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slM3FouxJO h3:before,
  .cid-slM3FouxJO h3:after {
    display: none;
  }
}
.cid-smsjkYGbHT {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smsjkYGbHT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smsjkYGbHT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsjkYGbHT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smsjkYGbHT .mbr-text,
.cid-smsjkYGbHT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-smsjkYGbHT h3:before,
  .cid-smsjkYGbHT h3:after {
    display: none;
  }
}
.cid-slM4MHWJek {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slM4MHWJek h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slM4MHWJek h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM4MHWJek h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM4MHWJek .mbr-text,
.cid-slM4MHWJek .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slM4MHWJek h3:before,
  .cid-slM4MHWJek h3:after {
    display: none;
  }
}
.cid-slM4MHWJek H1 {
  text-align: center;
}
.cid-snSUUIUGbf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-snSUUIUGbf .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-snSUUIUGbf .container {
  padding: 0rem 0.5rem;
}
.cid-snSUUIUGbf .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-snSUUIUGbf .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-snSUUIUGbf .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-snSUUIUGbf .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-snSUUIUGbf .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-snSUUIUGbf .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-snSUUIUGbf .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-snSUUIUGbf .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-snSUUIUGbf .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-snSUUIUGbf .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-snSUUIUGbf .shop-items .price-block {
  position: relative;
}
.cid-snSUUIUGbf .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: lightgray;
}
@media (min-width: 767px) {
  .cid-snSUUIUGbf .mbr-gallery-filter ul {
    display: flex !important;
  }
}
.cid-snSUUIUGbf .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px !important;
}
.cid-snSUUIUGbf .categories {
  padding: 0;
}
.cid-snSUUIUGbf .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 14px;
  top: 6px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-snSUUIUGbf .filter-by-d .btn {
  background: transparent !important;
  border: none !important;
  color: black !important;
}
.cid-snSUUIUGbf .filter-by-d .btn:hover,
.cid-snSUUIUGbf .filter-by-d .btn:active {
  background: transparent !important;
  color: black !important;
}
.cid-snSUUIUGbf .filter-by-d .btn:before {
  content: '\e972';
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-snSUUIUGbf .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
  border-bottom: 1px solid #373329;
}
.cid-snSUUIUGbf .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-snSUUIUGbf .filter-by-pu .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-snSUUIUGbf .filter-by-pu .btn:hover,
.cid-snSUUIUGbf .filter-by-pu .btn:active {
  background: transparent !important;
  color: white !important;
}
.cid-snSUUIUGbf .filter-by-pd .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-snSUUIUGbf .filter-by-pd .btn:hover,
.cid-snSUUIUGbf .filter-by-pd .btn:active {
  background: transparent !important;
  color: white !important;
  border: none;
}
.cid-snSUUIUGbf .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
}
.cid-snSUUIUGbf .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-snSUUIUGbf .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-snSUUIUGbf .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-snSUUIUGbf .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-snSUUIUGbf .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-snSUUIUGbf .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-snSUUIUGbf .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-snSUUIUGbf .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-snSUUIUGbf .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-snSUUIUGbf .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-snSUUIUGbf .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-snSUUIUGbf .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-snSUUIUGbf .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-snSUUIUGbf .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px !important;
  }
  .cid-snSUUIUGbf .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-snSUUIUGbf .col-md-12 .sort-buttons .filter-by-pu,
  .cid-snSUUIUGbf .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0 !important;
  }
  .cid-snSUUIUGbf .sort-buttons {
    align-items: center !important;
  }
}
@media (max-width: 1200px) {
  .cid-snSUUIUGbf .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-snSUUIUGbf .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-snSUUIUGbf .wrapper-shop-items {
    order: 1;
  }
  .cid-snSUUIUGbf .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.cid-snSUUIUGbf .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-snSUUIUGbf .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-snSUUIUGbf .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-snSUUIUGbf .oldprice {
  padding-left: 0.8rem !important;
  color: #767676;
  text-decoration: line-through;
}
.cid-snSUUIUGbf .shopItemsModal_wraper {
  left: 0;
}
.cid-snSUUIUGbf .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-snSUUIUGbf .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-snSUUIUGbf .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-snSUUIUGbf .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal_wraper {
  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-snSUUIUGbf .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-snSUUIUGbf .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-snSUUIUGbf .mbr-shop .hide-modal {
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-snSUUIUGbf .mbr-shop .filter-by-pu,
.cid-snSUUIUGbf .mbr-shop .filter-by-pd,
.cid-snSUUIUGbf .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-snSUUIUGbf .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-snSUUIUGbf .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-snSUUIUGbf .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .galleryItem h4,
.cid-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .galleryItem h5,
.cid-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .galleryItem p,
.cid-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .item-button {
  text-align: center;
}
.cid-snSUUIUGbf .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-snSUUIUGbf .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-snSUUIUGbf .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-snSUUIUGbf .mbr-shop .sidebar-block {
  position: relative;
}
.cid-snSUUIUGbf .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-snSUUIUGbf .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #29a7c6;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-item__hided h4,
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-item__hided h5,
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-snSUUIUGbf .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  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;
  word-break: inherit;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-snSUUIUGbf .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-snSUUIUGbf .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-snSUUIUGbf .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-snSUUIUGbf .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-snSUUIUGbf .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-snSUUIUGbf .mbr-shop .range-controls {
  position: relative;
}
.cid-snSUUIUGbf .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-snSUUIUGbf .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-snSUUIUGbf .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-snSUUIUGbf .mbr-shop .toggle:hover,
.cid-snSUUIUGbf .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-snSUUIUGbf .mbr-shop .min-toggle {
  left: 0;
}
.cid-snSUUIUGbf .mbr-shop .max-toggle {
  right: 0;
}
.cid-snSUUIUGbf .mbr-shop .hided-by-price {
  display: none;
}
.cid-snSUUIUGbf .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-snSUUIUGbf .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-snSUUIUGbf .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-snSUUIUGbf .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-snSUUIUGbf .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-snSUUIUGbf .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-snSUUIUGbf .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-snSUUIUGbf .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-snSUUIUGbf .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-snSUUIUGbf .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-snSUUIUGbf .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-snSUUIUGbf .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-snSUUIUGbf .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-snSUUIUGbf .mbr-shop .shop-items .onsale,
.cid-snSUUIUGbf .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-snSUUIUGbf .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-snSUUIUGbf .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-snSUUIUGbf .mbr-shop .price-range {
  display: inline-block;
}
.cid-snSUUIUGbf .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-snSUUIUGbf .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-snSUUIUGbf .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-snSUUIUGbf .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-snSUUIUGbf .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-snSUUIUGbf .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-snSUUIUGbf .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-snSUUIUGbf .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-snSUUIUGbf .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-snSUUIUGbf .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-snSUUIUGbf .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-snSUUIUGbf .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-snSUUIUGbf .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-snSUUIUGbf .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-snSUUIUGbf .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-snSUUIUGbf .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-snSUUIUGbf .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-snSUUIUGbf .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-snSUUIUGbf .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-snSUUIUGbf .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-snSUUIUGbf .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snSUUIUGbf .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-slM4OtbMjo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slM4OtbMjo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slM4OtbMjo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM4OtbMjo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM4OtbMjo .mbr-text,
.cid-slM4OtbMjo .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slM4OtbMjo h3:before,
  .cid-slM4OtbMjo h3:after {
    display: none;
  }
}
.cid-slM4P1Ohyw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-slM4P1Ohyw .mbr-shop {
  display: table;
  width: 100%;
}
.cid-slM4P1Ohyw .mbr-shop .row {
  margin: 0;
}
.cid-slM4P1Ohyw .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-slM4P1Ohyw .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-slM4P1Ohyw .display-5 {
  font-weight: 400 !important;
  font-size: 1.4rem;
}
.cid-slM4P1Ohyw .item-title {
  font-weight: 900 !important;
  padding-bottom: 0.3rem;
}
.cid-slM4P1Ohyw .col-md-12 {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-slM4P1Ohyw .mbr-gallery-item {
    width: 33.3% !important;
    padding: 25px !important;
  }
}
@media (max-width: 992px) {
  .cid-slM4P1Ohyw .container {
    max-width: 100%;
  }
}
.cid-slM4P1Ohyw .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-slM4P1Ohyw .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal_wraper {
  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;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-slM4P1Ohyw .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-slM4P1Ohyw .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-slM4P1Ohyw .mbr-shop .hide-modal {
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-slM4P1Ohyw .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-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-slM4P1Ohyw .mbr-shop .filter-by-pu,
.cid-slM4P1Ohyw .mbr-shop .filter-by-pd,
.cid-slM4P1Ohyw .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-slM4P1Ohyw .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-slM4P1Ohyw .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-slM4P1Ohyw .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .galleryItem h4,
.cid-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .galleryItem h5,
.cid-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .galleryItem p,
.cid-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .item-button {
  text-align: center;
}
.cid-slM4P1Ohyw .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-slM4P1Ohyw .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-slM4P1Ohyw .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-slM4P1Ohyw .mbr-shop .sidebar-block {
  position: relative;
}
.cid-slM4P1Ohyw .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-slM4P1Ohyw .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item__hided h4,
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item__hided h5,
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-slM4P1Ohyw .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  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-slM4P1Ohyw .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-slM4P1Ohyw .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-slM4P1Ohyw .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-slM4P1Ohyw .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-slM4P1Ohyw .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-slM4P1Ohyw .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-slM4P1Ohyw .mbr-shop .range-controls {
  position: relative;
}
.cid-slM4P1Ohyw .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-slM4P1Ohyw .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-slM4P1Ohyw .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-slM4P1Ohyw .mbr-shop .toggle:hover,
.cid-slM4P1Ohyw .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-slM4P1Ohyw .mbr-shop .min-toggle {
  left: 0;
}
.cid-slM4P1Ohyw .mbr-shop .max-toggle {
  right: 0;
}
.cid-slM4P1Ohyw .mbr-shop .hided-by-price {
  display: none;
}
.cid-slM4P1Ohyw .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-slM4P1Ohyw .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-slM4P1Ohyw .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-slM4P1Ohyw .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-slM4P1Ohyw .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-slM4P1Ohyw .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-slM4P1Ohyw .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-slM4P1Ohyw .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-slM4P1Ohyw .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-slM4P1Ohyw .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-slM4P1Ohyw .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-slM4P1Ohyw .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-slM4P1Ohyw .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-slM4P1Ohyw .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-slM4P1Ohyw .mbr-shop .shop-items .onsale,
.cid-slM4P1Ohyw .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-slM4P1Ohyw .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-slM4P1Ohyw .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-slM4P1Ohyw .mbr-shop .price-range {
  display: inline-block;
}
.cid-slM4P1Ohyw .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-slM4P1Ohyw .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-slM4P1Ohyw .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-slM4P1Ohyw .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-slM4P1Ohyw .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-slM4P1Ohyw .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-slM4P1Ohyw .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-slM4P1Ohyw .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-slM4P1Ohyw .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-slM4P1Ohyw .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-slM4P1Ohyw .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-slM4P1Ohyw .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-slM4P1Ohyw .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-slM4P1Ohyw .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-slM4P1Ohyw .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-slM4P1Ohyw .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-slM4P1Ohyw .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-slM4P1Ohyw .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-slM4P1Ohyw .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-slM4P1Ohyw .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-slM4P1Ohyw .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-slM4P1Ohyw .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-slM4P1Ohyw .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-slM4P1Ohyw .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-slM4P1Ohyw .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-slM4P1Ohyw .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-slM4P1Ohyw .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-slM4P1Ohyw .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slM4P1Ohyw .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-slM4P1Ohyw .shop-item-price,
.cid-slM4P1Ohyw .price-block {
  color: #c1c1c1;
}
.cid-slLZAwS0fn {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slLZAwS0fn .mbr-text {
  color: #767676;
}
.cid-slLZAwS0fn .card-subtitle {
  margin: 0;
}
.cid-slLZAwS0fn .link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.cid-slLZAwS0fn .card {
  margin-bottom: 2rem;
}
.cid-slLZAwS0fn .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-slLZAwS0fn .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-slLZAwS0fn .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-slLZAwS0fn .card-img {
  height: 220px;
}
.cid-slLZAwS0fn img {
  object-fit: cover;
  height: 100%;
}
.cid-slLZAwS0fn h4 {
  margin: 0;
}
.cid-slLZAwS0fn .row {
  justify-content: center;
}
.cid-slLZAwS0fn .mbr-text,
.cid-slLZAwS0fn .link {
  color: #808080;
}
.cid-slLZAwS0fn h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-slLZAwS0fn h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-slLZAwS0fn .card-title,
.cid-slLZAwS0fn .card-img {
  color: #000000;
}
.cid-slM9jP3qPr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-slM9jP3qPr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-slM9jP3qPr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM9jP3qPr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-slM9jP3qPr .mbr-text,
.cid-slM9jP3qPr .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-slM9jP3qPr h3:before,
  .cid-slM9jP3qPr h3:after {
    display: none;
  }
}
.cid-slM9jP3qPr H1 {
  text-align: center;
}
.cid-slM9jP3qPr H3 {
  color: #fafafa;
}
.cid-slLZAvnrbs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (min-width: 767px) {
  .cid-slLZAvnrbs .container {
    padding: 1rem;
  }
}
.cid-slLZAvnrbs .card-box {
  padding: 0 2rem;
}
.cid-slLZAvnrbs .card {
  padding: 0 !important;
}
.cid-slLZAvnrbs .mbr-section-btn {
  padding-top: 2rem;
}
.cid-slLZAvnrbs .container-fluid {
  padding: 0;
}
.cid-slLZAvnrbs .card1 {
  background-image: url("../../../assets/images/mbr-1-1920x732.jpg");
}
.cid-slLZAvnrbs .card2 {
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-slLZAvnrbs .card3 {
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-slLZAvnrbs .card4 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-slLZAvnrbs h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-slLZAvnrbs p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-slLZAvnrbs .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-slLZAvnrbs .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-slLZAvnrbs .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-slLZAvnrbs .card-title {
  text-align: left;
}
.cid-slLZAvnrbs .mbr-text,
.cid-slLZAvnrbs .mbr-section-btn {
  color: #fafafa;
}
.cid-slYTCebYip {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-slYTCebYip .carousel {
  z-index: 2;
  position: relative;
}
.cid-slYTCebYip .user {
  padding: 0 !important;
}
.cid-slYTCebYip .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-slYTCebYip .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-slYTCebYip .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-slYTCebYip .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-slYTCebYip .carousel-item.active,
.cid-slYTCebYip .carousel-item-next,
.cid-slYTCebYip .carousel-item-prev {
  display: flex;
}
.cid-slYTCebYip .user_name {
  margin: 0;
  color: #767676;
}
.cid-slYTCebYip .carousel-controls a {
  font-size: 2rem;
}
.cid-slYTCebYip .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-slYTCebYip .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-slYTCebYip ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-slYTCebYip .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-slYTCebYip .carousel-indicators li:hover {
  opacity: 1;
}
.cid-slYTCebYip .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-slYTCebYip .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-slYTCebYip .user_status {
  color: #767676;
}
.cid-slLZAyGuNh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slLZAyGuNh .nav-item:focus,
.cid-slLZAyGuNh .nav-link:focus {
  outline: none;
}
.cid-slLZAyGuNh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slLZAyGuNh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slLZAyGuNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slLZAyGuNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slLZAyGuNh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slLZAyGuNh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slLZAyGuNh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-slLZAyGuNh .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-slLZAyGuNh .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-slLZAyGuNh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slLZAyGuNh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slLZAyGuNh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slLZAyGuNh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slLZAyGuNh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slLZAyGuNh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slLZAyGuNh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slLZAyGuNh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slLZAyGuNh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-slLZAyGuNh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-slLZAyGuNh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slLZAyGuNh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slLZAyGuNh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slLZAyGuNh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slLZAyGuNh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slLZAyGuNh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slLZAyGuNh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slLZAyGuNh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slLZAyGuNh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slLZAyGuNh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slLZAyGuNh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slLZAyGuNh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-slLZAyGuNh .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-slLZAyGuNh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slLZAyGuNh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slLZAyGuNh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slLZAyGuNh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slLZAyGuNh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slLZAyGuNh .dropdown-item.active,
.cid-slLZAyGuNh .dropdown-item:active {
  background-color: transparent;
}
.cid-slLZAyGuNh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slLZAyGuNh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slLZAyGuNh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slLZAyGuNh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-slLZAyGuNh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slLZAyGuNh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slLZAyGuNh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slLZAyGuNh .navbar-buttons {
  text-align: center;
}
.cid-slLZAyGuNh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slLZAyGuNh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bed3f9;
}
.cid-slLZAyGuNh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slLZAyGuNh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slLZAyGuNh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slLZAyGuNh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slLZAyGuNh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slLZAyGuNh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slLZAyGuNh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slLZAyGuNh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slLZAyGuNh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-slLZAyGuNh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slLZAyGuNh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-slLZAyGuNh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slLZAyGuNh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slLZAyGuNh .navbar {
    height: 77px;
  }
  .cid-slLZAyGuNh .navbar.opened {
    height: auto;
  }
  .cid-slLZAyGuNh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slM2r9tXS4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
@media (max-width: 992px) {
  .cid-slM2r9tXS4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-slM2r9tXS4 .box {
  background-image: url("../../../assets/images/mbr-8.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-slM2r9tXS4 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-slM2r9tXS4 .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-slM2r9tXS4 .icon-wrap span {
  padding-left: 8px;
}
.cid-slM2r9tXS4 .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-slM2r9tXS4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-slM2r9tXS4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-slM2r9tXS4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-slM2r9tXS4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-slM2r9tXS4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-slM2r9tXS4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-slM2r9tXS4 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-slM2r9tXS4 .box {
    height: 250px;
  }
}
.cid-slLZAz97aT .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-slLZAz97aT .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-slLZAz97aT .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffe161;
}
.cid-slLZAz97aT .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-slLZAz97aT .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffe161;
}
.cid-slLZAz97aT .countdown-cont {
  margin: 0 auto;
}
.cid-slLZAz97aT .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-slLZAz97aT .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-slLZAz97aT .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-slLZAz97aT .dot {
    display: none;
  }
  .cid-slLZAz97aT .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-slLZAz97aT .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-slLZAz97aT .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-slLZAz97aT .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-slLZAz97aT .number {
    font-size: 25px;
  }
  .cid-slLZAz97aT .period {
    font-size: 0.7rem;
  }
}
.cid-slLZAz97aT H2 {
  color: #000000;
}
.cid-slLZAAu4Mo {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-slLZAAu4Mo .mbr-text,
.cid-slLZAAu4Mo .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-slLZAAu4Mo .mbr-text,
  .cid-slLZAAu4Mo .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-slLZAAu4Mo .mbr-text,
  .cid-slLZAAu4Mo .mbr-section-title {
    text-align: center;
  }
}
.cid-slLZAAu4Mo a.btn {
  height: 100%;
  margin: 0;
}
.cid-slLZAAu4Mo .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-slLZAAu4Mo .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-slLZAAu4Mo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slLZAAu4Mo .justify-content-center {
  align-items: center;
}
.cid-slLZAAu4Mo .mbr-section-title {
  color: #274478;
}
.cid-slLZAAu4Mo H1 {
  text-align: left;
}
.cid-slLZAAV70K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-slLZAAV70K .mbr-text,
.cid-slLZAAV70K .img-align {
  color: #ffffff;
}
.cid-slLZAAV70K H2 {
  color: #ffffff;
}
#custom-html-7a {
  /* Type valid CSS here */
}
#custom-html-7a div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-7a p {
  font-size: 60px;
  color: #777;
}
.cid-slLZABmXJC {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fon-10.jpg");
}
.cid-slLZABmXJC .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slLZABmXJC svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-slLZABmXJC g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-slLZABmXJC .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-slLZABmXJC .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-slLZABmXJC .soc-item:hover {
  background: #e6c63b;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-slLZABmXJC .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slLZABmXJC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-slLZABmXJC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-slLZABmXJC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-slLZABmXJC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slLZABmXJC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-slLZABmXJC .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-slLZABmXJC .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slLZABmXJC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slLZABmXJC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slLZABmXJC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-slLZABmXJC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-slLZABPq21.popup-builder {
  background-color: #ffffff;
}
.cid-slLZABPq21.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slLZABPq21.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slLZABPq21 .modal-content,
.cid-slLZABPq21 .modal-dialog {
  height: auto;
}
.cid-slLZABPq21 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slLZABPq21 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slLZABPq21 .form-wrapper .mbr-form .form-group,
  .cid-slLZABPq21 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slLZABPq21 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slLZABPq21 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slLZABPq21 .mbr-text {
  text-align: left;
}
.cid-slLZABPq21 .pt-0 {
  padding-top: 0 !important;
}
.cid-slLZABPq21 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slLZABPq21 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slLZABPq21 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slLZABPq21 .modal-open {
  overflow: hidden;
}
.cid-slLZABPq21 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slLZABPq21 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slLZABPq21 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slLZABPq21 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-slLZABPq21 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slLZABPq21 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slLZABPq21 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slLZABPq21 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-slLZABPq21 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slLZABPq21 .modal-backdrop.fade {
  opacity: 0;
}
.cid-slLZABPq21 .modal-backdrop.show {
  opacity: .5;
}
.cid-slLZABPq21 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-slLZABPq21 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slLZABPq21 .modal-header .close:hover {
  opacity: 1;
}
.cid-slLZABPq21 .modal-header .close:focus {
  outline: none;
}
.cid-slLZABPq21 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slLZABPq21 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slLZABPq21 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-slLZABPq21 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slLZABPq21 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slLZABPq21 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slLZABPq21 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slLZABPq21 .modal-sm {
    max-width: 300px;
  }
  .cid-slLZABPq21 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slLZABPq21 .modal-lg,
  .cid-slLZABPq21 .modal-xl {
    max-width: 800px;
  }
  .cid-slLZABPq21 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slLZABPq21 .modal-xl {
    max-width: 1140px;
  }
  .cid-slLZABPq21 .container {
    max-width: 1140px;
  }
}
.cid-slLZABPq21 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slLZABPq21 .container {
    max-width: 720px;
  }
}
.cid-slLZABPq21 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slLZABPq21 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-slLZABPq21 .form-group {
  margin-bottom: 1rem;
}
.cid-slLZABPq21 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slLZABPq21 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slLZABPq21 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-slM3rEVO4H.popup-builder {
  background-color: #ffffff;
}
.cid-slM3rEVO4H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-slM3rEVO4H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-slM3rEVO4H .modal-content,
.cid-slM3rEVO4H .modal-dialog {
  height: auto;
}
.cid-slM3rEVO4H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-slM3rEVO4H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-slM3rEVO4H .form-wrapper .mbr-form .form-group,
  .cid-slM3rEVO4H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-slM3rEVO4H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-slM3rEVO4H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slM3rEVO4H .mbr-text {
  text-align: center;
}
.cid-slM3rEVO4H .pt-0 {
  padding-top: 0 !important;
}
.cid-slM3rEVO4H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-slM3rEVO4H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-slM3rEVO4H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-slM3rEVO4H .modal-open {
  overflow: hidden;
}
.cid-slM3rEVO4H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-slM3rEVO4H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-slM3rEVO4H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-slM3rEVO4H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-slM3rEVO4H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-slM3rEVO4H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-slM3rEVO4H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-slM3rEVO4H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-slM3rEVO4H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-slM3rEVO4H .modal-backdrop.fade {
  opacity: 0;
}
.cid-slM3rEVO4H .modal-backdrop.show {
  opacity: .5;
}
.cid-slM3rEVO4H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-slM3rEVO4H .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-slM3rEVO4H .modal-header .close:hover {
  opacity: 1;
}
.cid-slM3rEVO4H .modal-header .close:focus {
  outline: none;
}
.cid-slM3rEVO4H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-slM3rEVO4H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-slM3rEVO4H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-slM3rEVO4H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-slM3rEVO4H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-slM3rEVO4H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-slM3rEVO4H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-slM3rEVO4H .modal-sm {
    max-width: 300px;
  }
  .cid-slM3rEVO4H .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-slM3rEVO4H .modal-lg,
  .cid-slM3rEVO4H .modal-xl {
    max-width: 800px;
  }
  .cid-slM3rEVO4H .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-slM3rEVO4H .modal-xl {
    max-width: 1140px;
  }
  .cid-slM3rEVO4H .container {
    max-width: 1140px;
  }
}
.cid-slM3rEVO4H .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-slM3rEVO4H .container {
    max-width: 720px;
  }
}
.cid-slM3rEVO4H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-slM3rEVO4H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-slM3rEVO4H .form-group {
  margin-bottom: 1rem;
}
.cid-slM3rEVO4H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-slM3rEVO4H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-slM3rEVO4H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
