@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic);





body {
  font-family: Open Sans;
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.2;
}
.mbr-text {
  font-style: normal;
  line-height: 1.2;
}
.mbr-normal {
  font-weight: 400;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #1ec6b6 !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #ff4a52 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #116d65;
  color: #116d65;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1ec6b6 !important;
}
.text-secondary {
  color: #656565 !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #ff4a52 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #116d65 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #323232 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e3000a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #48d678;
}
.alert-warning {
  background-color: #ff4a52;
}
.alert-danger {
  background-color: #ececec;
}
.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 !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1ec6b6;
  border-color: #1ec6b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #1ec6b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #79ebe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.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;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #1ec6b6;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.form1 .input-group-btn a.btn,
.form2 .input-group-btn a.btn {
  border-radius: 6px !important;
}
.form1 .input-group-btn button[type="submit"],
.form2 .input-group-btn button[type="submit"] {
  border-radius: 6px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #1ec6b6;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #1ec6b6;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1ec6b6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1ec6b6;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.btn {
  font-weight: 600;
}
.btn .mbr-iconfont-btn {
  order: 1;
  margin: 0!important;
  padding-left: 0.8rem!important;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.cid-rcGxXjA9uq .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 50px;
}
.cid-rcGxXjA9uq .navbar-fixed-top {
  padding-top: 0;
}
.cid-rcGxXjA9uq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-rcGxXjA9uq .dropdown-item {
  padding: 0;
  color: black!important;
}
.cid-rcGxXjA9uq .dropdown-item,
.cid-rcGxXjA9uq .nav-link,
.cid-rcGxXjA9uq .brand-link {
  font-style: normal;
}
.cid-rcGxXjA9uq .dropdown-item:hover,
.cid-rcGxXjA9uq .nav-link:hover,
.cid-rcGxXjA9uq .brand-link:hover {
  color: #1ec6b6 !important;
}
.cid-rcGxXjA9uq .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #ffffff !important;
  margin-top: px!important;
}
.cid-rcGxXjA9uq .dropdown-item:active {
  background-color: #ffffff !important;
}
.cid-rcGxXjA9uq .menu-content-top {
  max-width: 1200px;
  display: none;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rcGxXjA9uq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}
