body {
  font-family: Jost;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 9.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.25rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.86rem;
    font-size: calc( 4.08rem + (9.8 - 4.08) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.08rem + (9.8 - 4.08) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003660 !important;
}
.bg-success {
  background-color: #003660 !important;
}
.bg-info {
  background-color: #b2353d !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #003660 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003660 !important;
  border-color: #003660 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000509 !important;
  border-color: #000509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000509 !important;
  border-color: #000509 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b2353d !important;
  border-color: #b2353d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6f2126 !important;
  border-color: #6f2126 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f2126 !important;
  border-color: #6f2126 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2353d !important;
  border-color: #b2353d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6f2126 !important;
  border-color: #6f2126 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6f2126 !important;
  border-color: #6f2126 !important;
}
.btn-success,
.btn-success:active {
  background-color: #003660 !important;
  border-color: #003660 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000509 !important;
  border-color: #000509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000509 !important;
  border-color: #000509 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #003660 !important;
  border-color: #003660 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000509 !important;
  border-color: #000509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000509 !important;
  border-color: #000509 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003660;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003660 !important;
  border-color: #003660 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2353d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6f2126 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b2353d !important;
  border-color: #b2353d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2353d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6f2126 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2353d !important;
  border-color: #b2353d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003660;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #003660 !important;
  border-color: #003660 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003660;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #003660 !important;
  border-color: #003660 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #003660 !important;
}
.text-secondary {
  color: #b2353d !important;
}
.text-success {
  color: #003660 !important;
}
.text-info {
  color: #b2353d !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #003660 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #631e22 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #631e22 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003660;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2353d;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #003660;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003660;
  border-color: #003660;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003660;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #007ee0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #007ee0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dc8a90;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #007ee0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003660 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #003660;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003660;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003660;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003660;
  border-bottom-color: #003660;
}
.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: #003660 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b2353d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003660' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t3sNovvgUt .navbar-dropdown {
  position: relative !important;
}
.cid-t3sNovvgUt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t3sNovvgUt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t3sNovvgUt .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t3sNovvgUt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t3sNovvgUt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t3sNovvgUt .container {
    padding: 0 1rem;
  }
}
.cid-t3sNovvgUt .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-t3sNovvgUt .nav-link {
  position: relative;
}
.cid-t3sNovvgUt .nav-link:hover {
  color: #b2353d !important;
}
.cid-t3sNovvgUt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t3sNovvgUt .navbar.opened {
  transition: all 0.3s;
}
.cid-t3sNovvgUt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3sNovvgUt .navbar .navbar-logo img {
  width: auto;
}
.cid-t3sNovvgUt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3sNovvgUt .navbar.collapsed {
  justify-content: center;
}
.cid-t3sNovvgUt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3sNovvgUt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3sNovvgUt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-t3sNovvgUt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3sNovvgUt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3sNovvgUt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3sNovvgUt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3sNovvgUt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3sNovvgUt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3sNovvgUt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3sNovvgUt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3sNovvgUt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3sNovvgUt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3sNovvgUt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3sNovvgUt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3sNovvgUt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3sNovvgUt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3sNovvgUt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3sNovvgUt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3sNovvgUt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3sNovvgUt .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3sNovvgUt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3sNovvgUt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3sNovvgUt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3sNovvgUt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3sNovvgUt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3sNovvgUt .dropdown-item:hover,
.cid-t3sNovvgUt .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-t3sNovvgUt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3sNovvgUt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3sNovvgUt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t3sNovvgUt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3sNovvgUt .dropdown-menu,
.cid-t3sNovvgUt .navbar.opened {
  background: #ffffff !important;
}
.cid-t3sNovvgUt .nav-item:focus,
.cid-t3sNovvgUt .nav-link:focus {
  outline: none;
}
.cid-t3sNovvgUt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3sNovvgUt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3sNovvgUt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3sNovvgUt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3sNovvgUt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3sNovvgUt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3sNovvgUt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3sNovvgUt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3sNovvgUt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3sNovvgUt .dropdown-item.active,
.cid-t3sNovvgUt .dropdown-item:active {
  background-color: transparent;
}
.cid-t3sNovvgUt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3sNovvgUt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3sNovvgUt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3sNovvgUt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t3sNovvgUt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3sNovvgUt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3sNovvgUt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3sNovvgUt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3sNovvgUt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3sNovvgUt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-t3sNovvgUt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3sNovvgUt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3sNovvgUt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3sNovvgUt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3sNovvgUt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3sNovvgUt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3sNovvgUt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3sNovvgUt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3sNovvgUt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3sNovvgUt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3sNovvgUt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3sNovvgUt .navbar {
    height: 70px;
  }
  .cid-t3sNovvgUt .navbar.opened {
    height: auto;
  }
  .cid-t3sNovvgUt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3sNovvgUt .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u88lp0F406 {
  background-color: #ffffff;
}
.cid-u88lp0F406 img {
  object-fit: contain;
}
.cid-t2qDJpf48H .container,
.cid-t2qDJpf48H .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tUWAKBZa7p {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-tUWAKBZa7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWAKBZa7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWAKBZa7p .mbr-section-title {
  color: #b2353d;
}
.cid-tUWAKBZa7p .mbr-section-subtitle {
  color: #003660;
}
.cid-tUWAKBZa7p section-2 {
  background: trasnparent;
}
.cid-u88m3oOmFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003660;
}
.cid-u88m3oOmFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88m3oOmFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88m3oOmFV .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-u88m3oOmFV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u88m3oOmFV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u88m3oOmFV .container {
    padding: 0 16px;
  }
}
.cid-u88m3oOmFV .image-wrapper {
  height: 100%;
}
.cid-u88m3oOmFV .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u88m3oOmFV .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-u88m3oOmFV .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-u88m3oOmFV .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-u88m3oOmFV .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-u88m3oOmFV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u88m3oOmFV .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u88m3oOmFV .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u88m3oOmFV .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u88m3oOmFV .mbr-section-title {
  color: #1c1c1c;
}
.cid-u88m3oOmFV .mbr-text {
  color: #ffffff;
}
.cid-u88m3oOmFV .mbr-section-title,
.cid-u88m3oOmFV .mbr-section-btn {
  color: #ffe161;
}
.cid-u88m3oOmFV P {
  color: #ffffff;
  text-align: left;
}
.cid-tUWFvmrOVj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tUWFvmrOVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWFvmrOVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWFvmrOVj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUWFvmrOVj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUWFvmrOVj .container {
    padding: 0 25px;
  }
}
.cid-tUWFvmrOVj .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUWFvmrOVj .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tUWFvmrOVj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tUWFvmrOVj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-tUWFvmrOVj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWFvmrOVj .embla__slide .card-wrap {
  width: 100%;
}
.cid-tUWFvmrOVj .embla__slide .card-wrap a {
  display: block;
}
.cid-tUWFvmrOVj .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-tUWFvmrOVj .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-tUWFvmrOVj .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tUWFvmrOVj .embla__button--next,
.cid-tUWFvmrOVj .embla__button--prev {
  display: flex;
}
.cid-tUWFvmrOVj .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #003660;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWFvmrOVj .embla__button {
    display: none;
  }
}
.cid-tUWFvmrOVj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWFvmrOVj .embla__button:hover {
  background: transparent;
  color: #003660;
  opacity: .7;
}
.cid-tUWFvmrOVj .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tUWFvmrOVj .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-tUWFvmrOVj .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-tUWFvmrOVj .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tUWFvmrOVj .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-tUWFvmrOVj .embla {
  position: relative;
  width: 100%;
}
.cid-tUWFvmrOVj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWFvmrOVj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWFvmrOVj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWFvmrOVj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWFvmrOVj .mbr-section-title {
  color: #E33030;
}
.cid-tUWFvmrOVj .mbr-section-title,
.cid-tUWFvmrOVj .mbr-section-btn {
  text-align: center;
}
.cid-tUWEXMgNHk {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUWEXMgNHk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tUWEXMgNHk form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tUWEXMgNHk form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUWEXMgNHk form.mbr-form {
    padding: 1rem;
  }
}
.cid-tUWEXMgNHk form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tUWEXMgNHk form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tUWEXMgNHk .mbr-section-title {
  color: #003660;
}
.cid-tUWEXMgNHk P {
  color: #b2353d;
}
.cid-t3teUyTROu .container,
.cid-t3teUyTROu .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-t2qNgfdNWL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-t2qNgfdNWL .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-t2qNgfdNWL .content-row {
    padding: 1rem;
  }
}
.cid-t2qNgfdNWL p {
  margin-bottom: 0rem;
}
.cid-t2qNgfdNWL .btn {
  margin-bottom: 0rem;
}
.cid-t2qNgfdNWL .mbr-section-title {
  margin-bottom: 20px;
}
.cid-t2qNgfdNWL .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t2qNgfdNWL .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-t2qNgfdNWL .mbr-section-btn {
    text-align: left;
  }
  .cid-t2qNgfdNWL .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t2qNgfdNWL .mbr-section-btn {
    text-align: left;
  }
  .cid-t2qNgfdNWL .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-t2qNgfdNWL .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2qNgfdNWL .btn {
    margin-top: 0rem;
  }
}
.cid-t2qNgfdNWL H1 {
  text-align: left;
  color: #ffffff;
}
.cid-t2qNgfdNWL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t3tf2dy8Jg .container,
.cid-t3tf2dy8Jg .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tUWHVVLh9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWHVVLh9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWHVVLh9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWHVVLh9o .mbr-section-title {
  color: #003660;
}
.cid-tUWHVVLh9o .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tUWHVVLh9o .mbr-section-subtitle {
  text-align: left;
}
.cid-tUWITdLI3a .container,
.cid-tUWITdLI3a .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-t9wJNQXVun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003660;
}
.cid-t9wJNQXVun .fb-page,
.cid-t9wJNQXVun span,
.cid-t9wJNQXVun iframe {
  width: 500px;
  height: 920px;
}
.cid-t9wJNQXVun blockquote {
  display: none;
}
.cid-t9wJNQXVun .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-t9wJNQXVun .mbr-section-title {
  color: #ffffff;
}
.cid-tUWJ2UXI3W .container,
.cid-tUWJ2UXI3W .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tUWKnsps9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWKnsps9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWKnsps9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWKnsps9U .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-tUWKnsps9U .number {
  color: #b2353d;
}
.cid-tUWKnsps9U .period {
  display: block;
}
.cid-tUWKnsps9U .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tUWKnsps9U .period {
    font-size: 0.8rem;
  }
}
.cid-tUWKnsps9U .btn {
  height: 100%;
  margin: 0;
}
.cid-tUWKnsps9U .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tUWKnsps9U .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tUWKnsps9U .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tUWKnsps9U .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tUWKnsps9U .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-tUWKnsps9U H3 {
  color: #003660;
}
.cid-tUWKnsps9U .mbr-text,
.cid-tUWKnsps9U .mbr-section-btn {
  color: #003660;
}
.cid-t3tfdEbpQQ .container,
.cid-t3tfdEbpQQ .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-t2r1z3idaW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-t2r1z3idaW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t2r1z3idaW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-t2r1z3idaW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t2r1z3idaW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-t2r1z3idaW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-t2r1z3idaW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-t2r1z3idaW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-t2r1z3idaW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-t2r1z3idaW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-t2r1z3idaW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-t2r1z3idaW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-t2r1z3idaW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-t2r1z3idaW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-t2r1z3idaW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-t2r1z3idaW [class^="socicon-"]:before,
.cid-t2r1z3idaW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t2r1z3idaW .mbr-section-title,
.cid-t2r1z3idaW .mbr-social-likes {
  color: #ffffff;
}
.cid-t3tfiNbNjZ .container,
.cid-t3tfiNbNjZ .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-t3tcAISkiT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3tcAISkiT .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-t3tcAISkiT .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-t3tcAISkiT .row {
  justify-content: center;
  align-items: center;
}
.cid-t3tcAISkiT .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-t3tcAISkiT .mbr-text,
.cid-t3tcAISkiT .right-side {
  color: #1b745e;
}
.cid-t3tcAISkiT .container {
  max-width: 1100px;
}
.cid-t3tcAISkiT .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-t3tcAISkiT .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-t3tcAISkiT .picture {
  border-radius: 50%;
}
.cid-t3tcAISkiT .pic {
  padding-bottom: 32px;
}
.cid-t3tcAISkiT .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-t3tcAISkiT .btn {
  margin-top: 25px;
}
.cid-t3tcAISkiT .row {
  flex-direction: row-reverse;
}
.cid-t3tcAISkiT .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-t3tcAISkiT .card-wrapper {
    max-width: 420px;
  }
  .cid-t3tcAISkiT .left-side {
    padding-top: 50px;
  }
  .cid-t3tcAISkiT .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-t3tcAISkiT input,
