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





body {
  font-family: 'Lexend Deca', sans-serif;
}
.display-1 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 4.062rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.187rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffad00 !important;
}
.bg-success {
  background-color: #fdda25 !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #888888 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffad00;
  border-color: #ffad00;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-primary:hover {
  background-color: #cc8a00 !important;
  border-color: #cc8a00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fdda25 !important;
  border-color: #fdda25 !important;
  color: #231d00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #231d00 !important;
  background-color: #fdda25;
  border-color: #fdda25;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #231d00 !important;
  background-color: #fdda25 !important;
  border-color: #fdda25 !important;
}
.btn-success:hover {
  background-color: #edc702 !important;
  border-color: #edc702 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #888888 !important;
  border-color: #888888 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #888888;
  border-color: #888888;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-warning:hover {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffad00;
  color: #ffad00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ffad00 !important;
  border-color: #ffad00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fdda25;
  color: #fdda25;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #231d00 !important;
  background: #fdda25 !important;
  border-color: #fdda25;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #231d00 !important;
  background-color: #fdda25 !important;
  border-color: #fdda25 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #888888;
  color: #888888;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #888888 !important;
  border-color: #888888;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffad00 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #fdda25 !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #888888 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #996800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ba9c02 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #555555 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffad00 !important;
}
.alert-success {
  background-color: #fdda25;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #888888;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffad00;
  border-color: #ffad00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffad00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffefcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcef;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffad00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffad00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffad00;
  border-bottom-color: #ffad00;
}
.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: #ffad00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("crop-1280x896.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #fdda25;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIkbRb1Do .mbr-text,
.cid-rRIkbRb1Do .mbr-section-btn {
  color: #ffffff;
}
.cid-rRIjJzt6Us {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 540px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-sIMVz5fyrp {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sIMVz5fyrp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIMVz5fyrp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIMVz5fyrp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIMVz5fyrp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIMVz5fyrp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sIMVz5fyrp .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sIMVz5fyrp .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sIMVz5fyrp .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sIMVz5fyrp .mbr-gallery-filter ul {
  display: block;
}
.cid-sIMVz5fyrp .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sIMVz5fyrp .mbr-gallery-filter li.active .btn {
  color: #ffad00 !important;
  background: transparent;
}
.cid-sIMVz5fyrp .mbr-gallery-filter .btn::after {
  color: #FFFFFF !important;
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffad00 !important;
}
.cid-sIMVz5fyrp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sIMVz5fyrp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sIMVz5fyrp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffad00 !important;
}
.cid-sIMVz5fyrp .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sIMVz5fyrp .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sIMVz5fyrp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sIMVz5fyrp .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sIMVz5fyrp .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sIMVz5fyrp .icon-focus:before {
  content: '\e95e';
}
.cid-sIMVz5fyrp .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sIMVz5fyrp .mbr-section-title {
  margin: 0;
}
.cid-sIMVz5fyrp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sIMVz5fyrp .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sIMVz5fyrp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sIMVz5fyrp .mbr-section-subtitle {
  text-align: left;
}
.cid-sHYhrN6fcT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sHYhrN6fcT .title__block {
  padding: 30px 15px;
}
.cid-sHYhrN6fcT .mbr-text {
  margin-bottom: 30px;
}
.cid-sHYhrN6fcT .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sHYhrN6fcT .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sHYhrN6fcT .bottom__text {
  margin: 10px 0;
}
.cid-sHYhrN6fcT .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-sHYhrN6fcT .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sHYhrN6fcT .btn {
  margin-top: 0;
}
.cid-sHYhrN6fcT .btn:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.cid-sHYhrN6fcT img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sHYhrN6fcT .image {
    margin-bottom: 10px;
  }
  .cid-sHYhrN6fcT .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRIizpy8Kq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIizpy8Kq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIizpy8Kq .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIizpy8Kq .wrap {
  margin-bottom: 30px;
}
.cid-rRIizpy8Kq .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIizpy8Kq .card__wrap:hover .author,
.cid-rRIizpy8Kq .card__wrap:hover .date,
.cid-rRIizpy8Kq .card__wrap:hover .category__content,
.cid-rRIizpy8Kq .card__wrap:hover .category__estimate,
.cid-rRIizpy8Kq .card__wrap:hover .content__title,
.cid-rRIizpy8Kq .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-rRIizpy8Kq .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIizpy8Kq .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIizpy8Kq .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-rRIizpy8Kq .image {
  overflow: hidden;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRIizpy8Kq .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRIizpy8Kq .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-rRIizpy8Kq .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-rRIizpy8Kq .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rRIizpy8Kq .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIizpy8Kq .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rRIizpy8Kq .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0 ;
}
.cid-rRIizpy8Kq .card__content > div {
  pointer-events: all;
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRIizpy8Kq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffad00;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRIizpy8Kq .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rRIizpy8Kq .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIizpy8Kq .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-sHYiGdvaVs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sHYiGdvaVs .title__block {
  padding: 30px 15px;
}
.cid-sHYiGdvaVs .mbr-text {
  margin-bottom: 30px;
}
.cid-sHYiGdvaVs .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sHYiGdvaVs .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sHYiGdvaVs .bottom__text {
  margin: 10px 0;
}
.cid-sHYiGdvaVs .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-sHYiGdvaVs .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sHYiGdvaVs .btn {
  margin-top: 0;
}
.cid-sHYiGdvaVs .btn:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.cid-sHYiGdvaVs img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sHYiGdvaVs .image {
    margin-bottom: 10px;
  }
  .cid-sHYiGdvaVs .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sHYjce2nmj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHYjce2nmj .mbr-text {
  position: relative;
}
.cid-sHYjce2nmj .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sHYjce2nmj img {
  object-fit: contain;
}
.cid-sHYjce2nmj .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sHYjce2nmj .mbr-text:after,
  .cid-sHYjce2nmj .mbr-text:before {
    display: none;
  }
}
.cid-sHYjce2nmj2 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHYjce2nmj2 .mbr-text {
  position: relative;
}
.cid-sHYjce2nmj2 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sHYjce2nmj2 img {
  object-fit: contain;
}
.cid-sHYjce2nmj2 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sHYjce2nmj .mbr-text:after,
  .cid-sHYjce2nmj .mbr-text:before {
    display: none;
  }
}
.cid-rRIiF0fHgC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRIiF0fHgC .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-rRIiF0fHgC .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-rRIiF0fHgC .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffad00 !important;
}
.cid-rRIiF0fHgC .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-rRIiF0fHgC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRIiF0fHgC .image {
    max-height: 350px;
  }
  .cid-rRIiF0fHgC .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-rRIiF0fHgC .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-rRIiF0fHgC .image {
    width: 100%;
    float: none;
  }
  .cid-rRIiF0fHgC .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-sHYk3ViIim {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
@media (min-width: 400px) {
  .cid-sHYk3ViIim h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sHYk3ViIim h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sHYk3ViIim .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sHYk3ViIim .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sHYk3ViIim .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sHYk3ViIim .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sHYk3ViIim .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sHYk3ViIim .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sHYk3ViIim .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sHYk3ViIim .socicon-bg-mail {
  color: #134785;
}
.cid-sHYk3ViIim .btn-social {
  border: none !important;
}
.cid-sHYk3ViIim .btn-social:hover {
  color: #000000;
  background: #ffad00;
}
.cid-sHYk3ViIim [class^="socicon-"]:before,
.cid-sHYk3ViIim [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sHYk3ViIim .btn {
    font-size: 20px !important;
  }
}
.cid-rRO2bVxeST {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRO2bVxeST .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rRO2bVxeST .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2bVxeST .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2bVxeST .title__address {
  margin-bottom: 20px;
}
.cid-rRO2bVxeST .privacy {
  margin-bottom: 10px;
  color: #888888;
}
@media (max-width: 767px) {
  .cid-rRO2bVxeST .privacy {
    text-align: left;
  }
}
.cid-rRO2bVxeST .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2bVxeST .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2bVxeST .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #f5f7fd !important;
  font-size: 16px;
  color: #17161a;
}
.cid-rRO2bVxeST .input-group-btn {
  padding-left: 0;
}
.cid-rRO2bVxeST .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRO2bVxeST .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2bVxeST .mbr-form .btn {
  margin: 0;
}
.cid-rRO2bVxeST input::-webkit-input-placeholder {
  color: #17161a;
  opacity: .8;
}
.cid-rRO2bVxeST input::-moz-placeholder {
  color: #17161a;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2bVxeST .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2bVxeST .divider {
    margin: 0 0 20px;
  }
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #ffad00 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.1rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #ffad00 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHYzX2xEB2 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-sHYzX2xEB2 .mbr-text {
  position: relative;
}
.cid-sHYzX2xEB2 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sHYzX2xEB2 img {
  object-fit: contain;
}
.cid-sHYzX2xEB2 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sHYzX2xEB2 .mbr-text:after,
  .cid-sHYzX2xEB2 .mbr-text:before {
    display: none;
  }
}
.cid-sHYAAkcDB7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sHYAAkcDB7 .mbr-text {
  color: #17161a;
}
.cid-sHYAAkcDB7 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sHYAAkcDB7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sHYAAkcDB7 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffad00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffad00, #fdda25);
}
.cid-sHYAxsLoB9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-sHYAxsLoB9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sHYAxsLoB9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sHYAxsLoB9 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #17161a;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-sHYAxsLoB9 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sHYAxsLoB9 p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-sHYAxsLoB9 .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sHYAxsLoB9 .nav-tabs .nav-link {
  color: #17161a;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sHYAxsLoB9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffad00;
}
.cid-sHYAxsLoB9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffad00;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-sHYAxsLoB9 .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sHYAxsLoB9 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sHYAxsLoB9 p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sHYAxsLoB9 .mbr-text,
  .cid-sHYAxsLoB9 .nav-link {
    text-align: center;
  }
  .cid-sHYAxsLoB9 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sHYAxsLoB9 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sHYAxsLoB9 p {
    padding-left: 0rem;
  }
}
.cid-sHYAxsLoB9 P {
  color: #17161a;
}
.cid-sHYzX3n0eh {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHYzX3n0eh .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-sHYzX3n0eh .footer__content {
  margin-bottom: 30px;
}
.cid-sHYzX3n0eh .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sHYzX3n0eh .title__address {
  margin-bottom: 20px;
}
.cid-sHYzX3n0eh .privacy {
  margin-bottom: 10px;
  color: #888888;
}
@media (max-width: 767px) {
  .cid-sHYzX3n0eh .privacy {
    text-align: left;
  }
}
.cid-sHYzX3n0eh .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sHYzX3n0eh .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sHYzX3n0eh .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #f5f7fd !important;
  font-size: 16px;
  color: #17161a;
}
.cid-sHYzX3n0eh .input-group-btn {
  padding-left: 0;
}
.cid-sHYzX3n0eh .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sHYzX3n0eh .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sHYzX3n0eh .mbr-form .btn {
  margin: 0;
}
.cid-sHYzX3n0eh input::-webkit-input-placeholder {
  color: #17161a;
  opacity: .8;
}
.cid-sHYzX3n0eh input::-moz-placeholder {
  color: #17161a;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sHYzX3n0eh .wrap {
    padding-bottom: 25px;
  }
  .cid-sHYzX3n0eh .divider {
    margin: 0 0 20px;
  }
}
.cid-sHYzX3ThfZ {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sHYzX3ThfZ .nav-item,
.cid-sHYzX3ThfZ .nav-link,
.cid-sHYzX3ThfZ .navbar-caption {
  font-weight: normal;
}
.cid-sHYzX3ThfZ .navbar-nav {
  counter-reset: number;
}
.cid-sHYzX3ThfZ .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sHYzX3ThfZ .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sHYzX3ThfZ .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sHYzX3ThfZ .btn {
    white-space: nowrap;
  }
  .cid-sHYzX3ThfZ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sHYzX3ThfZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sHYzX3ThfZ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sHYzX3ThfZ .dropdown-toggle::after,
  .cid-sHYzX3ThfZ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sHYzX3ThfZ .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sHYzX3ThfZ .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sHYzX3ThfZ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sHYzX3ThfZ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sHYzX3ThfZ .dropdown-menu .dropdown-item:hover {
  color: #ffad00 !important;
  background-color: #fafafa;
}
.cid-sHYzX3ThfZ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sHYzX3ThfZ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sHYzX3ThfZ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sHYzX3ThfZ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sHYzX3ThfZ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sHYzX3ThfZ .nav-item:focus,
.cid-sHYzX3ThfZ .nav-link:focus {
  outline: none;
}
.cid-sHYzX3ThfZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sHYzX3ThfZ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sHYzX3ThfZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHYzX3ThfZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHYzX3ThfZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sHYzX3ThfZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHYzX3ThfZ ul.navbar-nav li {
  margin: auto;
}
.cid-sHYzX3ThfZ .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sHYzX3ThfZ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sHYzX3ThfZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHYzX3ThfZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHYzX3ThfZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHYzX3ThfZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.1rem - 1rem);
  }
}
.cid-sHYzX3ThfZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHYzX3ThfZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHYzX3ThfZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sHYzX3ThfZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHYzX3ThfZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHYzX3ThfZ .navbar .container-fluid,
  .cid-sHYzX3ThfZ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sHYzX3ThfZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHYzX3ThfZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHYzX3ThfZ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sHYzX3ThfZ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sHYzX3ThfZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHYzX3ThfZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sHYzX3ThfZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sHYzX3ThfZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHYzX3ThfZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHYzX3ThfZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHYzX3ThfZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHYzX3ThfZ .dropdown-item.active,
.cid-sHYzX3ThfZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sHYzX3ThfZ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHYzX3ThfZ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sHYzX3ThfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHYzX3ThfZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sHYzX3ThfZ .navbar-buttons {
  text-align: center;
}
.cid-sHYzX3ThfZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sHYzX3ThfZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sHYzX3ThfZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHYzX3ThfZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHYzX3ThfZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHYzX3ThfZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHYzX3ThfZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHYzX3ThfZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHYzX3ThfZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHYzX3ThfZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHYzX3ThfZ .navbar-dropdown {
  position: absolute;
}
.cid-sHYzX3ThfZ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sHYzX3ThfZ a.nav-link:hover {
  color: #ffad00 !important;
}
.is-builder .cid-sHYzX3ThfZ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHYzX3ThfZ .navbar {
    height: 77px;
  }
  .cid-sHYzX3ThfZ .navbar.opened {
    height: auto;
  }
  .cid-sHYzX3ThfZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