.cid-rcGxXjA9uq .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-rcGxXjA9uq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rcGxXjA9uq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rcGxXjA9uq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rcGxXjA9uq .content-text {
  margin-bottom: 0;
}
.cid-rcGxXjA9uq .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rcGxXjA9uq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #1ec6b6;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rcGxXjA9uq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rcGxXjA9uq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rcGxXjA9uq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rcGxXjA9uq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rcGxXjA9uq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rcGxXjA9uq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rcGxXjA9uq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rcGxXjA9uq .nav-dropdown .link {
  font-weight: 400;
}
.cid-rcGxXjA9uq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rcGxXjA9uq .content-right-side {
  text-align: center;
}
.cid-rcGxXjA9uq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rcGxXjA9uq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rcGxXjA9uq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rcGxXjA9uq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rcGxXjA9uq .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-rcGxXjA9uq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rcGxXjA9uq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rcGxXjA9uq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rcGxXjA9uq .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rcGxXjA9uq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rcGxXjA9uq .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rcGxXjA9uq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-rcGxXjA9uq .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rcGxXjA9uq .navbar {
    display: block;
    padding: 0;
  }
  .cid-rcGxXjA9uq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-rcGxXjA9uq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rcGxXjA9uq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rcGxXjA9uq .navbar-toggler {
    display: none;
  }
  .cid-rcGxXjA9uq .navbar-collapse {
    justify-content: center;
  }
}
.cid-rcGxXjA9uq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rcGxXjA9uq .btn {
  display: inline-flex;
  align-items: center;
}
.cid-rcGxXjA9uq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rcGxXjA9uq .menu-logo {
  margin-right: auto;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcGxXjA9uq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.cid-rcGxXjA9uq .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-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcGxXjA9uq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcGxXjA9uq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rcGxXjA9uq .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcGxXjA9uq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcGxXjA9uq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-rcGxXjA9uq button.navbar-toggler:focus {
  outline: none;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcGxXjA9uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcGxXjA9uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcGxXjA9uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rcGxXjA9uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rcGxXjA9uq .collapsed .btn {
  display: flex;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-rcGxXjA9uq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcGxXjA9uq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcGxXjA9uq .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcGxXjA9uq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rcGxXjA9uq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcGxXjA9uq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcGxXjA9uq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcGxXjA9uq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcGxXjA9uq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rcGxXjA9uq .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rcGxXjA9uq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing,
  .cid-rcGxXjA9uq .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-nav,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-rcGxXjA9uq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcGxXjA9uq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcGxXjA9uq .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-rcGxXjA9uq img {
    height: 3.8rem !important;
  }
  .cid-rcGxXjA9uq .btn {
    display: flex;
  }
  .cid-rcGxXjA9uq button.navbar-toggler {
    display: block;
  }
  .cid-rcGxXjA9uq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rcGxXjA9uq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcGxXjA9uq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcGxXjA9uq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcGxXjA9uq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcGxXjA9uq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rcGxXjA9uq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rcGxXjA9uq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rcGxXjA9uq .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rcGxXjA9uq .nav-link:focus {
  outline: none;
}
.cid-rcGxXjA9uq .navbar-toggler {
  position: relative;
}
.cid-rcGxXjA9uq .dropdown-item.active,
.cid-rcGxXjA9uq .dropdown-item:active {
  color: initial;
}
.cid-rcGxXjA9uq .widget-title,
.cid-rcGxXjA9uq .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-rcGxXjA9uq .widget-text {
  color: #ffffff;
  text-align: center;
}
.cid-rcGxZAZoxS {
  background-image: url("../../../assets/images/1-2000x1500.jpg");
  padding-top: 90px;
  padding-bottom: 60px;
}
.cid-rcGzvRRBmH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcGzvRRBmH .card-img span {
  font-size: 5.3rem;
  color: #1ec6b6;
}
.cid-rcGzvRRBmH .mbr-text {
  color: #656565;
}
.cid-rcGzvRRBmH p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-rcGzvRRBmH .card {
    margin-bottom: 2rem;
  }
}
.cid-rcGzvRRBmH .card-title,
.cid-rcGzvRRBmH .card-img {
  color: #000000;
}
.cid-rcGzvRRBmH .mbr-section-title {
  text-align: center;
}
.cid-rcGzvRRBmH .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rcGyF1CbyN .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-rcGyF1CbyN .mbr-text,
.cid-rcGyF1CbyN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rcGyF1CbyN .card1,
.cid-rcGyF1CbyN .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-rcGyF1CbyN .card1 {
  background-image: url("../../../assets/images/public-gosfort-7-2000x1500.jpg");
}
.cid-rcGyF1CbyN .card2 {
  background-image: url("../../../assets/images/public-comfort-santana-peredelka-3-2000x1500.jpg");
}
.cid-rcGyF1CbyN h2,
.cid-rcGyF1CbyN p,
.cid-rcGyF1CbyN a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-rcGyF1CbyN .card1,
  .cid-rcGyF1CbyN .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-rcGyF1CbyN p {
  line-height: 1.6;
}
.cid-rcGyUCFZqr .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-rcGyUCFZqr .mbr-text,
.cid-rcGyUCFZqr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rcGyUCFZqr .card1,
.cid-rcGyUCFZqr .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-rcGyUCFZqr .card1 {
  background-image: url("../../../assets/images/space-telemark-wagon-1-2000x1500.jpg");
}
.cid-rcGyUCFZqr .card2 {
  background-image: url("../../../assets/images/2-2000x1500.jpg");
}
.cid-rcGyUCFZqr h2,
.cid-rcGyUCFZqr p,
.cid-rcGyUCFZqr a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-rcGyUCFZqr .card1,
  .cid-rcGyUCFZqr .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-rcGyUCFZqr p {
  line-height: 1.6;
}
.cid-rd9qgJhbfj .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-rd9qgJhbfj .mbr-text,
.cid-rd9qgJhbfj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rd9qgJhbfj .card1,
.cid-rd9qgJhbfj .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-rd9qgJhbfj .card1 {
  background-image: url("../../../assets/images/mg-2672-800533-800x533.jpg");
}
.cid-rd9qgJhbfj .card2 {
  background-image: url("../../../assets/images/img-8585-800x533-800x533.jpg");
}
.cid-rd9qgJhbfj h2,
.cid-rd9qgJhbfj p,
.cid-rd9qgJhbfj a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-rd9qgJhbfj .card1,
  .cid-rd9qgJhbfj .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-rd9qgJhbfj p {
  line-height: 1.6;
}
.cid-rcGztgOgpV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcGztgOgpV .title {
  border-bottom: 1px solid #ececec;
}
.cid-rcGztgOgpV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-rcGztgOgpV .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-rcGztgOgpV .card-wrapper:hover .price-box {
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-rcGztgOgpV .display-4 {
  line-height: 1.1;
}
.cid-rcGztgOgpV .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-rcGztgOgpV .ico-line-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-rcGztgOgpV .ico-line {
  display: flex;
  justify-content: space-between;
}
.cid-rcGztgOgpV p {
  line-height: 1.6;
}
.cid-rcGztgOgpV .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-rcGztgOgpV .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-rcGztgOgpV .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-rcGztgOgpV .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-rcGztgOgpV img {
  transition: all 0.3s;
}
.cid-rcGztgOgpV h5 {
  margin: 0;
}
.cid-rcGztgOgpV .card-box {
  padding: 1.5rem;
}
.cid-rcGztgOgpV .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-rcGztgOgpV .card-box > p,
.cid-rcGztgOgpV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rcGztgOgpV .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rcGztgOgpV .price {
  color: #ffffff;
  text-align: left;
}
.cid-rcGztgOgpV .rev {
  color: #000000;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-rcGztgOgpV .ico-line-wrap {
    flex-direction: column;
  }
  .cid-rcGztgOgpV .ico-line {
    justify-content: flex-start;
  }
}
.cid-rcGBwHXL5A {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/space-telemark-peredelka-2-2000x1500.jpg");
}
.cid-rcGBwHXL5A .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-rcGBwHXL5A .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-rcGBwHXL5A .cid-qY3KpudtHi .input {
  padding: 10px 25px;
}
.cid-rcGBwHXL5A .relative {
  position: relative;
}
.cid-rcGBwHXL5A .row {
  justify-content: center;
}
.cid-rcGBwHXL5A .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-rcGBwHXL5A .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-rcGBwHXL5A .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-rcGBwHXL5A .form-group {
  text-align: left;
  height: 0;
  border: 0px solid #CCC;
  border-radius: 5px;
  padding: 0;
}
.cid-rcGBwHXL5A .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-rcGBwHXL5A .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-rcGBwHXL5A .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-rcGBwHXL5A .mbr-iconfont-btn {
  margin: 0;
}
.cid-rcGBwHXL5A .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-rcGBwHXL5A .input {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-rcGBwHXL5A .input:focus {
  outline: none;
  box-shadow: 0;
}
.cid-rcGBwHXL5A .input:active {
  outline: none;
  box-shadow: 0;
}
.cid-rcGBwHXL5A .mbr-form .btn {
  margin: 0!important;
  border-radius: 5px;
  margin-left: 15px!important;
  height: 49px;
  width: 260px;
}
@media (max-width: 991px) {
  .cid-rcGBwHXL5A .col-md-6 {
    margin-bottom: 5rem;
  }
  .cid-rcGBwHXL5A .col-md-12 {
    margin-bottom: 2rem;
  }
  .cid-rcGBwHXL5A .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rcGBwHXL5A .input-group-btn {
    margin: auto;
  }
}
.cid-rcGBwHXL5A .mbr-section-title {
  text-align: center;
}
.cid-rcGBwHXL5A .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-rcGzdgVMy9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rcGzdgVMy9 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rcGzdgVMy9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rcGz7tyA0g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rcGz7tyA0g .card-img span {
  font-size: 4.7rem;
  color: #ffffff;
}
.cid-rcGz7tyA0g .mbr-text {
  color: #cccccc;
}
.cid-rcGz7tyA0g p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .cid-rcGz7tyA0g .card {
    margin-bottom: 2rem;
  }
}
.cid-rcGz7tyA0g .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rcGz7tyA0g .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rcGyLXie2k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/5-2000x1500.jpg");
}
.cid-rcGyLXie2k .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rcGyLXie2k .card {
  background-color: white;
  padding: 2rem;
}
.cid-rcGyLXie2k .input-group-btn {
  display: block;
}
.cid-rcGyLXie2k input,
.cid-rcGyLXie2k textarea {
  background: none;
  min-height: 3rem;
  padding: 0;
  border-radius: 6px!important;
  font-size: 16px;
}
.cid-rcGyLXie2k .mbr-form input,
.cid-rcGyLXie2k textarea {
  border-radius: 0px;
  padding-left: 15px;
}
.cid-rcGyLXie2k .mbr-section-subtitle {
  color: #656565;
}
.cid-rcGyLXie2k .title2 {
  color: #656565;
}
.cid-rcGyLXie2k .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rcGyLXie2k .col-sm-12 {
    margin: 1rem;
  }
  .cid-rcGyLXie2k .card {
    padding: 1rem;
  }
}
.cid-rcGBOquKpS {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rcGBOquKpS .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-rcGBOquKpS .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-rcGBOquKpS .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rcGBOquKpS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rcGBOquKpS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rcGBOquKpS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rcGBOquKpS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rcGBOquKpS .map-placeholder {
  display: none;
}
.cid-rcGBOquKpS .mbr-section-title,
.cid-rcGBOquKpS .map-title {
  color: #29282d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rcGBOquKpS .map-title {
    margin-top: 3rem;
  }
}
.cid-rcGyNG2Zzi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rcGyNG2Zzi .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-rcGyNG2Zzi .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rcGyNG2Zzi .mbr-text {
  color: #444;
}
.cid-rcGyNG2Zzi h5 {
  margin-bottom: 0;
}
.cid-rcGyNG2Zzi .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rcGyNG2Zzi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.cid-rcGyNG2Zzi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rcGyNG2Zzi .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rcGyNG2Zzi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rcGyNG2Zzi .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rcGyNG2Zzi .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcGyNG2Zzi .social-list a:hover {
  opacity: .4;
}
.cid-rcGyNG2Zzi .media-container-row > div {
  padding: 0px;
}
.cid-rcGyNG2Zzi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rcGyNG2Zzi .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-rcGyNG2Zzi .group-title SPAN {
  color: #ffffff;
}
.cid-rcGyNG2Zzi .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rcGyNG2Zzi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rcGyNG2Zzi .social-list,
  .cid-rcGyNG2Zzi .img-list {
    justify-content: center;
    text-align: center;
  }
  .cid-rcGyNG2Zzi h3 {
    margin-bottom: 10px;
  }
  .cid-rcGyNG2Zzi .navbar-brand {
    text-align: center;
  }
}
.cid-rcGyNG2Zzi .links SPAN {
  color: #9e9e9e;
}
.cid-rcGyOFkMOC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rcGyOFkMOC .links {
  text-align: center;
  color: #ffffff;
}
.cid-rcGyOFkMOC p {
  margin: 0;
}