.cid-t3tcAISkiT textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-t3tcAISkiT .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-t3tcAISkiT .f {
  font-size: 42px;
  color: #003660;
}
.cid-t3tcAISkiT .art {
  color: #003660;
}
.cid-t3tcAISkiT .text,
.cid-t3tcAISkiT .si {
  color: #b2353d;
}
.cid-t2r4aZB9SI {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-t2r4aZB9SI .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2r4aZB9SI .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t2r4aZB9SI .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t2r4aZB9SI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2r4aZB9SI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t2r4aZB9SI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2r4aZB9SI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t2r4aZB9SI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t2r4aZB9SI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t2r4aZB9SI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2r4aZB9SI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2r4aZB9SI .copyright > p {
  color: #ffffff;
}
.cid-u7uoklTIp9 .navbar-dropdown {
  position: relative !important;
}
.cid-u7uoklTIp9 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7uoklTIp9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7uoklTIp9 .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7uoklTIp9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7uoklTIp9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7uoklTIp9 .container {
    padding: 0 1rem;
  }
}
.cid-u7uoklTIp9 .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7uoklTIp9 .nav-link {
  position: relative;
}
.cid-u7uoklTIp9 .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7uoklTIp9 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7uoklTIp9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7uoklTIp9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7uoklTIp9 .navbar .navbar-logo img {
  width: auto;
}
.cid-u7uoklTIp9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7uoklTIp9 .navbar.collapsed {
  justify-content: center;
}
.cid-u7uoklTIp9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7uoklTIp9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7uoklTIp9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7uoklTIp9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7uoklTIp9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7uoklTIp9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7uoklTIp9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7uoklTIp9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7uoklTIp9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7uoklTIp9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7uoklTIp9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7uoklTIp9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7uoklTIp9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7uoklTIp9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7uoklTIp9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7uoklTIp9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7uoklTIp9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7uoklTIp9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7uoklTIp9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7uoklTIp9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7uoklTIp9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7uoklTIp9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7uoklTIp9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7uoklTIp9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7uoklTIp9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7uoklTIp9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7uoklTIp9 .dropdown-item:hover,
.cid-u7uoklTIp9 .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7uoklTIp9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7uoklTIp9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7uoklTIp9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7uoklTIp9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7uoklTIp9 .dropdown-menu,
.cid-u7uoklTIp9 .navbar.opened {
  background: #ffffff !important;
}
.cid-u7uoklTIp9 .nav-item:focus,
.cid-u7uoklTIp9 .nav-link:focus {
  outline: none;
}
.cid-u7uoklTIp9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7uoklTIp9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7uoklTIp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7uoklTIp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7uoklTIp9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7uoklTIp9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7uoklTIp9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7uoklTIp9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7uoklTIp9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7uoklTIp9 .dropdown-item.active,
.cid-u7uoklTIp9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7uoklTIp9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7uoklTIp9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7uoklTIp9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7uoklTIp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7uoklTIp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7uoklTIp9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7uoklTIp9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7uoklTIp9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7uoklTIp9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7uoklTIp9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7uoklTIp9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7uoklTIp9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7uoklTIp9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7uoklTIp9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7uoklTIp9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7uoklTIp9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7uoklTIp9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7uoklTIp9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7uoklTIp9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7uoklTIp9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7uoklTIp9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7uoklTIp9 .navbar {
    height: 70px;
  }
  .cid-u7uoklTIp9 .navbar.opened {
    height: auto;
  }
  .cid-u7uoklTIp9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7uoklTIp9 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7uoCZJGNz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fjdfjfjjh-1920x400.png");
}
.cid-u7uoCZJGNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7uoCZJGNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7uoCZJGNz .mbr-section-title {
  color: #ffffff;
}
.cid-u7uoknmYFl .container,
.cid-u7uoknmYFl .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7uoV4DSE3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7uoV4DSE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7uoV4DSE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7uoV4DSE3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7uoV4DSE3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7uoV4DSE3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7uoV4DSE3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7uoV4DSE3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7uoV4DSE3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7uoV4DSE3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7uoV4DSE3 .card-title {
  color: #b2353d;
}
.cid-u7uwppjlZo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7uwppjlZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7uwppjlZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7uwppjlZo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7uwppjlZo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7uwppjlZo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7uwppjlZo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7uwppjlZo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7uwppjlZo .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7uwppjlZo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7uwppjlZo .card-title {
  color: #b2353d;
}
.cid-u7FrixRjoH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7FrixRjoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FrixRjoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FrixRjoH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7FrixRjoH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7FrixRjoH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7FrixRjoH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7FrixRjoH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7FrixRjoH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7FrixRjoH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7FrixRjoH .card-title {
  color: #b2353d;
}
.cid-u7FomDjwxV {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7FomDjwxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FomDjwxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FomDjwxV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7FomDjwxV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7FomDjwxV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7FomDjwxV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7FomDjwxV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7FomDjwxV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7FomDjwxV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7FomDjwxV .card-title {
  color: #b2353d;
}
.cid-u7FpjcDKgz {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7FpjcDKgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FpjcDKgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FpjcDKgz .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7FpjcDKgz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7FpjcDKgz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7FpjcDKgz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7FpjcDKgz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7FpjcDKgz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7FpjcDKgz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7FpjcDKgz .card-title {
  color: #b2353d;
}
.cid-u7Fq4iwZBh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7Fq4iwZBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Fq4iwZBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Fq4iwZBh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7Fq4iwZBh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7Fq4iwZBh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7Fq4iwZBh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7Fq4iwZBh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7Fq4iwZBh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7Fq4iwZBh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7Fq4iwZBh .card-title {
  color: #b2353d;
}
.cid-u7Ftbt61jN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7Ftbt61jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Ftbt61jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Ftbt61jN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u7Ftbt61jN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7Ftbt61jN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7Ftbt61jN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7Ftbt61jN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7Ftbt61jN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u7Ftbt61jN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7Ftbt61jN .card-title {
  color: #b2353d;
}
.cid-u7up3TAxjs .container,
.cid-u7up3TAxjs .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HsNNHpbA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7HsNNHpbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7HsNNHpbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7HsNNHpbA .mbr-section-title {
  color: #b2353d;
}
.cid-u7HsNNHpbA .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7HsNNHpbA section-2 {
  background: transparent;
}
.cid-u7upcbbkws .container,
.cid-u7upcbbkws .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7uokpARqd {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7uokpARqd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7uokpARqd form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7uokpARqd form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7uokpARqd form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7uokpARqd form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7uokpARqd form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7uokpARqd .mbr-section-title {
  color: #003660;
}
.cid-u7uokpARqd P {
  color: #b2353d;
}
.cid-u7uokq4x7A .container,
.cid-u7uokq4x7A .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7Hmwxj54j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7Hmwxj54j .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7Hmwxj54j .content-row {
    padding: 1rem;
  }
}
.cid-u7Hmwxj54j p {
  margin-bottom: 0rem;
}
.cid-u7Hmwxj54j .btn {
  margin-bottom: 0rem;
}
.cid-u7Hmwxj54j .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7Hmwxj54j .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7Hmwxj54j .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7Hmwxj54j .mbr-section-btn {
    text-align: left;
  }
  .cid-u7Hmwxj54j .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7Hmwxj54j .mbr-section-btn {
    text-align: left;
  }
  .cid-u7Hmwxj54j .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7Hmwxj54j .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7Hmwxj54j .btn {
    margin-top: 0rem;
  }
}
.cid-u7Hmwxj54j H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7Hmwxj54j .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7uokqTkFD .container,
.cid-u7uokqTkFD .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7uokt8yoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7uokt8yoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7uokt8yoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7uokt8yoq .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7uokt8yoq .number {
  color: #b2353d;
}
.cid-u7uokt8yoq .period {
  display: block;
}
.cid-u7uokt8yoq .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7uokt8yoq .period {
    font-size: 0.8rem;
  }
}
.cid-u7uokt8yoq .btn {
  height: 100%;
  margin: 0;
}
.cid-u7uokt8yoq .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7uokt8yoq .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7uokt8yoq .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7uokt8yoq .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7uokt8yoq .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7uokt8yoq H3 {
  color: #003660;
}
.cid-u7uokt8yoq .mbr-text,
.cid-u7uokt8yoq .mbr-section-btn {
  color: #003660;
}
.cid-u7uoktIpHD .container,
.cid-u7uoktIpHD .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HeL8DSLB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7HeL8DSLB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7HeL8DSLB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7HeL8DSLB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7HeL8DSLB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7HeL8DSLB .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7HeL8DSLB .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7HeL8DSLB .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7HeL8DSLB .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7HeL8DSLB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7HeL8DSLB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7HeL8DSLB .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7HeL8DSLB .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7HeL8DSLB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7HeL8DSLB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7HeL8DSLB [class^="socicon-"]:before,
.cid-u7HeL8DSLB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7HeL8DSLB .mbr-section-title,
.cid-u7HeL8DSLB .mbr-social-likes {
  color: #ffffff;
}
.cid-u7uokuAEqK .container,
.cid-u7uokuAEqK .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7uokv0t9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7uokv0t9V .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7uokv0t9V .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7uokv0t9V .row {
  justify-content: center;
  align-items: center;
}
.cid-u7uokv0t9V .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7uokv0t9V .mbr-text,
.cid-u7uokv0t9V .right-side {
  color: #1b745e;
}
.cid-u7uokv0t9V .container {
  max-width: 1100px;
}
.cid-u7uokv0t9V .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7uokv0t9V .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7uokv0t9V .picture {
  border-radius: 50%;
}
.cid-u7uokv0t9V .pic {
  padding-bottom: 32px;
}
.cid-u7uokv0t9V .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7uokv0t9V .btn {
  margin-top: 25px;
}
.cid-u7uokv0t9V .row {
  flex-direction: row-reverse;
}
.cid-u7uokv0t9V .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7uokv0t9V .card-wrapper {
    max-width: 420px;
  }
  .cid-u7uokv0t9V .left-side {
    padding-top: 50px;
  }
  .cid-u7uokv0t9V .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7uokv0t9V input,
