body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #073b4c !important;
}
.bg-success {
  background-color: #ff8f00 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #073b4c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #995600;
  color: #995600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff8f00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #073b4c !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #ff8f00 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #995600 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #073b4c;
  border-color: #073b4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #073b4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe9cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #073b4c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #073b4c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  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: #073b4c;
  border-bottom-color: #073b4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #073b4c !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: #7fa8d7 !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-rIyZ7ehICz {
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-rIyZ7ehICz .container-fluid {
  position: relative;
}
.cid-rIyZ7ehICz .page-title-content .mbr-iconfont {
  font-size: 31px;
  margin-top: -10px;
  color: #ffd03a;
}
.cid-rIyZ7ehICz .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-rIyZ7ehICz .page-title-content p > span {
  font-size: 39px !important;
  color: #ffd03a;
  margin-left: 1rem !important;
}
@media (max-width: 576px) {
  .cid-rIyZ7ehICz .page-title-content {
    text-align: center;
  }
}
.cid-rIyZ7ehICz .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyZ7ehICz .mbr-section-btn {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyZ7ehICz .mbr-section-btn .btn:hover {
  color: #ffffff !important;
}
.cid-rIyZ7ehICz .mbr-section-btn a {
  display: inline-block;
  color: #f1a631;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rIyZ7ehICz .mbr-section-btn a:not(:first-child) {
  margin-left: 20px;
}
.cid-rIyZ7ehICz .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyZ7ehICz .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rIyZ7ehICz .mbr-section-btn a:hover:after,
.cid-rIyZ7ehICz .mbr-section-btn a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyZ7ehICz .mbr-section-btn a:hover:before,
.cid-rIyZ7ehICz .mbr-section-btn a:focus:before {
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyZ7ehICz .text {
  margin: 0px;
  margin-top: 67px;
}
.cid-rIyZ7ehICz .scroll-text {
  transition: 0.5s all;
}
.cid-rIyZ7ehICz .scroll-text:hover {
  opacity: 0.5;
}
.cid-rIyZ7ehICz .mbr-arrow {
  bottom: 0px;
  right: -100px;
  background-color: "";
}
.cid-rIyZ7ehICz .mbr-arrow .mbr-iconfont {
  color: #ffd03a;
  font-size: 51px;
}
.cid-rIyZ7ehICz .mbr-arrow > a > i {
  left: -27px;
  font-style: normal;
  line-height: 1;
}
.cid-rIyZ7ehICz .down {
  margin-top: 126px;
}
@media (max-width: 768px) {
  .cid-rIyZ7ehICz .down {
    display: none;
  }
}
.cid-rIyZ7ehICz .social-links .mbr-iconfont {
  color: #ffd03a;
}
.cid-rIyZ7ehICz .social-links .link {
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-rIyZ7ehICz .social-links .link:hover {
  opacity: 0.5;
}
.cid-rIyZ7ehICz .btn {
  padding: 0.7rem 2.2rem;
}
.cid-rIyZ7ehICz a.text-white:hover,
.cid-rIyZ7ehICz a.text-white:focus {
  color: #ffffff !important;
}
.cid-rIyZ7ehICz .text,
.cid-rIyZ7ehICz .mbr-section-btn {
  color: #ffffff;
}
.cid-rP07acnkOw {
  padding-top: 15px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rP07acnkOw .mbr-overlay {
  background-color: #0d0f1c;
  opacity: 0.9;
}
.cid-rP07acnkOw h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
  color: #9c9485;
}
.cid-rP07acnkOw .dragArea {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 767px) {
  .cid-rP07acnkOw .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rP07acnkOw .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rP07acnkOw .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rP07acnkOw .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rP07acnkOw .col,
  .cid-rP07acnkOw .col-lg-6 {
    max-width: 48%;
  }
  .cid-rP07acnkOw .form-group {
    margin-bottom: 2.5rem;
  }
  .cid-rP07acnkOw .form-group:last-child {
    margin-bottom: 2.8rem;
  }
  .cid-rP07acnkOw .dragArea {
    padding-left: 48px !important;
  }
}
@media (max-width: 992px) {
  .cid-rP07acnkOw .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rP07acnkOw .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rP07acnkOw label {
  margin-bottom: 0;
  padding: 10px 0 !important;
  padding-bottom: 0 !important;
}
.cid-rP07acnkOw .form-row {
  justify-content: space-between;
}
.cid-rP07acnkOw input::-webkit-input-placeholder,
.cid-rP07acnkOw textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rP07acnkOw input:-moz-placeholder,
.cid-rP07acnkOw textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rP07acnkOw .form-control-label {
  color: #cccccc;
  font-weight: 400;
}
.cid-rP07acnkOw .form-control {
  font-weight: 400;
}
.cid-rP07acnkOw .form-control,
.cid-rP07acnkOw .field-input {
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  color: #cccccc;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rP07acnkOw .form-control:focus,
.cid-rP07acnkOw .field-input:focus {
  color: #cccccc !important;
}
.cid-rP07acnkOw .form-control:hover,
.cid-rP07acnkOw .field-input:hover {
  color: #cccccc !important;
}
.cid-rP07acnkOw .form-control input::-webkit-input-placeholder,
.cid-rP07acnkOw .field-input input::-webkit-input-placeholder,
.cid-rP07acnkOw .form-control textarea::-webkit-input-placeholder,
.cid-rP07acnkOw .field-input textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rP07acnkOw .form-control input:-moz-placeholder,
.cid-rP07acnkOw .field-input input:-moz-placeholder,
.cid-rP07acnkOw .form-control textarea:-moz-placeholder,
.cid-rP07acnkOw .field-input textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rP07acnkOw .form-control:hover,
.cid-rP07acnkOw .field-input:hover,
.cid-rP07acnkOw .form-control:focus,
.cid-rP07acnkOw .field-input:focus {
  background-color: #073b4c;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rP07acnkOw .form-control:hover input::-webkit-input-placeholder,
.cid-rP07acnkOw .field-input:hover input::-webkit-input-placeholder,
.cid-rP07acnkOw .form-control:focus input::-webkit-input-placeholder,
.cid-rP07acnkOw .field-input:focus input::-webkit-input-placeholder,
.cid-rP07acnkOw .form-control:hover textarea::-webkit-input-placeholder,
.cid-rP07acnkOw .field-input:hover textarea::-webkit-input-placeholder,
.cid-rP07acnkOw .form-control:focus textarea::-webkit-input-placeholder,
.cid-rP07acnkOw .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-rP07acnkOw .form-control:hover input:-moz-placeholder,
.cid-rP07acnkOw .field-input:hover input:-moz-placeholder,
.cid-rP07acnkOw .form-control:focus input:-moz-placeholder,
.cid-rP07acnkOw .field-input:focus input:-moz-placeholder,
.cid-rP07acnkOw .form-control:hover textarea:-moz-placeholder,
.cid-rP07acnkOw .field-input:hover textarea:-moz-placeholder,
.cid-rP07acnkOw .form-control:focus textarea:-moz-placeholder,
.cid-rP07acnkOw .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-rP07acnkOw .jq-number__spin:hover,
.cid-rP07acnkOw .jq-number__spin:focus {
  background-color: #073b4c;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rP07acnkOw .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #cccccc;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rP07acnkOw .jq-selectbox li,
.cid-rP07acnkOw .jq-selectbox li {
  background-color: transparent;
  color: contrast("file:///Users/brunohranjec/Library/Application%20Support/Mobirise.com/Mobirise/projects/project-2020-01-23_172448/assets/images/mbr-1920x960.jpg", #000000, #ffffff, 30%);
}
.cid-rP07acnkOw .jq-selectbox li:hover,
.cid-rP07acnkOw .jq-selectbox li.selected {
  background-color: #073b4c;
  color: #ffffff;
}
.cid-rP07acnkOw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rP07acnkOw .jq-number__spin.minus:hover:after,
.cid-rP07acnkOw .jq-number__spin.plus:hover:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.cid-rP07acnkOw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rP07acnkOw .jq-number__spin.minus:after,
.cid-rP07acnkOw .jq-number__spin.plus:after {
  border-top-color: #073b4c;
  border-bottom-color: #073b4c;
}
.cid-rP07acnkOw input::-webkit-clear-button {
  display: none;
}
.cid-rP07acnkOw input::-webkit-inner-spin-button {
  display: none;
}
.cid-rP07acnkOw input::-webkit-outer-spin-button {
  display: none;
}
.cid-rP07acnkOw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rP07acnkOw p {
  line-height: 1.5 !important;
}
.cid-rP07acnkOw .exemail {
  color: #121212;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cid-rP07acnkOw .exemail::after {
  background-color: currentColor;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  position: absolute;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.cid-rP07acnkOw .exemail::after:hover {
  width: 1000%;
}
.cid-rP07acnkOw textarea {
  min-height: 192px;
  padding: 20px 0;
}
.cid-rP07acnkOw .btn {
  padding: 0.4rem 1rem !important;
  border-width: 2px !important;
  margin-left: 0 !important;
}
.cid-rP07acnkOw .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  transform: none;
  transition: all 0.2s ease-in-out;
}
.cid-rP07acnkOw .btn:hover a {
  color: #ffffff !important;
}
.cid-rP07acnkOw .btn:hover span {
  color: #ffffff !important;
}
.cid-rP07acnkOw .jq-selectbox__trigger-arrow {
  top: 80% !important;
  right: 0px !important;
}
.cid-rP07acnkOw select {
  font-weight: 400 !important;
}
.cid-rP07acnkOw .city {
  color: #ffffff;
}
.cid-rP07acnkOw .contacts {
  color: #ffffff;
}
.cid-rP07acnkOw .main-text {
  color: #ffffff;
}
.cid-rP07acnkOw .main-title {
  color: #ffffff;
}
.cid-rP07acnkOw .title {
  color: #ffffff;
}
.cid-rIyZ9J9f8y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0d0f1c;
}
.cid-rIyZ9J9f8y .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyZ9J9f8y p {
    text-align: center;
  }
  .cid-rIyZ9J9f8y .row {
    justify-content: center;
  }
}
