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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qtfAS3AXR1 {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-qtfAS3AXR1 .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-qtfAS3AXR1 .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-qtfAS3AXR1 .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-qtfAS3AXR1 .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-qtfAS3AXR1 .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-qtfAS3AXR1 .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-qtfAS3AXR1 .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-qtfAS3AXR1 .mbri-play:before {
  left: 55% !important;
}
.cid-qtfAS3AXR1 .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-qtfAS3AXR1 .form-inline .form-group {
  padding: 0.5rem;
}
.cid-qtfAS3AXR1 .form-inline input {
  text-align: center;
}
.cid-qtfAS3AXR1 h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-qtfAS3AXR1 .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qtfAS3AXR1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-qtfAS3AXR1 .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-qtfAS3AXR1 .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-qtfAS3AXR1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qtfAS3AXR1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-qtfAS3AXR1 .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-qtfAS3AXR1 .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-qtfAS3AXR1 .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-qtfAS3AXR1 .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-qtfAS3AXR1 .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-qtfAS3AXR1 H1 {
  text-align: left;
}
.cid-qtfAS3AXR1 .mbr-section-subtitle {
  text-align: center;
}
.cid-qtfAS3AXR1 H2 {
  color: #ff1704;
}
.cid-qtfyu27oFe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qtfyu27oFe h2 {
  text-align: left;
}
.cid-qtfyu27oFe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qtfyu27oFe p {
  color: #767676;
  text-align: left;
}
.cid-qtfyu27oFe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qtfyu27oFe .media {
  margin: initial;
  align-items: center;
}
.cid-qtfyu27oFe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qtfyu27oFe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qtfyu27oFe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qtfyu27oFe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qtfyu27oFe .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qtfyu27oFe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qtfyu27oFe .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qtfyu27oFe .card-img span {
    font-size: 40px !important;
  }
}
.cid-qtfyu27oFe .mbr-text {
  color: #232323;
}
.cid-qtfyu27oFe P {
  color: #232323;
}
.cid-qtqa4bk1er {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtqa4bk1er .mbr-section-subtitle {
  color: #073b4c;
}
.cid-qu5V4xVF93 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-qu5V4xVF93 .carousel-control {
  background: #000;
}
.cid-qu5V4xVF93 .mbr-section-subtitle {
  color: #767676;
}
.cid-qu5V4xVF93 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qu5V4xVF93 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qu5V4xVF93 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qu5V4xVF93 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qu5V4xVF93 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qu5V4xVF93 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qu5V4xVF93 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qu5V4xVF93 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qu5V4xVF93 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qu5V4xVF93 .cloneditem-1,
.cid-qu5V4xVF93 .cloneditem-2,
.cid-qu5V4xVF93 .cloneditem-3,
.cid-qu5V4xVF93 .cloneditem-4,
.cid-qu5V4xVF93 .cloneditem-5 {
  display: none;
}
.cid-qu5V4xVF93 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qu5V4xVF93 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides2 .cloneditem-1,
  .cid-qu5V4xVF93 .carousel-inner.slides2 .cloneditem-2,
  .cid-qu5V4xVF93 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides3 .cloneditem-1,
  .cid-qu5V4xVF93 .carousel-inner.slides3 .cloneditem-2,
  .cid-qu5V4xVF93 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides4 .cloneditem-1,
  .cid-qu5V4xVF93 .carousel-inner.slides4 .cloneditem-2,
  .cid-qu5V4xVF93 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides5 .cloneditem-1,
  .cid-qu5V4xVF93 .carousel-inner.slides5 .cloneditem-2,
  .cid-qu5V4xVF93 .carousel-inner.slides5 .cloneditem-3,
  .cid-qu5V4xVF93 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5V4xVF93 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5V4xVF93 .carousel-inner.slides6 .cloneditem-1,
  .cid-qu5V4xVF93 .carousel-inner.slides6 .cloneditem-2,
  .cid-qu5V4xVF93 .carousel-inner.slides6 .cloneditem-3,
  .cid-qu5V4xVF93 .carousel-inner.slides6 .cloneditem-4,
  .cid-qu5V4xVF93 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qtpOv9XBn3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtpOv9XBn3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qtpOv9XBn3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qtpOv9XBn3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qtpOv9XBn3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qtpOv9XBn3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qtpOv9XBn3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qtqT6ZDjQ0 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qtqT6ZDjQ0 h2 {
  text-align: center;
}
.cid-qtqT6ZDjQ0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qtqT6ZDjQ0 p {
  color: #767676;
}
.cid-qtqT6ZDjQ0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qtqT6ZDjQ0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qtqT6ZDjQ0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qtqT6ZDjQ0 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-qtqT6ZDjQ0 .card-title {
  font-weight: 500;
}
.cid-qtqT6ZDjQ0 .card-img {
  text-align: inherit;
}
.cid-qtqT6ZDjQ0 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qtqT6ZDjQ0 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qtqT6ZDjQ0 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qtqT6ZDjQ0 .mbr-section-text {
  color: #232323;
}
.cid-qtvRIQRXjt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtvRIQRXjt .mbr-section-subtitle {
  color: #767676;
}
.cid-qsLON5vHuu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsLON5vHuu h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLON5vHuu p {
  color: #ffffff;
}
.cid-qsLON5vHuu .card {
  margin-bottom: 2rem;
}
.cid-qsLON5vHuu .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLON5vHuu .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLON5vHuu .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLON5vHuu .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qsLPgh5vfU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qsLPgh5vfU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLPgh5vfU p {
  color: #ffffff;
}
.cid-qsLPgh5vfU .card {
  margin-bottom: 2rem;
}
.cid-qsLPgh5vfU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLPgh5vfU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLPgh5vfU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLPgh5vfU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qsQiAsNCNm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-2.jpg");
}
.cid-qsQiAsNCNm .title {
  margin-bottom: 2rem;
}
.cid-qsQiAsNCNm .mbr-section-subtitle {
  color: #efefef;
}
.cid-qsQiAsNCNm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qsQiAsNCNm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qsQiAsNCNm .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qsQiAsNCNm .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qsQiAsNCNm .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qsQiAsNCNm H2 {
  color: #ffffff;
}
.cid-qsQiAsNCNm B {
  color: #ffffff;
}
.cid-qsQiAsNCNm LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJre0AsCR .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJre0AsCR .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJre0AsCR a {
  font-style: normal;
}
.cid-qCJre0AsCR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJre0AsCR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJre0AsCR .nav-item:focus,
.cid-qCJre0AsCR .nav-link:focus {
  outline: none;
}
.cid-qCJre0AsCR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJre0AsCR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJre0AsCR .menu-logo {
  margin-right: auto;
}
.cid-qCJre0AsCR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJre0AsCR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJre0AsCR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJre0AsCR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJre0AsCR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJre0AsCR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJre0AsCR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJre0AsCR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJre0AsCR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJre0AsCR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJre0AsCR .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJre0AsCR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJre0AsCR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJre0AsCR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJre0AsCR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJre0AsCR .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-qCJre0AsCR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJre0AsCR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJre0AsCR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJre0AsCR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJre0AsCR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJre0AsCR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJre0AsCR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJre0AsCR button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJre0AsCR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJre0AsCR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJre0AsCR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJre0AsCR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJre0AsCR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJre0AsCR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJre0AsCR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJre0AsCR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJre0AsCR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJre0AsCR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJre0AsCR .collapsed .btn {
  display: flex;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse.collapsing,
.cid-qCJre0AsCR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJre0AsCR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJre0AsCR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJre0AsCR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJre0AsCR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJre0AsCR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJre0AsCR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJre0AsCR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJre0AsCR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJre0AsCR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJre0AsCR .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-qCJre0AsCR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJre0AsCR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJre0AsCR .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;
}
@media (max-width: 991px) {
  .cid-qCJre0AsCR.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJre0AsCR img {
    height: 3.8rem !important;
  }
  .cid-qCJre0AsCR .btn {
    display: flex;
  }
  .cid-qCJre0AsCR button.navbar-toggler {
    display: block;
  }
  .cid-qCJre0AsCR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJre0AsCR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJre0AsCR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJre0AsCR .navbar-collapse.collapsing,
  .cid-qCJre0AsCR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJre0AsCR .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJre0AsCR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJre0AsCR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJre0AsCR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJre0AsCR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJre0AsCR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJre0AsCR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJre0AsCR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJre0AsCR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJre0AsCR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJre0AsCR .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-qCJre0AsCR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJre0AsCR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJre0AsCR .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJre0AsCR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJre0AsCR .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJre0AsCR .nav-link:hover,
.cid-qCJre0AsCR .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qCJTFjabwy .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTFjabwy .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTFjabwy a {
  font-style: normal;
}
.cid-qCJTFjabwy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTFjabwy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTFjabwy .nav-item:focus,
.cid-qCJTFjabwy .nav-link:focus {
  outline: none;
}
.cid-qCJTFjabwy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTFjabwy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTFjabwy .menu-logo {
  margin-right: auto;
}
.cid-qCJTFjabwy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTFjabwy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTFjabwy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTFjabwy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTFjabwy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTFjabwy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTFjabwy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTFjabwy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTFjabwy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTFjabwy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTFjabwy .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTFjabwy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTFjabwy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTFjabwy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTFjabwy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTFjabwy .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-qCJTFjabwy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTFjabwy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTFjabwy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTFjabwy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTFjabwy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTFjabwy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTFjabwy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTFjabwy button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTFjabwy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTFjabwy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTFjabwy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTFjabwy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTFjabwy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTFjabwy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTFjabwy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTFjabwy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTFjabwy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTFjabwy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTFjabwy .collapsed .btn {
  display: flex;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse.collapsing,
.cid-qCJTFjabwy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTFjabwy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTFjabwy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTFjabwy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTFjabwy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTFjabwy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTFjabwy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTFjabwy .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTFjabwy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTFjabwy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTFjabwy .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-qCJTFjabwy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTFjabwy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTFjabwy .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;
}
@media (max-width: 991px) {
  .cid-qCJTFjabwy.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTFjabwy img {
    height: 3.8rem !important;
  }
  .cid-qCJTFjabwy .btn {
    display: flex;
  }
  .cid-qCJTFjabwy button.navbar-toggler {
    display: block;
  }
  .cid-qCJTFjabwy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTFjabwy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTFjabwy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTFjabwy .navbar-collapse.collapsing,
  .cid-qCJTFjabwy .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTFjabwy .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTFjabwy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTFjabwy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTFjabwy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTFjabwy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTFjabwy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTFjabwy .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTFjabwy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTFjabwy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTFjabwy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTFjabwy .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-qCJTFjabwy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTFjabwy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTFjabwy .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTFjabwy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTFjabwy .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTFjabwy .nav-link:hover,
.cid-qCJTFjabwy .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOwnDv39Y {
  background-image: url("../../../assets/images/mic-2000x133346.jpg");
}
.cid-quOwnDv39Y .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOwnDv39Y .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOwnDv39Y .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOwnDv39Y .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOwnDv39Y .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOwnDv39Y .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOwnDv39Y .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOwnDv39Y .mbri-play:before {
  left: 55% !important;
}
.cid-quOwnDv39Y .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOwnDv39Y .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOwnDv39Y .form-inline input {
  text-align: center;
}
.cid-quOwnDv39Y h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOwnDv39Y .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOwnDv39Y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOwnDv39Y .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOwnDv39Y .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOwnDv39Y a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOwnDv39Y a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOwnDv39Y .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOwnDv39Y .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOwnDv39Y .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOwnDv39Y .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOwnDv39Y .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOwnDv39Y H1 {
  text-align: left;
}
.cid-quOwnDv39Y .mbr-section-subtitle {
  text-align: center;
}
.cid-qtfyu27oFe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qtfyu27oFe h2 {
  text-align: left;
}
.cid-qtfyu27oFe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qtfyu27oFe p {
  color: #767676;
  text-align: left;
}
.cid-qtfyu27oFe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qtfyu27oFe .media {
  margin: initial;
  align-items: center;
}
.cid-qtfyu27oFe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qtfyu27oFe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qtfyu27oFe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qtfyu27oFe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qtfyu27oFe .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qtfyu27oFe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qtfyu27oFe .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qtfyu27oFe .card-img span {
    font-size: 40px !important;
  }
}
.cid-qtZDOIIETS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qtZDOIIETS .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-qtZDOIIETS h4 {
  text-align: center;
}
.cid-qtZDOIIETS p {
  text-align: center;
}
.cid-qtZDOIIETS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qu06wxcpgK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qu06wxcpgK h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qu06wxcpgK .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qu06wxcpgK .mbr-section-subtitle {
  color: #073b4c;
}
.cid-qu06wxcpgK .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qu06wxcpgK ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qu06wxcpgK path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qu06wxcpgK .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qu0JzRnUhP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qu0JzRnUhP .mbr-section-subtitle {
  color: #767676;
}
.cid-qu0q0GuGS2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qu0q0GuGS2 .counter-container {
  color: #767676;
}
.cid-qu0q0GuGS2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qu0q0GuGS2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qu0q0GuGS2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qu0q0GuGS2 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-quItxdzQGW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-quItxdzQGW .mbr-section-subtitle {
  color: #767676;
}
.cid-quIlcmEzDX {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-quIlcmEzDX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-quIlcmEzDX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-quIlcmEzDX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-quIlcmEzDX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-quIlcmEzDX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-quIlcmEzDX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qu5dAnK8L7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-qu5dAnK8L7 .carousel-control {
  background: #000;
}
.cid-qu5dAnK8L7 .mbr-section-subtitle {
  color: #767676;
}
.cid-qu5dAnK8L7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qu5dAnK8L7 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qu5dAnK8L7 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qu5dAnK8L7 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qu5dAnK8L7 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qu5dAnK8L7 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qu5dAnK8L7 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qu5dAnK8L7 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qu5dAnK8L7 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qu5dAnK8L7 .cloneditem-1,
.cid-qu5dAnK8L7 .cloneditem-2,
.cid-qu5dAnK8L7 .cloneditem-3,
.cid-qu5dAnK8L7 .cloneditem-4,
.cid-qu5dAnK8L7 .cloneditem-5 {
  display: none;
}
.cid-qu5dAnK8L7 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qu5dAnK8L7 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides2 .cloneditem-1,
  .cid-qu5dAnK8L7 .carousel-inner.slides2 .cloneditem-2,
  .cid-qu5dAnK8L7 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides3 .cloneditem-1,
  .cid-qu5dAnK8L7 .carousel-inner.slides3 .cloneditem-2,
  .cid-qu5dAnK8L7 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides4 .cloneditem-1,
  .cid-qu5dAnK8L7 .carousel-inner.slides4 .cloneditem-2,
  .cid-qu5dAnK8L7 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides5 .cloneditem-1,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 .cloneditem-2,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 .cloneditem-3,
  .cid-qu5dAnK8L7 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qu5dAnK8L7 .carousel-inner.slides6 .cloneditem-1,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 .cloneditem-2,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 .cloneditem-3,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 .cloneditem-4,
  .cid-qu5dAnK8L7 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qtvRIQRXjt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtvRIQRXjt .mbr-section-subtitle {
  color: #767676;
}
.cid-qsLON5vHuu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsLON5vHuu h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLON5vHuu p {
  color: #ffffff;
}
.cid-qsLON5vHuu .card {
  margin-bottom: 2rem;
}
.cid-qsLON5vHuu .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLON5vHuu .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLON5vHuu .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLON5vHuu .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qsLPgh5vfU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qsLPgh5vfU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLPgh5vfU p {
  color: #ffffff;
}
.cid-qsLPgh5vfU .card {
  margin-bottom: 2rem;
}
.cid-qsLPgh5vfU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLPgh5vfU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLPgh5vfU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLPgh5vfU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOwAlLvsN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-1-2000x1333.jpg");
}
.cid-quOwAlLvsN .title {
  margin-bottom: 2rem;
}
.cid-quOwAlLvsN .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOwAlLvsN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOwAlLvsN a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOwAlLvsN .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOwAlLvsN .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOwAlLvsN .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOwAlLvsN H2 {
  color: #ffffff;
}
.cid-quOwAlLvsN B {
  color: #ffffff;
}
.cid-quOwAlLvsN LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTIntAgV .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTIntAgV .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTIntAgV a {
  font-style: normal;
}
.cid-qCJTIntAgV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTIntAgV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTIntAgV .nav-item:focus,
.cid-qCJTIntAgV .nav-link:focus {
  outline: none;
}
.cid-qCJTIntAgV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTIntAgV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTIntAgV .menu-logo {
  margin-right: auto;
}
.cid-qCJTIntAgV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTIntAgV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTIntAgV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTIntAgV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTIntAgV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTIntAgV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTIntAgV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTIntAgV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTIntAgV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTIntAgV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTIntAgV .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTIntAgV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTIntAgV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTIntAgV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTIntAgV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTIntAgV .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-qCJTIntAgV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTIntAgV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTIntAgV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTIntAgV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTIntAgV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTIntAgV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTIntAgV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTIntAgV button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTIntAgV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTIntAgV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTIntAgV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTIntAgV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTIntAgV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTIntAgV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTIntAgV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTIntAgV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTIntAgV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTIntAgV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTIntAgV .collapsed .btn {
  display: flex;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse.collapsing,
.cid-qCJTIntAgV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTIntAgV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTIntAgV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTIntAgV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTIntAgV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTIntAgV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTIntAgV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTIntAgV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTIntAgV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTIntAgV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTIntAgV .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-qCJTIntAgV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTIntAgV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTIntAgV .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;
}
@media (max-width: 991px) {
  .cid-qCJTIntAgV.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTIntAgV img {
    height: 3.8rem !important;
  }
  .cid-qCJTIntAgV .btn {
    display: flex;
  }
  .cid-qCJTIntAgV button.navbar-toggler {
    display: block;
  }
  .cid-qCJTIntAgV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTIntAgV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTIntAgV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTIntAgV .navbar-collapse.collapsing,
  .cid-qCJTIntAgV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTIntAgV .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTIntAgV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTIntAgV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTIntAgV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTIntAgV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTIntAgV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTIntAgV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTIntAgV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTIntAgV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTIntAgV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTIntAgV .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-qCJTIntAgV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTIntAgV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTIntAgV .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTIntAgV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTIntAgV .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTIntAgV .nav-link:hover,
.cid-qCJTIntAgV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOwHdMBCr {
  background-image: url("../../../assets/images/mic-2000x133346.jpg");
}
.cid-quOwHdMBCr .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOwHdMBCr .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOwHdMBCr .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOwHdMBCr .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOwHdMBCr .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOwHdMBCr .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOwHdMBCr .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOwHdMBCr .mbri-play:before {
  left: 55% !important;
}
.cid-quOwHdMBCr .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOwHdMBCr .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOwHdMBCr .form-inline input {
  text-align: center;
}
.cid-quOwHdMBCr h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOwHdMBCr .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOwHdMBCr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOwHdMBCr .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOwHdMBCr .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOwHdMBCr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOwHdMBCr a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOwHdMBCr .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOwHdMBCr .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOwHdMBCr .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOwHdMBCr .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOwHdMBCr .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOwHdMBCr H1 {
  text-align: left;
}
.cid-quOwHdMBCr .mbr-section-subtitle {
  text-align: center;
}
.cid-qtvRIQRXjt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtvRIQRXjt .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qsLON5vHuu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsLON5vHuu h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLON5vHuu p {
  color: #ffffff;
}
.cid-qsLON5vHuu .card {
  margin-bottom: 2rem;
}
.cid-qsLON5vHuu .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLON5vHuu .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLON5vHuu .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLON5vHuu .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qsLON5vHuu P {
  color: #ffffff;
}
.cid-qsLPgh5vfU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qsLPgh5vfU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLPgh5vfU p {
  color: #ffffff;
}
.cid-qsLPgh5vfU .card {
  margin-bottom: 2rem;
}
.cid-qsLPgh5vfU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLPgh5vfU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLPgh5vfU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLPgh5vfU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quJWT3Lb93 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-quJWT3Lb93 .mbr-section-subtitle {
  color: #767676;
}
.cid-quJVPG3Zv2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-quJVPG3Zv2 .counter-container {
  color: #767676;
}
.cid-quJVPG3Zv2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-quJVPG3Zv2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-quJVPG3Zv2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-quJVPG3Zv2 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-quOwNXXFqL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-2.jpg");
}
.cid-quOwNXXFqL .title {
  margin-bottom: 2rem;
}
.cid-quOwNXXFqL .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOwNXXFqL a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOwNXXFqL a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOwNXXFqL .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOwNXXFqL .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOwNXXFqL .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOwNXXFqL H2 {
  color: #ffffff;
}
.cid-quOwNXXFqL B {
  color: #ffffff;
}
.cid-quOwNXXFqL LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTKr35V9 .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTKr35V9 .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTKr35V9 a {
  font-style: normal;
}
.cid-qCJTKr35V9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTKr35V9 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTKr35V9 .nav-item:focus,
.cid-qCJTKr35V9 .nav-link:focus {
  outline: none;
}
.cid-qCJTKr35V9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTKr35V9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTKr35V9 .menu-logo {
  margin-right: auto;
}
.cid-qCJTKr35V9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTKr35V9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTKr35V9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTKr35V9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTKr35V9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTKr35V9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTKr35V9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTKr35V9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTKr35V9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTKr35V9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTKr35V9 .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTKr35V9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTKr35V9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTKr35V9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTKr35V9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTKr35V9 .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-qCJTKr35V9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTKr35V9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTKr35V9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTKr35V9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTKr35V9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTKr35V9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTKr35V9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTKr35V9 button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTKr35V9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTKr35V9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTKr35V9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTKr35V9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTKr35V9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTKr35V9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTKr35V9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTKr35V9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTKr35V9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTKr35V9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTKr35V9 .collapsed .btn {
  display: flex;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse.collapsing,
.cid-qCJTKr35V9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTKr35V9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTKr35V9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTKr35V9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTKr35V9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTKr35V9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTKr35V9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTKr35V9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTKr35V9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTKr35V9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTKr35V9 .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-qCJTKr35V9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTKr35V9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTKr35V9 .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;
}
@media (max-width: 991px) {
  .cid-qCJTKr35V9.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTKr35V9 img {
    height: 3.8rem !important;
  }
  .cid-qCJTKr35V9 .btn {
    display: flex;
  }
  .cid-qCJTKr35V9 button.navbar-toggler {
    display: block;
  }
  .cid-qCJTKr35V9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTKr35V9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTKr35V9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTKr35V9 .navbar-collapse.collapsing,
  .cid-qCJTKr35V9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTKr35V9 .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTKr35V9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTKr35V9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTKr35V9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTKr35V9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTKr35V9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTKr35V9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTKr35V9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTKr35V9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTKr35V9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTKr35V9 .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-qCJTKr35V9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTKr35V9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTKr35V9 .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTKr35V9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTKr35V9 .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTKr35V9 .nav-link:hover,
.cid-qCJTKr35V9 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOx5iCCuE {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOx5iCCuE .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOx5iCCuE .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOx5iCCuE .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOx5iCCuE .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOx5iCCuE .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOx5iCCuE .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOx5iCCuE .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOx5iCCuE .mbri-play:before {
  left: 55% !important;
}
.cid-quOx5iCCuE .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOx5iCCuE .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOx5iCCuE .form-inline input {
  text-align: center;
}
.cid-quOx5iCCuE h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOx5iCCuE .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOx5iCCuE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOx5iCCuE .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOx5iCCuE .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOx5iCCuE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOx5iCCuE a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOx5iCCuE .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOx5iCCuE .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOx5iCCuE .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOx5iCCuE .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOx5iCCuE .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOx5iCCuE H1 {
  text-align: left;
}
.cid-quOx5iCCuE .mbr-section-subtitle {
  text-align: center;
}
.cid-qBeZ6YSD1t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBeZ6YSD1t h3 {
  font-weight: 300;
}
.cid-qBeZ6YSD1t .card-img {
  width: initial;
}
.cid-qBeZ6YSD1t .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qBeZ6YSD1t .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qBeZ6YSD1t .media {
  margin: initial;
  align-items: center;
}
.cid-qBeZ6YSD1t .mbr-section-subtitle {
  color: #232323;
}
.cid-qBeZ6YSD1t .mbr-text {
  color: #232323;
}
.cid-qBeZ6YSD1t .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBeZ6YSD1t .mbr-section-title {
  color: #149dcc;
}
.cid-qBeZ6YSD1t .card-title {
  color: #149dcc;
}
.cid-qBjQezQl2n {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBjQezQl2n h3 {
  font-weight: 300;
}
.cid-qBjQezQl2n .card-img {
  width: initial;
}
.cid-qBjQezQl2n .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qBjQezQl2n .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
}
.cid-qBjQezQl2n .media {
  margin: initial;
  align-items: center;
}
.cid-qBjQezQl2n .mbr-section-subtitle {
  color: #232323;
}
.cid-qBjQezQl2n .mbr-text {
  color: #232323;
}
.cid-qBjQezQl2n .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBjQezQl2n .mbr-section-title {
  color: #149dcc;
}
.cid-qBgENVBmWZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBgENVBmWZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBgENVBmWZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBgENVBmWZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBgENVBmWZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBgENVBmWZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBgENVBmWZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qBf73df3bI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-qBf73df3bI .carousel-control {
  background: #000;
}
.cid-qBf73df3bI .mbr-section-subtitle {
  color: #767676;
}
.cid-qBf73df3bI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qBf73df3bI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qBf73df3bI .carousel-item .wrap-img {
  text-align: center;
}
.cid-qBf73df3bI .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qBf73df3bI .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qBf73df3bI .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qBf73df3bI .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qBf73df3bI .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qBf73df3bI .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qBf73df3bI .cloneditem-1,
.cid-qBf73df3bI .cloneditem-2,
.cid-qBf73df3bI .cloneditem-3,
.cid-qBf73df3bI .cloneditem-4,
.cid-qBf73df3bI .cloneditem-5 {
  display: none;
}
.cid-qBf73df3bI .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qBf73df3bI .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides2 .cloneditem-1,
  .cid-qBf73df3bI .carousel-inner.slides2 .cloneditem-2,
  .cid-qBf73df3bI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides3 .cloneditem-1,
  .cid-qBf73df3bI .carousel-inner.slides3 .cloneditem-2,
  .cid-qBf73df3bI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides4 .cloneditem-1,
  .cid-qBf73df3bI .carousel-inner.slides4 .cloneditem-2,
  .cid-qBf73df3bI .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides5 .cloneditem-1,
  .cid-qBf73df3bI .carousel-inner.slides5 .cloneditem-2,
  .cid-qBf73df3bI .carousel-inner.slides5 .cloneditem-3,
  .cid-qBf73df3bI .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qBf73df3bI .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qBf73df3bI .carousel-inner.slides6 .cloneditem-1,
  .cid-qBf73df3bI .carousel-inner.slides6 .cloneditem-2,
  .cid-qBf73df3bI .carousel-inner.slides6 .cloneditem-3,
  .cid-qBf73df3bI .carousel-inner.slides6 .cloneditem-4,
  .cid-qBf73df3bI .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qtpOv9XBn3 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qtpOv9XBn3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qtpOv9XBn3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qtpOv9XBn3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qtpOv9XBn3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qtpOv9XBn3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qtpOv9XBn3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qBeMdpFFM9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBeMdpFFM9 .mbr-section-subtitle {
  color: #232323;
}
.cid-qBeMdpFFM9 H2 {
  color: #149dcc;
}
.cid-qBeJSEkX67 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBeJSEkX67 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBeJSEkX67 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBeJSEkX67 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBeJSEkX67 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBeJSEkX67 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBeJSEkX67 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qtqT6ZDjQ0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qtqT6ZDjQ0 h2 {
  text-align: center;
}
.cid-qtqT6ZDjQ0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qtqT6ZDjQ0 p {
  color: #767676;
}
.cid-qtqT6ZDjQ0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qtqT6ZDjQ0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qtqT6ZDjQ0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qtqT6ZDjQ0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qtqT6ZDjQ0 .card-title {
  font-weight: 500;
}
.cid-qtqT6ZDjQ0 .card-img {
  text-align: inherit;
}
.cid-qtqT6ZDjQ0 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qtqT6ZDjQ0 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qtqT6ZDjQ0 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qBfQ3NXUjV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qBfQ3NXUjV .mbr-text,
.cid-qBfQ3NXUjV blockquote {
  color: #767676;
}
.cid-qBfQ3NXUjV .mbr-text B {
  color: #232323;
}
.cid-qBfQ3NXUjV .mbr-text FONT {
  color: #073b4c;
}
.cid-qBfQ3NXUjV .mbr-text {
  text-align: center;
}
.cid-qtvRIQRXjt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtvRIQRXjt .mbr-section-subtitle {
  color: #767676;
}
.cid-qsLON5vHuu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsLON5vHuu h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLON5vHuu p {
  color: #ffffff;
}
.cid-qsLON5vHuu .card {
  margin-bottom: 2rem;
}
.cid-qsLON5vHuu .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLON5vHuu .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLON5vHuu .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLON5vHuu .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qsLPgh5vfU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qsLPgh5vfU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLPgh5vfU p {
  color: #ffffff;
}
.cid-qsLPgh5vfU .card {
  margin-bottom: 2rem;
}
.cid-qsLPgh5vfU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLPgh5vfU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLPgh5vfU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLPgh5vfU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOxf004Et {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOxf004Et .title {
  margin-bottom: 2rem;
}
.cid-quOxf004Et .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOxf004Et a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOxf004Et a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOxf004Et .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOxf004Et .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOxf004Et .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOxf004Et H2 {
  color: #ffffff;
}
.cid-quOxf004Et B {
  color: #ffffff;
}
.cid-quOxf004Et LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTM6aR55 .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTM6aR55 .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTM6aR55 a {
  font-style: normal;
}
.cid-qCJTM6aR55 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTM6aR55 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTM6aR55 .nav-item:focus,
.cid-qCJTM6aR55 .nav-link:focus {
  outline: none;
}
.cid-qCJTM6aR55 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTM6aR55 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTM6aR55 .menu-logo {
  margin-right: auto;
}
.cid-qCJTM6aR55 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTM6aR55 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTM6aR55 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTM6aR55 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTM6aR55 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTM6aR55 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTM6aR55 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTM6aR55 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTM6aR55 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTM6aR55 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTM6aR55 .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTM6aR55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTM6aR55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTM6aR55 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTM6aR55 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTM6aR55 .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-qCJTM6aR55 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTM6aR55 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTM6aR55 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTM6aR55 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTM6aR55 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTM6aR55 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTM6aR55 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTM6aR55 button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTM6aR55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTM6aR55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTM6aR55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTM6aR55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTM6aR55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTM6aR55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTM6aR55 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTM6aR55 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTM6aR55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTM6aR55 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTM6aR55 .collapsed .btn {
  display: flex;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse.collapsing,
.cid-qCJTM6aR55 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTM6aR55 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTM6aR55 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTM6aR55 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTM6aR55 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTM6aR55 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTM6aR55 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTM6aR55 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTM6aR55 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTM6aR55 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTM6aR55 .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-qCJTM6aR55 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTM6aR55 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTM6aR55 .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;
}
@media (max-width: 991px) {
  .cid-qCJTM6aR55.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTM6aR55 img {
    height: 3.8rem !important;
  }
  .cid-qCJTM6aR55 .btn {
    display: flex;
  }
  .cid-qCJTM6aR55 button.navbar-toggler {
    display: block;
  }
  .cid-qCJTM6aR55 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTM6aR55 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTM6aR55 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTM6aR55 .navbar-collapse.collapsing,
  .cid-qCJTM6aR55 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTM6aR55 .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTM6aR55 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTM6aR55 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTM6aR55 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTM6aR55 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTM6aR55 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTM6aR55 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTM6aR55 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTM6aR55 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTM6aR55 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTM6aR55 .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-qCJTM6aR55 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTM6aR55 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTM6aR55 .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTM6aR55 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTM6aR55 .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTM6aR55 .nav-link:hover,
.cid-qCJTM6aR55 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOxllSk7d {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOxllSk7d .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOxllSk7d .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOxllSk7d .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOxllSk7d .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOxllSk7d .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOxllSk7d .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOxllSk7d .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOxllSk7d .mbri-play:before {
  left: 55% !important;
}
.cid-quOxllSk7d .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOxllSk7d .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOxllSk7d .form-inline input {
  text-align: center;
}
.cid-quOxllSk7d h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOxllSk7d .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOxllSk7d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOxllSk7d .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOxllSk7d .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOxllSk7d a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOxllSk7d a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOxllSk7d .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOxllSk7d .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOxllSk7d .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOxllSk7d .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOxllSk7d .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOxllSk7d H1 {
  text-align: left;
}
.cid-quOxllSk7d .mbr-section-subtitle {
  text-align: center;
}
.cid-quJmvXlOKo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-quJmvXlOKo .mbr-section-subtitle {
  color: #232323;
}
.cid-quJ5hdnp5k {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-quJ5hdnp5k .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-quJ5hdnp5k .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-quJ5hdnp5k .media-container-row .img-item img {
  width: 100%;
}
.cid-quJ5hdnp5k .media-container-row .img-item .img-caption {
  background: #55b4d4;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-quJ5hdnp5k .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-quJ5hdnp5k .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-quJ5hdnp5k .img-item {
    width: 100% !important;
  }
  .cid-quJ5hdnp5k .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qBkVAPxz8P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBkVAPxz8P .mbr-text,
.cid-qBkVAPxz8P blockquote {
  color: #767676;
}
.cid-qBkVAPxz8P .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-quJu2VFTSu {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #55b4d4, #ffffff);
}
.cid-quJu2VFTSu .mbr-iconfont-social {
  font-size: 32px;
  color: #073b4c;
}
.cid-quJu2VFTSu .social-list a:focus {
  text-decoration: none;
}
.cid-quOmTMEvov {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-quOmTMEvov .mbr-section-subtitle {
  color: #767676;
}
.cid-quOmTMEvov H2 {
  color: #149dcc;
}
.cid-qtvRIQRXjt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qtvRIQRXjt .mbr-section-subtitle {
  color: #767676;
}
.cid-qsLON5vHuu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsLON5vHuu h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLON5vHuu p {
  color: #ffffff;
}
.cid-qsLON5vHuu .card {
  margin-bottom: 2rem;
}
.cid-qsLON5vHuu .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLON5vHuu .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLON5vHuu .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLON5vHuu .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qsLPgh5vfU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qsLPgh5vfU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLPgh5vfU p {
  color: #ffffff;
}
.cid-qsLPgh5vfU .card {
  margin-bottom: 2rem;
}
.cid-qsLPgh5vfU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLPgh5vfU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLPgh5vfU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLPgh5vfU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLPgh5vfU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tKsMkeGCp7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKsMkeGCp7 span {
  color: #c1c1c1;
}
.cid-tKsMkeGCp7 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tKsMkeGCp7 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-tKsMkeGCp7 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-tKsMkeGCp7 .block-quote {
  color: #232323;
}
.cid-quOxsGHZ03 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOxsGHZ03 .title {
  margin-bottom: 2rem;
}
.cid-quOxsGHZ03 .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOxsGHZ03 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOxsGHZ03 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOxsGHZ03 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOxsGHZ03 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOxsGHZ03 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOxsGHZ03 H2 {
  color: #ffffff;
}
.cid-quOxsGHZ03 B {
  color: #ffffff;
}
.cid-quOxsGHZ03 LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTNB4X76 .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTNB4X76 .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTNB4X76 a {
  font-style: normal;
}
.cid-qCJTNB4X76 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTNB4X76 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTNB4X76 .nav-item:focus,
.cid-qCJTNB4X76 .nav-link:focus {
  outline: none;
}
.cid-qCJTNB4X76 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTNB4X76 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTNB4X76 .menu-logo {
  margin-right: auto;
}
.cid-qCJTNB4X76 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTNB4X76 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTNB4X76 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTNB4X76 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTNB4X76 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTNB4X76 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTNB4X76 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTNB4X76 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTNB4X76 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTNB4X76 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTNB4X76 .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTNB4X76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTNB4X76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTNB4X76 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTNB4X76 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTNB4X76 .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-qCJTNB4X76 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTNB4X76 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTNB4X76 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTNB4X76 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTNB4X76 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTNB4X76 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTNB4X76 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTNB4X76 button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTNB4X76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTNB4X76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTNB4X76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTNB4X76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTNB4X76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTNB4X76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTNB4X76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTNB4X76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTNB4X76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTNB4X76 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTNB4X76 .collapsed .btn {
  display: flex;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse.collapsing,
.cid-qCJTNB4X76 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTNB4X76 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTNB4X76 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTNB4X76 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTNB4X76 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTNB4X76 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTNB4X76 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTNB4X76 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTNB4X76 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTNB4X76 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTNB4X76 .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-qCJTNB4X76 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTNB4X76 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTNB4X76 .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;
}
@media (max-width: 991px) {
  .cid-qCJTNB4X76.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTNB4X76 img {
    height: 3.8rem !important;
  }
  .cid-qCJTNB4X76 .btn {
    display: flex;
  }
  .cid-qCJTNB4X76 button.navbar-toggler {
    display: block;
  }
  .cid-qCJTNB4X76 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTNB4X76 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTNB4X76 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTNB4X76 .navbar-collapse.collapsing,
  .cid-qCJTNB4X76 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTNB4X76 .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTNB4X76 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTNB4X76 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTNB4X76 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTNB4X76 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTNB4X76 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTNB4X76 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTNB4X76 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTNB4X76 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTNB4X76 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTNB4X76 .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-qCJTNB4X76 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTNB4X76 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTNB4X76 .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTNB4X76 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTNB4X76 .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTNB4X76 .nav-link:hover,
.cid-qCJTNB4X76 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOxA2iWHq {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOxA2iWHq .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOxA2iWHq .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOxA2iWHq .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOxA2iWHq .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOxA2iWHq .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOxA2iWHq .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOxA2iWHq .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOxA2iWHq .mbri-play:before {
  left: 55% !important;
}
.cid-quOxA2iWHq .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOxA2iWHq .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOxA2iWHq .form-inline input {
  text-align: center;
}
.cid-quOxA2iWHq h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOxA2iWHq .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOxA2iWHq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOxA2iWHq .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOxA2iWHq .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOxA2iWHq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOxA2iWHq a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOxA2iWHq .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOxA2iWHq .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOxA2iWHq .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOxA2iWHq .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOxA2iWHq .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOxA2iWHq H1 {
  text-align: left;
}
.cid-quOxA2iWHq .mbr-section-subtitle {
  text-align: center;
}
.cid-quOxA2iWHq H3 {
  text-align: left;
}
.cid-quOxA2iWHq H2 {
  color: #ff1704;
}
.cid-qvoaAPiWBE {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qvoaAPiWBE .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qvoaAPiWBE .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qvoaAPiWBE .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qvoaAPiWBE .mbr-text {
  color: #ffffff;
}
.cid-qvoaAPiWBE .card {
  padding-bottom: 1.5rem;
}
.cid-qtqT6ZDjQ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qtqT6ZDjQ0 h2 {
  text-align: center;
}
.cid-qtqT6ZDjQ0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qtqT6ZDjQ0 p {
  color: #767676;
}
.cid-qtqT6ZDjQ0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qtqT6ZDjQ0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qtqT6ZDjQ0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qtqT6ZDjQ0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qtqT6ZDjQ0 .card-title {
  font-weight: 500;
}
.cid-qtqT6ZDjQ0 .card-img {
  text-align: inherit;
}
.cid-qtqT6ZDjQ0 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qtqT6ZDjQ0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qtqT6ZDjQ0 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qtqT6ZDjQ0 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qtqT6ZDjQ0 .mbr-section-text {
  color: #232323;
}
.cid-qvoxwFKQsh {
  background-image: url("../../../assets/images/zakaz.jpg");
}
.cid-qvoxwFKQsh .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qvoxwFKQsh .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qvoxwFKQsh .content-container {
    padding-right: 5rem;
  }
}
.cid-qvoxwFKQsh .mbr-text,
.cid-qvoxwFKQsh .mbr-section-btn {
  text-align: left;
}
.cid-qvoxwFKQsh H2 {
  color: #f9f9f9;
}
.cid-qvoYY6TCEe {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-qvoYY6TCEe .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-qvoYY6TCEe .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qvoYY6TCEe .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qvoYY6TCEe .time-line-date-content {
  margin-right: 2rem;
}
.cid-qvoYY6TCEe .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qvoYY6TCEe .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qvoYY6TCEe .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qvoYY6TCEe .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qvoYY6TCEe .mbr-timeline-date,
.cid-qvoYY6TCEe .timeline-text-content {
  transition: all .4s;
}
.cid-qvoYY6TCEe .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qvoYY6TCEe .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qvoYY6TCEe .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qvoYY6TCEe .reverse .time-line-date-content p {
  float: left;
}
.cid-qvoYY6TCEe .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qvoYY6TCEe .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qvoYY6TCEe .iconBackground {
    left: 0 !important;
  }
  .cid-qvoYY6TCEe .separline:before {
    left: 0!important;
  }
  .cid-qvoYY6TCEe .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qvoYY6TCEe .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qvoYY6TCEe .time-line-date-content p {
    float: left !important;
  }
  .cid-qvoYY6TCEe .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qvoYY6TCEe .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qvoYY6TCEe .mbr-timeline-text {
  text-align: left;
}
.cid-qvvsuBBP8F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qvvsuBBP8F .mbr-section-subtitle {
  color: #232323;
}
.cid-qvvsuBBP8F H2 {
  color: #149dcc;
}
.cid-qsLON5vHuu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsLON5vHuu h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qsLON5vHuu p {
  color: #ffffff;
}
.cid-qsLON5vHuu .card {
  margin-bottom: 2rem;
}
.cid-qsLON5vHuu .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qsLON5vHuu .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qsLON5vHuu .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qsLON5vHuu .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qsLON5vHuu .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qwO7EUe6s5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-1-2000x1333.jpg");
}
.cid-qwO7EUe6s5 .title {
  margin-bottom: 2rem;
}
.cid-qwO7EUe6s5 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qwO7EUe6s5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qwO7EUe6s5 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qwO7EUe6s5 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qwO7EUe6s5 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qwO7EUe6s5 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qwO7EUe6s5 H2 {
  color: #ffffff;
}
.cid-qwO7EUe6s5 B {
  color: #ffffff;
}
.cid-qwO7EUe6s5 LABEL {
  color: #ffffff;
}
.cid-qwO8xHy4f6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qwO8xHy4f6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qwO8xHy4f6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qwO8xHy4f6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qwO8xHy4f6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qwO8xHy4f6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qwO8xHy4f6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qwO8xHy4f6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qwO8xHy4f6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qwO8xHy4f6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qwO8xHy4f6 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qwO8xHy4f6 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-quOyeaFzq3 {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOyeaFzq3 .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOyeaFzq3 .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOyeaFzq3 .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOyeaFzq3 .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOyeaFzq3 .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOyeaFzq3 .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOyeaFzq3 .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOyeaFzq3 .mbri-play:before {
  left: 55% !important;
}
.cid-quOyeaFzq3 .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOyeaFzq3 .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOyeaFzq3 .form-inline input {
  text-align: center;
}
.cid-quOyeaFzq3 h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOyeaFzq3 .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOyeaFzq3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOyeaFzq3 .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOyeaFzq3 .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOyeaFzq3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOyeaFzq3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOyeaFzq3 .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOyeaFzq3 .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOyeaFzq3 .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOyeaFzq3 .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOyeaFzq3 .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOyeaFzq3 H1 {
  text-align: left;
}
.cid-quOyeaFzq3 .mbr-section-subtitle {
  text-align: center;
}
.cid-quOyeaFzq3 H2 {
  color: #ff1704;
}
.cid-qCJTP5bZy8 .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTP5bZy8 .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTP5bZy8 a {
  font-style: normal;
}
.cid-qCJTP5bZy8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTP5bZy8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTP5bZy8 .nav-item:focus,
.cid-qCJTP5bZy8 .nav-link:focus {
  outline: none;
}
.cid-qCJTP5bZy8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTP5bZy8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTP5bZy8 .menu-logo {
  margin-right: auto;
}
.cid-qCJTP5bZy8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTP5bZy8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTP5bZy8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTP5bZy8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTP5bZy8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTP5bZy8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTP5bZy8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTP5bZy8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTP5bZy8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTP5bZy8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTP5bZy8 .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTP5bZy8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTP5bZy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTP5bZy8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTP5bZy8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTP5bZy8 .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-qCJTP5bZy8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTP5bZy8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTP5bZy8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTP5bZy8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTP5bZy8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTP5bZy8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTP5bZy8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTP5bZy8 button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTP5bZy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTP5bZy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTP5bZy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTP5bZy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTP5bZy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTP5bZy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTP5bZy8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTP5bZy8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTP5bZy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTP5bZy8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTP5bZy8 .collapsed .btn {
  display: flex;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.collapsing,
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTP5bZy8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTP5bZy8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTP5bZy8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTP5bZy8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTP5bZy8 .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-qCJTP5bZy8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTP5bZy8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTP5bZy8 .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;
}
@media (max-width: 991px) {
  .cid-qCJTP5bZy8.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTP5bZy8 img {
    height: 3.8rem !important;
  }
  .cid-qCJTP5bZy8 .btn {
    display: flex;
  }
  .cid-qCJTP5bZy8 button.navbar-toggler {
    display: block;
  }
  .cid-qCJTP5bZy8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTP5bZy8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTP5bZy8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTP5bZy8 .navbar-collapse.collapsing,
  .cid-qCJTP5bZy8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTP5bZy8 .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTP5bZy8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTP5bZy8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTP5bZy8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTP5bZy8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTP5bZy8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTP5bZy8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTP5bZy8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTP5bZy8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTP5bZy8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTP5bZy8 .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-qCJTP5bZy8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTP5bZy8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTP5bZy8 .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTP5bZy8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTP5bZy8 .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTP5bZy8 .nav-link:hover,
.cid-qCJTP5bZy8 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qwMI2usXy6 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qwMI2usXy6 .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qwMI2usXy6 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qwMI2usXy6 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qwMI2usXy6 .mbr-text {
  color: #ffffff;
}
.cid-qwMI2usXy6 .card {
  padding-bottom: 1.5rem;
}
.cid-qwNCdFapNk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qwNCdFapNk h2 {
  text-align: center;
}
.cid-qwNCdFapNk h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qwNCdFapNk p {
  color: #767676;
}
.cid-qwNCdFapNk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qwNCdFapNk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qwNCdFapNk .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qwNCdFapNk .mbr-section-subtitle {
  color: #767676;
}
.cid-qwNCdFapNk .card-title {
  font-weight: 500;
}
.cid-qwNCdFapNk .card-img {
  text-align: inherit;
}
.cid-qwNCdFapNk .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qwNCdFapNk .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qwNCdFapNk .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qwNCdFapNk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qwNCdFapNk .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qwNCdFapNk .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qwNCdFapNk .mbr-section-text {
  color: #232323;
}
.cid-qwNRa3V0UK {
  background-image: url("../../../assets/images/zakaz-1.jpg");
}
.cid-qwNRa3V0UK .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qwNRa3V0UK .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qwNRa3V0UK .content-container {
    padding-right: 5rem;
  }
}
.cid-qwNRa3V0UK .mbr-text,
.cid-qwNRa3V0UK .mbr-section-btn {
  text-align: left;
}
.cid-qwNRa3V0UK H2 {
  color: #f9f9f9;
}
.cid-qwNSa8ENzv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qwNSa8ENzv .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qwNSa8ENzv .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qwNSa8ENzv .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qwNSa8ENzv .time-line-date-content {
  margin-right: 2rem;
}
.cid-qwNSa8ENzv .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qwNSa8ENzv .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qwNSa8ENzv .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qwNSa8ENzv .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qwNSa8ENzv .mbr-timeline-date,
.cid-qwNSa8ENzv .timeline-text-content {
  transition: all .4s;
}
.cid-qwNSa8ENzv .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qwNSa8ENzv .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qwNSa8ENzv .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qwNSa8ENzv .reverse .time-line-date-content p {
  float: left;
}
.cid-qwNSa8ENzv .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qwNSa8ENzv .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qwNSa8ENzv .iconBackground {
    left: 0 !important;
  }
  .cid-qwNSa8ENzv .separline:before {
    left: 0!important;
  }
  .cid-qwNSa8ENzv .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qwNSa8ENzv .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qwNSa8ENzv .time-line-date-content p {
    float: left !important;
  }
  .cid-qwNSa8ENzv .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qwNSa8ENzv .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qwNWiwXICY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwNWiwXICY .mbr-section-subtitle {
  color: #232323;
}
.cid-qwNWiwXICY H2 {
  color: #149dcc;
}
.cid-qwNWj8qn5O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qwNWj8qn5O h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qwNWj8qn5O p {
  color: #ffffff;
}
.cid-qwNWj8qn5O .card {
  margin-bottom: 2rem;
}
.cid-qwNWj8qn5O .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qwNWj8qn5O .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qwNWj8qn5O .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qwNWj8qn5O .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qwNWj8qn5O .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qwNWj8qn5O .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qwNWj8qn5O .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOyE08vJz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOyE08vJz .title {
  margin-bottom: 2rem;
}
.cid-quOyE08vJz .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOyE08vJz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOyE08vJz a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOyE08vJz .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOyE08vJz .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOyE08vJz .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOyE08vJz H2 {
  color: #ffffff;
}
.cid-quOyE08vJz B {
  color: #ffffff;
}
.cid-quOyE08vJz LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTQWJkCL .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTQWJkCL .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTQWJkCL a {
  font-style: normal;
}
.cid-qCJTQWJkCL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTQWJkCL .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTQWJkCL .nav-item:focus,
.cid-qCJTQWJkCL .nav-link:focus {
  outline: none;
}
.cid-qCJTQWJkCL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTQWJkCL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTQWJkCL .menu-logo {
  margin-right: auto;
}
.cid-qCJTQWJkCL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTQWJkCL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTQWJkCL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTQWJkCL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTQWJkCL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTQWJkCL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTQWJkCL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTQWJkCL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTQWJkCL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTQWJkCL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTQWJkCL .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTQWJkCL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTQWJkCL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTQWJkCL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTQWJkCL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTQWJkCL .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-qCJTQWJkCL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTQWJkCL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTQWJkCL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTQWJkCL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTQWJkCL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTQWJkCL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTQWJkCL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTQWJkCL button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTQWJkCL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTQWJkCL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTQWJkCL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTQWJkCL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTQWJkCL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTQWJkCL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTQWJkCL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTQWJkCL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTQWJkCL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTQWJkCL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTQWJkCL .collapsed .btn {
  display: flex;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse.collapsing,
.cid-qCJTQWJkCL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTQWJkCL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTQWJkCL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTQWJkCL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTQWJkCL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTQWJkCL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTQWJkCL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTQWJkCL .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTQWJkCL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTQWJkCL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTQWJkCL .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-qCJTQWJkCL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTQWJkCL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTQWJkCL .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;
}
@media (max-width: 991px) {
  .cid-qCJTQWJkCL.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTQWJkCL img {
    height: 3.8rem !important;
  }
  .cid-qCJTQWJkCL .btn {
    display: flex;
  }
  .cid-qCJTQWJkCL button.navbar-toggler {
    display: block;
  }
  .cid-qCJTQWJkCL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTQWJkCL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTQWJkCL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTQWJkCL .navbar-collapse.collapsing,
  .cid-qCJTQWJkCL .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTQWJkCL .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTQWJkCL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTQWJkCL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTQWJkCL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTQWJkCL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTQWJkCL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTQWJkCL .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTQWJkCL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTQWJkCL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTQWJkCL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTQWJkCL .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-qCJTQWJkCL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTQWJkCL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTQWJkCL .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTQWJkCL .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTQWJkCL .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTQWJkCL .nav-link:hover,
.cid-qCJTQWJkCL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOyMli8HC {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOyMli8HC .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOyMli8HC .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOyMli8HC .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOyMli8HC .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOyMli8HC .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOyMli8HC .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOyMli8HC .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOyMli8HC .mbri-play:before {
  left: 55% !important;
}
.cid-quOyMli8HC .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOyMli8HC .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOyMli8HC .form-inline input {
  text-align: center;
}
.cid-quOyMli8HC h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOyMli8HC .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOyMli8HC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOyMli8HC .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOyMli8HC .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOyMli8HC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOyMli8HC a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOyMli8HC .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOyMli8HC .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOyMli8HC .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOyMli8HC .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOyMli8HC .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOyMli8HC H1 {
  text-align: left;
}
.cid-quOyMli8HC .mbr-section-subtitle {
  text-align: center;
}
.cid-quOyMli8HC H2 {
  color: #ff1704;
}
.cid-qxrHO74OnD {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qxrHO74OnD .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qxrHO74OnD .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qxrHO74OnD .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qxrHO74OnD .mbr-text {
  color: #ffffff;
}
.cid-qxrHO74OnD .card {
  padding-bottom: 1.5rem;
}
.cid-qxrWNHZf3p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qxrWNHZf3p h2 {
  text-align: center;
}
.cid-qxrWNHZf3p h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qxrWNHZf3p p {
  color: #767676;
}
.cid-qxrWNHZf3p .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qxrWNHZf3p .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qxrWNHZf3p .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qxrWNHZf3p .mbr-section-subtitle {
  color: #767676;
}
.cid-qxrWNHZf3p .card-title {
  font-weight: 500;
}
.cid-qxrWNHZf3p .card-img {
  text-align: inherit;
}
.cid-qxrWNHZf3p .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qxrWNHZf3p .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qxrWNHZf3p .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qxrWNHZf3p .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qxrWNHZf3p .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qxrWNHZf3p .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qxrWNHZf3p .mbr-section-text {
  color: #232323;
}
.cid-qxrWUCMYxn {
  background-image: url("../../../assets/images/zakaz-1.jpg");
}
.cid-qxrWUCMYxn .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qxrWUCMYxn .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qxrWUCMYxn .content-container {
    padding-right: 5rem;
  }
}
.cid-qxrWUCMYxn .mbr-text,
.cid-qxrWUCMYxn .mbr-section-btn {
  text-align: left;
}
.cid-qxrWUCMYxn H2 {
  color: #f9f9f9;
}
.cid-qxrX6fAVgj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qxrX6fAVgj .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qxrX6fAVgj .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qxrX6fAVgj .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qxrX6fAVgj .time-line-date-content {
  margin-right: 2rem;
}
.cid-qxrX6fAVgj .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qxrX6fAVgj .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qxrX6fAVgj .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qxrX6fAVgj .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qxrX6fAVgj .mbr-timeline-date,
.cid-qxrX6fAVgj .timeline-text-content {
  transition: all .4s;
}
.cid-qxrX6fAVgj .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qxrX6fAVgj .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qxrX6fAVgj .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qxrX6fAVgj .reverse .time-line-date-content p {
  float: left;
}
.cid-qxrX6fAVgj .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qxrX6fAVgj .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qxrX6fAVgj .iconBackground {
    left: 0 !important;
  }
  .cid-qxrX6fAVgj .separline:before {
    left: 0!important;
  }
  .cid-qxrX6fAVgj .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qxrX6fAVgj .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qxrX6fAVgj .time-line-date-content p {
    float: left !important;
  }
  .cid-qxrX6fAVgj .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qxrX6fAVgj .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qxsjlYFe92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxsjlYFe92 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qxsjlYFe92 p {
  color: #ffffff;
}
.cid-qxsjlYFe92 .card {
  margin-bottom: 2rem;
}
.cid-qxsjlYFe92 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qxsjlYFe92 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qxsjlYFe92 .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qxsjlYFe92 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qxsjlYFe92 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qxsjlYFe92 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxsjlYFe92 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOz9au1sW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOz9au1sW .title {
  margin-bottom: 2rem;
}
.cid-quOz9au1sW .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOz9au1sW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOz9au1sW a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOz9au1sW .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOz9au1sW .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOz9au1sW .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOz9au1sW H2 {
  color: #ffffff;
}
.cid-quOz9au1sW B {
  color: #ffffff;
}
.cid-quOz9au1sW LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTSDU4C7 .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTSDU4C7 .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTSDU4C7 a {
  font-style: normal;
}
.cid-qCJTSDU4C7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTSDU4C7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTSDU4C7 .nav-item:focus,
.cid-qCJTSDU4C7 .nav-link:focus {
  outline: none;
}
.cid-qCJTSDU4C7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTSDU4C7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTSDU4C7 .menu-logo {
  margin-right: auto;
}
.cid-qCJTSDU4C7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTSDU4C7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTSDU4C7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTSDU4C7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTSDU4C7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTSDU4C7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTSDU4C7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTSDU4C7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTSDU4C7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTSDU4C7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTSDU4C7 .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTSDU4C7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTSDU4C7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTSDU4C7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTSDU4C7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTSDU4C7 .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-qCJTSDU4C7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTSDU4C7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTSDU4C7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTSDU4C7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTSDU4C7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTSDU4C7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTSDU4C7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTSDU4C7 button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTSDU4C7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTSDU4C7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTSDU4C7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTSDU4C7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTSDU4C7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTSDU4C7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTSDU4C7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTSDU4C7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTSDU4C7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTSDU4C7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTSDU4C7 .collapsed .btn {
  display: flex;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.collapsing,
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTSDU4C7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTSDU4C7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTSDU4C7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTSDU4C7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTSDU4C7 .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-qCJTSDU4C7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTSDU4C7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTSDU4C7 .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;
}
@media (max-width: 991px) {
  .cid-qCJTSDU4C7.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTSDU4C7 img {
    height: 3.8rem !important;
  }
  .cid-qCJTSDU4C7 .btn {
    display: flex;
  }
  .cid-qCJTSDU4C7 button.navbar-toggler {
    display: block;
  }
  .cid-qCJTSDU4C7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTSDU4C7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTSDU4C7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTSDU4C7 .navbar-collapse.collapsing,
  .cid-qCJTSDU4C7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTSDU4C7 .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTSDU4C7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTSDU4C7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTSDU4C7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTSDU4C7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTSDU4C7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTSDU4C7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTSDU4C7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTSDU4C7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTSDU4C7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTSDU4C7 .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-qCJTSDU4C7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTSDU4C7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTSDU4C7 .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTSDU4C7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTSDU4C7 .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTSDU4C7 .nav-link:hover,
.cid-qCJTSDU4C7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOzdjLOvd {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOzdjLOvd .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOzdjLOvd .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOzdjLOvd .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOzdjLOvd .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOzdjLOvd .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOzdjLOvd .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOzdjLOvd .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOzdjLOvd .mbri-play:before {
  left: 55% !important;
}
.cid-quOzdjLOvd .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOzdjLOvd .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOzdjLOvd .form-inline input {
  text-align: center;
}
.cid-quOzdjLOvd h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOzdjLOvd .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOzdjLOvd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOzdjLOvd .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOzdjLOvd .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOzdjLOvd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOzdjLOvd a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOzdjLOvd .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOzdjLOvd .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOzdjLOvd .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOzdjLOvd .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOzdjLOvd .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOzdjLOvd H1 {
  text-align: left;
}
.cid-quOzdjLOvd .mbr-section-subtitle {
  text-align: center;
}
.cid-quOzdjLOvd H2 {
  color: #ff1704;
}
.cid-qy1K0JVPe0 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qy1K0JVPe0 .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qy1K0JVPe0 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qy1K0JVPe0 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qy1K0JVPe0 .mbr-text {
  color: #ffffff;
}
.cid-qy1K0JVPe0 .card {
  padding-bottom: 1.5rem;
}
.cid-qy1JUEtwGa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qy1JUEtwGa h2 {
  text-align: center;
}
.cid-qy1JUEtwGa h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qy1JUEtwGa p {
  color: #767676;
}
.cid-qy1JUEtwGa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qy1JUEtwGa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qy1JUEtwGa .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qy1JUEtwGa .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1JUEtwGa .card-title {
  font-weight: 500;
}
.cid-qy1JUEtwGa .card-img {
  text-align: inherit;
}
.cid-qy1JUEtwGa .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qy1JUEtwGa .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qy1JUEtwGa .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qy1JUEtwGa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qy1JUEtwGa .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qy1JUEtwGa .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qy1JUEtwGa .mbr-section-text {
  color: #232323;
}
.cid-qy1KstihsN {
  background-image: url("../../../assets/images/zakaz-1.jpg");
}
.cid-qy1KstihsN .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qy1KstihsN .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qy1KstihsN .content-container {
    padding-right: 5rem;
  }
}
.cid-qy1KstihsN .mbr-text,
.cid-qy1KstihsN .mbr-section-btn {
  text-align: left;
}
.cid-qy1KstihsN H2 {
  color: #f9f9f9;
}
.cid-qy1L03en90 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qy1L03en90 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qy1L03en90 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qy1L03en90 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qy1L03en90 .time-line-date-content {
  margin-right: 2rem;
}
.cid-qy1L03en90 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qy1L03en90 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qy1L03en90 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qy1L03en90 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qy1L03en90 .mbr-timeline-date,
.cid-qy1L03en90 .timeline-text-content {
  transition: all .4s;
}
.cid-qy1L03en90 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qy1L03en90 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qy1L03en90 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qy1L03en90 .reverse .time-line-date-content p {
  float: left;
}
.cid-qy1L03en90 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qy1L03en90 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qy1L03en90 .iconBackground {
    left: 0 !important;
  }
  .cid-qy1L03en90 .separline:before {
    left: 0!important;
  }
  .cid-qy1L03en90 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qy1L03en90 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qy1L03en90 .time-line-date-content p {
    float: left !important;
  }
  .cid-qy1L03en90 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qy1L03en90 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qy1L4IbRRK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1L4IbRRK h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qy1L4IbRRK p {
  color: #ffffff;
}
.cid-qy1L4IbRRK .card {
  margin-bottom: 2rem;
}
.cid-qy1L4IbRRK .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qy1L4IbRRK .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qy1L4IbRRK .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qy1L4IbRRK .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qy1L4IbRRK .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qy1L4IbRRK .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qy1L4IbRRK .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOzvSAPXO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOzvSAPXO .title {
  margin-bottom: 2rem;
}
.cid-quOzvSAPXO .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOzvSAPXO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOzvSAPXO a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOzvSAPXO .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOzvSAPXO .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOzvSAPXO .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOzvSAPXO H2 {
  color: #ffffff;
}
.cid-quOzvSAPXO B {
  color: #ffffff;
}
.cid-quOzvSAPXO LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTUpgZcU .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTUpgZcU .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTUpgZcU a {
  font-style: normal;
}
.cid-qCJTUpgZcU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTUpgZcU .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTUpgZcU .nav-item:focus,
.cid-qCJTUpgZcU .nav-link:focus {
  outline: none;
}
.cid-qCJTUpgZcU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTUpgZcU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTUpgZcU .menu-logo {
  margin-right: auto;
}
.cid-qCJTUpgZcU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTUpgZcU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTUpgZcU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTUpgZcU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTUpgZcU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTUpgZcU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTUpgZcU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTUpgZcU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTUpgZcU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTUpgZcU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTUpgZcU .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTUpgZcU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTUpgZcU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTUpgZcU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTUpgZcU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTUpgZcU .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-qCJTUpgZcU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTUpgZcU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTUpgZcU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTUpgZcU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTUpgZcU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTUpgZcU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTUpgZcU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTUpgZcU button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTUpgZcU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTUpgZcU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTUpgZcU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTUpgZcU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTUpgZcU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTUpgZcU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTUpgZcU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTUpgZcU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTUpgZcU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTUpgZcU .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTUpgZcU .collapsed .btn {
  display: flex;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse.collapsing,
.cid-qCJTUpgZcU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTUpgZcU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTUpgZcU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTUpgZcU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTUpgZcU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTUpgZcU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTUpgZcU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTUpgZcU .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTUpgZcU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTUpgZcU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTUpgZcU .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-qCJTUpgZcU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTUpgZcU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTUpgZcU .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;
}
@media (max-width: 991px) {
  .cid-qCJTUpgZcU.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTUpgZcU img {
    height: 3.8rem !important;
  }
  .cid-qCJTUpgZcU .btn {
    display: flex;
  }
  .cid-qCJTUpgZcU button.navbar-toggler {
    display: block;
  }
  .cid-qCJTUpgZcU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTUpgZcU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTUpgZcU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTUpgZcU .navbar-collapse.collapsing,
  .cid-qCJTUpgZcU .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTUpgZcU .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTUpgZcU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTUpgZcU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTUpgZcU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTUpgZcU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTUpgZcU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTUpgZcU .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTUpgZcU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTUpgZcU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTUpgZcU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTUpgZcU .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-qCJTUpgZcU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTUpgZcU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTUpgZcU .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTUpgZcU .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTUpgZcU .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTUpgZcU .nav-link:hover,
.cid-qCJTUpgZcU .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOzI0fiQb {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOzI0fiQb .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOzI0fiQb .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOzI0fiQb .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOzI0fiQb .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOzI0fiQb .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOzI0fiQb .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOzI0fiQb .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOzI0fiQb .mbri-play:before {
  left: 55% !important;
}
.cid-quOzI0fiQb .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOzI0fiQb .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOzI0fiQb .form-inline input {
  text-align: center;
}
.cid-quOzI0fiQb h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOzI0fiQb .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOzI0fiQb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOzI0fiQb .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOzI0fiQb .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOzI0fiQb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOzI0fiQb a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOzI0fiQb .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOzI0fiQb .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOzI0fiQb .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOzI0fiQb .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOzI0fiQb .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOzI0fiQb H1 {
  text-align: left;
}
.cid-quOzI0fiQb .mbr-section-subtitle {
  text-align: center;
}
.cid-quOzI0fiQb H2 {
  color: #ff1704;
}
.cid-qy1WzD8Q8F {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qy1WzD8Q8F .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qy1WzD8Q8F .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qy1WzD8Q8F .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qy1WzD8Q8F .mbr-text {
  color: #ffffff;
}
.cid-qy1WzD8Q8F .card {
  padding-bottom: 1.5rem;
}
.cid-qy1WLLYWqS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qy1WLLYWqS h2 {
  text-align: center;
}
.cid-qy1WLLYWqS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qy1WLLYWqS p {
  color: #767676;
}
.cid-qy1WLLYWqS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qy1WLLYWqS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qy1WLLYWqS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qy1WLLYWqS .mbr-section-subtitle {
  color: #0f7699;
}
.cid-qy1WLLYWqS .card-title {
  font-weight: 500;
}
.cid-qy1WLLYWqS .card-img {
  text-align: inherit;
}
.cid-qy1WLLYWqS .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qy1WLLYWqS .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qy1WLLYWqS .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qy1WLLYWqS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qy1WLLYWqS .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qy1WLLYWqS .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qy1WLLYWqS .mbr-section-text {
  color: #232323;
}
.cid-rYzcyc9EMN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rYzcyc9EMN .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-rYzcyc9EMN h4 {
  margin: 0;
}
.cid-rYzcyc9EMN .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rYzcyc9EMN .plan-body {
  padding-bottom: 2rem;
}
.cid-rYzcyc9EMN .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rYzcyc9EMN .nav-tabs {
  border: none !important;
}
.cid-rYzcyc9EMN .nav-tabs .nav-item {
  margin: 0;
}
.cid-rYzcyc9EMN .nav-tabs .btn {
  transition: all .5s;
  border: none !important;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rYzcyc9EMN .nav-tabs .btn:after {
  display: none;
}
@media (min-width: 768px) {
  .cid-rYzcyc9EMN .nav-tabs .btn {
    margin: 0px !important;
  }
  .cid-rYzcyc9EMN .nav-tabs .nav-item:first-child .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-rYzcyc9EMN .nav-tabs .nav-item:last-child .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.cid-rYzcyc9EMN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-rYzcyc9EMN .line2 {
  background: #255085;
}
.cid-rYzcyc9EMN .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rYzcyc9EMN .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rYzcyc9EMN .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rYzcyc9EMN .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rYzcyc9EMN .plan-header,
.cid-rYzcyc9EMN .plan-body {
  background-color: #fff;
}
.cid-rYzcyc9EMN .price-figure {
  font-weight: 700;
}
.cid-rYzcyc9EMN .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rYzcyc9EMN .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rYzcyc9EMN .color1 {
  color: #255085;
}
.cid-rYzcyc9EMN .color2 {
  color: #ed4266;
}
.cid-rYzcyc9EMN LI {
  color: #767676;
}
.cid-rYzcyc9EMN .price-term {
  color: #767676;
}
.cid-rYzcyc9EMN UL {
  color: #232323;
}
.cid-qy1WVqujj1 {
  background-image: url("../../../assets/images/zakaz-1.jpg");
}
.cid-qy1WVqujj1 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qy1WVqujj1 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qy1WVqujj1 .content-container {
    padding-right: 5rem;
  }
}
.cid-qy1WVqujj1 .mbr-text,
.cid-qy1WVqujj1 .mbr-section-btn {
  text-align: left;
}
.cid-qy1WVqujj1 H2 {
  color: #f9f9f9;
}
.cid-qy1XaKA7Mh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qy1XaKA7Mh .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qy1XaKA7Mh .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qy1XaKA7Mh .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qy1XaKA7Mh .time-line-date-content {
  margin-right: 2rem;
}
.cid-qy1XaKA7Mh .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qy1XaKA7Mh .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qy1XaKA7Mh .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qy1XaKA7Mh .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qy1XaKA7Mh .mbr-timeline-date,
.cid-qy1XaKA7Mh .timeline-text-content {
  transition: all .4s;
}
.cid-qy1XaKA7Mh .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qy1XaKA7Mh .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qy1XaKA7Mh .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qy1XaKA7Mh .reverse .time-line-date-content p {
  float: left;
}
.cid-qy1XaKA7Mh .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qy1XaKA7Mh .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qy1XaKA7Mh .iconBackground {
    left: 0 !important;
  }
  .cid-qy1XaKA7Mh .separline:before {
    left: 0!important;
  }
  .cid-qy1XaKA7Mh .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qy1XaKA7Mh .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qy1XaKA7Mh .time-line-date-content p {
    float: left !important;
  }
  .cid-qy1XaKA7Mh .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qy1XaKA7Mh .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qy1Xke8FPU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1Xke8FPU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qy1Xke8FPU p {
  color: #ffffff;
}
.cid-qy1Xke8FPU .card {
  margin-bottom: 2rem;
}
.cid-qy1Xke8FPU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qy1Xke8FPU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qy1Xke8FPU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qy1Xke8FPU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qy1Xke8FPU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qy1Xke8FPU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qy1Xke8FPU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOA2r9WUO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOA2r9WUO .title {
  margin-bottom: 2rem;
}
.cid-quOA2r9WUO .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOA2r9WUO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOA2r9WUO a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOA2r9WUO .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOA2r9WUO .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOA2r9WUO .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOA2r9WUO H2 {
  color: #ffffff;
}
.cid-quOA2r9WUO B {
  color: #ffffff;
}
.cid-quOA2r9WUO LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-qCJTVRBRbu .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCJTVRBRbu .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-qCJTVRBRbu a {
  font-style: normal;
}
.cid-qCJTVRBRbu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCJTVRBRbu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCJTVRBRbu .nav-item:focus,
.cid-qCJTVRBRbu .nav-link:focus {
  outline: none;
}
.cid-qCJTVRBRbu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCJTVRBRbu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCJTVRBRbu .menu-logo {
  margin-right: auto;
}
.cid-qCJTVRBRbu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCJTVRBRbu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCJTVRBRbu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCJTVRBRbu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCJTVRBRbu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCJTVRBRbu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCJTVRBRbu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCJTVRBRbu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCJTVRBRbu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCJTVRBRbu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCJTVRBRbu .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCJTVRBRbu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCJTVRBRbu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCJTVRBRbu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCJTVRBRbu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCJTVRBRbu .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-qCJTVRBRbu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCJTVRBRbu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCJTVRBRbu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCJTVRBRbu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCJTVRBRbu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCJTVRBRbu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCJTVRBRbu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCJTVRBRbu button.navbar-toggler:focus {
  outline: none;
}
.cid-qCJTVRBRbu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCJTVRBRbu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCJTVRBRbu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTVRBRbu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCJTVRBRbu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCJTVRBRbu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTVRBRbu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCJTVRBRbu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCJTVRBRbu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCJTVRBRbu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCJTVRBRbu .collapsed .btn {
  display: flex;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse.collapsing,
.cid-qCJTVRBRbu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCJTVRBRbu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCJTVRBRbu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qCJTVRBRbu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCJTVRBRbu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCJTVRBRbu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCJTVRBRbu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCJTVRBRbu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCJTVRBRbu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCJTVRBRbu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCJTVRBRbu .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-qCJTVRBRbu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCJTVRBRbu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCJTVRBRbu .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;
}
@media (max-width: 991px) {
  .cid-qCJTVRBRbu.navbar-expand {
    flex-direction: column;
  }
  .cid-qCJTVRBRbu img {
    height: 3.8rem !important;
  }
  .cid-qCJTVRBRbu .btn {
    display: flex;
  }
  .cid-qCJTVRBRbu button.navbar-toggler {
    display: block;
  }
  .cid-qCJTVRBRbu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCJTVRBRbu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCJTVRBRbu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCJTVRBRbu .navbar-collapse.collapsing,
  .cid-qCJTVRBRbu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCJTVRBRbu .navbar-collapse.collapsing .navbar-nav,
  .cid-qCJTVRBRbu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCJTVRBRbu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCJTVRBRbu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCJTVRBRbu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qCJTVRBRbu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTVRBRbu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCJTVRBRbu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCJTVRBRbu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCJTVRBRbu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCJTVRBRbu .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-qCJTVRBRbu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCJTVRBRbu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCJTVRBRbu .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;
  }
}
@media (min-width: 767px) {
  .cid-qCJTVRBRbu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCJTVRBRbu .navbar-collapse {
  flex-basis: auto;
}
.cid-qCJTVRBRbu .nav-link:hover,
.cid-qCJTVRBRbu .dropdown-item:hover {
  color: #767676 !important;
}
.cid-quOA8zLN4l {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-quOA8zLN4l .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-quOA8zLN4l .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-quOA8zLN4l .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-quOA8zLN4l .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-quOA8zLN4l .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-quOA8zLN4l .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-quOA8zLN4l .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-quOA8zLN4l .mbri-play:before {
  left: 55% !important;
}
.cid-quOA8zLN4l .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-quOA8zLN4l .form-inline .form-group {
  padding: 0.5rem;
}
.cid-quOA8zLN4l .form-inline input {
  text-align: center;
}
.cid-quOA8zLN4l h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-quOA8zLN4l .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-quOA8zLN4l .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-quOA8zLN4l .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-quOA8zLN4l .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-quOA8zLN4l a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-quOA8zLN4l a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-quOA8zLN4l .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-quOA8zLN4l .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-quOA8zLN4l .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-quOA8zLN4l .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-quOA8zLN4l .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-quOA8zLN4l H1 {
  text-align: left;
}
.cid-quOA8zLN4l .mbr-section-subtitle {
  text-align: center;
}
.cid-quOA8zLN4l H2 {
  color: #ff1704;
}
.cid-qy1XI1LEHv {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qy1XI1LEHv .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qy1XI1LEHv .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qy1XI1LEHv .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qy1XI1LEHv .mbr-text {
  color: #ffffff;
}
.cid-qy1XI1LEHv .card {
  padding-bottom: 1.5rem;
}
.cid-qy1XYcCspU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qy1XYcCspU h2 {
  text-align: center;
}
.cid-qy1XYcCspU h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qy1XYcCspU p {
  color: #767676;
}
.cid-qy1XYcCspU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qy1XYcCspU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qy1XYcCspU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qy1XYcCspU .mbr-section-subtitle {
  color: #767676;
}
.cid-qy1XYcCspU .card-title {
  font-weight: 500;
}
.cid-qy1XYcCspU .card-img {
  text-align: inherit;
}
.cid-qy1XYcCspU .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qy1XYcCspU .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qy1XYcCspU .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qy1XYcCspU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qy1XYcCspU .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qy1XYcCspU .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qy1XYcCspU .mbr-section-text {
  color: #232323;
}
.cid-qy1YtJVQrK {
  background-image: url("../../../assets/images/zakaz-1.jpg");
}
.cid-qy1YtJVQrK .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qy1YtJVQrK .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qy1YtJVQrK .content-container {
    padding-right: 5rem;
  }
}
.cid-qy1YtJVQrK .mbr-text,
.cid-qy1YtJVQrK .mbr-section-btn {
  text-align: left;
}
.cid-qy1YtJVQrK H2 {
  color: #f9f9f9;
}
.cid-qy7K7t0M4Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy7K7t0M4Q .mbr-section-subtitle {
  color: #232323;
}
.cid-qy7K7t0M4Q H2 {
  color: #149dcc;
}
.cid-qy1Yk4lCFt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qy1Yk4lCFt h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qy1Yk4lCFt p {
  color: #ffffff;
}
.cid-qy1Yk4lCFt .card {
  margin-bottom: 2rem;
}
.cid-qy1Yk4lCFt .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qy1Yk4lCFt .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qy1Yk4lCFt .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qy1Yk4lCFt .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qy1Yk4lCFt .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qy1Yk4lCFt .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qy1Yk4lCFt .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-quOAphxxhA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-quOAphxxhA .title {
  margin-bottom: 2rem;
}
.cid-quOAphxxhA .mbr-section-subtitle {
  color: #efefef;
}
.cid-quOAphxxhA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-quOAphxxhA a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-quOAphxxhA .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-quOAphxxhA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-quOAphxxhA .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-quOAphxxhA H2 {
  color: #ffffff;
}
.cid-quOAphxxhA B {
  color: #ffffff;
}
.cid-quOAphxxhA LABEL {
  color: #ffffff;
}
.cid-qtvrvSy0C8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qtvrvSy0C8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qtvrvSy0C8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qtvrvSy0C8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qtvrvSy0C8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qtvrvSy0C8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qtvrvSy0C8 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qtvrvSy0C8 .media-container-row .row-copirayt {
  word-break: break-word;
}
.cid-tsCvWRmSCH .navbar {
  background: #2e2e2e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tsCvWRmSCH .navbar-dropdown.bg-color.transparent.opened {
  background: #2e2e2e;
}
.cid-tsCvWRmSCH a {
  font-style: normal;
}
.cid-tsCvWRmSCH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsCvWRmSCH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tsCvWRmSCH .nav-item:focus,
.cid-tsCvWRmSCH .nav-link:focus {
  outline: none;
}
.cid-tsCvWRmSCH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tsCvWRmSCH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsCvWRmSCH .menu-logo {
  margin-right: auto;
}
.cid-tsCvWRmSCH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tsCvWRmSCH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsCvWRmSCH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsCvWRmSCH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsCvWRmSCH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsCvWRmSCH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsCvWRmSCH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsCvWRmSCH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsCvWRmSCH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsCvWRmSCH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsCvWRmSCH .dropdown .dropdown-menu {
  background: #2e2e2e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsCvWRmSCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsCvWRmSCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsCvWRmSCH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsCvWRmSCH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsCvWRmSCH .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-tsCvWRmSCH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsCvWRmSCH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsCvWRmSCH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsCvWRmSCH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsCvWRmSCH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsCvWRmSCH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsCvWRmSCH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsCvWRmSCH button.navbar-toggler:focus {
  outline: none;
}
.cid-tsCvWRmSCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsCvWRmSCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsCvWRmSCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsCvWRmSCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsCvWRmSCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsCvWRmSCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsCvWRmSCH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsCvWRmSCH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsCvWRmSCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsCvWRmSCH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tsCvWRmSCH .collapsed .btn {
  display: flex;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse.collapsing,
.cid-tsCvWRmSCH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsCvWRmSCH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsCvWRmSCH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsCvWRmSCH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsCvWRmSCH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsCvWRmSCH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsCvWRmSCH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tsCvWRmSCH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsCvWRmSCH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsCvWRmSCH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsCvWRmSCH .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-tsCvWRmSCH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsCvWRmSCH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsCvWRmSCH .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;
}
@media (max-width: 991px) {
  .cid-tsCvWRmSCH.navbar-expand {
    flex-direction: column;
  }
  .cid-tsCvWRmSCH img {
    height: 3.8rem !important;
  }
  .cid-tsCvWRmSCH .btn {
    display: flex;
  }
  .cid-tsCvWRmSCH button.navbar-toggler {
    display: block;
  }
  .cid-tsCvWRmSCH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsCvWRmSCH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsCvWRmSCH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsCvWRmSCH .navbar-collapse.collapsing,
  .cid-tsCvWRmSCH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsCvWRmSCH .navbar-collapse.collapsing .navbar-nav,
  .cid-tsCvWRmSCH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsCvWRmSCH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsCvWRmSCH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsCvWRmSCH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsCvWRmSCH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsCvWRmSCH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsCvWRmSCH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsCvWRmSCH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsCvWRmSCH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsCvWRmSCH .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-tsCvWRmSCH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsCvWRmSCH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsCvWRmSCH .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;
  }
}
@media (min-width: 767px) {
  .cid-tsCvWRmSCH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tsCvWRmSCH .navbar-collapse {
  flex-basis: auto;
}
.cid-tsCvWRmSCH .nav-link:hover,
.cid-tsCvWRmSCH .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tsCvWSf7oU {
  background-image: url("../../../assets/images/mic-2000x1333.jpg");
}
.cid-tsCvWSf7oU .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-tsCvWSf7oU .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-tsCvWSf7oU .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-tsCvWSf7oU .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-tsCvWSf7oU .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-tsCvWSf7oU .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-tsCvWSf7oU .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-tsCvWSf7oU .mbri-play:before {
  left: 55% !important;
}
.cid-tsCvWSf7oU .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsCvWSf7oU .form-inline .form-group {
  padding: 0.5rem;
}
.cid-tsCvWSf7oU .form-inline input {
  text-align: center;
}
.cid-tsCvWSf7oU h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-tsCvWSf7oU .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tsCvWSf7oU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-tsCvWSf7oU .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-tsCvWSf7oU .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-tsCvWSf7oU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tsCvWSf7oU a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-tsCvWSf7oU .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-tsCvWSf7oU .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-tsCvWSf7oU .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-tsCvWSf7oU .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-tsCvWSf7oU .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-tsCvWSf7oU H1 {
  text-align: left;
}
.cid-tsCvWSf7oU .mbr-section-subtitle {
  text-align: center;
}
.cid-tsCvWSf7oU H2 {
  color: #ff1704;
}
.cid-tsCvWT3ame {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-tsCvWT3ame .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tsCvWT3ame .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tsCvWT3ame .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tsCvWT3ame .mbr-text {
  color: #ffffff;
}
.cid-tsCvWT3ame .card {
  padding-bottom: 1.5rem;
}
.cid-tsCvWTSIJ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-tsCvWTSIJ9 h2 {
  text-align: center;
}
.cid-tsCvWTSIJ9 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tsCvWTSIJ9 p {
  color: #767676;
}
.cid-tsCvWTSIJ9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tsCvWTSIJ9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tsCvWTSIJ9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tsCvWTSIJ9 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tsCvWTSIJ9 .card-title {
  font-weight: 500;
}
.cid-tsCvWTSIJ9 .card-img {
  text-align: inherit;
}
.cid-tsCvWTSIJ9 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tsCvWTSIJ9 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsCvWTSIJ9 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tsCvWTSIJ9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-tsCvWTSIJ9 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-tsCvWTSIJ9 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-tsCvWTSIJ9 .mbr-section-text {
  color: #232323;
}
.cid-tsCDjSQLCl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsCDjSQLCl h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tsCDjSQLCl p {
  color: #767676;
}
.cid-tsCDjSQLCl .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tsCDjSQLCl .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tsCDjSQLCl .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tsCDjSQLCl .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tsCDjSQLCl .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tsCDjSQLCl .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tsCIkge7E8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsCIkge7E8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tsCIkge7E8 p {
  color: #767676;
}
.cid-tsCIkge7E8 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tsCIkge7E8 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tsCIkge7E8 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tsCIkge7E8 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tsCIkge7E8 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tsCIkge7E8 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tsCIkge7E8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tsCvWWg3C8 {
  background-image: url("../../../assets/images/zakaz-1.jpg");
}
.cid-tsCvWWg3C8 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-tsCvWWg3C8 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tsCvWWg3C8 .content-container {
    padding-right: 5rem;
  }
}
.cid-tsCvWWg3C8 .mbr-text,
.cid-tsCvWWg3C8 .mbr-section-btn {
  text-align: left;
}
.cid-tsCvWWg3C8 H2 {
  color: #f9f9f9;
}
.cid-tsCvWYj3Hz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsCvWYj3Hz h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tsCvWYj3Hz p {
  color: #ffffff;
}
.cid-tsCvWYj3Hz .card {
  margin-bottom: 2rem;
}
.cid-tsCvWYj3Hz .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-tsCvWYj3Hz .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tsCvWYj3Hz .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-tsCvWYj3Hz .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tsCvWYj3Hz .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tsCvWYj3Hz .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tsCvWYj3Hz .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tsCvWZiErS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mic-2000x1333-248.jpg");
}
.cid-tsCvWZiErS .title {
  margin-bottom: 2rem;
}
.cid-tsCvWZiErS .mbr-section-subtitle {
  color: #efefef;
}
.cid-tsCvWZiErS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsCvWZiErS a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsCvWZiErS .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tsCvWZiErS .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tsCvWZiErS .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-tsCvWZiErS H2 {
  color: #ffffff;
}
.cid-tsCvWZiErS B {
  color: #ffffff;
}
.cid-tsCvWZiErS LABEL {
  color: #ffffff;
}
.cid-tsCvX04m6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tsCvX04m6W .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsCvX04m6W .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsCvX04m6W .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsCvX04m6W .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsCvX04m6W .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tsCvX04m6W .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsCvX04m6W .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsCvX04m6W .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsCvX04m6W .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsCvX04m6W .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tsCvX04m6W .media-container-row .row-copirayt {
  word-break: break-word;
}