.cid-u7uokv0t9V textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7uokv0t9V .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7uokv0t9V .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7uokv0t9V .art {
  color: #003660;
}
.cid-u7uokv0t9V .text,
.cid-u7uokv0t9V .si {
  color: #b2353d;
}
.cid-u7uokvypLj {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7uokvypLj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7uokvypLj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7uokvypLj .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7uokvypLj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7uokvypLj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7uokvypLj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7uokvypLj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7uokvypLj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7uokvypLj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7uokvypLj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7uokvypLj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7uokvypLj .copyright > p {
  color: #ffffff;
}
.cid-u7ACMKe4HB .navbar-dropdown {
  position: relative !important;
}
.cid-u7ACMKe4HB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7ACMKe4HB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7ACMKe4HB .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7ACMKe4HB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7ACMKe4HB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7ACMKe4HB .container {
    padding: 0 1rem;
  }
}
.cid-u7ACMKe4HB .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7ACMKe4HB .nav-link {
  position: relative;
}
.cid-u7ACMKe4HB .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7ACMKe4HB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7ACMKe4HB .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ACMKe4HB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ACMKe4HB .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ACMKe4HB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ACMKe4HB .navbar.collapsed {
  justify-content: center;
}
.cid-u7ACMKe4HB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7ACMKe4HB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7ACMKe4HB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7ACMKe4HB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ACMKe4HB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ACMKe4HB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7ACMKe4HB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ACMKe4HB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7ACMKe4HB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7ACMKe4HB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ACMKe4HB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ACMKe4HB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ACMKe4HB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ACMKe4HB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7ACMKe4HB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ACMKe4HB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ACMKe4HB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ACMKe4HB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ACMKe4HB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ACMKe4HB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7ACMKe4HB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7ACMKe4HB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7ACMKe4HB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7ACMKe4HB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ACMKe4HB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ACMKe4HB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7ACMKe4HB .dropdown-item:hover,
.cid-u7ACMKe4HB .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7ACMKe4HB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7ACMKe4HB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7ACMKe4HB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7ACMKe4HB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ACMKe4HB .dropdown-menu,
.cid-u7ACMKe4HB .navbar.opened {
  background: #ffffff !important;
}
.cid-u7ACMKe4HB .nav-item:focus,
.cid-u7ACMKe4HB .nav-link:focus {
  outline: none;
}
.cid-u7ACMKe4HB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ACMKe4HB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ACMKe4HB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ACMKe4HB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ACMKe4HB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7ACMKe4HB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7ACMKe4HB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7ACMKe4HB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7ACMKe4HB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7ACMKe4HB .dropdown-item.active,
.cid-u7ACMKe4HB .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ACMKe4HB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ACMKe4HB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ACMKe4HB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ACMKe4HB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7ACMKe4HB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ACMKe4HB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ACMKe4HB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ACMKe4HB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7ACMKe4HB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7ACMKe4HB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7ACMKe4HB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7ACMKe4HB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ACMKe4HB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ACMKe4HB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ACMKe4HB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ACMKe4HB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ACMKe4HB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ACMKe4HB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ACMKe4HB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7ACMKe4HB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ACMKe4HB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7ACMKe4HB .navbar {
    height: 70px;
  }
  .cid-u7ACMKe4HB .navbar.opened {
    height: auto;
  }
  .cid-u7ACMKe4HB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7ACMKe4HB .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7ACML7C80 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vghkkjvhjhv-1920x400.jpg");
}
.cid-u7ACML7C80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ACML7C80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ACML7C80 .mbr-section-title {
  color: #ffffff;
}
.cid-u7ACML7C80 .mbr-text,
.cid-u7ACML7C80 .mbr-section-btn {
  color: #ffffff;
}
.cid-u7ACMLuJKN .container,
.cid-u7ACMLuJKN .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7ADGh17er {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7ADGh17er .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ADGh17er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7ADGh17er .container {
    padding: 0 22px;
  }
}
.cid-u7ADGh17er .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7ADGh17er .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7ADGh17er .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7ADGh17er .mbr-section-title {
  color: #003660;
}
.cid-u7ADGh17er .mbr-text {
  color: #000000;
}
.cid-u7ALNZ0CZT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7ACMMya2i .container,
.cid-u7ACMMya2i .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HsZ0lYSN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7HsZ0lYSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7HsZ0lYSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7HsZ0lYSN .mbr-section-title {
  color: #b2353d;
}
.cid-u7HsZ0lYSN .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7HsZ0lYSN section-2 {
  background: transparent;
}
.cid-u7ACMNCgfX .container,
.cid-u7ACMNCgfX .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7ACMNXrsT {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7ACMNXrsT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7ACMNXrsT form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7ACMNXrsT form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7ACMNXrsT form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7ACMNXrsT form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7ACMNXrsT form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7ACMNXrsT .mbr-section-title {
  color: #003660;
}
.cid-u7ACMNXrsT P {
  color: #b2353d;
}
.cid-u7ACMOqTys .container,
.cid-u7ACMOqTys .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HmA90BWg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7HmA90BWg .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7HmA90BWg .content-row {
    padding: 1rem;
  }
}
.cid-u7HmA90BWg p {
  margin-bottom: 0rem;
}
.cid-u7HmA90BWg .btn {
  margin-bottom: 0rem;
}
.cid-u7HmA90BWg .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7HmA90BWg .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7HmA90BWg .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7HmA90BWg .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmA90BWg .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7HmA90BWg .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmA90BWg .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7HmA90BWg .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7HmA90BWg .btn {
    margin-top: 0rem;
  }
}
.cid-u7HmA90BWg H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7HmA90BWg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7ACMPfvik .container,
.cid-u7ACMPfvik .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7ACMPLJYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7ACMPLJYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ACMPLJYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ACMPLJYO .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7ACMPLJYO .number {
  color: #b2353d;
}
.cid-u7ACMPLJYO .period {
  display: block;
}
.cid-u7ACMPLJYO .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7ACMPLJYO .period {
    font-size: 0.8rem;
  }
}
.cid-u7ACMPLJYO .btn {
  height: 100%;
  margin: 0;
}
.cid-u7ACMPLJYO .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7ACMPLJYO .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7ACMPLJYO .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7ACMPLJYO .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7ACMPLJYO .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7ACMPLJYO H3 {
  color: #003660;
}
.cid-u7ACMPLJYO .mbr-text,
.cid-u7ACMPLJYO .mbr-section-btn {
  color: #003660;
}
.cid-u7ACMQhFzN .container,
.cid-u7ACMQhFzN .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HePLEeLx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7HePLEeLx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7HePLEeLx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7HePLEeLx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7HePLEeLx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7HePLEeLx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7HePLEeLx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7HePLEeLx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7HePLEeLx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7HePLEeLx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7HePLEeLx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7HePLEeLx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7HePLEeLx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7HePLEeLx .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7HePLEeLx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7HePLEeLx [class^="socicon-"]:before,
.cid-u7HePLEeLx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7HePLEeLx .mbr-section-title,
.cid-u7HePLEeLx .mbr-social-likes {
  color: #ffffff;
}
.cid-u7ACMRa8On .container,
.cid-u7ACMRa8On .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7ACMRzsm4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7ACMRzsm4 .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7ACMRzsm4 .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7ACMRzsm4 .row {
  justify-content: center;
  align-items: center;
}
.cid-u7ACMRzsm4 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7ACMRzsm4 .mbr-text,
.cid-u7ACMRzsm4 .right-side {
  color: #1b745e;
}
.cid-u7ACMRzsm4 .container {
  max-width: 1100px;
}
.cid-u7ACMRzsm4 .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7ACMRzsm4 .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7ACMRzsm4 .picture {
  border-radius: 50%;
}
.cid-u7ACMRzsm4 .pic {
  padding-bottom: 32px;
}
.cid-u7ACMRzsm4 .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7ACMRzsm4 .btn {
  margin-top: 25px;
}
.cid-u7ACMRzsm4 .row {
  flex-direction: row-reverse;
}
.cid-u7ACMRzsm4 .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7ACMRzsm4 .card-wrapper {
    max-width: 420px;
  }
  .cid-u7ACMRzsm4 .left-side {
    padding-top: 50px;
  }
  .cid-u7ACMRzsm4 .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7ACMRzsm4 input,
