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

body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  text-shadow: 0px 1px 2px #ffffff, 0 0 0.1em #fff;
}
.display-2 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', 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: 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-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 0.6rem 1.2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: 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: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  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: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  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: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff4f7b !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #f1f418 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffab40 !important;
  border-color: #ffab40 !important;
  transition: all .5s;
  color: #0c0c01 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #0c0c01 !important;
  background-color: #f98a20 !important;
  border-color: #f98a20 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0c0c01 !important;
  background-color: #b4b709 !important;
  border-color: #b4b709 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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 !important;
  border-color: #e8003a !important;
  color: #e8003a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #f1f418 !important;
  color: #f1f418 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #0c0c01 !important;
  background-color: #f1f418 !important;
  border-color: #f1f418 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0c0c01 !important;
  background-color: #f1f418 !important;
  border-color: #f1f418 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
  border-radius: 100px;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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;
}
.btn-underline {
  padding: .5rem;
  display: inline-flex;
  font-weight: 400;
  align-items: center;
  position: relative;
  transition: all .3s;
  -webkit-align-items: center;
  display: -webkit-inline-flex;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #ff4f7b !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #f1f418 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e8003a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9c9e08 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cb2029 !important;
  transition: all .3s;
  -webkit-transition: color 500ms ease-in;
    -moz-transition: color 500ms ease-in;
    -o-transition: color 500ms ease-in;
    transition: color 500ms ease-in;
  background: url(/assets/images/line_link.png) no-repeat center bottom;
}
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: #1dc9cb;
}
.alert-info {
  background-color: #f1f418;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  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: #ff4f7b;
  border-color: #ff4f7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ff4f7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdfddb;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
  background: rgba(255, 171, 64, .8);
}

#scrollToTop a:hover {
  border-radius: 100px;
  background: rgba(255, 171, 64, .5);
}

.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #f1f418;
  top: auto !important;
  left: auto !important;
}
@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;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'PT Sans Narrow', 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 {
  bottom: 0;
  left: 0;
  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: #ff4f7b;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 1.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;
  -webkit-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 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .98rem !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: #ff4f7b;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff4f7b;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-wrap input {
  border-radius: 0rem;
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}
.input-main textarea {
  background-color: #ffffff;
  padding: .5rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.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;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.dropup .dropdown-toggle::after {
  display: none;
}
.section-1 .dropdown-item:before {
  font-family: MobiIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.section-1 .nav-item,
.section-1 .nav-link,
.section-1 .navbar-caption {
  font-weight: normal;filter: drop-shadow(0px 0px 10px white);
}
.section-1 .nav-item:focus,
.section-1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .section-1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.section-1 .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  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;
  -webkit-align-items: center;
}
.section-1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.section-1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.section-1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.section-1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.section-1 .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;
  -webkit-transform: scale(1, 1);
}
.section-1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.section-1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.section-1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: rgba(231, 58, 58, 0.9) url(/assets/images/pattern-1.png);
}
.section-1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.section-1 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.section-1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.section-1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.section-1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.section-1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.section-1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.section-1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.section-1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.section-1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.section-1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.section-1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .section-1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .section-1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .section-1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .section-1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .section-1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .section-1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .section-1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .section-1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .section-1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .section-1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .section-1 .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .section-1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.section-1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
box-shadow: 0px 0px 6px 0px rgb(0, 0, 0);
}
.section-1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.section-1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.section-1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.section-1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.section-1 .navbar-brand .navbar-logo a {
  outline: none;
}
.section-1 .dropdown-item.active,
.section-1 .dropdown-item:active {
  background-color: transparent;
}
.section-1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.section-1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.section-1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.section-1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.section-1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.section-1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.section-1 .navbar-buttons {
  text-align: center;
}
.section-1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.section-1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.section-1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.section-1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.section-1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.section-1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.section-1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.section-1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.section-1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.section-1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.section-1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.section-1 a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.section-1 .mbr-iconfont {
  font-size: 1rem;
  color: #fff;
  display: -webkit-inline-flex;
  filter: drop-shadow(1px 1px 1px white);
}
.section-1 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.section-1 .soc-item {
  margin: .5rem .3rem;
}
.section-1 .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-1 .navbar {
    height: 77px;
  }
  .section-1 .navbar.opened {
    height: auto;
  }
  .section-1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.section-2 {
  padding-top: 150px;
  padding-bottom: 100px;
  background: linear-gradient(360deg, rgba(43, 220, 157, .3), rgb(34, 140, 249)), url(/assets/images/pattern-1.png), url(/assets/images/bg-remont-stiralnyh-mashin.png) no-repeat;
  background-blend-mode: hue;
  //filter: drop-shadow(0px 1px 4px black);
  filter: hue-rotate(10deg);
}
.section-2 .mbr-section-title,
.section-2 .mbr-section-subtitle {
  color: #fff;
  text-shadow: 0px 2px 6px #004484, 0 0 0.1em #000;
}
.section-2 .mbr-section-text {
  color: #232323;
}
.section-2 .mbr-text,
.section-2 .typed-text,
.section-2 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.section-2 .btn {
  margin-left: 4px !important;
}
.section-2 .animated-element {
  color: #e8fa90;
  -moz-text-shadow: 1px 1px 1px #06080d, 0em 0em 0.5em #ffe003;
  -webkit-text-shadow: 1px 1px 1px #06080d, 0em 0em 0.5em #ffe003;
  text-shadow: 1px 1px 1px #06080d, 0em 0em 0.5em #ffe003;
}
.section-2 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.section-2 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-2 .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .section-2 .typed-text,
  .section-2 .mbr-section-subtitle,
  .section-2 .mbr-section-text,
  .section-2 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-2 .mbr-section-text,
