body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.2rem;
  line-height: 1.71130952;
}
.display-1 > .bitmap-iconfont {
  font-size: 6.72rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.76315789rem;
    line-height: 1.74166667;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.45614035rem;
    line-height: 1.78125;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.68rem;
    line-height: 1.78571429;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
  line-height: 1.25;
}
.display-2 > .bitmap-iconfont {
  font-size: 5.76rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.64705882rem;
    line-height: 1.34583333;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.38410596rem;
    line-height: 1.36319444;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.74757282rem;
    line-height: 1.2875;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.25;
}
.display-4 > .bitmap-iconfont {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.16071429rem;
    line-height: 1.18461538;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  line-height: 1.30208333;
}
.display-5 > .bitmap-iconfont {
  font-size: 3.84rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.92rem;
    line-height: 1.3671875;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.64383562rem;
    line-height: 1.140625;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.36363636rem;
    line-height: 1.375;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.display-7 > .bitmap-iconfont {
  font-size: 2.24rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.16666667rem;
    line-height: 1.44642857;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.05263158rem;
    line-height: 1.425;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.05263158rem;
    line-height: 1.365625;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #007c6c !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #007c6c !important;
  border-color: #007c6c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #007c6c;
  border-color: #007c6c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #007c6c !important;
  border-color: #007c6c !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #007c6c;
  color: #007c6c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #007c6c !important;
  border-color: #007c6c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #007c6c !important;
  border-color: #007c6c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #007c6c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00c9af !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #007c6c !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.bitmap-section-btn a.btn:not(.btn-form):hover,
.bitmap-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.bitmap-gallery-filter li.active .btn {
  background-color: #007c6c;
  border-color: #007c6c;
  color: #ffffff;
}
.bitmap-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #007c6c;
}
.bitmap-plan-header.bg-primary .bitmap-plan-subtitle,
.bitmap-plan-header.bg-primary .bitmap-plan-price-desc {
  color: #00fcdb;
}
.bitmap-plan-header.bg-success .bitmap-plan-subtitle,
.bitmap-plan-header.bg-success .bitmap-plan-price-desc {
  color: #ffffff;
}
.bitmap-plan-header.bg-info .bitmap-plan-subtitle,
.bitmap-plan-header.bg-info .bitmap-plan-price-desc {
  color: #b3b3b3;
}
.bitmap-plan-header.bg-warning .bitmap-plan-subtitle,
.bitmap-plan-header.bg-warning .bitmap-plan-price-desc {
  color: #b3b3b3;
}
.bitmap-plan-header.bg-danger .bitmap-plan-subtitle,
.bitmap-plan-header.bg-danger .bitmap-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.form-control > .bitmap-iconfont {
  font-size: 2.24rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.16666667rem;
    line-height: 1.44642857;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.05263158rem;
    line-height: 1.425;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.05263158rem;
    line-height: 1.365625;
  }
}
blockquote {
  border-color: #007c6c;
}
/* Forms */
.bitmap-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #007c6c;
  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: #007c6c;
  border-bottom-color: #007c6c;
}
.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: #007c6c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.sidebar-block .bitmap-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .bitmap-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.17rem;
  line-height: 0.86538462;
}
.yhdmm-uLmdSQKcPB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #f2f6f9;
}
.yhdmm-uLmdSQKcPB .title__block {
  position: relative;
  z-index: 10;
}
.yhdmm-uLmdSQKcPB .bitmap-section-title {
  margin-bottom: 25px;
  text-align: left;
  color: #000000;
}
.yhdmm-uLmdSQKcPB .bitmap-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  text-align: left;
  color: #000000;
}
.yhdmm-uLmdSQKcPB .bitmap-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.yhdmm-uLmdSQKcPB .bitmap-section-btn {
  padding-right: 150px;
}
.yhdmm-uLmdSQKcPB .slider__block .container {
  padding: 0 15px;
}
.yhdmm-uLmdSQKcPB .carousel {
  padding-bottom: 100px;
}
.yhdmm-uLmdSQKcPB .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.yhdmm-uLmdSQKcPB .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.yhdmm-uLmdSQKcPB .carousel-item.active {
  opacity: 1;
}
.yhdmm-uLmdSQKcPB .carousel-item .media-container-row {
  flex-grow: 1;
}
.yhdmm-uLmdSQKcPB .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.yhdmm-uLmdSQKcPB .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .yhdmm-uLmdSQKcPB .carousel-item .wrap-img {
    width: 100%;
  }
}
.yhdmm-uLmdSQKcPB .carousel-item .cloneditem-1,
.yhdmm-uLmdSQKcPB .carousel-item .cloneditem-2 {
  opacity: 0;
}
.yhdmm-uLmdSQKcPB .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.yhdmm-uLmdSQKcPB .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.yhdmm-uLmdSQKcPB .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.yhdmm-uLmdSQKcPB .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.yhdmm-uLmdSQKcPB .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.yhdmm-uLmdSQKcPB .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.yhdmm-uLmdSQKcPB .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #1c3b4d;
  transition: all 0.3s ease;
}
.yhdmm-uLmdSQKcPB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.yhdmm-uLmdSQKcPB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.yhdmm-uLmdSQKcPB .carousel-controls .carousel-control .bitmap-iconfont {
  font-size: 45px;
}
.yhdmm-uLmdSQKcPB .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.yhdmm-uLmdSQKcPB .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #1c3b4d;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.yhdmm-uLmdSQKcPB .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #1c3b4d;
  margin: 0;
  opacity: 1;
}
.yhdmm-uLmdSQKcPB .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.yhdmm-uLmdSQKcPB .cloneditem-1,
.yhdmm-uLmdSQKcPB .cloneditem-2,
.yhdmm-uLmdSQKcPB .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .yhdmm-uLmdSQKcPB .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .yhdmm-uLmdSQKcPB .carousel-inner {
    padding-bottom: 3px;
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 .cloneditem-1,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 .cloneditem-2,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 .cloneditem-1,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 .cloneditem-2,
  .yhdmm-uLmdSQKcPB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .yhdmm-uLmdSQKcPB .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .yhdmm-uLmdSQKcPB .bitmap-section-title {
    margin-bottom: 18px;
  }
  .yhdmm-uLmdSQKcPB .bitmap-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .yhdmm-uLmdSQKcPB .bitmap-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .yhdmm-uLmdSQKcPB .bitmap-section-btn {
    padding-right: 0;
  }
  .yhdmm-uLmdSQKcPB .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .yhdmm-uLmdSQKcPB .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .yhdmm-uLmdSQKcPB .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .yhdmm-uLmdSQKcPB .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .yhdmm-uLmdSQKcPB .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .yhdmm-uLmdSQKcPB .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .yhdmm-uLmdSQKcPB .carousel-controls .carousel-control .bitmap-iconfont {
    font-size: 30px;
  }
  .yhdmm-uLmdSQKcPB .carousel {
    padding-bottom: 50px;
  }
}
.yhdmm-uLmdSQKcPB .bitmap-text,
.yhdmm-uLmdSQKcPB .bitmap-section-btn {
  text-align: left;
  color: #000000;
}
.yhdmm-uLmg9WNWv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1ecf2;
}
.yhdmm-uLmg9WNWv1 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmg9WNWv1 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmg9WNWv1 .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .yhdmm-uLmg9WNWv1 .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.yhdmm-uLmg9WNWv1 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.yhdmm-uLmg9WNWv1 .items-wrapper .item {
  padding: 0 10px;
}
.yhdmm-uLmg9WNWv1 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .yhdmm-uLmg9WNWv1 .item {
    margin-bottom: 16px;
  }
}
.yhdmm-uLmg9WNWv1 .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.yhdmm-uLmg9WNWv1 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.yhdmm-uLmg9WNWv1 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.yhdmm-uLmg9WNWv1 .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .yhdmm-uLmg9WNWv1 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.yhdmm-uLmg9WNWv1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.yhdmm-uLmg9WNWv1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.yhdmm-uLmg9WNWv1 .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmg9WNWv1 .item-title {
  color: #000c3f;
}
.yhdmm-uLmg9WNWv1 .item-text {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmg9WNWv1 .item-title,
.yhdmm-uLmg9WNWv1 .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLmJDHmpSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
  position: relative;
  overflow: hidden;
}
.yhdmm-uLmJDHmpSY::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #d7e9ef -10%, transparent 70%);
}
.yhdmm-uLmJDHmpSY .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmJDHmpSY .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .yhdmm-uLmJDHmpSY .container {
    padding: 0 16px;
  }
}
.yhdmm-uLmJDHmpSY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.yhdmm-uLmJDHmpSY .content-wrapper .bitmap-section-title {
  margin-bottom: 50px;
}
.yhdmm-uLmJDHmpSY .content-wrapper .bitmap-text {
  margin-bottom: 0;
}
.yhdmm-uLmJDHmpSY .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmJDHmpSY .bitmap-text {
  color: #000000;
}
.yhdmm-uLmJDHmpSY .bitmap-text,
.yhdmm-uLmJDHmpSY .icon-wrapper {
  text-align: center;
}
.yhdmm-uLmgK3zpsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ecf2;
}
.yhdmm-uLmgK3zpsM .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmgK3zpsM .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmgK3zpsM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .yhdmm-uLmgK3zpsM .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .yhdmm-uLmgK3zpsM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .yhdmm-uLmgK3zpsM .container {
    padding: 0 16px;
  }
}
.yhdmm-uLmgK3zpsM .row {
  justify-content: space-between;
}
.yhdmm-uLmgK3zpsM .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .yhdmm-uLmgK3zpsM .image-wrapper {
    margin-bottom: 48px;
  }
}
.yhdmm-uLmgK3zpsM .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.yhdmm-uLmgK3zpsM .content-wrapper {
  position: relative;
}
.yhdmm-uLmgK3zpsM .content-wrapper .bitmap-section-title {
  margin-bottom: 32px;
}
.yhdmm-uLmgK3zpsM .content-wrapper .bitmap-text {
  margin-bottom: 32px;
}
.yhdmm-uLmgK3zpsM .bitmap-text {
  color: #333333;
}
.yhdmm-uLmgK3zpsM .bitmap-section-title,
.yhdmm-uLmgK3zpsM .bitmap-section-btn {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmgK3zpsM .bitmap-text,
.yhdmm-uLmgK3zpsM .icon-wrapper {
  color: #000000;
}
.yhdmm-uLntnYdZvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLntnYdZvy .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLntnYdZvy .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLntnYdZvy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.yhdmm-uLntnYdZvy .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .yhdmm-uLntnYdZvy .title-wrapper {
    margin-bottom: 48px;
  }
}
.yhdmm-uLntnYdZvy .title-wrapper .bitmap-section-title {
  margin-bottom: 24px;
}
.yhdmm-uLntnYdZvy .title-wrapper .text-wrapper .bitmap-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .yhdmm-uLntnYdZvy .title-wrapper .text-wrapper .bitmap-text {
    width: 100%;
  }
}
.yhdmm-uLntnYdZvy .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .yhdmm-uLntnYdZvy .image-wrapper img {
    height: 350px;
  }
}
.yhdmm-uLntnYdZvy .bitmap-section-title {
  color: #ffffff;
}
.yhdmm-uLntnYdZvy .bitmap-text,
.yhdmm-uLntnYdZvy .text-wrapper {
  color: #000000;
}
.yhdmm-uLntnYdZvy .bitmap-section-title,
.yhdmm-uLntnYdZvy .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLmh5JVEEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ecf2;
}
.yhdmm-uLmh5JVEEJ .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmh5JVEEJ .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmh5JVEEJ .content-wrapper .bitmap-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .yhdmm-uLmh5JVEEJ .content-wrapper .bitmap-section-title {
    margin-bottom: 40px;
  }
}
.yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper .list {
    width: 100%;
  }
}
.yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #1c3b4d;
  transition: all .3s ease;
  cursor: pointer;
}
.yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.yhdmm-uLmh5JVEEJ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.yhdmm-uLmh5JVEEJ .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmh5JVEEJ .list,
.yhdmm-uLmh5JVEEJ .contacts-wrapper {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLmh5JVEEJ .bitmap-section-title,
.yhdmm-uLmh5JVEEJ .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLmh5JVEEJ .list,
.yhdmm-uLmh5JVEEJ .item-wrap {
  text-align: center;
}
.yhdmm-uLmh5JVEEJ .list,
.yhdmm-uLmh5JVEEJ .item-wrap,
.yhdmm-uLmh5JVEEJ .contacts-wrapper {
  color: #000000;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}
.yhdmm-uLmhjRqoKJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #f2f6f9;
}
.yhdmm-uLmhjRqoKJ .title__block {
  padding-bottom: 40px;
}
.yhdmm-uLmhjRqoKJ .bitmap-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.yhdmm-uLmhjRqoKJ .bitmap-section-title b,
.yhdmm-uLmhjRqoKJ .bitmap-section-title strong {
  font-weight: 500;
}
.yhdmm-uLmhjRqoKJ .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.yhdmm-uLmhjRqoKJ .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.yhdmm-uLmhjRqoKJ .bitmap-section-subtitle {
  margin-bottom: 25px;
  color: #000000;
}
.yhdmm-uLmhjRqoKJ .bitmap-text {
  margin-bottom: 43px;
}
.yhdmm-uLmhjRqoKJ .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.yhdmm-uLmhjRqoKJ .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #e1ecf2;
}
.yhdmm-uLmhjRqoKJ .image__block:before {
  left: auto;
  right: 120px;
}
.yhdmm-uLmhjRqoKJ .img__wrap {
  position: relative;
  max-height: 620px;
}
.yhdmm-uLmhjRqoKJ .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.yhdmm-uLmhjRqoKJ .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.yhdmm-uLmhjRqoKJ .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.yhdmm-uLmhjRqoKJ .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.yhdmm-uLmhjRqoKJ .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.yhdmm-uLmhjRqoKJ .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .yhdmm-uLmhjRqoKJ .row {
    text-align: center;
  }
  .yhdmm-uLmhjRqoKJ .title__block {
    padding-bottom: 0;
  }
  .yhdmm-uLmhjRqoKJ .bitmap-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .yhdmm-uLmhjRqoKJ .figure:before {
    content: none;
  }
  .yhdmm-uLmhjRqoKJ .bitmap-section-subtitle {
    margin-bottom: 20px;
  }
  .yhdmm-uLmhjRqoKJ .bitmap-text {
    margin-bottom: 30px;
  }
  .yhdmm-uLmhjRqoKJ .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .yhdmm-uLmhjRqoKJ .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.yhdmm-uLmhjRqoKJ .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmhjRqoKJ .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmhjRqoKJ .bitmap-text,