.cid-u7ACMRzsm4 textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7ACMRzsm4 .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7ACMRzsm4 .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7ACMRzsm4 .art {
  color: #003660;
}
.cid-u7ACMRzsm4 .text,
.cid-u7ACMRzsm4 .si {
  color: #b2353d;
}
.cid-u7ACMS48Hr {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7ACMS48Hr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7ACMS48Hr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7ACMS48Hr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7ACMS48Hr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7ACMS48Hr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7ACMS48Hr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7ACMS48Hr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7ACMS48Hr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7ACMS48Hr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7ACMS48Hr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7ACMS48Hr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7ACMS48Hr .copyright > p {
  color: #ffffff;
}
.cid-u7AM4zaB1y .navbar-dropdown {
  position: relative !important;
}
.cid-u7AM4zaB1y .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7AM4zaB1y .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7AM4zaB1y .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7AM4zaB1y .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7AM4zaB1y .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7AM4zaB1y .container {
    padding: 0 1rem;
  }
}
.cid-u7AM4zaB1y .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7AM4zaB1y .nav-link {
  position: relative;
}
.cid-u7AM4zaB1y .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7AM4zaB1y .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7AM4zaB1y .navbar.opened {
  transition: all 0.3s;
}
.cid-u7AM4zaB1y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7AM4zaB1y .navbar .navbar-logo img {
  width: auto;
}
.cid-u7AM4zaB1y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7AM4zaB1y .navbar.collapsed {
  justify-content: center;
}
.cid-u7AM4zaB1y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7AM4zaB1y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7AM4zaB1y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7AM4zaB1y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7AM4zaB1y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7AM4zaB1y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7AM4zaB1y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7AM4zaB1y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7AM4zaB1y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7AM4zaB1y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7AM4zaB1y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7AM4zaB1y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7AM4zaB1y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7AM4zaB1y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7AM4zaB1y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7AM4zaB1y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7AM4zaB1y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7AM4zaB1y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7AM4zaB1y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7AM4zaB1y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7AM4zaB1y .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7AM4zaB1y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7AM4zaB1y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7AM4zaB1y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7AM4zaB1y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7AM4zaB1y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7AM4zaB1y .dropdown-item:hover,
.cid-u7AM4zaB1y .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7AM4zaB1y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7AM4zaB1y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7AM4zaB1y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7AM4zaB1y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7AM4zaB1y .dropdown-menu,
.cid-u7AM4zaB1y .navbar.opened {
  background: #ffffff !important;
}
.cid-u7AM4zaB1y .nav-item:focus,
.cid-u7AM4zaB1y .nav-link:focus {
  outline: none;
}
.cid-u7AM4zaB1y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7AM4zaB1y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7AM4zaB1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7AM4zaB1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7AM4zaB1y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7AM4zaB1y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7AM4zaB1y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7AM4zaB1y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7AM4zaB1y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7AM4zaB1y .dropdown-item.active,
.cid-u7AM4zaB1y .dropdown-item:active {
  background-color: transparent;
}
.cid-u7AM4zaB1y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7AM4zaB1y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7AM4zaB1y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7AM4zaB1y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7AM4zaB1y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7AM4zaB1y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7AM4zaB1y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7AM4zaB1y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7AM4zaB1y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7AM4zaB1y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7AM4zaB1y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7AM4zaB1y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7AM4zaB1y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7AM4zaB1y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7AM4zaB1y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7AM4zaB1y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7AM4zaB1y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7AM4zaB1y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7AM4zaB1y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7AM4zaB1y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7AM4zaB1y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7AM4zaB1y .navbar {
    height: 70px;
  }
  .cid-u7AM4zaB1y .navbar.opened {
    height: auto;
  }
  .cid-u7AM4zaB1y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7AM4zaB1y .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7AM4AcSO5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vghkkjvhjhv-1920x400.jpg");
}
.cid-u7AM4AcSO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AM4AcSO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7AM4AcSO5 .mbr-section-title {
  color: #ffffff;
}
.cid-u7AM4AcSO5 .mbr-text,
.cid-u7AM4AcSO5 .mbr-section-btn {
  color: #ffffff;
}
.cid-u7AM4AJZPb .container,
.cid-u7AM4AJZPb .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7AM4B93YK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7AM4B93YK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AM4B93YK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7AM4B93YK .container {
    padding: 0 22px;
  }
}
.cid-u7AM4B93YK .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7AM4B93YK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7AM4B93YK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7AM4B93YK .mbr-section-title {
  color: #003660;
}
.cid-u7AM4B93YK .mbr-text {
  color: #000000;
}
.cid-u7AM4BKrrI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7AM4CcPaL .container,
.cid-u7AM4CcPaL .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7Ht884ih5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7Ht884ih5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Ht884ih5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Ht884ih5 .mbr-section-title {
  color: #b2353d;
}
.cid-u7Ht884ih5 .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7Ht884ih5 section-2 {
  background: transparent;
}
.cid-u7AM4DPvpB .container,
.cid-u7AM4DPvpB .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7AM4Emazv {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7AM4Emazv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7AM4Emazv form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7AM4Emazv form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7AM4Emazv form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7AM4Emazv form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7AM4Emazv form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7AM4Emazv .mbr-section-title {
  color: #003660;
}
.cid-u7AM4Emazv P {
  color: #b2353d;
}
.cid-u7AM4EZXla .container,
.cid-u7AM4EZXla .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HmInZ5BD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7HmInZ5BD .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7HmInZ5BD .content-row {
    padding: 1rem;
  }
}
.cid-u7HmInZ5BD p {
  margin-bottom: 0rem;
}
.cid-u7HmInZ5BD .btn {
  margin-bottom: 0rem;
}
.cid-u7HmInZ5BD .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7HmInZ5BD .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7HmInZ5BD .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7HmInZ5BD .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmInZ5BD .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7HmInZ5BD .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmInZ5BD .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7HmInZ5BD .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7HmInZ5BD .btn {
    margin-top: 0rem;
  }
}
.cid-u7HmInZ5BD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7HmInZ5BD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7AM4G6ibG .container,
.cid-u7AM4G6ibG .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7AM4GNd3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7AM4GNd3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7AM4GNd3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7AM4GNd3F .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7AM4GNd3F .number {
  color: #b2353d;
}
.cid-u7AM4GNd3F .period {
  display: block;
}
.cid-u7AM4GNd3F .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7AM4GNd3F .period {
    font-size: 0.8rem;
  }
}
.cid-u7AM4GNd3F .btn {
  height: 100%;
  margin: 0;
}
.cid-u7AM4GNd3F .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7AM4GNd3F .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7AM4GNd3F .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7AM4GNd3F .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7AM4GNd3F .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7AM4GNd3F H3 {
  color: #003660;
}
.cid-u7AM4GNd3F .mbr-text,
.cid-u7AM4GNd3F .mbr-section-btn {
  color: #003660;
}
.cid-u7AM4HFpIy .container,
.cid-u7AM4HFpIy .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HeTC3qyq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7HeTC3qyq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7HeTC3qyq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7HeTC3qyq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7HeTC3qyq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7HeTC3qyq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7HeTC3qyq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7HeTC3qyq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7HeTC3qyq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7HeTC3qyq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7HeTC3qyq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7HeTC3qyq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7HeTC3qyq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7HeTC3qyq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7HeTC3qyq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7HeTC3qyq [class^="socicon-"]:before,
.cid-u7HeTC3qyq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7HeTC3qyq .mbr-section-title,
.cid-u7HeTC3qyq .mbr-social-likes {
  color: #ffffff;
}
.cid-u7AM4J2Qau .container,
.cid-u7AM4J2Qau .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7AM4Ju58S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7AM4Ju58S .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7AM4Ju58S .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7AM4Ju58S .row {
  justify-content: center;
  align-items: center;
}
.cid-u7AM4Ju58S .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7AM4Ju58S .mbr-text,
.cid-u7AM4Ju58S .right-side {
  color: #1b745e;
}
.cid-u7AM4Ju58S .container {
  max-width: 1100px;
}
.cid-u7AM4Ju58S .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7AM4Ju58S .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7AM4Ju58S .picture {
  border-radius: 50%;
}
.cid-u7AM4Ju58S .pic {
  padding-bottom: 32px;
}
.cid-u7AM4Ju58S .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7AM4Ju58S .btn {
  margin-top: 25px;
}
.cid-u7AM4Ju58S .row {
  flex-direction: row-reverse;
}
.cid-u7AM4Ju58S .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7AM4Ju58S .card-wrapper {
    max-width: 420px;
  }
  .cid-u7AM4Ju58S .left-side {
    padding-top: 50px;
  }
  .cid-u7AM4Ju58S .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7AM4Ju58S input,