.section-2 .mbr-section-btn {
  text-align: left;
}
.section-4 {
  padding-top: 0px;
  padding-bottom: 40px;
  background: #FFAB40 url(/assets/images/pattern-order.png);
}
.section-4 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.section-4 .mbr-section-title {
  margin: 0;
  text-align: center;
}
.section-4 .mbr-section-subtitle {
  color: #40444d;
  text-align: center;
}
.section-4 .card-img span {
  color: #1dc9cb;
}
.section-4 .row-item {
  margin-bottom: 2rem;
}
.section-4 .row-item:hover .wrapper {
  background: linear-gradient(360deg, #2bdc9d, #188ef4);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.3s;
  -webkit-transform: translateY(-10px);
}
.section-4 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.section-4 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.section-4 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.section-8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(360deg, #2bdc9d, #188ef4);
}
.section-8 .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.section-8 .mbr-section-subtitle {
  color: #8d97ad;
}
.section-8 .card-wrap {
    background-color: #fff;
    padding: 2rem;
    width: calc(100% + 10rem);
    margin-left: -10rem;
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(43, 60, 99, 0.8);
    border-color: rgba(0,0,0,.06);
    border: 1px solid transparent;
}
.section-8 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .section-8 .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.section-9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee8df;
  background: linear-gradient(180deg, #eee8df, #f4f8fa);
}

.section-9 .container ul li {
    margin-bottom: 0;
    color: #3a3d42;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    list-style: none;
}

.section-9 .container ul li:before {
    position: absolute;
    left: 0px;
    margin-top: 0px;
    padding-top: 3px;
    content: '';
    display: inline-block;
    text-align: center;
    margin: 5px 25px;
    line-height: 20px;
    transition: all .2s;
    color: #ffffff;
    background: #188ef4;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    content: '✓';
}

.section-9 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.section-9 .panel-group {
  width: 100%;
}
.section-9 .panel-text,
.section-9 .header-text,
.section-9 .mbr-section-subtitle {
  color: #3a3d42;
}
.section-9 .card {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.section-9 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.section-9 .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #fff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}

.section-9 .card .card-header a.panel-title:hover {
  background-color: #62b7ff;
}

.section-9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.section-9 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.section-9 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.section-9 .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #188ef4;
}
.section-9 .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.section-9 .card .panel-body {
  background: rgba(29, 201, 203, 0.3);
}
.section-9 .sign {
  color: #232323;
}
.section-9 .mbr-section-title {
  text-align: center;
}
.section-9 .mbr-section-subtitle {
  text-align: center;
}
.section-9 .header-text {
  text-align: left;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #eee8df, #ffab40);
}
.section-3 .card-text,
.section-3 .mbr-section-subtitle {
  color: #8d97ad;
}
.section-3 .main,
.section-3 .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.section-3 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.section-3 .main-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.section-3 .image-element {
  padding: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.section-3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
background: linear-gradient(360deg, #2bdc9d, #188ef4);
filter: hue-rotate(5deg);
}
.section-3 .text-element {
  padding: 3rem 2rem;
}
.section-3 .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.section-3 .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.section-3 .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-3 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .section-3 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-3 .image-element,
  .section-3 .text-element {
    margin-bottom: 0;
  }
  .section-3 .main:first-child {
    padding-top: 0;
  }
}
.section-3 .card-text,
.section-3 .mbr-section-btn {
  color: #40444d;
}
.section-3 .mbr-section-title {
  text-align: center;
}
.section-3 .mbr-section-subtitle {
  text-align: center;
}
.section-10 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.section-10 .card {
  padding: 1rem 1rem 1rem 1rem;
}
.section-10 .card-title {
  padding: .5rem 1rem .5rem 4rem;
  margin-left: .5rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #5eeebb, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.section-10 .card-header {
  display: -webkit-flex;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
  -webkit-align-items: center;
}
.section-10 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-flex;
}
.section-10 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.section-10 .card-text,
.section-10 .mbr-subtitle {
  color: #3a3d42;
}
.section-10 .card-sign {
  padding-top: .5rem;
}
.section-10 .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.section-10 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .section-10 .card-title {
    text-align: center;
  }
  .section-10 p.mbr-text,
  .section-10 p.date {
    text-align: center;
  }
}
.section-10 .card-box {
  background: #fff;
  padding: 2rem 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}