.yhdmm-uLmhjRqoKJ .bitmap-section-btn {
  color: #000000;
}
.yhdmm-uLmhC0rZVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ecf2;
}
.yhdmm-uLmhC0rZVS .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmhC0rZVS .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmhC0rZVS .card-wrapper {
  padding: 75px 64px;
  background-color: #d7e9ef;
}
@media (max-width: 1440px) {
  .yhdmm-uLmhC0rZVS .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper {
    padding: 24px 12px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .content-wrap {
    display: block;
    padding: 0 14px;
    margin-bottom: 24px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .title-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .title-wrapper {
    width: 100%;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .title-wrapper .bitmap-section-title {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .title-wrapper .bitmap-section-title {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .text-wrapper {
  width: 15%;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .text-wrapper {
    width: 100%;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .text-wrapper .bitmap-text {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .text-wrapper .bitmap-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .bitmap-section-btn {
  width: 25%;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .content-wrap .bitmap-section-btn {
    width: 100%;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper .item .item-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.yhdmm-uLmhC0rZVS .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.yhdmm-uLmhC0rZVS .bitmap-section-title {
  color: #2c2c26;
}
.yhdmm-uLmhC0rZVS .bitmap-text {
  color: #000000;
}
.yhdmm-uLmhC0rZVS .card-title {
  color: #2c2c26;
}
.yhdmm-uLmhC0rZVS .card-text {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmhC0rZVS .bitmap-section-title,
.yhdmm-uLmhC0rZVS .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLmhC0rZVS .card-title,
.yhdmm-uLmhC0rZVS .iconfont-wrap {
  text-align: center;
  color: #000000;
}
.yhdmm-uLmhYxExo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLmhYxExo8 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmhYxExo8 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmhYxExo8 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .yhdmm-uLmhYxExo8 .content-wrapper {
    margin-bottom: 35px;
  }
}
.yhdmm-uLmhYxExo8 .content-wrapper .bitmap-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhYxExo8 .content-wrapper .bitmap-desc {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmhYxExo8 .content-wrapper .bitmap-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhYxExo8 .content-wrapper .bitmap-section-title {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmhYxExo8 .content-wrapper .bitmap-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhYxExo8 .content-wrapper .bitmap-text {
    margin-bottom: 15px;
  }
}
.yhdmm-uLmhYxExo8 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .yhdmm-uLmhYxExo8 .image-wrapper {
    padding-left: 0;
  }
}
.yhdmm-uLmhYxExo8 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .yhdmm-uLmhYxExo8 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.yhdmm-uLmhYxExo8 .bitmap-section-title {
  color: #000000;
}
.yhdmm-uLmhYxExo8 .bitmap-desc {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmhYxExo8 .bitmap-text {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmhYxExo8 .bitmap-section-title,
.yhdmm-uLmhYxExo8 .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLmigDI3T8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ecf2;
}
.yhdmm-uLmigDI3T8 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmigDI3T8 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLmigDI3T8 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLmigDI3T8 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .yhdmm-uLmigDI3T8 .content-wrapper {
    display: block;
  }
}
.yhdmm-uLmigDI3T8 .content-wrapper .card {
  justify-content: center;
}
.yhdmm-uLmigDI3T8 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #ffffff;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .yhdmm-uLmigDI3T8 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.yhdmm-uLmigDI3T8 .content-wrapper .content-wrap .bitmap-section-title {
  margin-bottom: 35px;
}
.yhdmm-uLmigDI3T8 .content-wrapper .content-wrap .bitmap-text {
  margin-bottom: 40px;
}
.yhdmm-uLmigDI3T8 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .yhdmm-uLmigDI3T8 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.yhdmm-uLmigDI3T8 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .yhdmm-uLmigDI3T8 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.yhdmm-uLmigDI3T8 .bitmap-section-title {
  color: #144031;
}
.yhdmm-uLmigDI3T8 .bitmap-text {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmigDI3T8 .bitmap-section-title,
.yhdmm-uLmigDI3T8 .bitmap-section-btn {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmilGRGfx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLmilGRGfx .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmilGRGfx .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmilGRGfx .row {
  justify-content: center;
  margin: 0 -24px;
}
.yhdmm-uLmilGRGfx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .yhdmm-uLmilGRGfx .row {
    padding: 0 12px;
  }
}
.yhdmm-uLmilGRGfx .item-wrap {
  z-index: 1;
}
.yhdmm-uLmilGRGfx .bitmap-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .yhdmm-uLmilGRGfx .bitmap-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.yhdmm-uLmilGRGfx .bitmap-section-title {
  margin-bottom: 54px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .yhdmm-uLmilGRGfx .bitmap-section-title {
    margin-bottom: 19.5px;
  }
}
.yhdmm-uLmilGRGfx .item {
  padding: 0 24px;
  margin-bottom: 4rem;
  transition: all .3s ease;
}
.yhdmm-uLmilGRGfx .item:hover {
  transform: translateY(-10px);
}
.yhdmm-uLmilGRGfx .item .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .yhdmm-uLmilGRGfx .item .item-wrapper img {
    height: 220px;
  }
}
.yhdmm-uLmilGRGfx .item .item-wrapper .bitmap-price {
  margin-bottom: 10px;
}
.yhdmm-uLmilGRGfx .item .item-wrapper .bitmap-card-title {
  margin-bottom: 10px;
}
.yhdmm-uLmilGRGfx .item .item-wrapper .bitmap-desc {
  margin-bottom: 10px;
}
.yhdmm-uLmilGRGfx .bitmap-card-title {
  color: #181818;
}
.yhdmm-uLmilGRGfx .bitmap-price {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmilGRGfx .bitmap-card-desc {
  color: #181818;
  text-align: center;
}
.yhdmm-uLmilGRGfx .bitmap-card-title,
.yhdmm-uLmilGRGfx .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLmizIsESV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1ecf2;
}
.yhdmm-uLmizIsESV .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmizIsESV .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmizIsESV .content-wrapper .bitmap-section-title {
  margin-bottom: 32px;
}
.yhdmm-uLmizIsESV .content-wrapper .bitmap-section-title span {
  color: #007c6c;
}
.yhdmm-uLmizIsESV .content-wrapper .text-wrapper .bitmap-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .yhdmm-uLmizIsESV .content-wrapper .text-wrapper .bitmap-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.yhdmm-uLmizIsESV .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #1c3b4d, #007c6c, #1c3b4d);
}
@media (max-width: 992px) {
  .yhdmm-uLmizIsESV .border-wrap {
    margin-top: 32px;
  }
}
.yhdmm-uLmizIsESV .bitmap-section-title {
  color: #ffffff;
}
.yhdmm-uLmizIsESV .bitmap-text,
.yhdmm-uLmizIsESV .text-wrapper {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmizIsESV .bitmap-section-title,
.yhdmm-uLmizIsESV .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}
.yhdmm-uLn2ebmli3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f6f9;
}
.yhdmm-uLn2ebmli3 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLn2ebmli3 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLn2ebmli3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .yhdmm-uLn2ebmli3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .yhdmm-uLn2ebmli3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .yhdmm-uLn2ebmli3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .yhdmm-uLn2ebmli3 .container {
    padding: 0 12px;
  }
}
.yhdmm-uLn2ebmli3 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #d7e9ef;
}
@media (max-width: 992px) {
  .yhdmm-uLn2ebmli3 .content-wrapper {
    display: block;
  }
}
.yhdmm-uLn2ebmli3 .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .yhdmm-uLn2ebmli3 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .yhdmm-uLn2ebmli3 .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.yhdmm-uLn2ebmli3 .content-wrapper .title-wrapper .bitmap-section-title {
  margin-bottom: 16px;
}
.yhdmm-uLn2ebmli3 .content-wrapper .title-wrapper .bitmap-text {
  margin-bottom: 0;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form {
  width: 50%;
}
@media (max-width: 992px) {
  .yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form {
    width: 100%;
  }
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap {
    padding: 24px;
  }
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-section-title {
  margin-bottom: 20px !important;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-text {
  margin-bottom: 20px !important;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #1c3b4d !important;
  background-color: #ffffff;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control:hover,
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #1c3b4d;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1c3b4d;
  border-color: #1c3b4d;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-section-btn {
  margin-top: 6px;
}
.yhdmm-uLn2ebmli3 .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-section-btn .btn {
  width: 100%;
}
.yhdmm-uLn2ebmli3 .bitmap-section-title {
  color: #ffffff;
}
.yhdmm-uLn2ebmli3 .bitmap-text {
  color: #000000;
  text-align: center;
}
.yhdmm-uLn2ebmli3 label {
  color: #ffffff;
}
.yhdmm-uLn2ebmli3 .bitmap-section-title,
.yhdmm-uLn2ebmli3 .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLn2ebmli3 LABEL {
  color: #000000;
}
.yhdmm-uLmiXZJRa3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1ecf2;
}
.yhdmm-uLmiXZJRa3 .item:focus,
.yhdmm-uLmiXZJRa3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .yhdmm-uLmiXZJRa3 .align-right {
    text-align: center;
  }
}
.yhdmm-uLmiXZJRa3 .card-wrapper {
  background: #d7e9ef;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .yhdmm-uLmiXZJRa3 .card-wrapper {
    padding: 1rem 0rem;
  }
}
.yhdmm-uLmiXZJRa3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .yhdmm-uLmiXZJRa3 .item {
    margin-bottom: 1rem;
  }
}
.yhdmm-uLmiXZJRa3 .bitmap-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.yhdmm-uLmiXZJRa3 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .yhdmm-uLmiXZJRa3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .yhdmm-uLmiXZJRa3 .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.yhdmm-uLmiXZJRa3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.yhdmm-uLmiXZJRa3 .item-wrapper .item-footer {
  margin-top: auto;
}
.yhdmm-uLmiXZJRa3 .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.yhdmm-uLmiXZJRa3 .bitmap-text,
.yhdmm-uLmiXZJRa3 .item .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLmiXZJRa3 .bitmap-number {
  color: #f0466a;
}
.yhdmm-uLmiXZJRa3 .bitmap-section-subtitle,
.yhdmm-uLmiXZJRa3 .bitmap-section-head .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLmiXZJRa3 .bitmap-text {
  text-align: left;
}
.yhdmm-uLmiXZJRa3 .bitmap-text,
.yhdmm-uLmiXZJRa3 .bitmap-card-btn {
  text-align: left;
}
.yhdmm-uLmiXZJRa3 .bitmap-text,
.yhdmm-uLmiXZJRa3 .bitmap-section-btn {
  text-align: left;
}
.yhdmm-uLmiXZJRa3 .bitmap-text,
.yhdmm-uLmiXZJRa3 .item-footer .bitmap-section-btn {
  text-align: left;
}
.yhdmm-uLmiXZJRa3 .card-text,
.yhdmm-uLmiXZJRa3 .item .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.yhdmm-uLmiXZJRa3 .card-title {
  text-align: left;
  color: #ffffff;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}
.yhdmm-uLmjaUzZzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLmjaUzZzt .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmjaUzZzt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmjaUzZzt .row {
  justify-content: space-between;
}
.yhdmm-uLmjaUzZzt .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .yhdmm-uLmjaUzZzt .content-wrapper {
    padding: 0;
  }
}
.yhdmm-uLmjaUzZzt .content-wrapper .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmjaUzZzt .content-wrapper .bitmap-section-title {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmjaUzZzt .content-wrapper .bitmap-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmjaUzZzt .content-wrapper .bitmap-text {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmjaUzZzt .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.yhdmm-uLmjaUzZzt .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.yhdmm-uLmjaUzZzt .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.yhdmm-uLmjaUzZzt .content-wrapper .logo-wrapper .logo-wrap .bitmap-desc {
  margin-bottom: 0;
}
.yhdmm-uLmjaUzZzt .bitmap-section-title {
  color: #000000;
}
.yhdmm-uLmjaUzZzt .bitmap-desc {
  color: #000000;
}
.yhdmm-uLmjaUzZzt .bitmap-text {
  color: #000000;
}
.yhdmm-uLmjaUzZzt .bitmap-section-title,
.yhdmm-uLmjaUzZzt .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}
.yhdmm-uLmDnOYPkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLmDnOYPkJ .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmDnOYPkJ .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmDnOYPkJ .row {
  justify-content: space-between;
}
.yhdmm-uLmDnOYPkJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDnOYPkJ .content-wrapper {
    padding: 0;
  }
}
.yhdmm-uLmDnOYPkJ .content-wrapper .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDnOYPkJ .content-wrapper .bitmap-section-title {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmDnOYPkJ .content-wrapper .bitmap-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDnOYPkJ .content-wrapper .bitmap-text {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmDnOYPkJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.yhdmm-uLmDnOYPkJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.yhdmm-uLmDnOYPkJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.yhdmm-uLmDnOYPkJ .content-wrapper .logo-wrapper .logo-wrap .bitmap-desc {
  margin-bottom: 0;
}
.yhdmm-uLmDnOYPkJ .bitmap-section-title {
  color: #000000;
}
.yhdmm-uLmDnOYPkJ .bitmap-desc {
  color: #000000;
}
.yhdmm-uLmDnOYPkJ .bitmap-text {
  color: #000000;
}
.yhdmm-uLmDnOYPkJ .bitmap-section-title,
.yhdmm-uLmDnOYPkJ .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}
.yhdmm-uLmDq1mXzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLmDq1mXzO .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmDq1mXzO .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmDq1mXzO .row {
  justify-content: space-between;
}
.yhdmm-uLmDq1mXzO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDq1mXzO .content-wrapper {
    padding: 0;
  }
}
.yhdmm-uLmDq1mXzO .content-wrapper .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDq1mXzO .content-wrapper .bitmap-section-title {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmDq1mXzO .content-wrapper .bitmap-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDq1mXzO .content-wrapper .bitmap-text {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmDq1mXzO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.yhdmm-uLmDq1mXzO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.yhdmm-uLmDq1mXzO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.yhdmm-uLmDq1mXzO .content-wrapper .logo-wrapper .logo-wrap .bitmap-desc {
  margin-bottom: 0;
}
.yhdmm-uLmDq1mXzO .bitmap-section-title {
  color: #000000;
}
.yhdmm-uLmDq1mXzO .bitmap-desc {
  color: #000000;
}
.yhdmm-uLmDq1mXzO .bitmap-text {
  color: #000000;
}
.yhdmm-uLmDq1mXzO .bitmap-section-title,
.yhdmm-uLmDq1mXzO .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}
.yhdmm-uLmDrGGDiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f6f9;
}
.yhdmm-uLmDrGGDiY .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLmDrGGDiY .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yhdmm-uLmDrGGDiY .row {
  justify-content: space-between;
}
.yhdmm-uLmDrGGDiY .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDrGGDiY .content-wrapper {
    padding: 0;
  }
}
.yhdmm-uLmDrGGDiY .content-wrapper .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDrGGDiY .content-wrapper .bitmap-section-title {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmDrGGDiY .content-wrapper .bitmap-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLmDrGGDiY .content-wrapper .bitmap-text {
    margin-bottom: 20px;
  }
}
.yhdmm-uLmDrGGDiY .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.yhdmm-uLmDrGGDiY .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.yhdmm-uLmDrGGDiY .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.yhdmm-uLmDrGGDiY .content-wrapper .logo-wrapper .logo-wrap .bitmap-desc {
  margin-bottom: 0;
}
.yhdmm-uLmDrGGDiY .bitmap-section-title {
  color: #000000;
}
.yhdmm-uLmDrGGDiY .bitmap-desc {
  color: #000000;
}
.yhdmm-uLmDrGGDiY .bitmap-text {
  color: #000000;
}
.yhdmm-uLmDrGGDiY .bitmap-section-title,
.yhdmm-uLmDrGGDiY .bitmap-section-btn {
  text-align: center;
}
.yhdmm-uLniHMkyfo {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .nav-link,
.yhdmm-uLniHMkyfo .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.yhdmm-uLniHMkyfo .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.yhdmm-uLniHMkyfo .nav-link.text-primary:hover,
.yhdmm-uLniHMkyfo .nav-link.text-primary:focus {
  color: #007c6c !important;
}
.yhdmm-uLniHMkyfo .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.yhdmm-uLniHMkyfo .nav-link:hover:before {
  opacity: 1;
}
.yhdmm-uLniHMkyfo .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .nav-link {
    margin: 0 !important;
  }
}
.yhdmm-uLniHMkyfo .icons-menu {
  line-height: 0;
}
.yhdmm-uLniHMkyfo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn {
    margin-left: 31px;
  }
  .yhdmm-uLniHMkyfo .btn {
    white-space: nowrap;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #1c3b4d !important;
    border: 1px solid #007c6c;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item.dropdown:hover::before,
  .yhdmm-uLniHMkyfo .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.yhdmm-uLniHMkyfo .navbar > .container,
.yhdmm-uLniHMkyfo .navbar > .container-fluid {
  align-items: center;
}
.yhdmm-uLniHMkyfo .dropdown-toggle::after,
.yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.yhdmm-uLniHMkyfo .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.yhdmm-uLniHMkyfo .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.yhdmm-uLniHMkyfo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.yhdmm-uLniHMkyfo .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.yhdmm-uLniHMkyfo .nav-item:focus,
.yhdmm-uLniHMkyfo .nav-link:focus {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yhdmm-uLniHMkyfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.yhdmm-uLniHMkyfo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.yhdmm-uLniHMkyfo ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.yhdmm-uLniHMkyfo .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.opened {
  transition: all 0.3s;
  background: #1c3b4d !important;
}
.yhdmm-uLniHMkyfo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yhdmm-uLniHMkyfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yhdmm-uLniHMkyfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yhdmm-uLniHMkyfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .yhdmm-uLniHMkyfo .dropdown-menu .menu__images {
    display: none;
  }
  .yhdmm-uLniHMkyfo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link::before {
    display: none;
  }
  .yhdmm-uLniHMkyfo.opened .dropdown-menu {
    top: 0;
  }
  .yhdmm-uLniHMkyfo .bitmap-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .yhdmm-uLniHMkyfo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .yhdmm-uLniHMkyfo .navbar-logo {
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-logo img {
    height: 60px !important;
  }
  .yhdmm-uLniHMkyfo .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .yhdmm-uLniHMkyfo .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .yhdmm-uLniHMkyfo .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .yhdmm-uLniHMkyfo .navbar {
    padding: 13px 90px;
  }
  .yhdmm-uLniHMkyfo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #1c3b4d !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .yhdmm-uLniHMkyfo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .yhdmm-uLniHMkyfo .dropdown-toggle::after,
  .yhdmm-uLniHMkyfo .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .yhdmm-uLniHMkyfo .nav-item {
    border-bottom: 1px solid #007c6c;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .yhdmm-uLniHMkyfo .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .yhdmm-uLniHMkyfo .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.yhdmm-uLniHMkyfo.navbar-short {
  background: #1c3b4d !important;
  min-height: 70px;
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .nav-dropdown {
  height: 70px;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-brand {
  padding: 0;
}
.yhdmm-uLniHMkyfo.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .yhdmm-uLniHMkyfo .navbar {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo ul.navbar-nav {
    padding: 0 !important;
  }
  .yhdmm-uLniHMkyfo a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.yhdmm-uLniHMkyfo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.yhdmm-uLniHMkyfo .navbar-brand .navbar-logo a {
  outline: none;
}
.yhdmm-uLniHMkyfo .dropdown-item.active,
.yhdmm-uLniHMkyfo .dropdown-item:active {
  background-color: transparent;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c3b4d;
}
.yhdmm-uLniHMkyfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.yhdmm-uLniHMkyfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007c6c;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.yhdmm-uLniHMkyfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.yhdmm-uLniHMkyfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .yhdmm-uLniHMkyfo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.yhdmm-uLniHMkyfo .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yhdmm-uLniHMkyfo .navbar {
    height: 97px;
  }
  .yhdmm-uLniHMkyfo .navbar.opened {
    height: auto;
  }
  .yhdmm-uLniHMkyfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yhdmm-uLniK5awd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c3b4d;
  overflow: hidden;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image.disabled {
  display: none;
}
.yhdmm-uLniK5awd4 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .container {
    padding: 0 30px;
  }
}
.yhdmm-uLniK5awd4 .row {
  justify-content: center;
}
.yhdmm-uLniK5awd4 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.yhdmm-uLniK5awd4 .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .nav-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:hover::before,
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.yhdmm-uLniK5awd4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-section-subtitle {
  margin-bottom: 25px;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .bitmap-address:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #007c6c;
}
@media (max-width: 992px) {
  .yhdmm-uLniK5awd4 .border-wrapper {
    margin-bottom: 40px;
  }
}
.yhdmm-uLniK5awd4 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #007c6c;
}
.yhdmm-uLniK5awd4 .copy-wrapper .bitmap-copy {
  margin-bottom: 0;
}
.yhdmm-uLniK5awd4 .bitmap-section-title {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-section-subtitle {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-address {
  color: #bee0d6;
}
.yhdmm-uLniK5awd4 .bitmap-copy {
  color: #ffffff;
  text-align: center;
}
.yhdmm-uLniK5awd4 .bitmap-section-title,
.yhdmm-uLniK5awd4 .logo-wrapper {
  color: #ffffff;
}
.yhdmm-uLniK5awd4 .list,
.yhdmm-uLniK5awd4 .item-wrap,
.yhdmm-uLniK5awd4 .nav-wrapper {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: bounceOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes growOnLoad {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: growOnLoad 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