.cid-u7AM4Ju58S textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7AM4Ju58S .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7AM4Ju58S .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7AM4Ju58S .art {
  color: #003660;
}
.cid-u7AM4Ju58S .text,
.cid-u7AM4Ju58S .si {
  color: #b2353d;
}
.cid-u7AM4K2Aq5 {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7AM4K2Aq5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7AM4K2Aq5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7AM4K2Aq5 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7AM4K2Aq5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7AM4K2Aq5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7AM4K2Aq5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7AM4K2Aq5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7AM4K2Aq5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7AM4K2Aq5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7AM4K2Aq5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7AM4K2Aq5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7AM4K2Aq5 .copyright > p {
  color: #ffffff;
}
.cid-u7GlRfWlG4 .navbar-dropdown {
  position: relative !important;
}
.cid-u7GlRfWlG4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7GlRfWlG4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7GlRfWlG4 .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7GlRfWlG4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7GlRfWlG4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7GlRfWlG4 .container {
    padding: 0 1rem;
  }
}
.cid-u7GlRfWlG4 .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7GlRfWlG4 .nav-link {
  position: relative;
}
.cid-u7GlRfWlG4 .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7GlRfWlG4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7GlRfWlG4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7GlRfWlG4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7GlRfWlG4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u7GlRfWlG4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7GlRfWlG4 .navbar.collapsed {
  justify-content: center;
}
.cid-u7GlRfWlG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7GlRfWlG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7GlRfWlG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7GlRfWlG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7GlRfWlG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7GlRfWlG4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7GlRfWlG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7GlRfWlG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7GlRfWlG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7GlRfWlG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7GlRfWlG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7GlRfWlG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7GlRfWlG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7GlRfWlG4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7GlRfWlG4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7GlRfWlG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7GlRfWlG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7GlRfWlG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7GlRfWlG4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7GlRfWlG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7GlRfWlG4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7GlRfWlG4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7GlRfWlG4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7GlRfWlG4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GlRfWlG4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7GlRfWlG4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7GlRfWlG4 .dropdown-item:hover,
.cid-u7GlRfWlG4 .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7GlRfWlG4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7GlRfWlG4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7GlRfWlG4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7GlRfWlG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7GlRfWlG4 .dropdown-menu,
.cid-u7GlRfWlG4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u7GlRfWlG4 .nav-item:focus,
.cid-u7GlRfWlG4 .nav-link:focus {
  outline: none;
}
.cid-u7GlRfWlG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7GlRfWlG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7GlRfWlG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7GlRfWlG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GlRfWlG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7GlRfWlG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7GlRfWlG4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7GlRfWlG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7GlRfWlG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7GlRfWlG4 .dropdown-item.active,
.cid-u7GlRfWlG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7GlRfWlG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7GlRfWlG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7GlRfWlG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7GlRfWlG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7GlRfWlG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7GlRfWlG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7GlRfWlG4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7GlRfWlG4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7GlRfWlG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7GlRfWlG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7GlRfWlG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7GlRfWlG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GlRfWlG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GlRfWlG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7GlRfWlG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GlRfWlG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7GlRfWlG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7GlRfWlG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GlRfWlG4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7GlRfWlG4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7GlRfWlG4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7GlRfWlG4 .navbar {
    height: 70px;
  }
  .cid-u7GlRfWlG4 .navbar.opened {
    height: auto;
  }
  .cid-u7GlRfWlG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7GlRfWlG4 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7GlRgGFXU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vghkkjvhjhv-1920x400.jpg");
}
.cid-u7GlRgGFXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GlRgGFXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GlRgGFXU .mbr-section-title {
  color: #ffffff;
}
.cid-u7GlRgGFXU .mbr-text,
.cid-u7GlRgGFXU .mbr-section-btn {
  color: #ffffff;
}
.cid-u7GlRh5hcY .container,
.cid-u7GlRh5hcY .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GRoyuAGX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7GRoyuAGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GRoyuAGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GRoyuAGX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7GRoyuAGX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7GRoyuAGX .container {
    padding: 0;
  }
}
.cid-u7GRoyuAGX .row {
  justify-content: center;
}
.cid-u7GRoyuAGX .title-wrapper {
  padding: 0 16px;
}
.cid-u7GRoyuAGX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7GRoyuAGX .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u7GFFheg7i {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7GFFheg7i .container-fluid {
  padding: 0 3rem;
}
.cid-u7GFFheg7i .mbr-section-subtitle {
  color: #767676;
}
.cid-u7GFFheg7i .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7GFFheg7i .table-wrapper {
  margin: 0 auto;
}
.cid-u7GFFheg7i table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7GFFheg7i table thead tr {
  border: none !important;
}
.cid-u7GFFheg7i table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-u7GFFheg7i table tr td {
  border-color: #eceeef;
}
.cid-u7GFFheg7i table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-u7GFFheg7i th:after,
.cid-u7GFFheg7i th:before {
  display: none !important;
}
.cid-u7GFFheg7i .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-u7GFFheg7i .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-u7GFFheg7i table th,
  .cid-u7GFFheg7i table td {
    padding: .75rem;
  }
}
.cid-u7GFFheg7i .body-item {
  text-align: left;
}
.cid-u7GFFheg7i .mbr-text {
  color: #767676;
}
.cid-u7GFFheg7i .head-item {
  color: #232323;
}
.cid-u7GFFheg7i .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-u7GFFheg7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GFFheg7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GFFheg7i .table .table-heads .head-item {
  color: #b2353d;
}
.cid-u7GlRiih3z .container,
.cid-u7GlRiih3z .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HtdUUnbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7HtdUUnbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7HtdUUnbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7HtdUUnbW .mbr-section-title {
  color: #b2353d;
}
.cid-u7HtdUUnbW .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7HtdUUnbW section-2 {
  background: transparent;
}
.cid-u7GlRjjLiW .container,
.cid-u7GlRjjLiW .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GlRjBgkd {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7GlRjBgkd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GlRjBgkd form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7GlRjBgkd form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7GlRjBgkd form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7GlRjBgkd form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7GlRjBgkd form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7GlRjBgkd .mbr-section-title {
  color: #003660;
}
.cid-u7GlRjBgkd P {
  color: #b2353d;
}
.cid-u7GlRjZWjO .container,
.cid-u7GlRjZWjO .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HmLKAgK5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7HmLKAgK5 .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7HmLKAgK5 .content-row {
    padding: 1rem;
  }
}
.cid-u7HmLKAgK5 p {
  margin-bottom: 0rem;
}
.cid-u7HmLKAgK5 .btn {
  margin-bottom: 0rem;
}
.cid-u7HmLKAgK5 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7HmLKAgK5 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7HmLKAgK5 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7HmLKAgK5 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmLKAgK5 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7HmLKAgK5 .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmLKAgK5 .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7HmLKAgK5 .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7HmLKAgK5 .btn {
    margin-top: 0rem;
  }
}
.cid-u7HmLKAgK5 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7HmLKAgK5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7GlRkEqbD .container,
.cid-u7GlRkEqbD .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GlRkXDRN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GlRkXDRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GlRkXDRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GlRkXDRN .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7GlRkXDRN .number {
  color: #b2353d;
}
.cid-u7GlRkXDRN .period {
  display: block;
}
.cid-u7GlRkXDRN .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7GlRkXDRN .period {
    font-size: 0.8rem;
  }
}
.cid-u7GlRkXDRN .btn {
  height: 100%;
  margin: 0;
}
.cid-u7GlRkXDRN .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7GlRkXDRN .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7GlRkXDRN .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7GlRkXDRN .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7GlRkXDRN .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7GlRkXDRN H3 {
  color: #003660;
}
.cid-u7GlRkXDRN .mbr-text,
.cid-u7GlRkXDRN .mbr-section-btn {
  color: #003660;
}
.cid-u7GlRlnawe .container,
.cid-u7GlRlnawe .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HeXfRBgR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7HeXfRBgR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7HeXfRBgR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7HeXfRBgR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7HeXfRBgR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7HeXfRBgR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7HeXfRBgR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7HeXfRBgR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7HeXfRBgR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7HeXfRBgR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7HeXfRBgR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7HeXfRBgR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7HeXfRBgR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7HeXfRBgR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7HeXfRBgR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7HeXfRBgR [class^="socicon-"]:before,
.cid-u7HeXfRBgR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7HeXfRBgR .mbr-section-title,
.cid-u7HeXfRBgR .mbr-social-likes {
  color: #ffffff;
}
.cid-u7GlRme5x2 .container,
.cid-u7GlRme5x2 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GlRmDbqb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7GlRmDbqb .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7GlRmDbqb .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7GlRmDbqb .row {
  justify-content: center;
  align-items: center;
}
.cid-u7GlRmDbqb .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7GlRmDbqb .mbr-text,
.cid-u7GlRmDbqb .right-side {
  color: #1b745e;
}
.cid-u7GlRmDbqb .container {
  max-width: 1100px;
}
.cid-u7GlRmDbqb .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7GlRmDbqb .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7GlRmDbqb .picture {
  border-radius: 50%;
}
.cid-u7GlRmDbqb .pic {
  padding-bottom: 32px;
}
.cid-u7GlRmDbqb .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7GlRmDbqb .btn {
  margin-top: 25px;
}
.cid-u7GlRmDbqb .row {
  flex-direction: row-reverse;
}
.cid-u7GlRmDbqb .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7GlRmDbqb .card-wrapper {
    max-width: 420px;
  }
  .cid-u7GlRmDbqb .left-side {
    padding-top: 50px;
  }
  .cid-u7GlRmDbqb .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7GlRmDbqb input,