.section-10 .card-box:hover {
box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.2);
-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.2);
}

.section-footer .img1 { width: 100%; padding-right: 2rem; object-fit: cover; height: 100%; }
.section-footer .img2 { position: absolute; bottom: 1.0rem; right: 0; width: 250px; filter: drop-shadow(2px 2px 4px #fff); //box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22); }

.section-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .section-footer .content {
    text-align: center;
  }
  .section-footer .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section-footer .google-map {
  width: 90%;
  position: relative;
  //box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.section-footer .google-map iframe {
  height: 100%;
  width: 100%;
}
.section-footer .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%;
}
.section-footer .google-map[data-state] {
  background: #e9e5dc;
}
.section-footer .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .section-footer .google-map {
    width: 100%;
  }
}

.wave,.subwave {
  height: 50px;
  position: relative;
background: #eee8df;
}
 
.wave:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 20px;
  background-size: 40px 20px;
  background-image: radial-gradient(circle at 11px -6px, transparent 12px, #188ef3 13px);    
}
 
.wave:after{
  content: "";
  position: absolute;
  background-repeat: repeat;
  height: 10px;
  background-size: 40px 10px;
  background-image: radial-gradient(circle at 25px 13px, #188ef3 12px, transparent 13px);
  right: 0;  
  left: 6px;
  bottom: 15px;
}
.subwave{
  height: 50px;
  position: relative;
  z-index: 2;
}
.subwave:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  background-repeat: repeat;
  height: 20px;
  background-size: 40px 20px;
  background-image: radial-gradient(circle at 11px -6px, transparent 12px, #188ef3 13px);    
}
.subwave:after{
  content: "";
  position: absolute;
  background-repeat: repeat;
  height: 10px;
  background-size: 40px 10px;
  background-image: radial-gradient(circle at 25px 13px, #188ef3 12px, transparent 13px);
  right: 0;  
  left: 6px;
  bottom: 13px;
}

.section-4 .lines-mirror {
    position: absolute;
    width: 100%;
    height: 23px;
    background: url(/assets/images/bg/wave-background.png) center;
    margin-top: -83px;
}

.section-3 .lines-mirror {
    position: absolute;
    width: 100%;
    height: 23px;
    background: url(/assets/images/wave-background.png) center;
    margin-top: -83px;
}

.section-6 {
  background: #eee8df;
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-6 .image-block {
  margin: auto;
  height: 100%;
  overflow: hidden;
}
.section-6 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18, 19, 19, 0) 15%, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.section-6 .image-block:hover:before {
  opacity: 0.7;
}
.section-6 .image-block:hover .wrap {
  opacity: 1;
}
.section-6 .image-block:hover img {
  transform: scale(1.05);
}
.section-6 h4 {
  letter-spacing: 2px;
}
.section-6 figcaption {
  position: relative;
}
.section-6 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.section-6 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.section-6 .col-lg-6 {
  padding: 0;
}
@media (max-width: 992px) {
  .section-6 .image-block {
    height: 400px;
  }
}

.section-7 {
  padding-top: 70px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.section-7 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.section-7 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ed6436;
}
.section-7 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.section-7 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.section-7 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.section-7 .special-label {
  color: #fff;
}
.section-7 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.section-7 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.section-7 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.section-7 .menu-row {
  margin: 0;
}
.section-7 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.section-7 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.section-7 .group-title,
.section-7 .align-wrap {
  text-align: left;
}


.wave1, .subwave1 {
    height: 30px;
    position: relative;
}

.wave2, .subwave2 {
    height: 30px;
    position: relative;
}

.wave1:after {
    content: "";
    position: absolute;
    background-repeat: repeat;
    height: 10px;
    background-size: 40px 10px;
    background-image: radial-gradient(circle at 25px 13px, #2adb9d 12px, transparent 13px);
    right: 0;
    left: 6px;
    bottom: 4px;
    transform: rotate(180deg);
    z-index: 2;
    margin-right: 6px;
}

.wave2:after {
    content: "";
    position: absolute;
    background-repeat: repeat;
    height: 10px;
    background-size: 40px 10px;
    background-image: radial-gradient(circle at 25px 13px, #2adb9d 12px, transparent 13px);
    right: 0;
    left: 6px;
    bottom: 4px;
    transform: rotate(180deg);
    z-index: 2;
    margin-right: 6px;
}

.wave1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    background-repeat: repeat;
    height: 20px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 11px -6px, transparent 12px, #2adb9d 13px);
    transform: rotate(180deg);
}

.wave2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    background-repeat: repeat;
    height: 20px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 11px -6px, transparent 12px, #eee8df 13px);
    transform: rotate(180deg);
}

.subwave1 {
    height: 50px;
    position: relative;
    z-index: 2;
    transform: rotate(180deg);
}

.subwave2 {
    height: 50px;
    position: relative;
    z-index: 2;
    background: #2adb9d;
}

.subwave1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    right: 0;
    background-repeat: repeat;
    height: 20px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 11px -6px, transparent 12px, #2adb9d 13px);
}

.subwave2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    background-repeat: repeat;
    height: 20px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 11px -6px, transparent 12px, #eee8df 13px);
}