.cid-u7GlRmDbqb textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7GlRmDbqb .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7GlRmDbqb .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7GlRmDbqb .art {
  color: #003660;
}
.cid-u7GlRmDbqb .text,
.cid-u7GlRmDbqb .si {
  color: #b2353d;
}
.cid-u7GlRn8PEX {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7GlRn8PEX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GlRn8PEX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7GlRn8PEX .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7GlRn8PEX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GlRn8PEX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7GlRn8PEX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7GlRn8PEX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7GlRn8PEX .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7GlRn8PEX .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7GlRn8PEX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7GlRn8PEX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7GlRn8PEX .copyright > p {
  color: #ffffff;
}
.cid-u7GQd8cggX .navbar-dropdown {
  position: relative !important;
}
.cid-u7GQd8cggX .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7GQd8cggX .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7GQd8cggX .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7GQd8cggX .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7GQd8cggX .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7GQd8cggX .container {
    padding: 0 1rem;
  }
}
.cid-u7GQd8cggX .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7GQd8cggX .nav-link {
  position: relative;
}
.cid-u7GQd8cggX .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7GQd8cggX .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7GQd8cggX .navbar.opened {
  transition: all 0.3s;
}
.cid-u7GQd8cggX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7GQd8cggX .navbar .navbar-logo img {
  width: auto;
}
.cid-u7GQd8cggX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7GQd8cggX .navbar.collapsed {
  justify-content: center;
}
.cid-u7GQd8cggX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7GQd8cggX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7GQd8cggX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7GQd8cggX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7GQd8cggX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7GQd8cggX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7GQd8cggX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7GQd8cggX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7GQd8cggX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7GQd8cggX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7GQd8cggX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7GQd8cggX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7GQd8cggX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7GQd8cggX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7GQd8cggX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7GQd8cggX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7GQd8cggX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7GQd8cggX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7GQd8cggX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7GQd8cggX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7GQd8cggX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7GQd8cggX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7GQd8cggX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7GQd8cggX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GQd8cggX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7GQd8cggX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7GQd8cggX .dropdown-item:hover,
.cid-u7GQd8cggX .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7GQd8cggX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7GQd8cggX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7GQd8cggX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7GQd8cggX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7GQd8cggX .dropdown-menu,
.cid-u7GQd8cggX .navbar.opened {
  background: #ffffff !important;
}
.cid-u7GQd8cggX .nav-item:focus,
.cid-u7GQd8cggX .nav-link:focus {
  outline: none;
}
.cid-u7GQd8cggX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7GQd8cggX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7GQd8cggX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7GQd8cggX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GQd8cggX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7GQd8cggX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7GQd8cggX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7GQd8cggX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7GQd8cggX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7GQd8cggX .dropdown-item.active,
.cid-u7GQd8cggX .dropdown-item:active {
  background-color: transparent;
}
.cid-u7GQd8cggX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7GQd8cggX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7GQd8cggX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7GQd8cggX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7GQd8cggX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7GQd8cggX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7GQd8cggX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7GQd8cggX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7GQd8cggX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7GQd8cggX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7GQd8cggX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7GQd8cggX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GQd8cggX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GQd8cggX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7GQd8cggX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GQd8cggX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7GQd8cggX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7GQd8cggX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GQd8cggX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7GQd8cggX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7GQd8cggX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7GQd8cggX .navbar {
    height: 70px;
  }
  .cid-u7GQd8cggX .navbar.opened {
    height: auto;
  }
  .cid-u7GQd8cggX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7GQd8cggX .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7GQd9AIan {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vghkkjvhjhv-1920x400.jpg");
}
.cid-u7GQd9AIan .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQd9AIan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQd9AIan .mbr-section-title {
  color: #ffffff;
}
.cid-u7GQd9AIan .mbr-text,
.cid-u7GQd9AIan .mbr-section-btn {
  color: #ffffff;
}
.cid-u7GQda3KS6 .container,
.cid-u7GQda3KS6 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GRm2bq8d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7GRm2bq8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GRm2bq8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GRm2bq8d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7GRm2bq8d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7GRm2bq8d .container {
    padding: 0;
  }
}
.cid-u7GRm2bq8d .row {
  justify-content: center;
}
.cid-u7GRm2bq8d .title-wrapper {
  padding: 0 16px;
}
.cid-u7GRm2bq8d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7GRm2bq8d .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u7GQdaXrrh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7GQdaXrrh .container-fluid {
  padding: 0 3rem;
}
.cid-u7GQdaXrrh .mbr-section-subtitle {
  color: #767676;
}
.cid-u7GQdaXrrh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7GQdaXrrh .table-wrapper {
  margin: 0 auto;
}
.cid-u7GQdaXrrh table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7GQdaXrrh table thead tr {
  border: none !important;
}
.cid-u7GQdaXrrh table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-u7GQdaXrrh table tr td {
  border-color: #eceeef;
}
.cid-u7GQdaXrrh table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-u7GQdaXrrh th:after,
.cid-u7GQdaXrrh th:before {
  display: none !important;
}
.cid-u7GQdaXrrh .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-u7GQdaXrrh .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-u7GQdaXrrh table th,
  .cid-u7GQdaXrrh table td {
    padding: .75rem;
  }
}
.cid-u7GQdaXrrh .body-item {
  text-align: left;
}
.cid-u7GQdaXrrh .mbr-text {
  color: #767676;
}
.cid-u7GQdaXrrh .head-item {
  color: #232323;
}
.cid-u7GQdaXrrh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-u7GQdaXrrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQdaXrrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQdaXrrh .table .table-heads .head-item {
  color: #b2353d;
}
.cid-u7GQdcfDdC .container,
.cid-u7GQdcfDdC .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7Htoyzxgn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7Htoyzxgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Htoyzxgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Htoyzxgn .mbr-section-title {
  color: #b2353d;
}
.cid-u7Htoyzxgn .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7Htoyzxgn section-2 {
  background: transparent;
}
.cid-u7GQddDzfF .container,
.cid-u7GQddDzfF .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQde8phF {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7GQde8phF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GQde8phF form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7GQde8phF form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7GQde8phF form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7GQde8phF form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7GQde8phF form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7GQde8phF .mbr-section-title {
  color: #003660;
}
.cid-u7GQde8phF P {
  color: #b2353d;
}
.cid-u7GQdeDvdn .container,
.cid-u7GQdeDvdn .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HmP53EmB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7HmP53EmB .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7HmP53EmB .content-row {
    padding: 1rem;
  }
}
.cid-u7HmP53EmB p {
  margin-bottom: 0rem;
}
.cid-u7HmP53EmB .btn {
  margin-bottom: 0rem;
}
.cid-u7HmP53EmB .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7HmP53EmB .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7HmP53EmB .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7HmP53EmB .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmP53EmB .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7HmP53EmB .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmP53EmB .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7HmP53EmB .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7HmP53EmB .btn {
    margin-top: 0rem;
  }
}
.cid-u7HmP53EmB H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7HmP53EmB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7GQdfG2H8 .container,
.cid-u7GQdfG2H8 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQdgihYb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GQdgihYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQdgihYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQdgihYb .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7GQdgihYb .number {
  color: #b2353d;
}
.cid-u7GQdgihYb .period {
  display: block;
}
.cid-u7GQdgihYb .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7GQdgihYb .period {
    font-size: 0.8rem;
  }
}
.cid-u7GQdgihYb .btn {
  height: 100%;
  margin: 0;
}
.cid-u7GQdgihYb .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7GQdgihYb .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7GQdgihYb .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7GQdgihYb .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7GQdgihYb .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7GQdgihYb H3 {
  color: #003660;
}
.cid-u7GQdgihYb .mbr-text,
.cid-u7GQdgihYb .mbr-section-btn {
  color: #003660;
}
.cid-u7GQdh3x5l .container,
.cid-u7GQdh3x5l .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7Hf1e5B96 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7Hf1e5B96 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7Hf1e5B96 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7Hf1e5B96 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7Hf1e5B96 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7Hf1e5B96 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7Hf1e5B96 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7Hf1e5B96 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7Hf1e5B96 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7Hf1e5B96 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7Hf1e5B96 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7Hf1e5B96 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7Hf1e5B96 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7Hf1e5B96 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7Hf1e5B96 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7Hf1e5B96 [class^="socicon-"]:before,
.cid-u7Hf1e5B96 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7Hf1e5B96 .mbr-section-title,
.cid-u7Hf1e5B96 .mbr-social-likes {
  color: #ffffff;
}
.cid-u7GQdidYmT .container,
.cid-u7GQdidYmT .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQdiLtNt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7GQdiLtNt .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7GQdiLtNt .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7GQdiLtNt .row {
  justify-content: center;
  align-items: center;
}
.cid-u7GQdiLtNt .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7GQdiLtNt .mbr-text,
.cid-u7GQdiLtNt .right-side {
  color: #1b745e;
}
.cid-u7GQdiLtNt .container {
  max-width: 1100px;
}
.cid-u7GQdiLtNt .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7GQdiLtNt .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7GQdiLtNt .picture {
  border-radius: 50%;
}
.cid-u7GQdiLtNt .pic {
  padding-bottom: 32px;
}
.cid-u7GQdiLtNt .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7GQdiLtNt .btn {
  margin-top: 25px;
}
.cid-u7GQdiLtNt .row {
  flex-direction: row-reverse;
}
.cid-u7GQdiLtNt .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7GQdiLtNt .card-wrapper {
    max-width: 420px;
  }
  .cid-u7GQdiLtNt .left-side {
    padding-top: 50px;
  }
  .cid-u7GQdiLtNt .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7GQdiLtNt input,
.cid-u7GQdiLtNt textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7GQdiLtNt .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7GQdiLtNt .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7GQdiLtNt .art {
  color: #003660;
}
.cid-u7GQdiLtNt .text,
.cid-u7GQdiLtNt .si {
  color: #b2353d;
}
.cid-u7GQdjpbPE {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7GQdjpbPE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GQdjpbPE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7GQdjpbPE .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7GQdjpbPE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GQdjpbPE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7GQdjpbPE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7GQdjpbPE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7GQdjpbPE .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7GQdjpbPE .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7GQdjpbPE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7GQdjpbPE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7GQdjpbPE .copyright > p {
  color: #ffffff;
}
.cid-u7GQvUXALS .navbar-dropdown {
  position: relative !important;
}
.cid-u7GQvUXALS .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7GQvUXALS .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7GQvUXALS .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7GQvUXALS .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7GQvUXALS .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7GQvUXALS .container {
    padding: 0 1rem;
  }
}
.cid-u7GQvUXALS .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7GQvUXALS .nav-link {
  position: relative;
}
.cid-u7GQvUXALS .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7GQvUXALS .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7GQvUXALS .navbar.opened {
  transition: all 0.3s;
}
.cid-u7GQvUXALS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7GQvUXALS .navbar .navbar-logo img {
  width: auto;
}
.cid-u7GQvUXALS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7GQvUXALS .navbar.collapsed {
  justify-content: center;
}
.cid-u7GQvUXALS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7GQvUXALS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7GQvUXALS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7GQvUXALS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7GQvUXALS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7GQvUXALS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7GQvUXALS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7GQvUXALS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7GQvUXALS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7GQvUXALS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7GQvUXALS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7GQvUXALS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7GQvUXALS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7GQvUXALS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7GQvUXALS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7GQvUXALS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7GQvUXALS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7GQvUXALS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7GQvUXALS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7GQvUXALS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7GQvUXALS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7GQvUXALS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7GQvUXALS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7GQvUXALS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GQvUXALS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7GQvUXALS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7GQvUXALS .dropdown-item:hover,
.cid-u7GQvUXALS .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7GQvUXALS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7GQvUXALS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7GQvUXALS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7GQvUXALS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7GQvUXALS .dropdown-menu,
.cid-u7GQvUXALS .navbar.opened {
  background: #ffffff !important;
}
.cid-u7GQvUXALS .nav-item:focus,
.cid-u7GQvUXALS .nav-link:focus {
  outline: none;
}
.cid-u7GQvUXALS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7GQvUXALS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7GQvUXALS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7GQvUXALS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GQvUXALS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7GQvUXALS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7GQvUXALS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7GQvUXALS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7GQvUXALS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7GQvUXALS .dropdown-item.active,
.cid-u7GQvUXALS .dropdown-item:active {
  background-color: transparent;
}
.cid-u7GQvUXALS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7GQvUXALS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7GQvUXALS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7GQvUXALS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7GQvUXALS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7GQvUXALS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7GQvUXALS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7GQvUXALS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7GQvUXALS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7GQvUXALS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7GQvUXALS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7GQvUXALS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GQvUXALS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GQvUXALS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7GQvUXALS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GQvUXALS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7GQvUXALS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7GQvUXALS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GQvUXALS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7GQvUXALS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7GQvUXALS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7GQvUXALS .navbar {
    height: 70px;
  }
  .cid-u7GQvUXALS .navbar.opened {
    height: auto;
  }
  .cid-u7GQvUXALS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7GQvUXALS .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7GQvWk6K0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vghkkjvhjhv-1920x400.jpg");
}
.cid-u7GQvWk6K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQvWk6K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQvWk6K0 .mbr-section-title {
  color: #ffffff;
}
.cid-u7GQvWk6K0 .mbr-text,
.cid-u7GQvWk6K0 .mbr-section-btn {
  color: #ffffff;
}
.cid-u7GQvWNTf6 .container,
.cid-u7GQvWNTf6 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GRiM14GC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7GRiM14GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GRiM14GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GRiM14GC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7GRiM14GC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7GRiM14GC .container {
    padding: 0;
  }
}
.cid-u7GRiM14GC .row {
  justify-content: center;
}
.cid-u7GRiM14GC .title-wrapper {
  padding: 0 16px;
}
.cid-u7GRiM14GC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7GRiM14GC .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u7GQvXHg2G {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7GQvXHg2G .container-fluid {
  padding: 0 3rem;
}
.cid-u7GQvXHg2G .mbr-section-subtitle {
  color: #767676;
}
.cid-u7GQvXHg2G .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7GQvXHg2G .table-wrapper {
  margin: 0 auto;
}
.cid-u7GQvXHg2G table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7GQvXHg2G table thead tr {
  border: none !important;
}
.cid-u7GQvXHg2G table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-u7GQvXHg2G table tr td {
  border-color: #eceeef;
}
.cid-u7GQvXHg2G table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-u7GQvXHg2G th:after,
.cid-u7GQvXHg2G th:before {
  display: none !important;
}
.cid-u7GQvXHg2G .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-u7GQvXHg2G .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-u7GQvXHg2G table th,
  .cid-u7GQvXHg2G table td {
    padding: .75rem;
  }
}
.cid-u7GQvXHg2G .body-item {
  text-align: left;
}
.cid-u7GQvXHg2G .mbr-text {
  color: #767676;
}
.cid-u7GQvXHg2G .head-item {
  color: #232323;
}
.cid-u7GQvXHg2G .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-u7GQvXHg2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQvXHg2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQvXHg2G .table .table-heads .head-item {
  color: #b2353d;
}
.cid-u7GQvYYja1 .container,
.cid-u7GQvYYja1 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HtudRs5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7HtudRs5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7HtudRs5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7HtudRs5B .mbr-section-title {
  color: #b2353d;
}
.cid-u7HtudRs5B .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7HtudRs5B section-2 {
  background: transparent;
}
.cid-u7GQw0wacR .container,
.cid-u7GQw0wacR .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQw11YBF {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7GQw11YBF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GQw11YBF form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7GQw11YBF form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7GQw11YBF form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7GQw11YBF form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7GQw11YBF form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7GQw11YBF .mbr-section-title {
  color: #003660;
}
.cid-u7GQw11YBF P {
  color: #b2353d;
}
.cid-u7GQw1xTcy .container,
.cid-u7GQw1xTcy .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HmRSdo9D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7HmRSdo9D .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7HmRSdo9D .content-row {
    padding: 1rem;
  }
}
.cid-u7HmRSdo9D p {
  margin-bottom: 0rem;
}
.cid-u7HmRSdo9D .btn {
  margin-bottom: 0rem;
}
.cid-u7HmRSdo9D .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7HmRSdo9D .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7HmRSdo9D .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7HmRSdo9D .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmRSdo9D .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7HmRSdo9D .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmRSdo9D .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7HmRSdo9D .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7HmRSdo9D .btn {
    margin-top: 0rem;
  }
}
.cid-u7HmRSdo9D H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7HmRSdo9D .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7GQw2C0lm .container,
.cid-u7GQw2C0lm .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQw3axYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GQw3axYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQw3axYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQw3axYI .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7GQw3axYI .number {
  color: #b2353d;
}
.cid-u7GQw3axYI .period {
  display: block;
}
.cid-u7GQw3axYI .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7GQw3axYI .period {
    font-size: 0.8rem;
  }
}
.cid-u7GQw3axYI .btn {
  height: 100%;
  margin: 0;
}
.cid-u7GQw3axYI .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7GQw3axYI .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7GQw3axYI .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7GQw3axYI .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7GQw3axYI .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7GQw3axYI H3 {
  color: #003660;
}
.cid-u7GQw3axYI .mbr-text,
.cid-u7GQw3axYI .mbr-section-btn {
  color: #003660;
}
.cid-u7GQw3TXQ1 .container,
.cid-u7GQw3TXQ1 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7Hf4mfosN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7Hf4mfosN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7Hf4mfosN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7Hf4mfosN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7Hf4mfosN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7Hf4mfosN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7Hf4mfosN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7Hf4mfosN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7Hf4mfosN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7Hf4mfosN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7Hf4mfosN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7Hf4mfosN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7Hf4mfosN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7Hf4mfosN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7Hf4mfosN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7Hf4mfosN [class^="socicon-"]:before,
.cid-u7Hf4mfosN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7Hf4mfosN .mbr-section-title,
.cid-u7Hf4mfosN .mbr-social-likes {
  color: #ffffff;
}
.cid-u7GQw54Lsk .container,
.cid-u7GQw54Lsk .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQw5FlY9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7GQw5FlY9 .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7GQw5FlY9 .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7GQw5FlY9 .row {
  justify-content: center;
  align-items: center;
}
.cid-u7GQw5FlY9 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7GQw5FlY9 .mbr-text,
.cid-u7GQw5FlY9 .right-side {
  color: #1b745e;
}
.cid-u7GQw5FlY9 .container {
  max-width: 1100px;
}
.cid-u7GQw5FlY9 .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7GQw5FlY9 .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7GQw5FlY9 .picture {
  border-radius: 50%;
}
.cid-u7GQw5FlY9 .pic {
  padding-bottom: 32px;
}
.cid-u7GQw5FlY9 .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7GQw5FlY9 .btn {
  margin-top: 25px;
}
.cid-u7GQw5FlY9 .row {
  flex-direction: row-reverse;
}
.cid-u7GQw5FlY9 .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7GQw5FlY9 .card-wrapper {
    max-width: 420px;
  }
  .cid-u7GQw5FlY9 .left-side {
    padding-top: 50px;
  }
  .cid-u7GQw5FlY9 .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7GQw5FlY9 input,