.subwave1:after {
    content: "";
    position: absolute;
    background-repeat: repeat;
    height: 10px;
    background-size: 40px 10px;
    background-image: radial-gradient(circle at 25px 13px, #2adb9d 12px, transparent 13px);
    right: 0;
    left: 8px;
    bottom: 6px;
}

.subwave2:after {
    content: "";
    position: absolute;
    background-repeat: repeat;
    height: 10px;
    background-size: 40px 10px;
    background-image: radial-gradient(circle at 25px 13px, #eee8df 12px, transparent 13px);
    right: 0;
    left: 6px;
    bottom: 13px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #eee8df;
}
.section-5 .mbr-iconfont {
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0!important;
  font-size: 1.4rem!important;
  color: #b69b74;
}
.section-5 .p-4 {
  padding: 1rem 0!important;
}
.section-5 img {
  width: 100%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.section-5 .accordion .card .card-header {
  margin-bottom: 0px;
}

.section-5 .mbri-arrow-up:before {
  content: "\e960";
}
.section-5 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.section-5 h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.section-5 .card {
  border-radius: 0px;
}
.section-5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.section-5 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}

.section-5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.section-5 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.section-5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .section-5 img {
    width: 100%;
  }
}

.section-video {
  background: rgba(238, 232, 223, 0);
  padding-top: 50px;
  padding-bottom: 20px;
}
.section-video .container-fluid {
  padding: 0;
}
.section-video .video-block {
  margin: auto;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .section-video .container-fluid {
    padding: 0 1rem;
  }
  .section-video .video-block {
    width: 100% !important;
  }
}

.switch-number {
    float: left;
    font-family: "open sans",arial,sans-serif;
    background-position: left center !important;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -3px 8px 0px 0px;
    border: 2px solid #fcb761;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 1px 1px #fcb761 !important;
    color: #3a3d42;
    background: #fff;
}

.section-2 .mbr-overlay {background-image: url(/assets/images/puzirky.png);}

input.form, textarea.form{font-family:'Open Sans',RobotoDraft,arial,sans-serif;width:100%;padding:10px;margin-bottom:10px;margin-top:0;background:#f4f8fa;border:1px solid #3b7cb7;border-radius:.25rem;box-shadow: 0px 0px 1px 0px rgb(255, 255, 255);}
textarea.form{height:146px;margin-bottom:2px;font-family:'Open Sans',RobotoDraft,arial,sans-serif}
input.form.error,textarea.form.error{background:#f9f590;border:1px solid #444;font-family:'Open Sans',RobotoDraft,arial,sans-serif}
input.formBut[type="button"]{font-weight:500;padding:10px;margin-bottom:5px;border:1px solid #333;cursor:pointer;text-align:center;background:#333;color:#fff;float:left;width:100%}
input.formBut[type="button"]:hover{background:#03629c}div#success{display:none;color:#04b524;font:bold 14px monospace}
img.captcha{position:absolute;cursor:pointer;margin:180px;margin-top:4px;width: 100px;}

.text-external {
    color: #0066ff !important;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/external-link-icon.png);
    padding-right: 13px;
}

a.text-external:hover, 
a.text-external:focus {
color: #cb2029 !important;
    transition: all .3s;
    -webkit-transition: color 500ms ease-in;
    -moz-transition: color 500ms ease-in;
    -o-transition: color 500ms ease-in;
    transition: color 500ms ease-in;
    text-decoration: underline;
}