.cid-u7GQw5FlY9 textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7GQw5FlY9 .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7GQw5FlY9 .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7GQw5FlY9 .art {
  color: #003660;
}
.cid-u7GQw5FlY9 .text,
.cid-u7GQw5FlY9 .si {
  color: #b2353d;
}
.cid-u7GQw6n0QX {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7GQw6n0QX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GQw6n0QX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7GQw6n0QX .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7GQw6n0QX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GQw6n0QX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7GQw6n0QX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7GQw6n0QX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7GQw6n0QX .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7GQw6n0QX .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7GQw6n0QX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7GQw6n0QX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7GQw6n0QX .copyright > p {
  color: #ffffff;
}
.cid-u7GQIyAVYK .navbar-dropdown {
  position: relative !important;
}
.cid-u7GQIyAVYK .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u7GQIyAVYK .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u7GQIyAVYK .iconfont-wrapper {
  color: #b2353d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u7GQIyAVYK .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u7GQIyAVYK .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7GQIyAVYK .container {
    padding: 0 1rem;
  }
}
.cid-u7GQIyAVYK .menu-tite {
  background: #003660;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u7GQIyAVYK .nav-link {
  position: relative;
}
.cid-u7GQIyAVYK .nav-link:hover {
  color: #b2353d !important;
}
.cid-u7GQIyAVYK .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7GQIyAVYK .navbar.opened {
  transition: all 0.3s;
}
.cid-u7GQIyAVYK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7GQIyAVYK .navbar .navbar-logo img {
  width: auto;
}
.cid-u7GQIyAVYK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7GQIyAVYK .navbar.collapsed {
  justify-content: center;
}
.cid-u7GQIyAVYK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7GQIyAVYK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7GQIyAVYK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u7GQIyAVYK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7GQIyAVYK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7GQIyAVYK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7GQIyAVYK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7GQIyAVYK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7GQIyAVYK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7GQIyAVYK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7GQIyAVYK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7GQIyAVYK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7GQIyAVYK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7GQIyAVYK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7GQIyAVYK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7GQIyAVYK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7GQIyAVYK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7GQIyAVYK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7GQIyAVYK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7GQIyAVYK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7GQIyAVYK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7GQIyAVYK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7GQIyAVYK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7GQIyAVYK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GQIyAVYK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7GQIyAVYK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7GQIyAVYK .dropdown-item:hover,
.cid-u7GQIyAVYK .dropdown-item:focus {
  background: #003660 !important;
  color: white !important;
}
.cid-u7GQIyAVYK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7GQIyAVYK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7GQIyAVYK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u7GQIyAVYK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7GQIyAVYK .dropdown-menu,
.cid-u7GQIyAVYK .navbar.opened {
  background: #ffffff !important;
}
.cid-u7GQIyAVYK .nav-item:focus,
.cid-u7GQIyAVYK .nav-link:focus {
  outline: none;
}
.cid-u7GQIyAVYK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7GQIyAVYK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7GQIyAVYK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7GQIyAVYK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7GQIyAVYK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7GQIyAVYK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7GQIyAVYK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7GQIyAVYK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7GQIyAVYK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7GQIyAVYK .dropdown-item.active,
.cid-u7GQIyAVYK .dropdown-item:active {
  background-color: transparent;
}
.cid-u7GQIyAVYK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7GQIyAVYK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7GQIyAVYK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7GQIyAVYK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7GQIyAVYK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7GQIyAVYK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7GQIyAVYK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7GQIyAVYK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7GQIyAVYK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7GQIyAVYK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b2353d;
}
.cid-u7GQIyAVYK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7GQIyAVYK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GQIyAVYK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7GQIyAVYK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7GQIyAVYK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GQIyAVYK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7GQIyAVYK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7GQIyAVYK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7GQIyAVYK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7GQIyAVYK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7GQIyAVYK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7GQIyAVYK .navbar {
    height: 70px;
  }
  .cid-u7GQIyAVYK .navbar.opened {
    height: auto;
  }
  .cid-u7GQIyAVYK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7GQIyAVYK .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #003660;
  -moz-box-shadow: 0 8px 6px -6px #003660;
  box-shadow: 0 8px 6px -6px #003660;
}
.cid-u7GQIzxEdm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vghkkjvhjhv-1920x400.jpg");
}
.cid-u7GQIzxEdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQIzxEdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQIzxEdm .mbr-section-title {
  color: #ffffff;
}
.cid-u7GQIzxEdm .mbr-text,
.cid-u7GQIzxEdm .mbr-section-btn {
  color: #ffffff;
}
.cid-u7GQIzZ67A .container,
.cid-u7GQIzZ67A .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQIAmXt4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7GQIAmXt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQIAmXt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQIAmXt4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7GQIAmXt4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7GQIAmXt4 .container {
    padding: 0;
  }
}
.cid-u7GQIAmXt4 .row {
  justify-content: center;
}
.cid-u7GQIAmXt4 .title-wrapper {
  padding: 0 16px;
}
.cid-u7GQIAmXt4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7GQIAmXt4 .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-u7GQIAN91e {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7GQIAN91e .container-fluid {
  padding: 0 3rem;
}
.cid-u7GQIAN91e .mbr-section-subtitle {
  color: #767676;
}
.cid-u7GQIAN91e .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7GQIAN91e .table-wrapper {
  margin: 0 auto;
}
.cid-u7GQIAN91e table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7GQIAN91e table thead tr {
  border: none !important;
}
.cid-u7GQIAN91e table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-u7GQIAN91e table tr td {
  border-color: #eceeef;
}
.cid-u7GQIAN91e table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-u7GQIAN91e th:after,
.cid-u7GQIAN91e th:before {
  display: none !important;
}
.cid-u7GQIAN91e .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-u7GQIAN91e .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-u7GQIAN91e table th,
  .cid-u7GQIAN91e table td {
    padding: .75rem;
  }
}
.cid-u7GQIAN91e .body-item {
  text-align: left;
}
.cid-u7GQIAN91e .mbr-text {
  color: #767676;
}
.cid-u7GQIAN91e .head-item {
  color: #232323;
}
.cid-u7GQIAN91e .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-u7GQIAN91e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQIAN91e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQIAN91e .table .table-heads .head-item {
  color: #b2353d;
}
.cid-u7GQIC1fWu .container,
.cid-u7GQIC1fWu .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQICwmzg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.lkjbhvg-1920x450.png");
}
.cid-u7GQICwmzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQICwmzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQICwmzg .mbr-section-title {
  color: #b2353d;
}
.cid-u7GQICwmzg .mbr-section-subtitle {
  color: #b2353d;
}
.cid-u7GQICwmzg section-2 {
  background: transparent;
}
.cid-u7GQIDENrW .container,
.cid-u7GQIDENrW .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQIEdorQ {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u7GQIEdorQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GQIEdorQ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7GQIEdorQ form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7GQIEdorQ form.mbr-form {
    padding: 1rem;
  }
}
.cid-u7GQIEdorQ form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7GQIEdorQ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7GQIEdorQ .mbr-section-title {
  color: #003660;
}
.cid-u7GQIEdorQ P {
  color: #b2353d;
}
.cid-u7GQIEQAqq .container,
.cid-u7GQIEQAqq .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7HmV8otVE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flag-left-banner-2-1920x450.png");
}
.cid-u7HmV8otVE .content-row {
  background-color: #b2353d;
  padding: 5rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cid-u7HmV8otVE .content-row {
    padding: 1rem;
  }
}
.cid-u7HmV8otVE p {
  margin-bottom: 0rem;
}
.cid-u7HmV8otVE .btn {
  margin-bottom: 0rem;
}
.cid-u7HmV8otVE .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7HmV8otVE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7HmV8otVE .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-u7HmV8otVE .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmV8otVE .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u7HmV8otVE .mbr-section-btn {
    text-align: left;
  }
  .cid-u7HmV8otVE .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u7HmV8otVE .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7HmV8otVE .btn {
    margin-top: 0rem;
  }
}
.cid-u7HmV8otVE H1 {
  text-align: left;
  color: #ffffff;
}
.cid-u7HmV8otVE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7GQIFZt8l .container,
.cid-u7GQIFZt8l .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQIGzdV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GQIGzdV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GQIGzdV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GQIGzdV6 .number-wrap {
  color: #003660;
  text-align: center;
}
.cid-u7GQIGzdV6 .number {
  color: #b2353d;
}
.cid-u7GQIGzdV6 .period {
  display: block;
}
.cid-u7GQIGzdV6 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7GQIGzdV6 .period {
    font-size: 0.8rem;
  }
}
.cid-u7GQIGzdV6 .btn {
  height: 100%;
  margin: 0;
}
.cid-u7GQIGzdV6 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7GQIGzdV6 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7GQIGzdV6 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b2353d;
  border: 2px solid #b2353d;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7GQIGzdV6 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7GQIGzdV6 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b2353d;
  color: #ffffff;
}
.cid-u7GQIGzdV6 H3 {
  color: #003660;
}
.cid-u7GQIGzdV6 .mbr-text,
.cid-u7GQIGzdV6 .mbr-section-btn {
  color: #003660;
}
.cid-u7GQIHeBSY .container,
.cid-u7GQIHeBSY .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7Hf8uR4gd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fjtdryjytyj-1920x400.jpeg");
}
.cid-u7Hf8uR4gd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7Hf8uR4gd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7Hf8uR4gd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7Hf8uR4gd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7Hf8uR4gd .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7Hf8uR4gd .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7Hf8uR4gd .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7Hf8uR4gd .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7Hf8uR4gd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7Hf8uR4gd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7Hf8uR4gd .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7Hf8uR4gd .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7Hf8uR4gd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7Hf8uR4gd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7Hf8uR4gd [class^="socicon-"]:before,
.cid-u7Hf8uR4gd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7Hf8uR4gd .mbr-section-title,
.cid-u7Hf8uR4gd .mbr-social-likes {
  color: #ffffff;
}
.cid-u7GQIIowP7 .container,
.cid-u7GQIIowP7 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u7GQIITKzm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7GQIITKzm .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-u7GQIITKzm .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-u7GQIITKzm .row {
  justify-content: center;
  align-items: center;
}
.cid-u7GQIITKzm .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-u7GQIITKzm .mbr-text,
.cid-u7GQIITKzm .right-side {
  color: #1b745e;
}
.cid-u7GQIITKzm .container {
  max-width: 1100px;
}
.cid-u7GQIITKzm .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-u7GQIITKzm .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-u7GQIITKzm .picture {
  border-radius: 50%;
}
.cid-u7GQIITKzm .pic {
  padding-bottom: 32px;
}
.cid-u7GQIITKzm .desc {
  padding-bottom: 20px;
  color: #003660;
}
.cid-u7GQIITKzm .btn {
  margin-top: 25px;
}
.cid-u7GQIITKzm .row {
  flex-direction: row-reverse;
}
.cid-u7GQIITKzm .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-u7GQIITKzm .card-wrapper {
    max-width: 420px;
  }
  .cid-u7GQIITKzm .left-side {
    padding-top: 50px;
  }
  .cid-u7GQIITKzm .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u7GQIITKzm input,
.cid-u7GQIITKzm textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-u7GQIITKzm .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-u7GQIITKzm .f {
  font-size: 42px;
  color: #003660;
}
.cid-u7GQIITKzm .art {
  color: #003660;
}
.cid-u7GQIITKzm .text,
.cid-u7GQIITKzm .si {
  color: #b2353d;
}
.cid-u7GQIJuj1m {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x450.png");
}
@media (max-width: 767px) {
  .cid-u7GQIJuj1m .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GQIJuj1m .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u7GQIJuj1m .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u7GQIJuj1m .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7GQIJuj1m .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u7GQIJuj1m .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u7GQIJuj1m .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u7GQIJuj1m .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7GQIJuj1m .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7GQIJuj1m .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7GQIJuj1m .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7GQIJuj1m .copyright > p {
  color: #ffffff;
}
